Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve issue #12 #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
22 changes: 22 additions & 0 deletions chapters/10-rules-brainstorm.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### Garcia et al. (2020)
Here, I share my thoughts on how to implement the 10 rules in the paper by Garcia et al. (2020)

## Rule 1: Plan to share your training materials online

- Git would be the ideal platform to share the materials

## Rule 3: Give your training materials a unique identity
- Use a DOI

## Rule 4: Register your training materials online
- The paper suggests specific communities to target in life sciences when registering materials online. Do we have such communities in psychology for instance? Since we are not focusing merely on psychology, which communities can we register our materials to target our specific audience?

## Rule 5: Define access rules for your training materials
- Since we want to generalize the application of these rules, I guess we will proceed with the open access policy.
- Free and public

## Rule 6: Use an interoperable format for your training materials
- Obviously, we use Quarto and Git to maintain the interoperability. I was thinking if it is possible to create a feedback loop, which transforms simple inputs into GitHub issues. For instance, we can create a contact form or an issue reporting page in our book, which collects feedbacks on different parts of the book. Then, this feedback is transformed into Git issues shown in our repository. I don't know if it is possible, but it would be cool! By doing so, those who are not familiar with Git will also be able to help us out and keep the materials interoperable.

## Rule 7: Make your training materials (re)usable for trainers / Rule 8: Make your training materials usable for trainees
- The table on the paper is very useful. I think you and Konrad did implement all of this in the Git course.