├── .github ├── ISSUE_TEMPLATE │ ├── GENERAL_ISSUE.md │ ├── NEW_MEMBERS.md │ ├── SUNSETTING.md │ └── config.yml └── workflows │ └── build-wiki.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── project-management ├── 1-1-meetings │ ├── Alexandra-AraujoAlvarez │ │ ├── 2024-April-09.md │ │ ├── 2024_April_16.md │ │ ├── 2024_August.md │ │ ├── 2024_July.md │ │ ├── 2024_June.md │ │ ├── 2024_May.md │ │ └── 2024_September.md │ ├── Andre-Piza │ │ └── 121-meetings.md │ ├── Anne-Lee-Steele │ │ ├── 2022-weekly-meetings-malvika.md │ │ ├── 2023-checkins-malvika.md │ │ ├── 2023-planning.md │ │ └── 2023-status-updates.md │ ├── Arron-Lacey │ │ └── weekly-meetings.md │ ├── Eirini-Zormpa │ │ ├── weekly-meetings-emma.md │ │ └── weekly-meetings-evelina.md │ ├── README.md │ ├── Sophia-Batchelor │ │ ├── github-explore.md │ │ ├── meetings-template-2023.md │ │ ├── weekly-meetings-2023.md │ │ ├── weekly-meetings-2024.md │ │ └── weekly-meetings.md │ ├── Vicky-Hellon │ │ ├── weekly-meeting-2021.md │ │ ├── weekly-meeting-2022.md │ │ ├── weekly-meetings-2023.md │ │ └── weekly-meetings-2024.md │ └── gabin-kayumbi │ │ └── meeting-notes.md ├── README.md ├── resources-for-reference.md ├── team-meetings.md ├── team-meetings │ ├── 2023-07-24-rcm-meetings.md │ ├── 2023-08-07-rcm-team-meetings.md │ ├── 2023-08-14-rcm-team-meetings.md │ └── 20231009-rcm-team-meeting.md └── ways-of-working.md ├── resources ├── homebrew-applesilicon-installation-guide.md ├── images │ ├── community-eval-matrix.png │ ├── community-managers.jpg │ ├── people-find-solutions.jpg │ ├── project-matrix1.png │ ├── project-scales-1.png │ └── research-community-manager.jpg ├── offboarding │ └── offboarding-checklist-rcm.md ├── open-science-frameworks │ ├── ImplementingOpenScience-StrategiesExperiencesModels-ThematicReport-EC.pdf │ └── authorship-roles-CRediT.md ├── policy-engagement │ ├── Alan Turing Institute 20th Nov 2023 - WRITE UP.pdf │ └── README.md ├── sunsetting │ ├── RCM-sunsetting.drawio.pdf │ └── sunsetting-guide.md ├── videos │ ├── README.md │ ├── how-to-record-powerpoint-windows.pdf │ └── recording-tips.md └── wordcloud │ ├── .ipynb_checkpoints │ └── cm-wordcloud-checkpoint.ipynb │ ├── cm-wordcloud.ipynb │ └── cm-words.csv ├── team-related-comms ├── README.md ├── briefing-notes │ ├── 2022-ASG-Briefing_0_TuringWay.pdf │ ├── 2023-RCM-Briefing_AIM-RSF-OpenCollab_community-EZ.pdf │ ├── 2023-RCM-Briefing_Turing-RSSHealthDataLab_community-EK.pdf │ ├── 2023-RCM-Briefing_Turing-Roche_community-VH.pdf │ └── 2023-RCM-Briefing_TuringWay_community-ALS.pdf ├── case-studies │ ├── 2024-aim-rsf.md │ ├── 2024-health-srcm.md │ ├── 2024-the-turing-way.md │ └── 2024-turing-roche-partnership.md └── presentations │ ├── 2021-07-MS-AM-TPS-CM-RAM-roles_compressed.pdf │ ├── 2021-community-manager-101-MS_compressed.pdf │ ├── 2022-05-26-GitHub-for-Project-Management.pdf │ ├── 2022-06-09-TPS-Citizen-Science-Community.pdf │ ├── 2023-02-invest-in-rir-MS_compressed.pdf │ ├── 2023-03-01_Community-management-health-EK_compressed.pdf │ ├── 2023-04-28-GitHub-for-Project-Management.pdf │ ├── 2023-04-TPS- CM-team_compressed.pdf │ ├── 2023-07-Turing-Lunch-and-Learn-RCM-team_compressed.pdf │ ├── 2023-07-Turing-Way-and-CM-team-QQR_compressed.pdf │ ├── 2023-08-10-TPS-CM-team-presentation4partnership-team_compressed.pdf │ ├── 2023-TTW-widening-participation-Gitgood-handout-interface-v2.pdf │ └── README.md ├── the-turing-way-core ├── README.md ├── quick-links.md └── roles-of-core-members.md └── wiki ├── _build ├── .doctrees │ ├── background.doctree │ ├── briefing-notes.doctree │ ├── environment.pickle │ ├── goals.doctree │ ├── index.doctree │ ├── meetings.doctree │ ├── onboarding.doctree │ ├── rcm-ttw.doctree │ ├── team │ │ ├── about-the-team.doctree │ │ └── members-collaborators.doctree │ └── values-principles.doctree └── html │ ├── .buildinfo │ ├── _downloads │ ├── 30757869f66833945f435aa2accc25cc │ │ └── 2023-RCM-Briefing_AIM-RSF-OpenCollab_community-EZ.pdf │ ├── 3d71ceb5ea71da66152f01da556162f4 │ │ └── 2023-RCM-Briefing_Turing-Roche_community-VH.pdf │ ├── 40b29b16ca91d97c1aba7954108bce6c │ │ └── 2023-RCM-Briefing_TuringWay_community-ALS.pdf │ └── 9c9923a619fcfeb3fe150c6726dc10d8 │ │ └── 2023-RCM-Briefing_Turing-RSSHealthDataLab_community-EK.pdf │ ├── _images │ ├── community-managers.png │ └── research-community-manager.jpg │ ├── _sources │ ├── background.md │ ├── briefing-notes.md │ ├── goals.md │ ├── index.md │ ├── meetings.md │ ├── onboarding.md │ ├── rcm-ttw.md │ ├── team │ │ ├── about-the-team.md │ │ └── members-collaborators.md │ └── values-principles.md │ ├── _sphinx_design_static │ ├── design-style.4045f2051d55cab465a707391d5b2007.min.css │ └── design-tabs.js │ ├── _static │ ├── _sphinx_javascript_frameworks_compat.js │ ├── basic.css │ ├── check-solid.svg │ ├── clipboard.min.js │ ├── copy-button.svg │ ├── copybutton.css │ ├── copybutton.js │ ├── copybutton_funcs.js │ ├── design-style.4045f2051d55cab465a707391d5b2007.min.css │ ├── design-tabs.js │ ├── doctools.js │ ├── documentation_options.js │ ├── file.png │ ├── images │ │ ├── logo_binder.svg │ │ ├── logo_colab.png │ │ ├── logo_deepnote.svg │ │ └── logo_jupyterhub.svg │ ├── jquery-3.6.0.js │ ├── jquery.js │ ├── language_data.js │ ├── locales │ │ ├── ar │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── bg │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── bn │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ca │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── cs │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── da │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── el │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── eo │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── et │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── fi │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── hr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── id │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── iw │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ja │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ko │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── lt │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── lv │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ml │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── mr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ms │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── no │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── pt │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ro │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sk │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── sv │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ta │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── te │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tg │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── th │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tl │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── tr │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── uk │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── ur │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── vi │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ ├── zh_CN │ │ │ └── LC_MESSAGES │ │ │ │ ├── booktheme.mo │ │ │ │ └── booktheme.po │ │ └── zh_TW │ │ │ └── LC_MESSAGES │ │ │ ├── booktheme.mo │ │ │ └── booktheme.po │ ├── minus.png │ ├── mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css │ ├── plus.png │ ├── pygments.css │ ├── sbt-webpack-macros.html │ ├── scripts │ │ ├── bootstrap.js │ │ ├── bootstrap.js.LICENSE.txt │ │ ├── bootstrap.js.map │ │ ├── pydata-sphinx-theme.js │ │ ├── pydata-sphinx-theme.js.map │ │ ├── sphinx-book-theme.js │ │ └── sphinx-book-theme.js.map │ ├── searchtools.js │ ├── sphinx-thebe.css │ ├── sphinx-thebe.js │ ├── styles │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── pydata-sphinx-theme.css │ │ ├── pydata-sphinx-theme.css.map │ │ ├── sphinx-book-theme.css │ │ └── theme.css │ ├── togglebutton.css │ ├── togglebutton.js │ ├── underscore-1.13.1.js │ ├── underscore.js │ ├── vendor │ │ └── fontawesome │ │ │ └── 6.1.2 │ │ │ ├── LICENSE.txt │ │ │ ├── css │ │ │ └── all.min.css │ │ │ ├── js │ │ │ ├── all.min.js │ │ │ └── all.min.js.LICENSE.txt │ │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ └── webpack-macros.html │ ├── background.html │ ├── briefing-notes.html │ ├── genindex.html │ ├── goals.html │ ├── index.html │ ├── meetings.html │ ├── objects.inv │ ├── onboarding.html │ ├── rcm-ttw.html │ ├── search.html │ ├── searchindex.js │ ├── team │ ├── about-the-team.html │ └── members-collaborators.html │ └── values-principles.html ├── _config.yml ├── _toc.yml ├── background.md ├── briefing-notes.md ├── goals.md ├── images └── community-managers.png ├── index.md ├── meetings.md ├── onboarding.md ├── rcm-ttw.md ├── references.bib ├── requirements.txt ├── team ├── about-the-team.md └── members-collaborators.md └── values-principles.md /.github/ISSUE_TEMPLATE/GENERAL_ISSUE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/.github/ISSUE_TEMPLATE/GENERAL_ISSUE.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/NEW_MEMBERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/.github/ISSUE_TEMPLATE/NEW_MEMBERS.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/SUNSETTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/.github/ISSUE_TEMPLATE/SUNSETTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/workflows/build-wiki.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/.github/workflows/build-wiki.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | test 3 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/README.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024-April-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024-April-09.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_April_16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_April_16.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_August.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_August.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_July.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_July.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_June.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_June.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_May.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_May.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_September.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Alexandra-AraujoAlvarez/2024_September.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Andre-Piza/121-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Andre-Piza/121-meetings.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Anne-Lee-Steele/2022-weekly-meetings-malvika.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Anne-Lee-Steele/2022-weekly-meetings-malvika.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Anne-Lee-Steele/2023-checkins-malvika.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Anne-Lee-Steele/2023-checkins-malvika.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Anne-Lee-Steele/2023-planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Anne-Lee-Steele/2023-planning.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Anne-Lee-Steele/2023-status-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Anne-Lee-Steele/2023-status-updates.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Arron-Lacey/weekly-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Arron-Lacey/weekly-meetings.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Eirini-Zormpa/weekly-meetings-emma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Eirini-Zormpa/weekly-meetings-emma.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Eirini-Zormpa/weekly-meetings-evelina.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Eirini-Zormpa/weekly-meetings-evelina.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/README.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Sophia-Batchelor/github-explore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Sophia-Batchelor/github-explore.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Sophia-Batchelor/meetings-template-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Sophia-Batchelor/meetings-template-2023.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Sophia-Batchelor/weekly-meetings-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Sophia-Batchelor/weekly-meetings-2023.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Sophia-Batchelor/weekly-meetings-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Sophia-Batchelor/weekly-meetings-2024.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Sophia-Batchelor/weekly-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Sophia-Batchelor/weekly-meetings.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Vicky-Hellon/weekly-meeting-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Vicky-Hellon/weekly-meeting-2021.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Vicky-Hellon/weekly-meeting-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Vicky-Hellon/weekly-meeting-2022.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Vicky-Hellon/weekly-meetings-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Vicky-Hellon/weekly-meetings-2023.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/Vicky-Hellon/weekly-meetings-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/Vicky-Hellon/weekly-meetings-2024.md -------------------------------------------------------------------------------- /project-management/1-1-meetings/gabin-kayumbi/meeting-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/1-1-meetings/gabin-kayumbi/meeting-notes.md -------------------------------------------------------------------------------- /project-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/README.md -------------------------------------------------------------------------------- /project-management/resources-for-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/resources-for-reference.md -------------------------------------------------------------------------------- /project-management/team-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/team-meetings.md -------------------------------------------------------------------------------- /project-management/team-meetings/2023-07-24-rcm-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/team-meetings/2023-07-24-rcm-meetings.md -------------------------------------------------------------------------------- /project-management/team-meetings/2023-08-07-rcm-team-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/team-meetings/2023-08-07-rcm-team-meetings.md -------------------------------------------------------------------------------- /project-management/team-meetings/2023-08-14-rcm-team-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/team-meetings/2023-08-14-rcm-team-meetings.md -------------------------------------------------------------------------------- /project-management/team-meetings/20231009-rcm-team-meeting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/team-meetings/20231009-rcm-team-meeting.md -------------------------------------------------------------------------------- /project-management/ways-of-working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/project-management/ways-of-working.md -------------------------------------------------------------------------------- /resources/homebrew-applesilicon-installation-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/homebrew-applesilicon-installation-guide.md -------------------------------------------------------------------------------- /resources/images/community-eval-matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/images/community-eval-matrix.png -------------------------------------------------------------------------------- /resources/images/community-managers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/images/community-managers.jpg -------------------------------------------------------------------------------- /resources/images/people-find-solutions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/images/people-find-solutions.jpg -------------------------------------------------------------------------------- /resources/images/project-matrix1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/images/project-matrix1.png -------------------------------------------------------------------------------- /resources/images/project-scales-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/images/project-scales-1.png -------------------------------------------------------------------------------- /resources/images/research-community-manager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/images/research-community-manager.jpg -------------------------------------------------------------------------------- /resources/offboarding/offboarding-checklist-rcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/offboarding/offboarding-checklist-rcm.md -------------------------------------------------------------------------------- /resources/open-science-frameworks/ImplementingOpenScience-StrategiesExperiencesModels-ThematicReport-EC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/open-science-frameworks/ImplementingOpenScience-StrategiesExperiencesModels-ThematicReport-EC.pdf -------------------------------------------------------------------------------- /resources/open-science-frameworks/authorship-roles-CRediT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/open-science-frameworks/authorship-roles-CRediT.md -------------------------------------------------------------------------------- /resources/policy-engagement/Alan Turing Institute 20th Nov 2023 - WRITE UP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/policy-engagement/Alan Turing Institute 20th Nov 2023 - WRITE UP.pdf -------------------------------------------------------------------------------- /resources/policy-engagement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/policy-engagement/README.md -------------------------------------------------------------------------------- /resources/sunsetting/RCM-sunsetting.drawio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/sunsetting/RCM-sunsetting.drawio.pdf -------------------------------------------------------------------------------- /resources/sunsetting/sunsetting-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/sunsetting/sunsetting-guide.md -------------------------------------------------------------------------------- /resources/videos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/videos/README.md -------------------------------------------------------------------------------- /resources/videos/how-to-record-powerpoint-windows.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/videos/how-to-record-powerpoint-windows.pdf -------------------------------------------------------------------------------- /resources/videos/recording-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/videos/recording-tips.md -------------------------------------------------------------------------------- /resources/wordcloud/.ipynb_checkpoints/cm-wordcloud-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/wordcloud/.ipynb_checkpoints/cm-wordcloud-checkpoint.ipynb -------------------------------------------------------------------------------- /resources/wordcloud/cm-wordcloud.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/wordcloud/cm-wordcloud.ipynb -------------------------------------------------------------------------------- /resources/wordcloud/cm-words.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/resources/wordcloud/cm-words.csv -------------------------------------------------------------------------------- /team-related-comms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/README.md -------------------------------------------------------------------------------- /team-related-comms/briefing-notes/2022-ASG-Briefing_0_TuringWay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/briefing-notes/2022-ASG-Briefing_0_TuringWay.pdf -------------------------------------------------------------------------------- /team-related-comms/briefing-notes/2023-RCM-Briefing_AIM-RSF-OpenCollab_community-EZ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/briefing-notes/2023-RCM-Briefing_AIM-RSF-OpenCollab_community-EZ.pdf -------------------------------------------------------------------------------- /team-related-comms/briefing-notes/2023-RCM-Briefing_Turing-RSSHealthDataLab_community-EK.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/briefing-notes/2023-RCM-Briefing_Turing-RSSHealthDataLab_community-EK.pdf -------------------------------------------------------------------------------- /team-related-comms/briefing-notes/2023-RCM-Briefing_Turing-Roche_community-VH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/briefing-notes/2023-RCM-Briefing_Turing-Roche_community-VH.pdf -------------------------------------------------------------------------------- /team-related-comms/briefing-notes/2023-RCM-Briefing_TuringWay_community-ALS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/briefing-notes/2023-RCM-Briefing_TuringWay_community-ALS.pdf -------------------------------------------------------------------------------- /team-related-comms/case-studies/2024-aim-rsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/case-studies/2024-aim-rsf.md -------------------------------------------------------------------------------- /team-related-comms/case-studies/2024-health-srcm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/case-studies/2024-health-srcm.md -------------------------------------------------------------------------------- /team-related-comms/case-studies/2024-the-turing-way.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/case-studies/2024-the-turing-way.md -------------------------------------------------------------------------------- /team-related-comms/case-studies/2024-turing-roche-partnership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/case-studies/2024-turing-roche-partnership.md -------------------------------------------------------------------------------- /team-related-comms/presentations/2021-07-MS-AM-TPS-CM-RAM-roles_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2021-07-MS-AM-TPS-CM-RAM-roles_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2021-community-manager-101-MS_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2021-community-manager-101-MS_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2022-05-26-GitHub-for-Project-Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2022-05-26-GitHub-for-Project-Management.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2022-06-09-TPS-Citizen-Science-Community.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2022-06-09-TPS-Citizen-Science-Community.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-02-invest-in-rir-MS_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-02-invest-in-rir-MS_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-03-01_Community-management-health-EK_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-03-01_Community-management-health-EK_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-04-28-GitHub-for-Project-Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-04-28-GitHub-for-Project-Management.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-04-TPS- CM-team_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-04-TPS- CM-team_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-07-Turing-Lunch-and-Learn-RCM-team_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-07-Turing-Lunch-and-Learn-RCM-team_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-07-Turing-Way-and-CM-team-QQR_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-07-Turing-Way-and-CM-team-QQR_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-08-10-TPS-CM-team-presentation4partnership-team_compressed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-08-10-TPS-CM-team-presentation4partnership-team_compressed.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/2023-TTW-widening-participation-Gitgood-handout-interface-v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/2023-TTW-widening-participation-Gitgood-handout-interface-v2.pdf -------------------------------------------------------------------------------- /team-related-comms/presentations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/team-related-comms/presentations/README.md -------------------------------------------------------------------------------- /the-turing-way-core/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/the-turing-way-core/README.md -------------------------------------------------------------------------------- /the-turing-way-core/quick-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/the-turing-way-core/quick-links.md -------------------------------------------------------------------------------- /the-turing-way-core/roles-of-core-members.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/the-turing-way-core/roles-of-core-members.md -------------------------------------------------------------------------------- /wiki/_build/.doctrees/background.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/background.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/briefing-notes.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/briefing-notes.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/environment.pickle -------------------------------------------------------------------------------- /wiki/_build/.doctrees/goals.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/goals.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/index.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/meetings.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/meetings.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/onboarding.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/onboarding.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/rcm-ttw.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/rcm-ttw.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/team/about-the-team.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/team/about-the-team.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/team/members-collaborators.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/team/members-collaborators.doctree -------------------------------------------------------------------------------- /wiki/_build/.doctrees/values-principles.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/.doctrees/values-principles.doctree -------------------------------------------------------------------------------- /wiki/_build/html/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/.buildinfo -------------------------------------------------------------------------------- /wiki/_build/html/_downloads/30757869f66833945f435aa2accc25cc/2023-RCM-Briefing_AIM-RSF-OpenCollab_community-EZ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_downloads/30757869f66833945f435aa2accc25cc/2023-RCM-Briefing_AIM-RSF-OpenCollab_community-EZ.pdf -------------------------------------------------------------------------------- /wiki/_build/html/_downloads/3d71ceb5ea71da66152f01da556162f4/2023-RCM-Briefing_Turing-Roche_community-VH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_downloads/3d71ceb5ea71da66152f01da556162f4/2023-RCM-Briefing_Turing-Roche_community-VH.pdf -------------------------------------------------------------------------------- /wiki/_build/html/_downloads/40b29b16ca91d97c1aba7954108bce6c/2023-RCM-Briefing_TuringWay_community-ALS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_downloads/40b29b16ca91d97c1aba7954108bce6c/2023-RCM-Briefing_TuringWay_community-ALS.pdf -------------------------------------------------------------------------------- /wiki/_build/html/_downloads/9c9923a619fcfeb3fe150c6726dc10d8/2023-RCM-Briefing_Turing-RSSHealthDataLab_community-EK.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_downloads/9c9923a619fcfeb3fe150c6726dc10d8/2023-RCM-Briefing_Turing-RSSHealthDataLab_community-EK.pdf -------------------------------------------------------------------------------- /wiki/_build/html/_images/community-managers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_images/community-managers.png -------------------------------------------------------------------------------- /wiki/_build/html/_images/research-community-manager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_images/research-community-manager.jpg -------------------------------------------------------------------------------- /wiki/_build/html/_sources/background.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/background.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/briefing-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/briefing-notes.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/goals.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/index.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/meetings.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/onboarding.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/rcm-ttw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/rcm-ttw.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/team/about-the-team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/team/about-the-team.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/team/members-collaborators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/team/members-collaborators.md -------------------------------------------------------------------------------- /wiki/_build/html/_sources/values-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sources/values-principles.md -------------------------------------------------------------------------------- /wiki/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css -------------------------------------------------------------------------------- /wiki/_build/html/_sphinx_design_static/design-tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_sphinx_design_static/design-tabs.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/_sphinx_javascript_frameworks_compat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/_sphinx_javascript_frameworks_compat.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/basic.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/check-solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/check-solid.svg -------------------------------------------------------------------------------- /wiki/_build/html/_static/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/clipboard.min.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/copy-button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/copy-button.svg -------------------------------------------------------------------------------- /wiki/_build/html/_static/copybutton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/copybutton.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/copybutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/copybutton.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/copybutton_funcs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/copybutton_funcs.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/design-tabs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/design-tabs.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/doctools.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/documentation_options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/documentation_options.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/file.png -------------------------------------------------------------------------------- /wiki/_build/html/_static/images/logo_binder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/images/logo_binder.svg -------------------------------------------------------------------------------- /wiki/_build/html/_static/images/logo_colab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/images/logo_colab.png -------------------------------------------------------------------------------- /wiki/_build/html/_static/images/logo_deepnote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/images/logo_deepnote.svg -------------------------------------------------------------------------------- /wiki/_build/html/_static/images/logo_jupyterhub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/images/logo_jupyterhub.svg -------------------------------------------------------------------------------- /wiki/_build/html/_static/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/jquery-3.6.0.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/jquery.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/language_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/language_data.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo -------------------------------------------------------------------------------- /wiki/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po -------------------------------------------------------------------------------- /wiki/_build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/minus.png -------------------------------------------------------------------------------- /wiki/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/plus.png -------------------------------------------------------------------------------- /wiki/_build/html/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/pygments.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/sbt-webpack-macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/sbt-webpack-macros.html -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/bootstrap.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/bootstrap.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/bootstrap.js.LICENSE.txt -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/bootstrap.js.map -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/pydata-sphinx-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/pydata-sphinx-theme.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/pydata-sphinx-theme.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/pydata-sphinx-theme.js.map -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/sphinx-book-theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/sphinx-book-theme.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/scripts/sphinx-book-theme.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/scripts/sphinx-book-theme.js.map -------------------------------------------------------------------------------- /wiki/_build/html/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/searchtools.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/sphinx-thebe.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/sphinx-thebe.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/sphinx-thebe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/sphinx-thebe.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/styles/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/styles/bootstrap.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/styles/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/styles/bootstrap.css.map -------------------------------------------------------------------------------- /wiki/_build/html/_static/styles/pydata-sphinx-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/styles/pydata-sphinx-theme.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/styles/pydata-sphinx-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/styles/pydata-sphinx-theme.css.map -------------------------------------------------------------------------------- /wiki/_build/html/_static/styles/sphinx-book-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/styles/sphinx-book-theme.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/styles/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/styles/theme.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/togglebutton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/togglebutton.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/togglebutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/togglebutton.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/underscore-1.13.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/underscore-1.13.1.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/underscore.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /wiki/_build/html/_static/webpack-macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/_static/webpack-macros.html -------------------------------------------------------------------------------- /wiki/_build/html/background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/background.html -------------------------------------------------------------------------------- /wiki/_build/html/briefing-notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/briefing-notes.html -------------------------------------------------------------------------------- /wiki/_build/html/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/genindex.html -------------------------------------------------------------------------------- /wiki/_build/html/goals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/goals.html -------------------------------------------------------------------------------- /wiki/_build/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/index.html -------------------------------------------------------------------------------- /wiki/_build/html/meetings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/meetings.html -------------------------------------------------------------------------------- /wiki/_build/html/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/objects.inv -------------------------------------------------------------------------------- /wiki/_build/html/onboarding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/onboarding.html -------------------------------------------------------------------------------- /wiki/_build/html/rcm-ttw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/rcm-ttw.html -------------------------------------------------------------------------------- /wiki/_build/html/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/search.html -------------------------------------------------------------------------------- /wiki/_build/html/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/searchindex.js -------------------------------------------------------------------------------- /wiki/_build/html/team/about-the-team.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/team/about-the-team.html -------------------------------------------------------------------------------- /wiki/_build/html/team/members-collaborators.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/team/members-collaborators.html -------------------------------------------------------------------------------- /wiki/_build/html/values-principles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_build/html/values-principles.html -------------------------------------------------------------------------------- /wiki/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_config.yml -------------------------------------------------------------------------------- /wiki/_toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/_toc.yml -------------------------------------------------------------------------------- /wiki/background.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/background.md -------------------------------------------------------------------------------- /wiki/briefing-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/briefing-notes.md -------------------------------------------------------------------------------- /wiki/goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/goals.md -------------------------------------------------------------------------------- /wiki/images/community-managers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/images/community-managers.png -------------------------------------------------------------------------------- /wiki/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/index.md -------------------------------------------------------------------------------- /wiki/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/meetings.md -------------------------------------------------------------------------------- /wiki/onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/onboarding.md -------------------------------------------------------------------------------- /wiki/rcm-ttw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/rcm-ttw.md -------------------------------------------------------------------------------- /wiki/references.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/references.bib -------------------------------------------------------------------------------- /wiki/requirements.txt: -------------------------------------------------------------------------------- 1 | jupyter-book 2 | matplotlib 3 | numpy 4 | ghp-import 5 | -------------------------------------------------------------------------------- /wiki/team/about-the-team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/team/about-the-team.md -------------------------------------------------------------------------------- /wiki/team/members-collaborators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/team/members-collaborators.md -------------------------------------------------------------------------------- /wiki/values-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alan-turing-institute/open-research-community-management/HEAD/wiki/values-principles.md --------------------------------------------------------------------------------