forked from zhuzibn/zhuzibn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLabmanual.html
430 lines (360 loc) · 21.7 KB
/
Labmanual.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<title>COSMAL</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/shanghaiTech.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/shanghaiTech.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/templatemo.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Load fonts style after rendering the layout styles -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!--
TemplateMo 559 Zay Shop
https://templatemo.com/tm-559-zay-shop
-->
</head>
<body>
<!-- Start Top Nav -->
<nav class="navbar navbar-expand-lg bg-dark navbar-light d-none d-lg-block" id="templatemo_nav_top">
<div class="container text-light">
<div class="w-100 d-flex justify-content-between">
<div>
<i class="fa fa-envelope mx-2"></i>
<a class="navbar-sm-brand text-light text-decoration-none" href="mailto:[email protected]">[email protected]</a>
<i class="fa fa-phone mx-2"></i>
<a class="navbar-sm-brand text-light text-decoration-none"
href="tel:+86-21-20684445">+86-21-20684445</a>
</div>
<div>
<a class="text-light" href="https://fb.com/templatemo" target="_blank" rel="sponsored"><i
class="fab fa-facebook-f fa-sm fa-fw me-2"></i></a>
<a class="text-light" href="https://www.instagram.com/" target="_blank"><i
class="fab fa-instagram fa-sm fa-fw me-2"></i></a>
<a class="text-light" href="https://twitter.com/" target="_blank"><i
class="fab fa-twitter fa-sm fa-fw me-2"></i></a>
<a class="text-light" href="https://www.linkedin.com/" target="_blank"><i
class="fab fa-linkedin fa-sm fa-fw"></i></a>
</div>
</div>
</div>
</nav>
<!-- Close Top Nav -->
<!-- Header -->
<nav class="navbar navbar-expand-lg navbar-light shadow">
<div class="container d-flex justify-content-between align-items-center">
<a class="navbar-brand text-dark logo h1 align-self-center" href="index.html">
计算自旋电子<br><span style="font-size: smaller;">COSMAL</span>
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#templatemo_main_nav" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="align-self-center collapse navbar-collapse flex-fill d-lg-flex justify-content-lg-between"
id="templatemo_main_nav">
<div class="flex-fill">
<ul class="nav navbar-nav d-flex justify-content-between mx-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Group.html">Group</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Openings.html">Openings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Code.html">Code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Teaching.html">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Labmanual.html">Labmanual</a>
</li>
<li class="nav-item">
<a class="nav-link" href="News.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Invited Talk.html">Invited Talk</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Awards.html">Awards</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Personal.html">Personal</a>
</li>
</ul>
</div>
<div class="navbar align-self-center d-flex">
<div class="d-lg-none flex-sm-fill mt-3 mb-4 col-7 col-sm-auto pr-3">
<div class="input-group">
<input type="text" class="form-control" id="inputMobileSearch" placeholder="Search ...">
<div class="input-group-text">
<i class="fa fa-fw fa-search"></i>
</div>
</div>
</div>
<a class="nav-icon d-none d-lg-inline" href="#" data-bs-toggle="modal"
data-bs-target="#templatemo_search">
<i class="fa fa-fw fa-search text-dark mr-2"></i>
</a>
</div>
</div>
</div>
</nav>
<!-- Close Header -->
<!-- Modal -->
<div class="modal fade bg-white" id="templatemo_search" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="w-100 pt-1 mb-5 text-right">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<form action="" method="get" class="modal-content modal-body border-0 p-0">
<div class="input-group mb-2">
<input type="text" class="form-control" id="inputModalSearch" name="q" placeholder="Search ...">
<button type="submit" class="input-group-text bg-success text-light">
<i class="fa fa-fw fa-search text-white"></i>
</button>
</div>
</form>
</div>
</div>
<!-- Close Banner -->
<!-- Start Section -->
<section class="container py-5">
<h2><a id="office-time" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>To New Members</h2>
<p>1. Study Spintronics by watching videos, which can be obtained by ask seniors<br>2. Familiar with lab rules<br>3.
Apply for door (SIST-3-303B) access<br>4. Apply for HPC account<br>5. Learn HPC basics, Learn how to run jobs on
HPC (see COSMAL Resources-HPC section)<br>6. Learn how to write manuscript (see COSMAL Resources-Publication
section)
<br>7. Familiar with reimbursement document (see COSMAL Finance)<br>8. If your submission requires review by the
professor (Prof.Zhu) (e.g. semester review, course selection, thesis report, etc.), please email him.<br>9. If
you receive an email in English, you will also reply in English. The main thing is to train you to think in
English. And don't reply directly to Chinese as soon as you have a long reply, or feel that English is more
complicated. If you don't want Zhifeng to send you English, you can talk to him and he will send you Chinese in
the future.<br>10. If you have an exam, you can choose not to attend the group meeting two weeks before the
exam. Just talk to Prof.Zhu.
<br>
</p>
<hr>
<h2><a id="office-time" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Working time</h2>
<p>Being in lab is a good way of learning from others, helping others, building camaraderie, having fast and easy
access to resources (and people) you need, and being relatively free from distractions at home (e.g., your bed).
That said, hours in academia are more flexible than other jobs -- but you should still treat it as a real job
and show up to the lab. My primary concern is that you get your work done.
If you think there is anything disturbing your research, or you want to make some suggestions for the
laboratory, please contact PI. To encourage lab interaction, try to be in most weekdays during ‘peak’ hours
(assuming no other obligations) – e.g., between 10am and 5pm.
To conduct thorough and effective research, a significant time investment is essential. A minimum of 60 hours
per week is typically required, excluding time for meals and breaks. As a guideline, working six days a week
with one day off is recommended to maintain productivity and balance.
</p>
<hr>
<h2><a id="office-time" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Lab Rules</h2>
<p>No games in lab<br>
</p>
<hr>
<h2><a id="authorship" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Authorship</h2>
<p>Like other labs, we will follow the APA guidelines with respect to authorship: <br><br>
<i>"Authorship credit should reflect the individual's contribution to the study. An author is considered anyone
involved with initial research design, data collection and analysis, manuscript drafting, and final
approval. However, the following do not necessarily qualify for authorship: providing funding or resources,
mentorship, or contributing research but not helping with the publication itself. The primary author assumes
responsibility for the publication, making sure that the data are accurate, that all deserving authors have
been credited, that all authors have given their approval to the final draft; and handles responses to
inquiries after the manuscript is published." </i><br><br>
At the start of a new project, the student or post-doc taking on the lead role can expect to be first author
(talk to Zhifeng about it if you aren’t sure). Zhifeng will typically be the last author, unless the project is
primarily under the guidance of another PI and Zhifeng is involved as a secondary PI – then Zhifeng will be
second to last and the main PI will be last. Students and post-docs who help over the course of the project may
be added to the author list depending on their contribution, and their placement will be discussed with all
parties involved in the paper. If a student or post-doc takes on a project but subsequently hands it off to
another student or post-doc, they will most likely lose first-authorship to that student or post-doc, unless
co-first-authorship is appropriate. All of these issues will be discussed openly, and you should feel free to
bring them up if you are not sure of your authorship status or want to challenge it.
</p>
<hr>
<h2><a id="Personal Intergrity" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Moral</h2>
<p>Lab members should conduct themselves with honesty and propriety, and perform their duties in a professional and
conscientious manner. Examples of dishonest and unacceptable conduct include, but are not limited to, the
following: stealing, cheating, lying about work-related matters; plagiarism; falsifying records; unauthorized
personal use of Lab property; unauthorized use of Lab confidential information; doing unauthorized private work
on University time; and giving or receiving a bribe in any form.
</p>
<hr>
<h2><a id="office-time" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Student cultivation</h2>
<p>Target on the student cultivation<br>Throughout your Master or PhD study, it is not important how many papers you
have published. More important is your personal growth. When you can complete the following tasks, in my view,
you have satisfied the requirement of Master degree.<br>1. Make the decision by yourself <br>2. Complete writing
the paper on your own <br>3. Complete the rebuttal on your own
</p>
<hr>
<h2><a id="office-time" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Finance issues</h2>
<p>Person in charge: Zhang Xue<br>If you have any financial problems, please contact Zhang Xue or Zhifeng<br>
</p>
<hr>
<h2><a id="office-time" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Hardwares</h2>
<p>Person in charge: Xu Zhengde<br>1.Please complete the online security exam and download the certificate
(etest.shanghaitech.edu.cn)<br>2. Sign the security commitment letter with the professor (Prof.Zhu)<br>3.Please
send these two documents as attachments to SIST RMC committee ([email protected]) via email for
authorization (cc lab leader or supervisor).<br>Tips: The security commitment letter can be downloaded from the
COSMAL account.<br>
</p>
<hr>
<h2><a id="recomm-book" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Books to read</h2>
<p>
<b>Solid State Physics & Magnetism</b><br>
Solid State Physics, Neil W. Ashcroft, N. David Mermin, Saunders College Publishing, 1976<br>
Introduction to Solid State Physics, Charles Kittel, 8th ed., Wiley, 2004<br>
Magnetism And Magnetic Materials, J. M. D. Coey, Cambridge University Press, 2010<br><br>
<b>Quantum Mechanics</b><br>
Introduction to quantum mechanics, David J. Griffiths, 2nd ed. Cambridge University Press, 2005.<br><br>
<b>Solid State Physics</b><br>
You can refer <a href="https://www.bilibili.com/video/BV1yi4y1h7Cn/?spm_id_from=333.999.0.0&vd_source=440135a091e1c6086013f7a800504063">this video on Bilibili</a>.<br><br>
<b>Density Functional Theory</b><br>
Density Functional Theory: A Practical Introduction, DAVID S. SHOLL, JANICE A. STECKEL, Wiley, 2009<br><br>
<b>Group Theory</b><br>
Group Theory and Its Applications in Physics, T. Inui Y. Tanabe Y. Onodera, Springer-Verlag Berlin Heidelberg,
1990<br><br>
<b>Neuronal Dynamics</b><br>
Neuronal Dynamics-From single neurons to networks and models of cognition, Wulfram Gerstner, Werner M. Kistler,
Richard Naud and Liam Paninski<br><br>
<b>Machine learning</b><br>
(Online course) Machine Learning-Andrew Ng @ www.coursera.org
</p>
<hr>
<h2><a id="recomm-book" class="anchor" href="#publications" aria-hidden="true"><span
class="octicon octicon-link"></span></a>Tips</h2>
<b>Access Control Application Process</b><br>
Send an email to Mr. Wen Tianming, complete the laboratory safety test according to the account information
contained in the email response, and pass 90 points, save the certificate, and send the certificate to Mr. Wen and
the laboratory door number that needs to be opened.<br><br>
<b>Calculation</b><br>
calculate the demagnetizing factors in the following website.<p><a
style="margin:0; font-size:100%; font-weight:bold"
href=" http://www.magpar.net/static/magpar/doc/html/demagcalc.html">http://www.magpar.net/static/magpar/doc/html/demagcalc.html</a><br><br>
<b>Extract Parameters</b><br>
Use this website in the following website to extract parameters from the graphs in the paper. The specific steps are
roughly to set a suitable and sufficient number of reference points, and then click on the point where you want to
extract the parameters.<br/>
<a style="margin:0; font-size:100%; font-weight:bold" href=" https://automeris.io/WebPlotDigitizer/">https://automeris.io/WebPlotDigitizer/</a><br><br>
<b>check</b><br>
Go through arxiv publications everyday.<br/>
<a style="margin:0; font-size:100%; font-weight:bold" href=" https://arxiv.org/list/cond-mat/new">https://arxiv.org/list/cond-mat/new</a><br><br>
<br>
Go through publications from Nature, Science, PRL, IEEE EDL, etc.<br><br>
</section>
<!-- End Section -->
<!-- Start Brands -->
<!--End Brands-->
<!-- Start Footer -->
<footer class="bg-dark" id="tempaltemo_footer">
<div class="container">
<div class="row">
<div class="col-md-4 pt-5">
<h2 class="h2 text-success border-bottom pb-3 border-light logo">Contact</h2>
<ul class="list-unstyled text-light footer-link-list">
<li>
<i class="fas fa-map-marker-alt fa-fw"></i>
393 Middle Huaxia Road, Pudong, Shanghai, 201210<br>
(School of Information Science and Technology, ShanghaiTech University)
</li>
</ul>
</div>
<div class="col-md-4 pt-5">
<h2 class="h2 text-light border-bottom pb-3 border-light">e-mail</h2>
<ul class="list-unstyled text-light footer-link-list">
<li>
<i class="fa fa-envelope fa-fw"></i>
<a class="text-decoration-none" href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<div class="col-md-4 pt-5">
<h2 class="h2 text-light border-bottom pb-3 border-light">Social</h2>
<ul class="list-unstyled text-light footer-link-list">
<a href="https://scholar.google.com.sg/citations?hl=en&view_op=list_works&gmla=AJsN-F6VFqH1zWutwzwvhN4b43R06X91s_sBd1BfaiRldK2NYzR7qwy2EzPH6bkXfnrbltaK0gkxF96QNSqB4H0izNMdoUXhsQ&user=r5tFJ0YAAAAJ"
target="_blank"><i class="ai ai-fw ai-google-scholar-square"></i> Scholar</a><br>
<a href="https://orcid.org/0000-0002-8193-7422"><i class="ai ai-fw ai-orcid-square"></i>
ORCID</a><br>
<a href="https://www.linkedin.com/in/zhu-zhifeng-55221a62/" class="author-social" target="_blank">
LinkedIn</a><br>
</ul>
</div>
</div>
<div class="row text-light mb-4">
<div class="col-12 mb-3">
<div class="w-100 my-3 border-top border-light"></div>
</div>
<div class="col-auto me-auto">
<ul class="list-inline text-left footer-icons">
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="http://facebook.com/"><i
class="fab fa-facebook-f fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://www.instagram.com/"><i
class="fab fa-instagram fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://twitter.com/"><i
class="fab fa-twitter fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://www.linkedin.com/"><i
class="fab fa-linkedin fa-lg fa-fw"></i></a>
</li>
</ul>
</div>
<div class="col-auto">
<label class="sr-only" for="subscribeEmail">Email address</label>
<div class="input-group mb-2">
<input type="text" class="form-control bg-dark border-light" id="subscribeEmail"
placeholder="Email address">
<div class="input-group-text btn-success text-light">Subscribe</div>
</div>
</div>
</div>
</div>
<div class="w-100 bg-black py-3">
<div class="container">
<div class="row pt-2">
<div class="col-12">
<p class="text-left text-light">
</p>
</div>
</div>
</div>
</div>
<!-- End Footer -->
<!-- Start Script -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<script src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/templatemo.js"></script>
<script src="assets/js/custom.js"></script>
<!-- End Script -->
</body>
</html>