Skip to content

Commit 8399730

Browse files
committed
added p2
1 parent 4dd8ac0 commit 8399730

File tree

4 files changed

+2
-128
lines changed

4 files changed

+2
-128
lines changed

doc/Projects/2026/Project2/ipynb

194 Bytes
Binary file not shown.

doc/src/Projects/2026/Project2/Project2.do.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TITLE: Project 2
22
AUTHOR: "FYS5429/9429":"https://www.uio.no/studier/emner/matnat/fys/FYS5429/index-eng.html", Advanced machine learning and data analysis for the physical sciences, University of Oslo, Norway
3-
DATE: Spring semester 2025, deadline June 1
3+
DATE: Spring semester 2026, deadline June 1
44

55

66
======= Possible paths for project 2 =======

doc/src/Projects/2026/Project2/Project2.do.txt~

Lines changed: 0 additions & 116 deletions
This file was deleted.

doc/src/Projects/2026/Project2/make.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ rm -f *.aux
2525

2626

2727

28-
# Plain HTML documents
29-
html=${name}
30-
system doconce format html $name --pygments_html_style=default --html_style=bloodish --html_links_in_new_window --html_output=$html $opt
31-
system doconce split_html $html.html --method=space10
32-
33-
# Bootstrap style
34-
html=${name}-bs
35-
system doconce format html $name --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=$html $opt
36-
system doconce split_html $html.html --method=split --pagination --nav_button=bottom
3728

3829
# IPython notebook
3930
system doconce format ipynb $name $opt
@@ -51,11 +42,10 @@ mv -f $name.pdf ${name}.pdf
5142
cp $name.tex ${name}.tex
5243

5344
# Publish
54-
dest=../../../../Projects/2024
45+
dest=../../../../Projects/2026
5546
if [ ! -d $dest/$name ]; then
5647
mkdir $dest/$name
5748
mkdir $dest/$name/pdf
58-
mkdir $dest/$name/html
5949
mkdir $dest/$name/ipynb
6050
fi
6151
cp ${name}*.tex $dest/$name/pdf

0 commit comments

Comments
 (0)