Skip to content

Commit 6ac3f4a

Browse files
Merge pull request #2 from KnowPulse-KnowledgeBase/laceysanderson-attribution
In regards to request for more attribution
2 parents e01b66c + 94a580b commit 6ac3f4a

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
88
ruby '>=2.5.8'
99

1010
gem 'github-pages', group: :jekyll_plugins
11+
gem "webrick"

assets/css/main.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-size: 20px;
2+
font-size: 20px;
33
}
44
hr {
55
margin-top: 20px;
@@ -49,6 +49,17 @@ article img {
4949
content: '';
5050
}
5151

52+
/** -- Citations */
53+
blockquote.prereq .citation {
54+
border: 1px solid #ccffb3;
55+
border-left-width: 1px;
56+
border-left-width: 15px;
57+
background-color: #eeffe6;
58+
font-weight: bold;
59+
padding: 10px 20px;
60+
margin: 20px;
61+
}
62+
5263
/** -- Episode Overview */
5364
blockquote.objectives {
5465
background-color: #FBFDF0;

index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ who: "Pulse Crop Researchers"
1515
# A comma-separated list of maintainers for this lesson.
1616
maintainers: "Robert Stonehouse, Ruobin Liu"
1717

18+
# A comma-separated list of the original authors (i.e. the person who determined the protocol or wrote most of the content.)
19+
authors: "Robert Stonehouse, Akiko Tomita"
20+
1821
# A short paragraph describing why we created this lesson.
1922
# What question is it trying to solve and why is that question important.
2023
why: "This lesson is providing some essential laboratory protocols to guide new researchers to conduct their experiments."
@@ -26,13 +29,22 @@ learn:
2629
- "How to use PCR program for KASP assays, then plot the results data"
2730

2831
data-description: "DNA Extraction from Pulse Crop"
32+
33+
# A statement providing attribution for the material and giving context to the citation
34+
attribution: "These protocols were originally developed by Wang H, Qi M, Cutler AJ (1993; DOI [10.1093/nar/21.17.4153](https://academic.oup.com/nar/article/21/17/4153/1165503)) and have been optimized for use in legumes by Robert Stonehouse and Akiko Tomita in Dr. Kirstin Bett's Molecular Pulse Crop Research lab at the University of Saskatchewan. Ruobin Liu worked with Robert Stonehouse to format these protocols for this tutorial."
35+
36+
# A casual citation for the protocol
37+
# Format: Author(s). Editor, or professor. Year. Title of lab manual [lab manual]. Place of Publication: Publisher.
38+
# Example: Dorken M. and Nol E. 2014 Fall. Laboratory Manual for Biology 1020H [lab manual]. Peterborough (ON): Trent University.
39+
citation: "Stonehouse R and Tomita A. Bett, KE. 2022. Molecular marker assay from DNA extraction protocol for the USASK Pulse Molecular Biology Laboratory [lab protocol]. Saskatoon (SK): University of Saskatchewan."
2940
---
3041

3142
The KnowPulse KnowledgeBase focuses on short question-based lessons to help researchers get their work done.
3243

3344
- **Purpose:** {{ page.short-purpose }}
3445
- **Who:** {{ page.who }}
3546
- **Maintainer(s):** {{ page.maintainers }}
47+
- **Original Author(s):** {{ page.authors }}
3648

3749
{{ page.why }}
3850

@@ -43,6 +55,14 @@ The KnowPulse KnowledgeBase focuses on short question-based lessons to help rese
4355
{% endfor %}
4456
</ul>
4557

58+
> ## Attribution
59+
>
60+
> {{ page.attribution }}
61+
>
62+
> <div class="citation">{{ page.citation }}</div>
63+
>
64+
{: .prereq}
65+
4666
> ## Getting Started
4767
>
4868
> The KnowPulse KnowledgeBase lessons are hands-on, so participants are

0 commit comments

Comments
 (0)