Skip to content

Commit 750fe2d

Browse files
authored
Merge pull request #9 from UW-Madison-DSI/features
Features
2 parents 673fc55 + 6cb909f commit 750fe2d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Book settings
22
title: Open Source Survey Results
33
author: UW-Madison Data Science Institute
4-
logo: _static/logo.png
4+
logo: _static/OPENSOURDA_color-center-reverse.png
55
favicon: _static/favicon.ico
6-
copyright: "© {year} UW–Madison Data Science Institute"
6+
copyright: "© 2025 UW–Madison Data Science Institute"
77

88
# Execute notebooks
99
execute:

docs/reproduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Analysis of survey results is performed within python code chunks within the mar
2525

2626
### Customizing the Site Theming
2727

28-
Most universities have a brand guidelines webpage that provides the color hex codes and typefaces that conform with the university's brand identity. [`custom.scss`](https://github.com/UW-Madison-DSI/open_source_survey_results/blob/main/custom.scss) contains the [SASS](https://sass-lang.com/) that styles all elements of the site that are not plots generated by python. You can customize the theme of the Quarto site here using your institutional brand's colors and typefaces. Custom fonts can be imported directly from [Google Fonts](https://fonts.google.com/) in `custom.scss` or downloaded and installed locally.
28+
Most universities have a brand guidelines webpage that provides the color hex codes and typefaces that conform with the university's brand identity. [`custom.scss`](https://github.com/UW-Madison-DSI/open_source_survey_results/blob/main/custom.scss) contains the [SASS](https://sass-lang.com/) that styles all elements of the site that are not plots generated by python. You can customize the theme of the MyST site here using your institutional brand's colors and typefaces. Custom fonts can be imported directly from [Google Fonts](https://fonts.google.com/) in `custom.scss` or downloaded and installed locally.
2929

30-
[`setup.py`](https://github.com/UW-Madison-DSI/open_source_survey_results_myst/blob/main/setup.py) is a python script that loads necessary packages and handles theming of python code output, like plots. Customize the sections of this script that define variables for your institution's name and color palette. The .qmd files that make up this Quarto site each `source` this file, so color variables, names, and plot themes customized in `setup.py` will apply to python output throughout the site.
30+
[`setup.py`](https://github.com/UW-Madison-DSI/open_source_survey_results_myst/blob/main/setup.py) is a python script that loads necessary packages and handles theming of python code output, like plots. Customize the sections of this script that define variables for your institution's name and color palette. The .md files that make up this MyST site each `source` this file, so color variables, names, and plot themes customized in `setup.py` will apply to python output throughout the site.
3131

3232
Some python chunks in the site md files, such as in `usage.md`, also contain vectors that you can edit to remove unwanted words or characters from free response field analyses or to highlight certain elements of plots.

0 commit comments

Comments
 (0)