Skip to content
Snippets Groups Projects
Commit 8a534003 authored by Gary Steele's avatar Gary Steele
Browse files

had to edit deply script since port 22 is now closed on nsweb

parent db9b262c
No related branches found
No related tags found
No related merge requests found
......@@ -114,3 +114,4 @@ dmypy.json
# Pyre type checker
.pyre/
*.html
update.tar
%% Cell type:markdown id: tags:
# Instructional Videos SQUID Practicum
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/Liquid%20Nitrogen%20Safety.mp4">Liquid Nitrogen Safety</a>
* Also always wear gloves when handling the probe when it comes out of the liquid nitrogen.
* NEVER touch the probe with your bare hands until there is no more ice forming on it!
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/Hardware_Introduction.mp4">Hardware introduction</a>
* An introduction to the MrSQUID hardware
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/Measurement_Software_first_run.mp4">Software introduction, cooling the probe down and measuring superconducting IVs</a>
* Starting up the software and configuring it for your round
* Overview of the software programs and how to run them
* Your first experiment
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/Probe_WarmUP_and_Taking_Temperature_Trace.mp4">Temperature dependence</a>
* Observing the superconducting transition
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/Flux_Oscillations_in_V_Phi_display.mp4">Quantum Interference</a>
* Using flux modulation mode to observe quantum interference
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/documenting_and_analysing_your_data.mp4">Documenting and analysing your data</a>
Important points from video:
* 4 levels of documentation:
* Level 0: Use “Plot all my data” to get an overview of the data you’ve taken
* Level 1: A “Daily summary” notebook for each day you work in the lab in which you describe in words what you did, and show plots of the representative data you took
* Level 2: Analysis notebooks where you analyze the data in more detail, making your own plots and starting to draw conclusions
* Level 3: Report plots should all be generated by one notebook, which you also submit with your report
* All files / notebooks / etc should be in the Teams folder
* Sync to your own hard drive if you want too using one note
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/End%20of%20session%20+%20leaving%20room.mp4"> End of session and leaving room </a>
* How to leave the setup when you are done
<a href="https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/squid_practicum_teams_and_remote_desktop.mp4">Using Teams and connecting with Remote Desktop</a>
Notes on this video:
* Change with respect to video instructions: submit your reports only via brightspace, not via Teams
* Remote desktop:
* Computer name: TUD204580
* Username: TUD204580\localadmin
* Password: see paper taped onto screen of measurement computer
Link to gallery with all videos:
https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/
%% Cell type:code id: tags:
``` python
```
......
......@@ -60,7 +60,3 @@ Notes on this video:
Link to gallery with all videos:
https://nsweb.tn.tudelft.nl/~gsteele/SQUID_practicum/videos/
```python
```
......@@ -4,7 +4,7 @@ jupyter nbconvert --to html_toc "Information about TN2513-P Squid Practicum.ipyn
jupyter nbconvert --to html_toc "Report Writing Guidelines and Advice.ipynb"
jupyter nbconvert --to html "Instructional Videos SQUID Practicum.ipynb"
echo "Last updated on $(date)" >> index.html
scp *.html gsteele@nsweb.tn.tudelft.nl:public_html/SQUID_practicum
tar cf update.tar *html
if [ "$1" == "-f" ]; then
scp figs/*{png,jpg} gsteele@nsweb.tn.tudelft.nl:public_html/SQUID_practicum/figs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment