|
87 | 87 | "Commit both the `README` and the data to the repository."
|
88 | 88 | ]
|
89 | 89 | },
|
| 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 | + }, |
90 | 146 | {
|
91 | 147 | "cell_type": "code",
|
92 | 148 | "execution_count": 1,
|
|
0 commit comments