From 11b34017fbda7ad3db1049eb433f0d8313bc81e2 Mon Sep 17 00:00:00 2001 From: Johanna Bayer Date: Sat, 28 Aug 2021 15:49:15 +1000 Subject: [PATCH 1/5] Made first half of Contributing.md collapsable --- CONTRIBUTING.md | 220 +++++++++++++++++++++++++++++++----------------- 1 file changed, 142 insertions(+), 78 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 266ce592..0231f8cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,147 +1,209 @@ # CONTRIBUTING -## Open Issue on GitHub :ticket: + +
+ +

Open Issue on GitHub :ticket:

+
-If you would like to contribute, make bug report/fix, participate in language -translation work or if you have any other queries please do not hesitate to open -an issue using one of the -[issue templates](https://github.com/brainhackorg/brainhack_jupyter_book/issues/new/choose) + If you would like to contribute, make bug report/fix, participate in language translation work or if you have any other queries please do not hesitate to open an issue using one of the [issue templates](https://github.com/brainhackorg/brainhack_jupyter_book/issues/new/choose) -## Making a PR :fountain_pen: +
-If you want to contribute with your ideas and suggestions please make a -[pull request](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) -by following the -[Template format](https://github.com/brainhackorg/brainhack_jupyter_book/issues/new/choose) -to the repository of the -[book](https://github.com/brainhackorg/brainhack_jupyter_book). The more -suggestions and ideas are shared and contributed by the members of the -community, this book will be a more beneficial source for the community. + +
+ +

Making a PR :fountain_pen:

+
-## What, Where :mag_right: + If you want to contribute with your ideas and suggestions please make a [pull request](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) by following the [Template format](https://github.com/brainhackorg/brainhack_jupyter_book/issues/new/choose) to the repository of the [book](https://github.com/brainhackorg/brainhack_jupyter_book). The more suggestions and ideas are shared and contributed by the members of the community, this book will be a more beneficial source for the community. -- All the text for each chapter of the `book` lives inside the folder - `./brainhack_book` directory. +
-- All figures associated with the chapters are stored in and linked from the - `./brainhack_book/static` directory. + +
+ +

What, Where :mag_right:

+
-- Everything else is in the `brainhack_book/` directory. + -- Same applies for more general configuration using - `./brainhack_book/_config.yml`. Documentation on configuring book settings can - be found on the - [jupyter book website](https://jupyterbook.org/customize/config.html). +
-## Deploying :rocket: + -The site is built and deployed automatically using a -[Github action](.github/workflows/book.yml), from the `main` branch. +
-## Viewing the brainhack_book :eyes: + +
Configuration :gear:
+
-Before start, you might need to have these listed below ready. + -If you are using an earlier version of Windows than Windows 10, you might want -to check the install instruction for Python and bash from -[this page from the neurohackademy](https://neurohackademy.org/setup/). +
+ -- Note the install procedure below requires you to have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed on your computer. +
+ +

Deploying :rocket:

+
-- If you are a Windows user for Unix commands and build functions to work properly you might either need - - [Linux Subsystem for Windows](https://docs.microsoft.com/en-us/windows/wsl/install-win10), - - [Gitbash](https://gitforwindows.org/), - - [Cywin](https://www.cygwin.com/) + The site is built and deployed automatically using a [Github action](.github/workflows/book.yml), from the `main` branch. +
-### [Fork](https://help.github.com/articles/fork-a-repo) the [Brainhack Jupyter Book repository](https://github.com/brainhackorg/brainhack_jupyter_book) to your Github account :trident: -Click on the ‘Fork’ button near the top of the page. This creates a copy of the code under your account on GitHub. For more details on how to fork a repository see [this guide](https://help.github.com/articles/fork-a-repo/). + -This is now your own unique copy of the Brainhack Jupyter Book. Changes here won't affect anyone else's work, so it's a safe space to explore edits to the code! +
+ +

Viewing the brainhack_book :eyes:

+
-Make sure to [keep your fork up to date](https://help.github.com/articles/syncing-a-fork) with the upstream repository, otherwise, you can end up with lots of dreaded [merge conflicts](https://help.github.com/articles/syncing-a-fork). +
+ Before you start + + Before start, you might need to have these listed below ready. +
    +
  • A recent version of Python ([Python 3.6 or 3.7](https://www.python.org/downloads/)) to work on the book and view it locally. If you do not have Python on your computer, we warmly recommend the install instruction from the [datalad handbook](http://handbook.datalad.org/en/latest/intro/installation.html#python-3-all-operating-systems).

    +
  • + If you are using an earlier version of Windows than Windows 10, you might want to check the install instruction for Python and bash from [this page from the neurohackademy](https://neurohackademy.org/setup/).

    + -### [Clone](https://help.github.com/articles/cloning-a-repository) your forked Brainhack Jupyter Book repository to your machine/computer. :arrow_down_small: -While you can edit files [directly on Github](https://help.github.com/articles/editing-files-in-your-repository), sometimes the changes you want to make will be complex and you will want to use a [text editor](https://en.wikipedia.org/wiki/Text_editor) that you have installed on your local machine/computer. (One great text editor is [vscode](https://code.visualstudio.com/)). -In order to work on the code locally, you must clone your forked repository. +
  • Note the install procedure below requires you to have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed on your computer.

    +
  • + +
  • If you are a Windows user for Unix commands and build functions to work properly you might either need
  • +
      +
    • [Linux Subsystem for Windows](https://docs.microsoft.com/en-us/windows/wsl/install-win10), +
    • [Gitbash](https://gitforwindows.org/), +
    • [Cywin](https://www.cygwin.com/) +
    +
+ +
+ + +
+ [Fork](https://help.github.com/articles/fork-a-repo) the [Brainhack Jupyter Book repository](https://github.com/brainhackorg/brainhack_jupyter_book) to your Github account :trident: + + +

Click on the ‘Fork’ button near the top of the page. This creates a copy of the code under your account on GitHub. For more details on how to fork a repository see [this guide](https://help.github.com/articles/fork-a-repo/).

+ +

This is now your own unique copy of the Brainhack Jupyter Book. Changes here won't affect anyone else's work, so it's a safe space to explore edits to the code!

+ +

Make sure to [keep your fork up to date](https://help.github.com/articles/syncing-a-fork) with the upstream repository, otherwise, you can end up with lots of dreaded [merge conflicts](https://help.github.com/articles/syncing-a-fork).

+ +
+ + + +
+ [Clone](https://help.github.com/articles/cloning-a-repository) your forked Brainhack Jupyter Book repository to your machine/computer. :arrow_down_small: + + +

While you can edit files [directly on Github](https://help.github.com/articles/editing-files-in-your-repository), sometimes the changes you want to make will be complex and you will want to use a [text editor](https://en.wikipedia.org/wiki/Text_editor) that you have installed on your local machine/computer. (One great text editor is [vscode](https://code.visualstudio.com/)). +In order to work on the code locally, you must clone your forked repository.

```bash git clone git@github.com:YOURUSERNAME/brainhack_jupyter_book.git cd brainhack_book ``` -To keep up with the changes in the Brainhack Jupyter Book repository, add the [Brainhack Jupyter Book repository](https://help.github.com/articles/configuring-a-remote-for-a-fork) as a remote to your locally cloned repository. +

To keep up with the changes in the Brainhack Jupyter Book repository, add the [Brainhack Jupyter Book repository](https://help.github.com/articles/configuring-a-remote-for-a-fork) as a remote to your locally cloned repository.

-The first time you try to sync your fork, you may have to set the upstream branch: +

The first time you try to sync your fork, you may have to set the upstream branch:

+ ```bash git remote add upstream https://github.com/brainhack_jupyter_book/brainhack_jupyter_book.git git remote -v # Making sure the upstream repo is listed. ``` -Make sure to [keep your fork up to date](https://help.github.com/articles/syncing-a-fork/) with the upstream repository. -For example, to update your main branch on your local cloned repository: +

Make sure to [keep your fork up to date](https://help.github.com/articles/syncing-a-fork/) with the upstream repository.

+

For example, to update your main branch on your local cloned repository:

`git fetch upstream` `git checkout main` `git merge upstream/main` -### Synchronize your main branch with the upstream main branch: :arrows_counterclockwise: +
+ + + +
+ Synchronize your main branch with the upstream main branch: :arrows_counterclockwise: + + `git checkout main` `git pull upstream main` -You can then create a new branch to work on an issue. Using a new branch allows you to follow the standard GitHub workflow when making changes. This [guide](https://guides.github.com/introduction/flow/) provides a useful overview of this workflow. Please keep the name of your branch short and self-explanatory. + +

You can then create a new branch to work on an issue. Using a new branch allows you to follow the standard GitHub workflow when making changes. This [guide](https://guides.github.com/introduction/flow/) provides a useful overview of this workflow. Please keep the name of your branch short and self-explanatory.

`git checkout -b MYBRANCH` -### Installing Dependencies in a virtual environment :arrow_up: +
-For the requirements please have a look at our [requirements.txt](https://github.com/brainhackorg/brainhack_jupyter_book/blob/main/requirements.txt) + -[Virtual environments](https://the-turing-way.netlify.app/reproducible-research/renv/renv-options.html) -are a great way of isolating project-related dependencies from your system-level -Python installation. +
+ Installing Dependencies in a virtual environment :arrow_up: + -For more details on virtual environments using a tool like `venv` in Python see -[here](https://docs.python.org/3/tutorial/venv.html). -You can also use Conda that acts both as a way to manage your environments and -install packages. For more info about Conda, you can check this page of the -[The Turing Way project](https://the-turing-way.netlify.app/reproducible-research/renv/renv-package.html). +

For the requirements please have a look at our [requirements.txt](https://github.com/brainhackorg/brainhack_jupyter_book/blob/main/requirements.txt)

-To use a virtual environment for building the book project, run the following -from within the root folder of the brainhack jupyter book directory: + +

[Virtual environments](https://the-turing-way.netlify.app/reproducible-research/renv/renv-options.html) +are a great way of isolating project-related dependencies from your system-level Python installation.

+ +

For more details on virtual environments using a tool like `venv` in Python see +[here](https://docs.python.org/3/tutorial/venv.html).

+ +

You can also use Conda that acts both as a way to manage your environments and install packages. For more info about Conda, you can check this page of the +[The Turing Way project](https://the-turing-way.netlify.app/reproducible-research/renv/renv-package.html).

+ +

To use a virtual environment for building the book project, run the following +from within the root folder of the brainhack jupyter book directory:

1. If you are using `venv`: -either use this +either use this + ```bash # This line creates a virtual environment called 'venv' -python3 -m venv venv +python3 -m venv venv # This line activates the virtual environment On macOS and Linux: -source venv/bin/activate +source venv/bin/activate # This line activates the virtual environment On Windows -source venv/bin/activate +source venv/bin/activate ``` or you can use the following with `virtualenv` @@ -162,7 +224,7 @@ In case you want to use a specific python interpreter, specify the path as virtualenv -p /usr/bin/python3.7 brainhack ``` -After you create your virtual environment using either way described above, then you can install the requirements for building the book by running +After you create your virtual environment using either way described above, then you can install the requirements for building the book by running `pip install -r requirements.txt` @@ -183,6 +245,8 @@ Once the virtual environment is activated, packages will be installed in that en **HEADS UP**: if you close the terminal or deactivate `venv`, make sure to re-activate the virtual environment with `source venv/bin/activate` before typing any code. +
+
### Building the book locally :white_check_mark: @@ -206,9 +270,9 @@ To build the book and preview your changes locally, you can run the following co jupyter-book build brainhack_book ``` -or you can test your site locally by navigating into your book and running +or you can test your site locally by navigating into your book and running -`make serve` +`make serve` or From b6b1fd690c02650cf0d98437bbaf7119fcede531 Mon Sep 17 00:00:00 2001 From: Johanna Bayer Date: Sat, 28 Aug 2021 17:27:24 +1000 Subject: [PATCH 2/5] First entires of german glossary --- brainhack_book/glossary_german.md | 54 ++++++++++++++++++++++++++++++ data/.DS_Store | Bin 0 -> 6148 bytes 2 files changed, 54 insertions(+) create mode 100644 brainhack_book/glossary_german.md create mode 100644 data/.DS_Store diff --git a/brainhack_book/glossary_german.md b/brainhack_book/glossary_german.md new file mode 100644 index 00000000..d5bb3d51 --- /dev/null +++ b/brainhack_book/glossary_german.md @@ -0,0 +1,54 @@ +# Brainhack Glossary - Brainhack Glossar + +## A + +### Academia - Akademie +Eine Gesellschaft aus Individuen und Gruppen im Zusammenhang mit Unterricht, Forschung, Förderung und Lernen, besonders in Bezug auf Universitäten und Forschungseinrichtungen. + +### Across Field¶ + +### Accessibility¶ + +### Ad-hoc¶ + +### Audience - Publikum +Die Gruppe, die durch die Schaltung gezielter Informationen angesprochen wird (z. B. die Teilnehmer einer Open-Science-Schulung). Das Zielpublikum sind Interessierte, die sich von den Aktivitäten, der Schulung, der Kommunikation oder den Aktionen angesprochen fühlen oder betroffen sind. + +### Author - Autor +Alle aktiven Mitwirkenden, lokal oder aus der Ferne, die zu irgendeinem Teil in irgendeiner Phase des Gesamtprojekts einen wesentlich Beitrag geleistet haben. Dazu gehört die Teilnahme an der anfänglichen Projektplanung und -entwicklung bis hin zur Erstellung der schriftlichen Dokumentation der gesammten Bemühungen und schließlich der Fertigstellung und Veröffentlichung der Ergebnisse. + +### Attendee - Teilnehmer +Jede Person, die an einer Veranstaltung, einer Schulung, einem Seminar, einem Workshop oder einer Aktivität teilnimmt (z. B. Teilnehmer der Brainhack-Veranstaltung, individual anwesend beim Brainhack-Workshop usw.) + +### Availability + +## B + +### Background + +### Brainhack + +Ein Hackathon, der Forscher aus verschiedenen neurowissenschaftlichen Teilgebieten und mit unterschiedlichem Forschungshintergrund zusammenbringt, um Open-Science-Praktiken zu teilen und den Wissenstransfer innerhalb der Community auf kollaborative Weise zu fördern. + +### Brainhack Global (BHG) - weltweiter/globaler Brainhack +Ein Überbegriff, der alle Hackathons und Hacking-Events beschreibt, die unter die internationale Brainhack-Initiative fallen. Für diese Events existiert ein zentrales Organisationskomitee, welches bei der Koordinierung, Planung und Organisation lokaler Brainhack-Events auf der ganzen Welt hilft. Brainhack Global besteht aus einem freiwilligen Team von Forschern aus einer Vielzahl von Forschungseinrichtungen, die jährlich die globalen Brainhack-Aktivitäten leiten. Dieses Team ist verantwortlich für die Gestaltung des Ablaufs von Brainhack Global, den Austausch von Informationen von Brainhack Global mit den einzelnen lokalen Hackathon-Initiativen und die Pflege der Brainhack Global-Materialien, Webseiten und sozialen Accounts. Brainhack Global führt selbst kein separates Hacking-Event an einem bestimmten Ort oder zu einer bestimmten Zeit durch, sondern verbreitet die Informationen, Materialien und Übertragungen von allen lokalen Veranstaltungsorten während des definierten Veranstaltungszeitraums jedes Jahr. + +### Brainhack Organization¶ + +### Brainhack Organization Committee¶ + +### Brainhack School - Brainhack Schule +Ein Bootcamp, das darauf ausgelegt ist, statistische und computergestützte Fähigkeiten zu erwerben und zu festigen, welche erforderlich sind, um Neuroimaging-Daten in neurowissenschaftliches Wissen zu transferieren. Im Allgemeinen besteht die Brainhack School aus zwei Wochen aktiver, offener und gemeinschaftlicher praktischer Arbeit an kleinen bis mittelgroßen Projekten. + +### Brainstorming + +### Bottom-up + +### Brain Imaging Data Structure (BIDS) +Ein Standard für die Organisation, Kommentierung und Beschreibung von Neuroimaging- und Verhaltensdaten, basierend auf einer vereinbarten, formalisierten Struktur für Ordner und Dateien. + +## C + +### Citation- Zitierung + +Ein gut etabliertes Maß für die Feststellung des Einflusses von Forschung; Wahrnehmung oder Validierung von Forschung durch andere (Hersh und Plume, 2016). diff --git a/data/.DS_Store b/data/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ec44f3496229a3c5f7972333ba7d491eab2660c3 GIT binary patch literal 6148 zcmeHK%TB{U3>-rbl|Z6Lj{6Jz!Kx}>zz;whgb<-C^&zgg@!O0aphhWI4#<|glbyBK z${gYtfGm&Q9k2i}rz_%9m#OKw`ou1RQ53tQ;R8LM(cxtheV)+V8$4lyH*9g5|IT~1 zIAGuHH~qS`o+WV2z-IIguUO;AfQH>T=zOJQQ-M?<6-WhAfmA>h(1uEzUpeNQ3Zw$5 zz>fm@eJFIr8aO!Gr-O@)0K^$-Gd|laK`crTYvABWh9;g$^i+uvLp+^)iMSd#IC?t7 zD)XMGEHR;oRVQC898w)~O$Abcu>zOAU1 Date: Sat, 28 Aug 2021 17:27:59 +1000 Subject: [PATCH 3/5] Change in _toc.yml file to add the german glossary --- .DS_Store | Bin 0 -> 8196 bytes brainhack_book/_toc.yml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..37a6e6674f2f9c1f8924bb515431cb83d182c83e GIT binary patch literal 8196 zcmeHMPiz%M82`Suv^zlUv=&<426)nxR(zEfp`}*fwXcO1FhySfQ!V@6E_CB|x4hlg zM_X&E@dy|>DPA-l43K!jgBR3;Mllf&HG+vT@#e{RGe(Wy?Cg6fEj@Tq2|LNmH}n13 zneVs1x6_#d0Cr{d7Jym+P^b#YH&An*BJ85BDn)^&lq6C-q;l?b%5qXP{&JOfs0a}V z5eN|o5eN|o5%@nKKzp_*${PE=w1#bnK#0IYiGcV%M5ziH59Feh{-=W){|G>`gw%ea zJ{KL5(LlxnxhN%BsGtlbDMK+hVxSBseKhck2XawL84eg6J}{UWgA)q+v(xjVzB^!C z%CHR)2oYF~fH=FCfDRgXpe;YYr=~5_^_rW%!=mDnb){vBvR+wVzW({-q?1c}nwNFE zw9F|nI-z-!sh~gLI98#rrG`u+H^HkDj_qltZDjmlQ#Z(EeAu*gC)edslavNU zVG5hzwe$1)TiRpMr}nlj#G>nY0XM!$=T?%tfV<-xFeo%-V?ns*U5MZ-*LpGSfQKX zRU*EB+A|&79WpX5Nye^k+_ZJa&L^7pJ$*2-RQ^Z>udHHhj9{`o^NeX^26LwFO^#}A z+OT!gK07>Px@O8U25fE0sKgj!OXZtuYPUpGbuHJCY|1>BHN9D0rzrj$+qSE0T&I;k z>*!(@oqwp%b7=Ou?W%f8SP~h7T0ID8XjIvNOIdI&aEvuEHt-_7U+#(}P-x2@rVd(K z%CNZ3FD%1q+>A9?i;rOwK8d?=KOVqC7{^XLiv9Q;p2Q@MV+wUN z@C-Vb!&#ied3+5o;w5|?-^BOvDqh3ucmr?Z$M^|;ins7K-jVAo%G39_9Oqm7o_fof z8r-iHjoy!`k)Fdx68{NP?{1Xze6)Jgwz|fqJ#Ej#3$Jm-yIam6pEi;gK40>D@L%3N zBwUg_W?SHFsUJ?gz2#0Z$sF(JsH;Lyk zgC1syf{XYHzFMH*8+aMt#&;yO3WV#;Q%y>|O0qz>nPkSc9Q!Qk1VPKdrJqg)Oqiza z!d?C~mC<4QAR$mJ7h5aN|2=Ep|3646g=-BF2od;)2w+Kfvb&3d@_&S^j2CC^DAm(c wMG=0BQu-m(+;b5?Y6g!{jMJ>35V3J-Dl8$Yz@egFUf literal 0 HcmV?d00001 diff --git a/brainhack_book/_toc.yml b/brainhack_book/_toc.yml index 1ddc72d0..59841976 100644 --- a/brainhack_book/_toc.yml +++ b/brainhack_book/_toc.yml @@ -4,6 +4,7 @@ - file: overview - file: evolution_of_brainhack - file: glossary + - file: glossary_german - file: contributors - file: acknowledgments - part: Neuroview @@ -12,4 +13,4 @@ - file: neuroview_figure - file: neuroview_contributors - file: neuroview_acknowledgments - - file: neuroview_authorship-agreement \ No newline at end of file + - file: neuroview_authorship-agreement From 6fde14620584aa19d76760dc6f6b161be1b5e20e Mon Sep 17 00:00:00 2001 From: Johanna Bayer Date: Sun, 29 Aug 2021 14:55:11 +1000 Subject: [PATCH 4/5] Revert "Change in _toc.yml file to add the german glossary" This reverts commit 5617fca55493eedb67d5826a250b4921ee4356f8. --- .DS_Store | Bin 8196 -> 0 bytes brainhack_book/_toc.yml | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 37a6e6674f2f9c1f8924bb515431cb83d182c83e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMPiz%M82`Suv^zlUv=&<426)nxR(zEfp`}*fwXcO1FhySfQ!V@6E_CB|x4hlg zM_X&E@dy|>DPA-l43K!jgBR3;Mllf&HG+vT@#e{RGe(Wy?Cg6fEj@Tq2|LNmH}n13 zneVs1x6_#d0Cr{d7Jym+P^b#YH&An*BJ85BDn)^&lq6C-q;l?b%5qXP{&JOfs0a}V z5eN|o5eN|o5%@nKKzp_*${PE=w1#bnK#0IYiGcV%M5ziH59Feh{-=W){|G>`gw%ea zJ{KL5(LlxnxhN%BsGtlbDMK+hVxSBseKhck2XawL84eg6J}{UWgA)q+v(xjVzB^!C z%CHR)2oYF~fH=FCfDRgXpe;YYr=~5_^_rW%!=mDnb){vBvR+wVzW({-q?1c}nwNFE zw9F|nI-z-!sh~gLI98#rrG`u+H^HkDj_qltZDjmlQ#Z(EeAu*gC)edslavNU zVG5hzwe$1)TiRpMr}nlj#G>nY0XM!$=T?%tfV<-xFeo%-V?ns*U5MZ-*LpGSfQKX zRU*EB+A|&79WpX5Nye^k+_ZJa&L^7pJ$*2-RQ^Z>udHHhj9{`o^NeX^26LwFO^#}A z+OT!gK07>Px@O8U25fE0sKgj!OXZtuYPUpGbuHJCY|1>BHN9D0rzrj$+qSE0T&I;k z>*!(@oqwp%b7=Ou?W%f8SP~h7T0ID8XjIvNOIdI&aEvuEHt-_7U+#(}P-x2@rVd(K z%CNZ3FD%1q+>A9?i;rOwK8d?=KOVqC7{^XLiv9Q;p2Q@MV+wUN z@C-Vb!&#ied3+5o;w5|?-^BOvDqh3ucmr?Z$M^|;ins7K-jVAo%G39_9Oqm7o_fof z8r-iHjoy!`k)Fdx68{NP?{1Xze6)Jgwz|fqJ#Ej#3$Jm-yIam6pEi;gK40>D@L%3N zBwUg_W?SHFsUJ?gz2#0Z$sF(JsH;Lyk zgC1syf{XYHzFMH*8+aMt#&;yO3WV#;Q%y>|O0qz>nPkSc9Q!Qk1VPKdrJqg)Oqiza z!d?C~mC<4QAR$mJ7h5aN|2=Ep|3646g=-BF2od;)2w+Kfvb&3d@_&S^j2CC^DAm(c wMG=0BQu-m(+;b5?Y6g!{jMJ>35V3J-Dl8$Yz@egFUf diff --git a/brainhack_book/_toc.yml b/brainhack_book/_toc.yml index 59841976..1ddc72d0 100644 --- a/brainhack_book/_toc.yml +++ b/brainhack_book/_toc.yml @@ -4,7 +4,6 @@ - file: overview - file: evolution_of_brainhack - file: glossary - - file: glossary_german - file: contributors - file: acknowledgments - part: Neuroview @@ -13,4 +12,4 @@ - file: neuroview_figure - file: neuroview_contributors - file: neuroview_acknowledgments - - file: neuroview_authorship-agreement + - file: neuroview_authorship-agreement \ No newline at end of file From 2843103ba24b326dc50a47adf73bdeb974ad9be0 Mon Sep 17 00:00:00 2001 From: Johanna Bayer Date: Sun, 29 Aug 2021 14:55:22 +1000 Subject: [PATCH 5/5] Revert "First entires of german glossary" This reverts commit b6b1fd690c02650cf0d98437bbaf7119fcede531. --- brainhack_book/glossary_german.md | 54 ------------------------------ data/.DS_Store | Bin 6148 -> 0 bytes 2 files changed, 54 deletions(-) delete mode 100644 brainhack_book/glossary_german.md delete mode 100644 data/.DS_Store diff --git a/brainhack_book/glossary_german.md b/brainhack_book/glossary_german.md deleted file mode 100644 index d5bb3d51..00000000 --- a/brainhack_book/glossary_german.md +++ /dev/null @@ -1,54 +0,0 @@ -# Brainhack Glossary - Brainhack Glossar - -## A - -### Academia - Akademie -Eine Gesellschaft aus Individuen und Gruppen im Zusammenhang mit Unterricht, Forschung, Förderung und Lernen, besonders in Bezug auf Universitäten und Forschungseinrichtungen. - -### Across Field¶ - -### Accessibility¶ - -### Ad-hoc¶ - -### Audience - Publikum -Die Gruppe, die durch die Schaltung gezielter Informationen angesprochen wird (z. B. die Teilnehmer einer Open-Science-Schulung). Das Zielpublikum sind Interessierte, die sich von den Aktivitäten, der Schulung, der Kommunikation oder den Aktionen angesprochen fühlen oder betroffen sind. - -### Author - Autor -Alle aktiven Mitwirkenden, lokal oder aus der Ferne, die zu irgendeinem Teil in irgendeiner Phase des Gesamtprojekts einen wesentlich Beitrag geleistet haben. Dazu gehört die Teilnahme an der anfänglichen Projektplanung und -entwicklung bis hin zur Erstellung der schriftlichen Dokumentation der gesammten Bemühungen und schließlich der Fertigstellung und Veröffentlichung der Ergebnisse. - -### Attendee - Teilnehmer -Jede Person, die an einer Veranstaltung, einer Schulung, einem Seminar, einem Workshop oder einer Aktivität teilnimmt (z. B. Teilnehmer der Brainhack-Veranstaltung, individual anwesend beim Brainhack-Workshop usw.) - -### Availability - -## B - -### Background - -### Brainhack - -Ein Hackathon, der Forscher aus verschiedenen neurowissenschaftlichen Teilgebieten und mit unterschiedlichem Forschungshintergrund zusammenbringt, um Open-Science-Praktiken zu teilen und den Wissenstransfer innerhalb der Community auf kollaborative Weise zu fördern. - -### Brainhack Global (BHG) - weltweiter/globaler Brainhack -Ein Überbegriff, der alle Hackathons und Hacking-Events beschreibt, die unter die internationale Brainhack-Initiative fallen. Für diese Events existiert ein zentrales Organisationskomitee, welches bei der Koordinierung, Planung und Organisation lokaler Brainhack-Events auf der ganzen Welt hilft. Brainhack Global besteht aus einem freiwilligen Team von Forschern aus einer Vielzahl von Forschungseinrichtungen, die jährlich die globalen Brainhack-Aktivitäten leiten. Dieses Team ist verantwortlich für die Gestaltung des Ablaufs von Brainhack Global, den Austausch von Informationen von Brainhack Global mit den einzelnen lokalen Hackathon-Initiativen und die Pflege der Brainhack Global-Materialien, Webseiten und sozialen Accounts. Brainhack Global führt selbst kein separates Hacking-Event an einem bestimmten Ort oder zu einer bestimmten Zeit durch, sondern verbreitet die Informationen, Materialien und Übertragungen von allen lokalen Veranstaltungsorten während des definierten Veranstaltungszeitraums jedes Jahr. - -### Brainhack Organization¶ - -### Brainhack Organization Committee¶ - -### Brainhack School - Brainhack Schule -Ein Bootcamp, das darauf ausgelegt ist, statistische und computergestützte Fähigkeiten zu erwerben und zu festigen, welche erforderlich sind, um Neuroimaging-Daten in neurowissenschaftliches Wissen zu transferieren. Im Allgemeinen besteht die Brainhack School aus zwei Wochen aktiver, offener und gemeinschaftlicher praktischer Arbeit an kleinen bis mittelgroßen Projekten. - -### Brainstorming - -### Bottom-up - -### Brain Imaging Data Structure (BIDS) -Ein Standard für die Organisation, Kommentierung und Beschreibung von Neuroimaging- und Verhaltensdaten, basierend auf einer vereinbarten, formalisierten Struktur für Ordner und Dateien. - -## C - -### Citation- Zitierung - -Ein gut etabliertes Maß für die Feststellung des Einflusses von Forschung; Wahrnehmung oder Validierung von Forschung durch andere (Hersh und Plume, 2016). diff --git a/data/.DS_Store b/data/.DS_Store deleted file mode 100644 index ec44f3496229a3c5f7972333ba7d491eab2660c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%TB{U3>-rbl|Z6Lj{6Jz!Kx}>zz;whgb<-C^&zgg@!O0aphhWI4#<|glbyBK z${gYtfGm&Q9k2i}rz_%9m#OKw`ou1RQ53tQ;R8LM(cxtheV)+V8$4lyH*9g5|IT~1 zIAGuHH~qS`o+WV2z-IIguUO;AfQH>T=zOJQQ-M?<6-WhAfmA>h(1uEzUpeNQ3Zw$5 zz>fm@eJFIr8aO!Gr-O@)0K^$-Gd|laK`crTYvABWh9;g$^i+uvLp+^)iMSd#IC?t7 zD)XMGEHR;oRVQC898w)~O$Abcu>zOAU1