HealthBioscienceIDEAS / microscopy-novice

https://healthbioscienceideas.github.io/microscopy-novice/
Other
1 stars 0 forks source link

Change Carpentries branding to IDEAS #14

Closed K-Meech closed 10 months ago

K-Meech commented 10 months ago

Fixes https://github.com/HealthBioscienceIDEAS/microscopy-novice/issues/2

This PR updates the lesson to use forked versions of varnish and sandpaper These include the IDEAS logos and colour scheme (as in screenshots below). To preview the full website locally, you can clone the repo and use sandpaper::build_lesson() in RStudio, once the forked versions of sandpaper and varnish are installed. Which can be done by running the following commands in R:

## Install remotes package
install.packages("remotes")

## Install sandpaper and varnish from the IDEAS forks
remotes::install_github("HealthBioscienceIDEAS/sandpaper", dependencies = TRUE)
remotes::install_github("HealthBioscienceIDEAS/varnish", dependencies = TRUE)

Then to build the lesson locally, from within the microscopy-novice directory, run

sandpaper::build_lesson()

That should open the built home page in a browser window automatically, but if not, you can find the built HTML files in the site/ directory.

Screenshot 2023-11-13 165206

github-actions[bot] commented 10 months ago

Thank you!

Thank you for your pull request :smiley:

:robot: This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

Rendered Changes

:mag: Inspect the changes: https://github.com/HealthBioscienceIDEAS/microscopy-novice/compare/md-outputs..md-outputs-PR-14

The following changes were observed in the rendered markdown documents:

 md5sum.txt | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
What does this mean? If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

:stopwatch: Updated at 2023-11-13 17:12:10 +0000

milanmlft commented 10 months ago

The updated website should come live in a few minutes at https://healthbioscienceideas.github.io/microscopy-novice/