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

some file name changes

parent 52d8d630
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# TN2953-P SQUID Information page
# TN2953-P SQUID Practicum Webpage
<img src="figs/MrSQUID_Chip.png" width=50%>
On this webpage, you will find information about the SQUID practicum (experimental lab) hosted by the Quantum Nanoscience (http://qn.tudelft.nl) website, run by Prof. Gary Steele (http://steelelab.tudelft.nl).
On this webpage, you will find information about the SQUID practicum (experimental lab) hosted by the Quantum Nanoscience (http://qn.tudelft.nl) website, run by the group of Prof. Gary Steele (http://steelelab.tudelft.nl).
## General information
Read this first:
<a href="Information%20about%20TN2513-P%20Squid%20Practicum.html">Information about TN2513-P Squid Practicum</a>
## Manual
The manual for this practicum, for reference when you are preparing for, and doing, the experiments:
<a href="TN2513-P%20SQUID%20Practicum%20Manual.html">Instruction manual</a>
## Instructional Videos
You can find them linked here:
<a href="Instructional Videos SQUID Practicum.html">Instructional Videos SQUID Practicum</a>
## Report writing guidelines and advice
Some guidelines and advice we have collected over the years:
<a href="Report%20Writing%20Guidelines%20and%20Advice.html">Report Writing Guidelines and Advice</a>
<br>
<br>
*You can find the source code to these documents and our control software in the <a href=https://gitlab.tudelft.nl/python-for-applied-physics/rp-squid-python-code>public repository</a> in the TU Delft Gitlab.*
......
......@@ -14,12 +14,12 @@ jupyter:
---
<!-- #region -->
# TN2953-P SQUID Information page
# TN2953-P SQUID Practicum Webpage
<img src="figs/MrSQUID_Chip.png" width=50%>
On this webpage, you will find information about the SQUID practicum (experimental lab) hosted by the Quantum Nanoscience (http://qn.tudelft.nl) website, run by Prof. Gary Steele (http://steelelab.tudelft.nl).
On this webpage, you will find information about the SQUID practicum (experimental lab) hosted by the Quantum Nanoscience (http://qn.tudelft.nl) website, run by the group of Prof. Gary Steele (http://steelelab.tudelft.nl).
## General information
......
jupyter nbconvert --to html index.ipynb
jupyter nbconvert --to html "SQUID Practicum.ipynb" --output index.html
jupyter nbconvert --to html_toc "TN2513-P SQUID Practicum Manual.ipynb"
jupyter nbconvert --to html_toc "Information about TN2513-P Squid Practicum.ipynb"
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
scp figs/* gsteele@nsweb.tn.tudelft.nl:public_html/SQUID_practicum/figs
\ No newline at end of file
scp figs/* 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