Skip to content

Commit 72fd856

Browse files
committed
Add more info on metadata
1 parent 4c4fffd commit 72fd856

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

02_WorkingWithData.ipynb

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,62 @@
8787
"Commit both the `README` and the data to the repository."
8888
]
8989
},
90+
{
91+
"cell_type": "markdown",
92+
"metadata": {},
93+
"source": [
94+
"<h1> Diving deeper into metadada </h1>\n",
95+
"\n",
96+
"What would someone outside your research project (or you in 5 years time) need to know about your data to build on your work.\n",
97+
"\n",
98+
"<table>\n",
99+
" <tr>\n",
100+
" <th>What</th>\n",
101+
" <th>Such as..</th>\n",
102+
" </tr>\n",
103+
"<tr>\n",
104+
"<td>What is the title of the dataset?</td>\n",
105+
" <td>The regulation of emotions in adolescents: age differences\n",
106+
" and emotion-specific patterns</td>\n",
107+
"</tr>\n",
108+
" <tr>\n",
109+
" <td>Are there any related publications or data sets?</td>\n",
110+
" <td>Theurel A, Gentaz E (2018) The regulation of emotions in\n",
111+
" adolescents: age differences and emotion-specific patterns.\n",
112+
" PLOS ONE 13(6): e0195501. <a href=\"https://doi.org/10.1371/journal.pone.0195501\">\n",
113+
" https://doi.org/10.1371/journal.pone.0195501</a> </td>\n",
114+
" </tr>\n",
115+
"</table>\n",
116+
"\n",
117+
"<table>\n",
118+
" <tr>\n",
119+
" <th>Where</th>\n",
120+
" <th>Such as..</th>\n",
121+
" </tr>\n",
122+
" <tr>\n",
123+
" <td>Where was the data collected?</td>\n",
124+
" <td>France, Rhones Alpes</td>\n",
125+
" </tr>\n",
126+
" <tr>\n",
127+
" <td>Where does the data live?</td>\n",
128+
" <td>Theurel A, Gentaz E (2018) Data from: The regulation of emotions\n",
129+
" in adolescents: age differences and emotion-specific patterns.\n",
130+
" Dryad Digital Repository. <a href=\"https://doi.org/10.5061/dryad.n230404\">\n",
131+
" https://doi.org/10.5061/dryad.n230404</a> </td>\n",
132+
" </tr>\n",
133+
"</table>"
134+
]
135+
},
136+
{
137+
"cell_type": "markdown",
138+
"metadata": {},
139+
"source": [
140+
"Additional resources on schemas and metadata:\n",
141+
"- [https://guides.lib.unc.edu/c.php?g=8749&p=44504](https://guides.lib.unc.edu/c.php?g=8749&p=44504)\n",
142+
"- [https://www.lib.ncsu.edu/data-management/metadata#best]*https://www.lib.ncsu.edu/data-management/metadata#best)\n",
143+
"- [http://mozillascience.github.io/checklist/](http://mozillascience.github.io/checklist/)\n"
144+
]
145+
},
90146
{
91147
"cell_type": "code",
92148
"execution_count": 1,

03_ProcessData.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
],
397397
"metadata": {
398398
"kernelspec": {
399-
"display_name": "Python [default]",
399+
"display_name": "Python 3",
400400
"language": "python",
401401
"name": "python3"
402402
},

0 commit comments

Comments
 (0)