Integrating open science practices through community engagement
The pages wiki for this repo is at https://alan-turing-institute.github.io/open-research-community-management/
Contents
- Code of Conduct: Please familiarise yourself with the Code of Conduct, and enforcement procedure to help us create a welcoming and safe space for everyone who contributes to the team and this project repository.
- Project Management: Please find details about how we manage the Open Research Community Management team.
- Ways of Working: This document describes the structure and organisation of the Open Research Community Management Team, clarifying expectations and support structure to help enable your work. The Turing members should also check the Governance to understand the organisation's structure and policies that apply to them.
Admin should ensure that the github pages settings for the repo are set to build with the source branch
; branch gh-pages
/(root)
.
Pull this repo and make your edits to files in /docs
, then:
pip install -r wiki/requirements.txt
jupyter-book build wiki
- Follow the onscreen instructions to view a local copy of the html for the book. I use "paste this line directly into your browser bar:" address. Check everything looks good!
ghp-import -n -p -f wiki/_build/html
to make a branch calledgh-pages
and push the newly built HTML to thegh-pages
branch.git add .
add all changes to the staging areagit commit -m "[commit message for your changes]"
add a relevant commit message for the changes madegit push
- View the updated handbook at https://cassgvp.github.io/open-research-community-management/
Note there is a workflow build-wiki.yml I've tried to get working for this, but haven't managed to crack it yet! It is currently disabled in the repo settings
- Sharan, M., Hellon, V., Karoune, E., Lacey, A., Zormpa, E., Lee Steele, A., & Kayumbi, G. (2023). Research Community Management Team at the Turing. Zenodo. doi: 10.5281/zenodo.7848677
- The Turing Way Handbook: https://the-turing-way.netlify.app/welcome, GitHub repository: https://github.com/alan-turing-institute/the-turing-way
All content in this repository is openly licensed with a CC BY 4.0, which means you're free to use the materials and remix them so long as you credit the source. More on CC BY 4.0 license can be found at Creative Commons.
Our project management documentation and processes are partially derived from "Whitaker Lab Project Management" by Dr Kirstie Whitaker and the Whitaker Lab repository used under CC BY 4.0.