Skip to content

Commit

Permalink
split publishing and reproducibility chapters (#66)
Browse files Browse the repository at this point in the history
* initial split

* Change tag in outline

* Update schedule.

* Update schedule

* remove footer

---------

Co-authored-by: Jelle Treep <[email protected]>
  • Loading branch information
chStaiger and jelletreep authored Sep 23, 2024
1 parent 6fab5bb commit 338c341
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 21 deletions.
17 changes: 9 additions & 8 deletions book/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ project:
website:
title: "Best Practices for Writing Reproducible Code"
page-navigation: true
page-footer:
right: "This website is built and maintained with ☕ and [Quarto](https://quarto.org/)."
sidebar:
tools:
- icon: github
Expand Down Expand Up @@ -60,17 +58,20 @@ website:
text: Comments and Docstrings
- href: chapters/readme-files.qmd
text: README files
- section: "Accessibility & Reproducibility"
href: chapters/accessibility-and-reproducibility.qmd
- section: "Reproducibility"
href: chapters/reproducibility.qmd
contents:
- href: chapters/dependency-management.qmd
text: Dependency Management
- href: chapters/binder.qmd
text: Binder
- section: "Publishing"
href: chapters/publishing.qmd
contents:
- href: chapters/dependency-management.qmd
text: Dependency Management
- href: chapters/licensing.qmd
text: Licensing
- href: chapters/archiving-and-publishing.qmd
text: Archiving & Publishing
- href: chapters/binder.qmd
text: Binder
- chapters/reproducibility-check.qmd
- chapters/references.qmd

Expand Down
12 changes: 0 additions & 12 deletions book/chapters/accessibility-and-reproducibility.qmd

This file was deleted.

10 changes: 10 additions & 0 deletions book/chapters/publishing.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Publishing

In this last part, we will discuss how to make your work accessible for others. Under what conditions can others use your work? How can you publish a version of your work in a way that other people can cite it and find it, even if it is in a few years from now?

Chapters:

* [Licensing](licensing.qmd)
* [Archiving and publishing](archiving-and-publishing.qmd)


11 changes: 11 additions & 0 deletions book/chapters/reproducibility.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Reproducibility

In this part, we will discuss how to make your work accessible and reproducible for others.
How can you make sure that your work is reproducible, i.e. that others can rerun your analysis and get the same results?

Chapters:

* [Dependency management](dependency-management.qmd)
* [Binder (optional)](binder.qmd)


3 changes: 2 additions & 1 deletion book/chapters/schedule.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Please make sure to follow the [preparation instructions] carefully well before
| 9:15 | [Documentation](documentation.qmd) |
| 10:45 | Questions & discussion |
| _11:00_ | _Break_ |
| 11:15 | [Accessibility & reproducibility](accessibility-and-reproducibility.qmd) |
| 11:15 | [Reproducibility](reproducibility.qmd) |
| 11:45 | [Publishing](publishing.qmd)
| 12:15 | [Reproduction of projects](reproducibility-check.qmd) |
| _13:00_ | _End_ |

0 comments on commit 338c341

Please sign in to comment.