Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions brainhack_book/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Training is any organised activity that teaches, informs, or transfers skills or
### Training Format
A conventionally named, standardised delivery method that is applied by a trainer and includes any number of the pedagogical tools necessary (i.e. motivation/demotivation, hands-on approaches, etc).

### TrainTrak
### TrainTrack
A series of educational talks or workshops that runs in parallel to the project tracks through which attendees collaboratively work on projects. The content of the TrainTrack can range from tutorials that teach hands-on skills needed for the projects in a Brainhack (e.g., like code version-control using Git) to software demos with much narrower applications.

### Traditional
Expand All @@ -408,8 +408,10 @@ A series of educational talks or workshops that runs in parallel to the project
## U

### Unconference

A short session for participants to present their research, project work, or any other topics of current interest in an informal setting to other participants. The content of an unconference is usually decided very shortly before or during the Brainhack event itself, often inspired by ongoing within-team discussions that could be of interest to the larger group.
An unconference is a participant-driven meeting.
The term "unconference" has been applied, or self-applied, to a wide range of gatherings that try to avoid hierarchical aspects of a conventional conference, such as sponsored presentations and top-down organization {cite}`wiki:unconference`.
Commonly, participants present their research, project work, or any other topics of current interest in an informal setting to other participants.
The content of an unconference is usually decided very shortly before or during the Brainhack event itself, often inspired by ongoing within-team discussions that could be of interest to the larger group.

### Unconventional

Expand All @@ -436,9 +438,15 @@ The labor pool of a given institution, company, state, or group. It can be forma
---

## References

<!--
[Open Science Training Handbook](https://open-science-training-handbook.gitbook.io/book/glossary)

[OSF Open Science Glossary](https://osf.io/xbcaz/)

[Turing-Way Book Glossary](https://the-turing-way.netlify.app/afterword/glossary.html#)
-->

```{bibliography} ./references.bib
:all:
:style: unsrt
```
8 changes: 8 additions & 0 deletions brainhack_book/references.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@misc{
wiki:unconference,
author = "{Wikipedia contributors}",
title = "Unconference --- {W}ikipedia{,} The Free Encyclopedia",
year = "2021",
url = "https://en.wikipedia.org/w/index.php?title=Unconference&oldid=998188187",
note = "[Online; accessed 22-Feb-2021]"
}