From f941e61bbdf657e13a9a6a3023e4f0fbb1173f47 Mon Sep 17 00:00:00 2001 From: Florian Moser <git@famoser.ch> Date: Wed, 25 Nov 2020 18:57:44 +0000 Subject: [PATCH] Create spotlight archive folder --- .../exercise_files/fileSystems/TestDisk | Bin .../exercise_files/fileSystems/image.iso | 0 .../exercise_files/fileSystems/partition1 | Bin .../exercise_files/fileSystems/partition2 | Bin .../exercise_files/grep_exercise.md | 0 .../exercise_files/jobs/infiniteloop.sh | 0 .../supercoolNumericalSimulation.c | 0 .../FS18-hacking_session/exercises.pdf | 0 .../FS18-hacking_session/solutions.pdf | 0 .../HS19-debugging-on-linux/build.sh | 0 .../HS19-debugging-on-linux/code/a.out | Bin .../code/bugtype/a.out | Bin .../HS19-debugging-on-linux/code/bugtype/bo | Bin .../HS19-debugging-on-linux/code/bugtype/bo.c | 0 .../HS19-debugging-on-linux/code/bugtype/loi | Bin .../code/bugtype/loi.c | 0 .../HS19-debugging-on-linux/code/bugtype/ms | Bin .../HS19-debugging-on-linux/code/bugtype/ms.c | 0 .../HS19-debugging-on-linux/code/bugtype/rc | Bin .../HS19-debugging-on-linux/code/bugtype/rc.c | 0 .../HS19-debugging-on-linux/code/bugtype/uaf | Bin .../code/bugtype/uaf.c | 0 .../HS19-debugging-on-linux/code/bugtype/ud.c | 0 .../HS19-debugging-on-linux/code/bugtype/ui | Bin .../HS19-debugging-on-linux/code/bugtype/ui.c | 0 .../code/gdb-examples/a.out | Bin .../code/gdb-examples/simple.c | 0 .../HS19-debugging-on-linux/code/strace/a.out | Bin .../code/strace/file.c | 0 .../code/strace/simple.c | 0 .../img/gdb-tui.orig.png | 0 .../HS19-debugging-on-linux/img/gdb-tui.png | 0 .../HS19-debugging-on-linux/img/logo_blue.pdf | 0 .../img/logo_white.pdf | 0 .../HS19-debugging-on-linux/pres.md | 0 .../HS19-debugging-on-linux/pres.pdf | 0 .../HS19-debugging-on-linux/template.tex | 0 .../bib.bib | 48 +++++++++--------- .../compile.sh | 0 .../get_samri_data.sh | 0 .../img/eb.png | 0 .../img/fig_new.png | 0 .../img/fig_old.png | 0 .../img/fork.png | 0 .../img/gentoo.png | 0 .../img/git.png | 0 .../img/ng_mi.png | 0 .../img/pm.xcf | 0 .../img/pm_d.png | 0 .../img/pm_g.png | 0 .../img/pr.png | 0 .../img/python.png | 0 .../img/sp.png | 0 .../reset_system.sh | 0 .../samri/metadata.xml | 0 .../samri/samri-0.4.ebuild | 0 .../samri/setup.py | 0 .../slides.pdf | 0 .../slides.tex | 0 .../HS20-unix_history}/.gitattributes | 0 .../HS20-unix_history}/build.sh | 0 .../HS20-unix_history}/firstslide.md | 0 .../HS20-unix_history}/header.tex | 0 .../HS20-unix_history}/img/bk.jpg | 0 .../HS20-unix_history}/img/kt_and_dr.jpg | 0 .../HS20-unix_history}/img/logo_blue.pdf | 0 .../HS20-unix_history}/img/logo_white.pdf | 0 .../HS20-unix_history}/img/pdp7-oslo.jpg | 0 .../HS20-unix_history}/img/unix_tl.png | 0 .../HS20-unix_history}/pres.md | 0 .../HS20-unix_history}/pres.pdf | 0 .../HS20-unix_history}/template.tex | 0 .../HS20-vim}/demos/maze | 0 .../HS20-vim}/demos/shopping_list | 0 .../HS20-vim}/vimcourse_nils2020.odp | Bin 75 files changed, 24 insertions(+), 24 deletions(-) rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/fileSystems/TestDisk (100%) rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/fileSystems/image.iso (100%) rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/fileSystems/partition1 (100%) rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/fileSystems/partition2 (100%) rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/grep_exercise.md (100%) rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/jobs/infiniteloop.sh (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/FS18-hacking_session/exercise_files/supercoolNumericalSimulation.c (100%) rename {archive => spotlight_archive}/FS18-hacking_session/exercises.pdf (100%) rename {archive => spotlight_archive}/FS18-hacking_session/solutions.pdf (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/build.sh (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/a.out (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/a.out (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/bo (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/bo.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/loi (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/loi.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/ms (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/ms.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/rc (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/rc.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/uaf (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/uaf.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/ud.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/ui (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/bugtype/ui.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/gdb-examples/a.out (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/gdb-examples/simple.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/strace/a.out (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/strace/file.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/code/strace/simple.c (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/img/gdb-tui.orig.png (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/img/gdb-tui.png (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/img/logo_blue.pdf (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/img/logo_white.pdf (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/pres.md (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/pres.pdf (100%) rename {archive => spotlight_archive}/HS19-debugging-on-linux/template.tex (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/bib.bib (97%) rename {archive => spotlight_archive}/HS19-scientific_software_management/compile.sh (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-scientific_software_management/get_samri_data.sh (100%) mode change 100755 => 100644 rename {archive => spotlight_archive}/HS19-scientific_software_management/img/eb.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/fig_new.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/fig_old.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/fork.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/gentoo.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/git.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/ng_mi.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/pm.xcf (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/pm_d.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/pm_g.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/pr.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/python.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/img/sp.png (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/reset_system.sh (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/samri/metadata.xml (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/samri/samri-0.4.ebuild (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/samri/setup.py (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/slides.pdf (100%) rename {archive => spotlight_archive}/HS19-scientific_software_management/slides.tex (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/.gitattributes (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/build.sh (100%) mode change 100755 => 100644 rename {unix_history => spotlight_archive/HS20-unix_history}/firstslide.md (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/header.tex (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/img/bk.jpg (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/img/kt_and_dr.jpg (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/img/logo_blue.pdf (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/img/logo_white.pdf (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/img/pdp7-oslo.jpg (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/img/unix_tl.png (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/pres.md (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/pres.pdf (100%) rename {unix_history => spotlight_archive/HS20-unix_history}/template.tex (100%) rename {vimcourse_nils_2020 => spotlight_archive/HS20-vim}/demos/maze (100%) rename {vimcourse_nils_2020 => spotlight_archive/HS20-vim}/demos/shopping_list (100%) rename {vimcourse_nils_2020 => spotlight_archive/HS20-vim}/vimcourse_nils2020.odp (100%) diff --git a/archive/FS18-hacking_session/exercise_files/fileSystems/TestDisk b/spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/TestDisk similarity index 100% rename from archive/FS18-hacking_session/exercise_files/fileSystems/TestDisk rename to spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/TestDisk diff --git a/archive/FS18-hacking_session/exercise_files/fileSystems/image.iso b/spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/image.iso similarity index 100% rename from archive/FS18-hacking_session/exercise_files/fileSystems/image.iso rename to spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/image.iso diff --git a/archive/FS18-hacking_session/exercise_files/fileSystems/partition1 b/spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/partition1 similarity index 100% rename from archive/FS18-hacking_session/exercise_files/fileSystems/partition1 rename to spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/partition1 diff --git a/archive/FS18-hacking_session/exercise_files/fileSystems/partition2 b/spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/partition2 similarity index 100% rename from archive/FS18-hacking_session/exercise_files/fileSystems/partition2 rename to spotlight_archive/FS18-hacking_session/exercise_files/fileSystems/partition2 diff --git a/archive/FS18-hacking_session/exercise_files/grep_exercise.md b/spotlight_archive/FS18-hacking_session/exercise_files/grep_exercise.md similarity index 100% rename from archive/FS18-hacking_session/exercise_files/grep_exercise.md rename to spotlight_archive/FS18-hacking_session/exercise_files/grep_exercise.md diff --git a/archive/FS18-hacking_session/exercise_files/jobs/infiniteloop.sh b/spotlight_archive/FS18-hacking_session/exercise_files/jobs/infiniteloop.sh old mode 100755 new mode 100644 similarity index 100% rename from archive/FS18-hacking_session/exercise_files/jobs/infiniteloop.sh rename to spotlight_archive/FS18-hacking_session/exercise_files/jobs/infiniteloop.sh diff --git a/archive/FS18-hacking_session/exercise_files/supercoolNumericalSimulation.c b/spotlight_archive/FS18-hacking_session/exercise_files/supercoolNumericalSimulation.c similarity index 100% rename from archive/FS18-hacking_session/exercise_files/supercoolNumericalSimulation.c rename to spotlight_archive/FS18-hacking_session/exercise_files/supercoolNumericalSimulation.c diff --git a/archive/FS18-hacking_session/exercises.pdf b/spotlight_archive/FS18-hacking_session/exercises.pdf similarity index 100% rename from archive/FS18-hacking_session/exercises.pdf rename to spotlight_archive/FS18-hacking_session/exercises.pdf diff --git a/archive/FS18-hacking_session/solutions.pdf b/spotlight_archive/FS18-hacking_session/solutions.pdf similarity index 100% rename from archive/FS18-hacking_session/solutions.pdf rename to spotlight_archive/FS18-hacking_session/solutions.pdf diff --git a/archive/HS19-debugging-on-linux/build.sh b/spotlight_archive/HS19-debugging-on-linux/build.sh old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/build.sh rename to spotlight_archive/HS19-debugging-on-linux/build.sh diff --git a/archive/HS19-debugging-on-linux/code/a.out b/spotlight_archive/HS19-debugging-on-linux/code/a.out old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/a.out rename to spotlight_archive/HS19-debugging-on-linux/code/a.out diff --git a/archive/HS19-debugging-on-linux/code/bugtype/a.out b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/a.out old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/a.out rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/a.out diff --git a/archive/HS19-debugging-on-linux/code/bugtype/bo b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/bo old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/bo rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/bo diff --git a/archive/HS19-debugging-on-linux/code/bugtype/bo.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/bo.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/bo.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/bo.c diff --git a/archive/HS19-debugging-on-linux/code/bugtype/loi b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/loi old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/loi rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/loi diff --git a/archive/HS19-debugging-on-linux/code/bugtype/loi.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/loi.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/loi.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/loi.c diff --git a/archive/HS19-debugging-on-linux/code/bugtype/ms b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/ms old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/ms rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/ms diff --git a/archive/HS19-debugging-on-linux/code/bugtype/ms.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/ms.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/ms.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/ms.c diff --git a/archive/HS19-debugging-on-linux/code/bugtype/rc b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/rc old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/rc rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/rc diff --git a/archive/HS19-debugging-on-linux/code/bugtype/rc.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/rc.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/rc.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/rc.c diff --git a/archive/HS19-debugging-on-linux/code/bugtype/uaf b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/uaf old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/uaf rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/uaf diff --git a/archive/HS19-debugging-on-linux/code/bugtype/uaf.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/uaf.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/uaf.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/uaf.c diff --git a/archive/HS19-debugging-on-linux/code/bugtype/ud.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/ud.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/ud.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/ud.c diff --git a/archive/HS19-debugging-on-linux/code/bugtype/ui b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/ui old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/ui rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/ui diff --git a/archive/HS19-debugging-on-linux/code/bugtype/ui.c b/spotlight_archive/HS19-debugging-on-linux/code/bugtype/ui.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/bugtype/ui.c rename to spotlight_archive/HS19-debugging-on-linux/code/bugtype/ui.c diff --git a/archive/HS19-debugging-on-linux/code/gdb-examples/a.out b/spotlight_archive/HS19-debugging-on-linux/code/gdb-examples/a.out old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/gdb-examples/a.out rename to spotlight_archive/HS19-debugging-on-linux/code/gdb-examples/a.out diff --git a/archive/HS19-debugging-on-linux/code/gdb-examples/simple.c b/spotlight_archive/HS19-debugging-on-linux/code/gdb-examples/simple.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/gdb-examples/simple.c rename to spotlight_archive/HS19-debugging-on-linux/code/gdb-examples/simple.c diff --git a/archive/HS19-debugging-on-linux/code/strace/a.out b/spotlight_archive/HS19-debugging-on-linux/code/strace/a.out old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-debugging-on-linux/code/strace/a.out rename to spotlight_archive/HS19-debugging-on-linux/code/strace/a.out diff --git a/archive/HS19-debugging-on-linux/code/strace/file.c b/spotlight_archive/HS19-debugging-on-linux/code/strace/file.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/strace/file.c rename to spotlight_archive/HS19-debugging-on-linux/code/strace/file.c diff --git a/archive/HS19-debugging-on-linux/code/strace/simple.c b/spotlight_archive/HS19-debugging-on-linux/code/strace/simple.c similarity index 100% rename from archive/HS19-debugging-on-linux/code/strace/simple.c rename to spotlight_archive/HS19-debugging-on-linux/code/strace/simple.c diff --git a/archive/HS19-debugging-on-linux/img/gdb-tui.orig.png b/spotlight_archive/HS19-debugging-on-linux/img/gdb-tui.orig.png similarity index 100% rename from archive/HS19-debugging-on-linux/img/gdb-tui.orig.png rename to spotlight_archive/HS19-debugging-on-linux/img/gdb-tui.orig.png diff --git a/archive/HS19-debugging-on-linux/img/gdb-tui.png b/spotlight_archive/HS19-debugging-on-linux/img/gdb-tui.png similarity index 100% rename from archive/HS19-debugging-on-linux/img/gdb-tui.png rename to spotlight_archive/HS19-debugging-on-linux/img/gdb-tui.png diff --git a/archive/HS19-debugging-on-linux/img/logo_blue.pdf b/spotlight_archive/HS19-debugging-on-linux/img/logo_blue.pdf similarity index 100% rename from archive/HS19-debugging-on-linux/img/logo_blue.pdf rename to spotlight_archive/HS19-debugging-on-linux/img/logo_blue.pdf diff --git a/archive/HS19-debugging-on-linux/img/logo_white.pdf b/spotlight_archive/HS19-debugging-on-linux/img/logo_white.pdf similarity index 100% rename from archive/HS19-debugging-on-linux/img/logo_white.pdf rename to spotlight_archive/HS19-debugging-on-linux/img/logo_white.pdf diff --git a/archive/HS19-debugging-on-linux/pres.md b/spotlight_archive/HS19-debugging-on-linux/pres.md similarity index 100% rename from archive/HS19-debugging-on-linux/pres.md rename to spotlight_archive/HS19-debugging-on-linux/pres.md diff --git a/archive/HS19-debugging-on-linux/pres.pdf b/spotlight_archive/HS19-debugging-on-linux/pres.pdf similarity index 100% rename from archive/HS19-debugging-on-linux/pres.pdf rename to spotlight_archive/HS19-debugging-on-linux/pres.pdf diff --git a/archive/HS19-debugging-on-linux/template.tex b/spotlight_archive/HS19-debugging-on-linux/template.tex similarity index 100% rename from archive/HS19-debugging-on-linux/template.tex rename to spotlight_archive/HS19-debugging-on-linux/template.tex diff --git a/archive/HS19-scientific_software_management/bib.bib b/spotlight_archive/HS19-scientific_software_management/bib.bib similarity index 97% rename from archive/HS19-scientific_software_management/bib.bib rename to spotlight_archive/HS19-scientific_software_management/bib.bib index 7e849df..1a8b854 100644 --- a/archive/HS19-scientific_software_management/bib.bib +++ b/spotlight_archive/HS19-scientific_software_management/bib.bib @@ -1,24 +1,24 @@ -@conference{repsep, - author = {Horea-Ioan Ioanas and Markus Rudin}, - title = {Reproducible Self-Publishing for {P}ython-Based Research}, - year = 2018, - month = aug, - publisher = {EuroSciPy}, - url = {https://figshare.com/articles/Reproducible_Self-Publishing_for_Python-Based_Research/7247339}, - doi = {10.6084/m9.figshare.7247339.v1}, -} -@article{Ioanas2017, - author = {Horea-Ioan Ioanas and Bechara Saab and Markus Rudin}, - title = {Gentoo Linux for Neuroscience - a replicable, flexible, scalable, rolling-release environment that provides direct access to development software}, - volume = {3}, - number = {}, - year = {2017}, - doi = {10.3897/rio.3.e12095}, - publisher = {Pensoft Publishers}, - abstract = {}, - issn = {}, - pages = {e12095}, - URL = {https://doi.org/10.3897/rio.3.e12095}, - eprint = {https://doi.org/10.3897/rio.3.e12095}, - journal = {Research Ideas and Outcomes} -} +@conference{repsep, + author = {Horea-Ioan Ioanas and Markus Rudin}, + title = {Reproducible Self-Publishing for {P}ython-Based Research}, + year = 2018, + month = aug, + publisher = {EuroSciPy}, + url = {https://figshare.com/articles/Reproducible_Self-Publishing_for_Python-Based_Research/7247339}, + doi = {10.6084/m9.figshare.7247339.v1}, +} +@article{Ioanas2017, + author = {Horea-Ioan Ioanas and Bechara Saab and Markus Rudin}, + title = {Gentoo Linux for Neuroscience - a replicable, flexible, scalable, rolling-release environment that provides direct access to development software}, + volume = {3}, + number = {}, + year = {2017}, + doi = {10.3897/rio.3.e12095}, + publisher = {Pensoft Publishers}, + abstract = {}, + issn = {}, + pages = {e12095}, + URL = {https://doi.org/10.3897/rio.3.e12095}, + eprint = {https://doi.org/10.3897/rio.3.e12095}, + journal = {Research Ideas and Outcomes} +} diff --git a/archive/HS19-scientific_software_management/compile.sh b/spotlight_archive/HS19-scientific_software_management/compile.sh old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-scientific_software_management/compile.sh rename to spotlight_archive/HS19-scientific_software_management/compile.sh diff --git a/archive/HS19-scientific_software_management/get_samri_data.sh b/spotlight_archive/HS19-scientific_software_management/get_samri_data.sh old mode 100755 new mode 100644 similarity index 100% rename from archive/HS19-scientific_software_management/get_samri_data.sh rename to spotlight_archive/HS19-scientific_software_management/get_samri_data.sh diff --git a/archive/HS19-scientific_software_management/img/eb.png b/spotlight_archive/HS19-scientific_software_management/img/eb.png similarity index 100% rename from archive/HS19-scientific_software_management/img/eb.png rename to spotlight_archive/HS19-scientific_software_management/img/eb.png diff --git a/archive/HS19-scientific_software_management/img/fig_new.png b/spotlight_archive/HS19-scientific_software_management/img/fig_new.png similarity index 100% rename from archive/HS19-scientific_software_management/img/fig_new.png rename to spotlight_archive/HS19-scientific_software_management/img/fig_new.png diff --git a/archive/HS19-scientific_software_management/img/fig_old.png b/spotlight_archive/HS19-scientific_software_management/img/fig_old.png similarity index 100% rename from archive/HS19-scientific_software_management/img/fig_old.png rename to spotlight_archive/HS19-scientific_software_management/img/fig_old.png diff --git a/archive/HS19-scientific_software_management/img/fork.png b/spotlight_archive/HS19-scientific_software_management/img/fork.png similarity index 100% rename from archive/HS19-scientific_software_management/img/fork.png rename to spotlight_archive/HS19-scientific_software_management/img/fork.png diff --git a/archive/HS19-scientific_software_management/img/gentoo.png b/spotlight_archive/HS19-scientific_software_management/img/gentoo.png similarity index 100% rename from archive/HS19-scientific_software_management/img/gentoo.png rename to spotlight_archive/HS19-scientific_software_management/img/gentoo.png diff --git a/archive/HS19-scientific_software_management/img/git.png b/spotlight_archive/HS19-scientific_software_management/img/git.png similarity index 100% rename from archive/HS19-scientific_software_management/img/git.png rename to spotlight_archive/HS19-scientific_software_management/img/git.png diff --git a/archive/HS19-scientific_software_management/img/ng_mi.png b/spotlight_archive/HS19-scientific_software_management/img/ng_mi.png similarity index 100% rename from archive/HS19-scientific_software_management/img/ng_mi.png rename to spotlight_archive/HS19-scientific_software_management/img/ng_mi.png diff --git a/archive/HS19-scientific_software_management/img/pm.xcf b/spotlight_archive/HS19-scientific_software_management/img/pm.xcf similarity index 100% rename from archive/HS19-scientific_software_management/img/pm.xcf rename to spotlight_archive/HS19-scientific_software_management/img/pm.xcf diff --git a/archive/HS19-scientific_software_management/img/pm_d.png b/spotlight_archive/HS19-scientific_software_management/img/pm_d.png similarity index 100% rename from archive/HS19-scientific_software_management/img/pm_d.png rename to spotlight_archive/HS19-scientific_software_management/img/pm_d.png diff --git a/archive/HS19-scientific_software_management/img/pm_g.png b/spotlight_archive/HS19-scientific_software_management/img/pm_g.png similarity index 100% rename from archive/HS19-scientific_software_management/img/pm_g.png rename to spotlight_archive/HS19-scientific_software_management/img/pm_g.png diff --git a/archive/HS19-scientific_software_management/img/pr.png b/spotlight_archive/HS19-scientific_software_management/img/pr.png similarity index 100% rename from archive/HS19-scientific_software_management/img/pr.png rename to spotlight_archive/HS19-scientific_software_management/img/pr.png diff --git a/archive/HS19-scientific_software_management/img/python.png b/spotlight_archive/HS19-scientific_software_management/img/python.png similarity index 100% rename from archive/HS19-scientific_software_management/img/python.png rename to spotlight_archive/HS19-scientific_software_management/img/python.png diff --git a/archive/HS19-scientific_software_management/img/sp.png b/spotlight_archive/HS19-scientific_software_management/img/sp.png similarity index 100% rename from archive/HS19-scientific_software_management/img/sp.png rename to spotlight_archive/HS19-scientific_software_management/img/sp.png diff --git a/archive/HS19-scientific_software_management/reset_system.sh b/spotlight_archive/HS19-scientific_software_management/reset_system.sh similarity index 100% rename from archive/HS19-scientific_software_management/reset_system.sh rename to spotlight_archive/HS19-scientific_software_management/reset_system.sh diff --git a/archive/HS19-scientific_software_management/samri/metadata.xml b/spotlight_archive/HS19-scientific_software_management/samri/metadata.xml similarity index 100% rename from archive/HS19-scientific_software_management/samri/metadata.xml rename to spotlight_archive/HS19-scientific_software_management/samri/metadata.xml diff --git a/archive/HS19-scientific_software_management/samri/samri-0.4.ebuild b/spotlight_archive/HS19-scientific_software_management/samri/samri-0.4.ebuild similarity index 100% rename from archive/HS19-scientific_software_management/samri/samri-0.4.ebuild rename to spotlight_archive/HS19-scientific_software_management/samri/samri-0.4.ebuild diff --git a/archive/HS19-scientific_software_management/samri/setup.py b/spotlight_archive/HS19-scientific_software_management/samri/setup.py similarity index 100% rename from archive/HS19-scientific_software_management/samri/setup.py rename to spotlight_archive/HS19-scientific_software_management/samri/setup.py diff --git a/archive/HS19-scientific_software_management/slides.pdf b/spotlight_archive/HS19-scientific_software_management/slides.pdf similarity index 100% rename from archive/HS19-scientific_software_management/slides.pdf rename to spotlight_archive/HS19-scientific_software_management/slides.pdf diff --git a/archive/HS19-scientific_software_management/slides.tex b/spotlight_archive/HS19-scientific_software_management/slides.tex similarity index 100% rename from archive/HS19-scientific_software_management/slides.tex rename to spotlight_archive/HS19-scientific_software_management/slides.tex diff --git a/unix_history/.gitattributes b/spotlight_archive/HS20-unix_history/.gitattributes similarity index 100% rename from unix_history/.gitattributes rename to spotlight_archive/HS20-unix_history/.gitattributes diff --git a/unix_history/build.sh b/spotlight_archive/HS20-unix_history/build.sh old mode 100755 new mode 100644 similarity index 100% rename from unix_history/build.sh rename to spotlight_archive/HS20-unix_history/build.sh diff --git a/unix_history/firstslide.md b/spotlight_archive/HS20-unix_history/firstslide.md similarity index 100% rename from unix_history/firstslide.md rename to spotlight_archive/HS20-unix_history/firstslide.md diff --git a/unix_history/header.tex b/spotlight_archive/HS20-unix_history/header.tex similarity index 100% rename from unix_history/header.tex rename to spotlight_archive/HS20-unix_history/header.tex diff --git a/unix_history/img/bk.jpg b/spotlight_archive/HS20-unix_history/img/bk.jpg similarity index 100% rename from unix_history/img/bk.jpg rename to spotlight_archive/HS20-unix_history/img/bk.jpg diff --git a/unix_history/img/kt_and_dr.jpg b/spotlight_archive/HS20-unix_history/img/kt_and_dr.jpg similarity index 100% rename from unix_history/img/kt_and_dr.jpg rename to spotlight_archive/HS20-unix_history/img/kt_and_dr.jpg diff --git a/unix_history/img/logo_blue.pdf b/spotlight_archive/HS20-unix_history/img/logo_blue.pdf similarity index 100% rename from unix_history/img/logo_blue.pdf rename to spotlight_archive/HS20-unix_history/img/logo_blue.pdf diff --git a/unix_history/img/logo_white.pdf b/spotlight_archive/HS20-unix_history/img/logo_white.pdf similarity index 100% rename from unix_history/img/logo_white.pdf rename to spotlight_archive/HS20-unix_history/img/logo_white.pdf diff --git a/unix_history/img/pdp7-oslo.jpg b/spotlight_archive/HS20-unix_history/img/pdp7-oslo.jpg similarity index 100% rename from unix_history/img/pdp7-oslo.jpg rename to spotlight_archive/HS20-unix_history/img/pdp7-oslo.jpg diff --git a/unix_history/img/unix_tl.png b/spotlight_archive/HS20-unix_history/img/unix_tl.png similarity index 100% rename from unix_history/img/unix_tl.png rename to spotlight_archive/HS20-unix_history/img/unix_tl.png diff --git a/unix_history/pres.md b/spotlight_archive/HS20-unix_history/pres.md similarity index 100% rename from unix_history/pres.md rename to spotlight_archive/HS20-unix_history/pres.md diff --git a/unix_history/pres.pdf b/spotlight_archive/HS20-unix_history/pres.pdf similarity index 100% rename from unix_history/pres.pdf rename to spotlight_archive/HS20-unix_history/pres.pdf diff --git a/unix_history/template.tex b/spotlight_archive/HS20-unix_history/template.tex similarity index 100% rename from unix_history/template.tex rename to spotlight_archive/HS20-unix_history/template.tex diff --git a/vimcourse_nils_2020/demos/maze b/spotlight_archive/HS20-vim/demos/maze similarity index 100% rename from vimcourse_nils_2020/demos/maze rename to spotlight_archive/HS20-vim/demos/maze diff --git a/vimcourse_nils_2020/demos/shopping_list b/spotlight_archive/HS20-vim/demos/shopping_list similarity index 100% rename from vimcourse_nils_2020/demos/shopping_list rename to spotlight_archive/HS20-vim/demos/shopping_list diff --git a/vimcourse_nils_2020/vimcourse_nils2020.odp b/spotlight_archive/HS20-vim/vimcourse_nils2020.odp similarity index 100% rename from vimcourse_nils_2020/vimcourse_nils2020.odp rename to spotlight_archive/HS20-vim/vimcourse_nils2020.odp -- GitLab