Skip to content

Commit 39e2dd4

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent b3e4168 commit 39e2dd4

File tree

5 files changed

+25
-23
lines changed

5 files changed

+25
-23
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8cc07a28
1+
08f7a4a1

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="Julien Brun">
1010
<meta name="author" content="Renata Curty">
1111
<meta name="author" content="Greg Janée">
12-
<meta name="dcterms.date" content="2024-04-10">
12+
<meta name="dcterms.date" content="2024-04-15">
1313

1414
<title>Good enough practices to manage your project data - Project Data Management</title>
1515
<style>
@@ -171,7 +171,7 @@ <h1 class="title">Project Data Management</h1>
171171
<div>
172172
<div class="quarto-title-meta-heading">Published</div>
173173
<div class="quarto-title-meta-contents">
174-
<p class="date">April 10, 2024</p>
174+
<p class="date">April 15, 2024</p>
175175
</div>
176176
</div>
177177

@@ -202,13 +202,13 @@ <h1 class="title">Project Data Management</h1>
202202
<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-citation"><h2 class="anchored quarto-appendix-heading">Citation</h2><div><div class="quarto-appendix-secondary-label">BibTeX citation:</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{brun2024,
203203
author = {Brun, Julien and Curty, Renata and Janée, Greg},
204204
title = {Project {Data} {Management}},
205-
date = {2024-04-10},
205+
date = {2024-04-15},
206206
url = {https://ucsb-library-research-data-services.github.io/project-data-management/},
207207
langid = {en}
208208
}
209209
</code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-brun2024" class="csl-entry quarto-appendix-citeas" role="listitem">
210210
Brun, Julien, Renata Curty, and Greg Janée. 2024. <span>“Project Data
211-
Management.”</span> April 10, 2024. <a href="https://ucsb-library-research-data-services.github.io/project-data-management/">https://ucsb-library-research-data-services.github.io/project-data-management/</a>.
211+
Management.”</span> April 15, 2024. <a href="https://ucsb-library-research-data-services.github.io/project-data-management/">https://ucsb-library-research-data-services.github.io/project-data-management/</a>.
212212
</div></div></section></div></main> <!-- /main -->
213213
<div>
214214
<p></p><hr><p></p>

preserve.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,24 +189,25 @@ <h1 class="title">Archiving and preserving your data</h1>
189189

190190

191191
<p>As you finalize your project, an important task is to archive your data in a publicly available repository (pending sensitivity and by non-disclosure agreement exceptions). There are a few important steps to ensure that your data can be reused by others and thus make your work more reproducible.</p>
192+
<p>Your general philosophy when preparing the preservation of your scientific products should be: <strong><em>Document what you used and preserve what you produced</em></strong></p>
193+
<p>See below for more information.</p>
194+
<hr>
192195
<section id="what-scientific-products-to-preserve" class="level2">
193196
<h2 class="anchored" data-anchor-id="what-scientific-products-to-preserve">What scientific products to preserve?</h2>
194197
<p>Often the first question that comes to mind when starting to preserve your work is: What should I include in my data archive? Generally speaking, you want to preserve <strong>your</strong> work. This means capturing the methodology you used, the raw data you collected, any data cleaning you did, and any data and output (figure, report, etc.) you generated. Okay… so you mean everything!? Well, yes and no. Everything that was relevant to help you to come to the findings and conclusions discussed in your project report or any other publications and deliverables. Let’s break this down!</p>
195198
<section id="raw-data" class="level3">
196199
<h3 class="anchored" data-anchor-id="raw-data">Raw data</h3>
197200
<p>Here are a few questions to ask yourself to determine if you should refer in your documentation to the raw data you used or also include them in your data archive.</p>
198201
<ol type="1">
199-
<li>The <strong>raw data is already publicly accessible</strong>, and the hosting solution (website, FTP server, etc.) seems well maintained (ideally providing a recommended citation)</li>
200-
</ol>
201-
<p>=&gt; Document the website or process you used to collect the data and when you accessed/downloaded the data you used. Try also to determine if a pecific version number is associated with the data you used.*</p>
202-
<ol start="2" type="1">
203-
<li>The raw data is <strong>not</strong> publicly accessible</li>
204-
</ol>
202+
<li><p>The <strong>raw data is already publicly accessible</strong>, and the hosting solution (website, FTP server, etc.) seems well maintained (ideally providing a recommended citation)</p>
203+
<p>=&gt; <em>Document the website or process you used to collect the data and when you accessed/downloaded the data you used. Try also to determine if a specific version number is associated with the data you used.</em></p></li>
204+
<li><p>The raw data is <strong>not</strong> publicly accessible</p>
205205
<p>Note that we are not talking about data under a non-disclosure agreement (NDA) here but more about data with an unclear reuse status or obtained by interactions with a person or an institution. For example, if the data you used were sent to you privately, then we recommend that you:</p>
206206
<ul>
207207
<li>inquire with your person of contact about the status of licensing and if they would be willing to let you share those data publicly. You might face resistance at first, so take the time to explain why you think it is valuable to your work to also share those data sets.</li>
208208
<li>if, in the end, it is not possible to share the data, please still describe the data in your documentation and list the contact information (person or institution) to inquire about this data set.</li>
209-
</ul>
209+
</ul></li>
210+
</ol>
210211
</section>
211212
<section id="intermediate-data" class="level3">
212213
<h3 class="anchored" data-anchor-id="intermediate-data">Intermediate data</h3>
@@ -224,6 +225,7 @@ <h3 class="anchored" data-anchor-id="code">Code</h3>
224225
<section id="final-products" class="level3">
225226
<h3 class="anchored" data-anchor-id="final-products">Final products</h3>
226227
<p>We recommend including any data set used to produce statistics, figures maps, and other visualizations that were used in your work, in this case, even if generated by scripts.</p>
228+
<hr>
227229
</section>
228230
</section>
229231
<section id="choosing-a-data-repository" class="level2">
@@ -263,11 +265,11 @@ <h3 class="anchored" data-anchor-id="choosing-a-license">Choosing a license</h3>
263265
</section>
264266
<section id="documenting-your-work" class="level2">
265267
<h2 class="anchored" data-anchor-id="documenting-your-work">Documenting your work</h2>
266-
<p>To make your archiving process the most efficient, it is key to document your work as you progress throughout your project. If you do so, archiving your data will consist of collecting existing information about the various parts of your project rather than developing it from scratch a few months after you have generated this specific dataset.</p>
268+
<p>To make your archiving process the most efficient, it is key to document your work as you progress throughout your project. If you do so, archiving your data will consist of collecting existing information about the various parts of your project rather than developing it from scratch a few months after you have generated this specific data set.</p>
267269
<p>Add an image about the power of README</p>
268270
<section id="metadata" class="level3">
269271
<h3 class="anchored" data-anchor-id="metadata">Metadata</h3>
270-
<p>Metadata aims at describing your data with enough information that should let you be able to reuse this data even if you know nothing about this specific dataset. It is sometimes defined as data about data. So what should you include? Here are some pointers:</p>
272+
<p>Metadata aims at describing your data with enough information that should let you be able to reuse this data even if you know nothing about this specific data set. It is sometimes defined as data about data. So what should you include? Here are some pointers:</p>
271273
<ul>
272274
<li>Describe the contents of data files. If you are using complex jargon or concepts make sure you refer to external vocabulary or clearly define these terms as used in your project</li>
273275
<li>Keep data entry consistent</li>

0 commit comments

Comments
 (0)