diff --git a/mkdocs.yml b/mkdocs.yml index 86ca71eb648ecba5f158976d17d22e740b3b79d0..1bc339598d0637c0703da03e009760400fe522a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Solid state lecture notes +site_name: Open Solid State Notes repo_url: https://gitlab.kwant-project.org/solidstate/lectures repo_name: source edit_uri: edit/master/src/ @@ -38,4 +38,4 @@ extra_javascript: - 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js?config=TeX-AMS_HTML' - 'scripts/mathjaxhelper.js' - 'scripts/x3dom.js' -copyright: "Copyright © 2017-2018 Delft University of Technology, CC-BY-SA 4.0." +copyright: "Copyright © 2017-2019 Delft University of Technology, CC-BY-SA 4.0." diff --git a/src/index.md b/src/index.md index 7ec53f68eacf84946ff9f3550d3dc76eb6f473c6..1450d129159942901a0e4de85652d53ff6632169 100644 --- a/src/index.md +++ b/src/index.md @@ -1,7 +1,17 @@ -# Delft Solid State Physics course +# Open Solid State Notes -If something is unclear, if you notice a typo, or if you have a suggestion, please [let us know](https://gitlab.kwant-project.org/solidstate/lectures/issues/new?issuable_template=typo)! +!!! summary "Learning goals" -## Course book + After following this course you will be able to: -The Oxford Solid State Basics by Steven H. Simon + - Formulate the main models of solid state physics + - Given a problem description, write down the corresponding equations + - Identify the relevant approximations and solve these problems + +In these notes our aim is to provide learning materials which are: + +- self-contained +- easy to modify and remix, so we provide the full source, including the code +- open for reuse: see the license below. + +Whether you are a student taking this course, or an instructor reusing the materials, we welcome all contributions, so check out the [course repository](https://gitlab.kwant-project.org/solidstate/lectures), especially do [let us know](https://gitlab.kwant-project.org/solidstate/lectures/issues/new?issuable_template=typo) if you see a typo!