alan-turing-institute / open-research-community-management

Establishing cross-community collaborations and promoting open research in data science
https://alan-turing-institute.github.io/open-research-community-management/
Other
22 stars 6 forks source link

Open Research Community Management at The Alan Turing Institute

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

Important Documents for the Team Members

Updating the wiki

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:

  1. pip install -r wiki/requirements.txt
  2. jupyter-book build wiki
  3. 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!
  4. ghp-import -n -p -f wiki/_build/html to make a branch called gh-pages and push the newly built HTML to the gh-pages branch.
  5. git add . add all changes to the staging area
  6. git commit -m "[commit message for your changes]" add a relevant commit message for the changes made
  7. git push
  8. 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

References

License

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.

Acknowledgement

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.