Skip to content

Commit

Permalink
add resources from chicago flight & efficiency tips
Browse files Browse the repository at this point in the history
  • Loading branch information
jules32 committed Oct 2, 2023
1 parent 23f5d77 commit 4be4acf
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .Rproj.user/645C9219/pcs/files-pane.pper
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"ascending": true
}
],
"path": "~/github/openscapes/series"
"path": "~/github/openscapes/series/inspiration"
}
2 changes: 1 addition & 1 deletion .Rproj.user/645C9219/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 4
"activeTab": 1
}
4 changes: 2 additions & 2 deletions .Rproj.user/645C9219/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"left": {
"splitterpos": 129,
"splitterpos": 128,
"topwindowstate": "NORMAL",
"panelheight": 636,
"windowheight": 673
},
"right": {
"splitterpos": 386,
"splitterpos": 344,
"topwindowstate": "NORMAL",
"panelheight": 636,
"windowheight": 673
Expand Down
2 changes: 1 addition & 1 deletion .Rproj.user/645C9219/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"TabSet1": 4,
"TabSet2": 4,
"TabSet2": 0,
"TabZoom": {}
}
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ website:
- href: "how-do-i/create-publish-quarto.qmd"
text: Start with Quarto
- href: "how-do-i/ask-questions.qmd"
text: Discuss community
- href: "how-do-i/discuss-community.qmd"
text: Ask questions
- href: "how-do-i/discuss-community.qmd"
text: Discuss community
- href: "how-do-i/reuse-openscapes-approach.qmd"
text: Reuse Openscapes Approach
- section: "Inspiration"
Expand Down
Binary file modified core-lessons/.DS_Store
Binary file not shown.
28 changes: 23 additions & 5 deletions how-do-i/discuss-community.qmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
---
title: "Discuss community building"
title: "Discuss open science and community building"
---

Conversations about community building and open science is really important for getting support and supporting others with this work.

<!---
Open Science
Curated resources from:
https://nna-co.org/strategic-objectives/open-science
https://onlinelibrary.wiley.com/doi/10.1002/ajs4.141
https://indigenous-data-envs-2022.netlify.app/index.html
https://knowledgeequitylab.ca/podcast/ --- https://knowledgeequitylab.ca/podcast/s2ep4/
--->

## Community building

How do you talk to others (managers, supervisors) about the importance of community building and building social infrastructure? Here are some starting resources for reading about community building with Openscapes.

They are in order of article length and increasing specificity:

- [Supercharge your research: a ten-week plan for open data science](https://openscapes.github.io/supercharge-research/) (Lowndes et al 2019) - community building within teams, based on our flagship program Openscapes Champions

- [Shifting institutional culture to develop climate solutions with Open Science](https://eartharxiv.org/repository/view/5948/)
(Lowndes et al 2023) - community building within & across
government orgs; authors are Openscapes Mentors who collaborate &
support their colleagues within orgs
- [Shifting institutional culture to develop climate solutions with Open Science](https://eartharxiv.org/repository/view/5948/) (Lowndes et al 2023) - community building within & across government orgs; authors are Openscapes Mentors who collaborate & support their colleagues within orgs

- These slides - [Documenting things: openly for future us](https://openscapes.github.io/documenting-things) share what's possible from focusing on documentation and community

Expand Down
10 changes: 10 additions & 0 deletions how-do-i/setup-rstudio-github.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ Follow the [UCSB MEDS Installation Guide](https://ucsb-meds.github.io/meds-insta

## Practice

### Learn R interactively

[swirl](https://swirlstats.com/) lets you learn R, in R.

swirl teaches you R programming and data science interactively, at your own pace, and right in the R console!

It's developed by [Sean Kross](https://seankross.com/), who also co-created the [Tidy Data Tutor](https://tidydatatutor.com/)

### R and GitHub together

Now you'll want to practice how to use RStudio and GitHub. Follow [R for Excel Users' GitHub Chapter](https://rstudio-conf-2020.github.io/r-for-excel/github.html) to create a GitHub repository, clone it to RStudio, make edits, and practice syncing.
Binary file modified images/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ TODO: https://github.com/Openscapes/series/issues/32
| 4\. Open Communities, Coding Strategies for Future Us | [open communities](core-lessons/communities.qmd), [coding strategies](core-lessons/coding-strategies.qmd) | Pathways share preparation |
| 5\. Pathways Share, Next Steps | | |

You can find templates in this [Champions Cohorts Resources public folder](https://drive.google.com/drive/folders/1Iq8tj81TSfr-RstphVTZWoz783xpJMOb).

## Seaside Chats & Coworking

Between Cohort Calls, teams have synchronous spaces via Seaside Chats and Coworking to meet, ask questions, and exchange knowledge. Seaside Chats and Coworking have been described by participants as one of the most valuable parts of the Champions Program because it helps strengthen habits and a culture of shared workflows and learning.
Expand Down

0 comments on commit 4be4acf

Please sign in to comment.