-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmore_features_credits.qmd
More file actions
136 lines (99 loc) · 6.74 KB
/
Copy pathmore_features_credits.qmd
File metadata and controls
136 lines (99 loc) · 6.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
title: "More Features: Giving Credit"
output:
html_document
---
## Giving credits to contributors
Since so many individuals contribute to our courses in so many ways, we decided to make a table of credits to make it clear who did what.
Here is an example:

:::{.callout-tip}
Please see the [About section](https://ottrproject.org/OTTR_Template/about-the-authors.html) of the template for descriptions of how credits should be attributed for the course.
This is generated from the About.Rmd file. **An About.Rmd file will already be in your course from using our template**. You will need to do the following steps to update it for your course:
1) Fill out author names for the various roles where applicable.
2) Delete lines for roles that are not applicable.
3) Make sure roles grammatically match names. If there are multiple people include the "s" in the role name where applicable and remove the parentheses. If only one person is appropriate for a given role remove "(s)" from the role name.
4) Ensure that each row has "|" around each cell value.
:::
*Example Table*:
The table should be added and filled in using [Markdown table format](https://www.markdownguide.org/extended-syntax/).
```
|Credits|Names|
|-------|-----|
|Lead Content Instructor|FirstName LastName|
```
Links to personal websites can be added below the table to make it easier to read.
```
|Credits|Names|
|-------|-----|
|Lead Content Instructor|[FirstName LastName]|
<!-- Author information -->
[FirstName LastName]: link to personal website
```
### Required credit rows to add
Use these row sets as a checklist. Start with the rows for all courses, then add the Johns Hopkins or ITCR rows if they apply to your course.
<details id="all-course-credit-rows" class="template-choice" open>
<summary>
<span class="choice-note">1. All courses</span>
</summary>
These rows should be included for _all courses_:
::: {#all-course-credit-rows-code}
```
|Template Publishing Engineers|[Candace Savonen], [Carrie Wright], [Ava Hoffman]|
|Publishing Maintenance Engineer|[Candace Savonen]|
|Technical Publishing Stylists|[Carrie Wright], [Ava Hoffman], [Candace Savonen]|
|Package Developers ([ottrpal]) [Candace Savonen], [Ava Hoffman], [Howard Baek], [Kate Isaac], [Carrie Wright], [John Muschelli]|
<!-- Author information -->
[John Muschelli]: https://johnmuschelli.com/
[Candace Savonen]: https://www.cansavvy.com/
[Carrie Wright]: https://carriewright11.github.io/
[Ava Hoffman]: https://www.avahoffman.com/
[Howard Baek]: https://www.linkedin.com/in/howard-baik/
[Kate Isaac]: https://kweav.github.io/
<!-- Links -->
[ottrpal]: https://github.com/ottrproject/ottrpal
```
:::
</details>
<details id="credit-role-reference" class="template-choice">
<summary>
<span class="choice-note">Credit role reference</span>
</summary>
Use this table to choose contributor credit labels and categories for your course website.
::: {#credit-role-table}
| Credit Label | Order | Role Description | Credit Category |
|:---|:---:|:---|:---|
| Production Organization | 1A | Johns Hopkins DaSL | No category |
| Lead Content Instructor | 2B | This person contributes to several roles and takes on a lion's share of the overall effort. | Pedagogy |
| Lecturer | 2C | This person delivers the course online. | Pedagogy |
| Content Author | 2D | This person writes content but is not a lead developer. Authors are listed based on the amount of content they write, otherwise they are listed in alphabetical order. If someone wrote less than a chapter's worth of content, then they are a contributor. | Pedagogy |
| Content Contributor | 2E | This person writes some content, but less than the amount of a chapter; otherwise they are an author. | Pedagogy |
| Content Consultant | 2F | This person provides specialized feedback about specific aspects of content and makes high-level suggestions, but does not write or edit the content. If they do, they are listed as an editor and/or contributor. | Pedagogy |
| Content Idea Contributor | 2G | This person helps come up with the idea for the content. | Pedagogy |
| Content Editor | 2H | This person edits but does not otherwise contribute to content. | Pedagogy |
| Content Director | 2I | This person helps guide the direction of the course development. | Pedagogy |
| Content Publisher | 3A | This person helps with the publishing platform work. | Production |
| Content Reviewer | 3B | This person checks the overall content and aesthetics. | Production |
| Course Publishing Engineer | 4A | This person helps with the code for the technical aspects related to the specific course generation. | Technical |
| Template Publishing Engineer | 4B | This person helped create the template. | Technical |
| Publishing Maintenance Engineer | 4C | This person helped with GitHub Actions and technical processes over time. | Technical |
| Technical Publishing Stylist | 4D | This person assisted with technical design elements, like CSS code. | Technical |
| Packages | 4E | This person helps create packages used to create the course. | Technical |
| Illustrator | 5A | This person helps create graphics for the course. | Art and Design |
| Figure Artist | 5B | This person helps create figures or plots for the course using code. | Art and Design |
| Videographer | 5C | This person helps film videos for the course. | Art and Design |
| Videography Editor | 5D | This person helps edit video files for the course. | Art and Design |
| Funder | 6A | This is where grant funding and similar funding sources can be indicated. | Funding |
| Funding Staff Member | 6C | This person helps manage the money needed to produce the content. | Funding |
| Support Staff Member | 7A | This person assists in some official way but does not fit other categories. | Support |
| Acknowledgements | 8 | This person makes minimal but helpful contributions that do not fit other categories, such as inspiration. | Acknowledgements |
| In Memory | 9 | For content James Taylor worked on or helped start. | In Memory |
:::
</details>
### Adding the Credits table to Coursera
In Coursera, you can add the credits table URL as an ungraded plugin ([the same as described here for adding chapter content](https://www.ottrproject.org/course_publishing.html#Navigating_to_your_course_on_Coursera)). This should be added at the beginning of your course, right after the introduction.
### Adding the Credits table to Leanpub
In Leanpub, make sure that your About.md file in your manuscript folder is listed in your Book.txt file and this Credits table will automatically be incorporated into your Leanpub course.
<br>
---
**← Back to:** [Next Steps](next_steps.qmd) · **Also see:** [Citing Sources](more_features_sources.qmd) · [Customizing Style](customize-style.qmd)