Skip to content

Commit 82274bf

Browse files
authored
Merge pull request #30 from UW-Madison-DSI/feature
fix minor un cookie cutterizing
2 parents 81510d7 + f619b80 commit 82274bf

File tree

272 files changed

+96
-27919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+96
-27919
lines changed

{{cookiecutter.open_source_survey_results_myst}}/.github/.github/workflows/publish.yml renamed to .github/workflows/publish.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Deploy {{ cookiecutter.project_name }} to GitHub Pages
1+
name: Deploy Jupyter Book to GitHub Pages
22

33
on:
44
push:
5-
branches: [ publishing ]
5+
branches: [ main ]
66

77
permissions:
88
contents: read
@@ -14,35 +14,36 @@ concurrency:
1414
cancel-in-progress: false
1515

1616
env:
17-
BASE_URL: /{{ cookiecutter.repo_name }}
17+
BASE_URL: /${{ github.event.repository.name }}
1818

1919
jobs:
2020
deploy:
2121
environment:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
runs-on: ubuntu-latest
25-
2625
steps:
27-
- name: 🧹 Checkout repository
28-
uses: actions/checkout@v4
26+
- uses: actions/checkout@v4
2927

30-
- name: ⚙️ Setup Pages
28+
- name: Setup Pages
3129
uses: actions/configure-pages@v5
3230
with:
3331
enablement: true
3432

35-
- name: 🐍 Setup Python
33+
- name: Setup Python
3634
uses: actions/setup-python@v5
3735
with:
3836
python-version: '3.11'
3937

40-
- name: 📦 Install dependencies
38+
- name: Install dependencies
4139
run: |
4240
python -m pip install --upgrade pip
43-
pip install -U jupyter-book pandas plotly matplotlib
41+
pip install -U jupyter-book
42+
pip install -U pandas
43+
pip install -U plotly
44+
pip install -U matplotlib
4445
45-
- name: 🔍 Debug - Check docs directory
46+
- name: Debug - Check docs directory
4647
run: |
4748
echo "Root directory contents:"
4849
ls -la
@@ -55,11 +56,11 @@ jobs:
5556
exit 1
5657
fi
5758
58-
- name: 🏗️ Build Jupyter Book
59+
- name: Build Jupyter Book
5960
working-directory: docs
6061
run: jupyter-book build .
6162

62-
- name: 📁 List build output
63+
- name: List build output
6364
run: |
6465
echo "Build output in docs/_build:"
6566
ls -la docs/_build/
@@ -71,11 +72,11 @@ jobs:
7172
echo "No HTML build directory found!"
7273
fi
7374
74-
- name: 📤 Upload artifact
75+
- name: Upload artifact
7576
uses: actions/upload-pages-artifact@v3
7677
with:
7778
path: docs/_build/html
7879

79-
- name: 🚀 Deploy to GitHub Pages
80+
- name: Deploy to GitHub Pages
8081
id: deployment
8182
uses: actions/deploy-pages@v4

CITATION.cff

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ cff-version: 1.2.0
22
message: "Please cite this work when using the software."
33
type: software
44

5-
title: "{{ cookiecutter.project_name }}"
5+
title: "2024 UW–Madison Open Source Program Office Survey"
66
authors:
77
- family-names: "Cranmer"
88
given-names: "Kyle"
99
orcid: "https://orcid.org/0000-0002-5769-7094"
10-
affiliation: "{{ cookiecutter.author_affiliation }}"
10+
affiliation: "University of Wisconsin–Madison"
1111
- family-names: "Kittinger"
1212
given-names: "Allison"
1313
orcid: "https://orcid.org/0000-0002-3104-5995"
14-
affiliation: "{{ cookiecutter.author_affiliation }}"
14+
affiliation: "University of Wisconsin–Madison"
1515
- family-names: "Baumann"
1616
given-names: "Isaac"
1717
orcid: "https://orcid.org/0009-0001-4028-1324"
18-
affiliation: "{{ cookiecutter.author_affiliation }}"
18+
affiliation: "University of Wisconsin–Madison"
1919
- family-names: "Oros"
2020
given-names: "Maria"
2121
orcid: "https://orcid.org/0009-0006-2067-4063"
22-
affiliation: "{{ cookiecutter.author_affiliation }}"
22+
affiliation: "University of Wisconsin–Madison"
2323
- family-names: "Philbrick"
2424
given-names: "Bethany"
2525
orcid: "https://orcid.org/0009-0000-0872-5194"
26-
affiliation: "{{ cookiecutter.author_affiliation }}"
26+
affiliation: "University of Wisconsin–Madison"
2727
- family-names: "Feickert"
2828
given-names: "Matthew"
2929
orcid: "https://orcid.org/0000-0003-4124-7862"
30-
affiliation: "{{ cookiecutter.author_affiliation }}"
30+
affiliation: "University of Wisconsin–Madison"
3131

3232
doi: "10.5281/zenodo.17379408"
3333
repository-code: "https://github.com/UW-Madison-DSI/open_source_survey_results_myst.git"

{{cookiecutter.open_source_survey_results_myst}}/Makefile renamed to Makefile

File renamed without changes.

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# About
1+
# 2024 UW–Madison Open Source Program Office Survey
22

33
In Spring 2024, the [Open Source Program Office at UW–Madison](https://ospo.wisc.edu/) conducted a survey to:
44

@@ -17,9 +17,6 @@ This repository hosts a [MyST site](https://mystmd.org) that summarizes and pres
1717
If you use this work, please cite us as
1818
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17379408.svg)](https://doi.org/10.5281/zenodo.17379408)
1919

20-
21-
[DOI](https://zenodo.org/records/17525692)
22-
2320
---
2421

2522
## Repository Overview
@@ -33,15 +30,7 @@ If you use this work, please cite us as
3330
- Figures and highlights for open source tools are defined within the individual page files.
3431

3532
---
36-
## 🍪 Use This Template
37-
38-
Create your own reproducible research site in seconds:
3933

40-
```bash
41-
pip install cookiecutter
42-
cookiecutter gh:UW-Madison-DSI/open_source_survey_results_myst
43-
```
44-
---
4534
## Technical Stack
4635

4736
This project is built with:
@@ -71,3 +60,4 @@ jupyter-book build .
7160
open _build/html/index.html
7261
# Or run a local server
7362
python -m http.server -d _build/html
63+
```

{{cookiecutter.open_source_survey_results_myst}}/docs/_build/.doctrees/campus.doctree renamed to docs/_build/.doctrees/campus.doctree

109 KB
Binary file not shown.
45.3 KB
Binary file not shown.

{{cookiecutter.open_source_survey_results_myst}}/docs/_build/.doctrees/index.doctree renamed to docs/_build/.doctrees/index.doctree

8.95 KB
Binary file not shown.

{{cookiecutter.open_source_survey_results_myst}}/docs/_build/.doctrees/reproduction.doctree renamed to docs/_build/.doctrees/reproduction.doctree

14.9 KB
Binary file not shown.

{{cookiecutter.open_source_survey_results_myst}}/docs/_build/.doctrees/sample.doctree renamed to docs/_build/.doctrees/sample.doctree

124 KB
Binary file not shown.

{{cookiecutter.open_source_survey_results_myst}}/docs/_build/.doctrees/sentiments.doctree renamed to docs/_build/.doctrees/sentiments.doctree

93.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)