Skip to content

Commit

Permalink
update tutorial landing page (#117)
Browse files Browse the repository at this point in the history
* swap aiida-core version and tutorial description

vim regex used for the replacement:
%s/\(aiida-core [[:punct:][:alnum:]]\+\) (\([[:alnum:][:punct:] ]\+\))/\2 (\1)/gc

 * add sponsors to 2019 tutorial
  • Loading branch information
ltalirz committed Jun 4, 2019
1 parent aff5e1e commit 24e7428
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 15 deletions.
28 changes: 14 additions & 14 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ interactive demos and videos.
:maxdepth: 1
:caption: Tutorial materials

aiida-core 1.0.0b3 (2019, EPFL, Switzerland)<./pages/2019_MARVEL_Psik_MaX/index>
aiida-core 0.12.2 (2019, University of Amsterdam, Netherlands)<./pages/2019_molsim_school_Amsterdam/index>
aiida-core 1.0.0a1 (2018, Cineca, Italy)<./pages/2018_PRACE_MaX/index>
aiida-core 0.11.4 (2018, EPFL, Switzerland)<./pages/2018_EPFL_molsim/index>
aiida-core 0.9.0 (2017, EPFL, Switzerland)<./pages/2017_MARVEL_Psik_MaX/index>
aiida-core 0.7.1 (2017, ICTP, Italy)<./pages/2017_ICTP/index>
aiida-core 0.6.0 (2016, EPFL, Switzerland)<./pages/2016_MARVEL_Psik_MaX/index>
2019, EPFL, Switzerland (aiida-core 1.0.0b3)<./pages/2019_MARVEL_Psik_MaX/index>
2019, University of Amsterdam, Netherlands (aiida-core 0.12.2)<./pages/2019_molsim_school_Amsterdam/index>
2018, Cineca, Italy (aiida-core 1.0.0a1)<./pages/2018_PRACE_MaX/index>
2018, EPFL, Switzerland (aiida-core 0.11.4)<./pages/2018_EPFL_molsim/index>
2017, EPFL, Switzerland (aiida-core 0.9.0)<./pages/2017_MARVEL_Psik_MaX/index>
2017, ICTP, Italy (aiida-core 0.7.1)<./pages/2017_ICTP/index>
2016, EPFL, Switzerland (aiida-core 0.6.0)<./pages/2016_MARVEL_Psik_MaX/index>

.. toctree::
:maxdepth: 1
:caption: Demos

aiida-core 0.12.3 (interactive notebooks, binderized) <https://github.com/aiidateam/aiida_demos>
aiida-core 0.10.0 (interactive notebooks) <https://github.com/aiidateam/aiida-max-examples>
interactive notebooks, binderized (aiida-core 0.12.3) <https://github.com/aiidateam/aiida_demos>
interactive notebooks (aiida-core 0.10.0) <https://github.com/aiidateam/aiida-max-examples>


.. toctree::
:maxdepth: 1
:caption: Videos

aiida-core 1.0.0b3 (workflow tutorial lectures) <https://www.youtube.com/playlist?list=PL19kfLn4sO_-QtPaHAA8KByFluT2vvlG0>
aiida-core 1.0.0b2 (plugin migration lectures) <https://www.youtube.com/playlist?list=PL19kfLn4sO_9laPkLBdv935PquRxX8dCc>
aiida-core 0.9.0 (lectures) <https://www.youtube.com/watch?v=qUNYEWClS2U&list=PL19kfLn4sO_86ruxDP-sxbRXMuOr0VInR>
aiida-core 0.8.0 (short videos) <https://www.youtube.com/playlist?list=PL19kfLn4sO_-XDUeXu5jwUq9k7TId8mM0>
aiida-core 0.6.0 (lectures) <https://www.youtube.com/watch?v=qUNYEWClS2U&list=PL19kfLn4sO_86ruxDP-sxbRXMuOr0VInR&index=4>
2019 workflow tutorial lectures (aiida-core 1.0.0b3) <https://www.youtube.com/playlist?list=PL19kfLn4sO_-QtPaHAA8KByFluT2vvlG0>
2019 plugin migration lectures (aiida-core 1.0.0b2) <https://www.youtube.com/playlist?list=PL19kfLn4sO_9laPkLBdv935PquRxX8dCc>
2017 tutorial lectures (aiida-core 0.9.0) <https://www.youtube.com/playlist?list=PL19kfLn4sO_86ruxDP-sxbRXMuOr0VInR>
2017 short videos (aiida-core 0.8.0) <https://www.youtube.com/playlist?list=PL19kfLn4sO_-XDUeXu5jwUq9k7TId8mM0>
2016 tutorial lectures (aiida-core 0.6.0) <https://www.youtube.com/watch?v=qUNYEWClS2U&list=PL19kfLn4sO_86ruxDP-sxbRXMuOr0VInR&index=4>

33 changes: 32 additions & 1 deletion docs/pages/2019_MARVEL_Psik_MaX/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
.. _aiidalab 19.05: https://github.com/aiidalab/aiidalab-metapkg/releases/tag/tutorial-2019-05
.. _Quantum Espresso 6.3: https://github.com/QEF/q-e/releases/tag/qe-6.3

These are the notes of the `AiiDA tutorial on writing reproducible workflows for computational materials science <http://www.aiida.net/tutorial-reproducible-workflows/>`__ (supported by MARVEL, Psi-k, MaX, swissuniversitites and INTERSECT) taking place from May 21-24, 2019 at EPF Lausanne, Switzerland.
These are the notes of the `AiiDA tutorial on writing reproducible workflows for computational materials science <http://www.aiida.net/tutorial-reproducible-workflows/>`__ which took place from May 21-24, 2019 at EPF Lausanne, Switzerland.

While participants of the tutorial used virtual machines on a cloud service, you can follow the tutorial just as well using the Quantum Mobile VirtualBox image linked above.

Writing reproducible workflows for computational materials science
==================================================================
Expand Down Expand Up @@ -46,3 +48,32 @@ Appendices
./sections/appendix_restarting_calculations
./sections/appendix_queries
./sections/appendix_workflow_logic

Acknowledgements
----------------

The `AiiDA tutorial on writing reproducible workflows for computational materials science <http://www.aiida.net/tutorial-reproducible-workflows/>`__ was made possible by support from MARVEL, Psi-k, MaX, swissuniversitites and INTERSECT, and kindly hosted by EPFL.

.. image:: sponsors/marvel.png
:target: http://nccr-marvel.ch
:width: 105px

.. image:: sponsors/psi-k-crystal_low.png
:target: http://psi-k.net
:width: 55px

.. image:: sponsors/max.png
:target: http://www.max-centre.eu/
:width: 135px

.. image:: sponsors/intersect.png
:target: http://intersect-project.eu/
:width: 125px

.. image:: sponsors/swissuniversities.png
:target: https://swissuniversities.ch
:width: 115px

.. image:: sponsors/epfl.png
:target: https://epfl.ch
:width: 105px
Binary file added docs/pages/2019_MARVEL_Psik_MaX/sponsors/epfl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24e7428

Please sign in to comment.