forked from square/square.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnon_repo_featured_workshops.html
More file actions
41 lines (41 loc) · 2.76 KB
/
Copy pathnon_repo_featured_workshops.html
File metadata and controls
41 lines (41 loc) · 2.76 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
<section>
<h2>Research Data Management (RDM)</h2>
<div class="workshop-grid">
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/01_file_naming.html" target="_blank" rel="noopener noreferrer">File naming</a>
<p class="blurb">Learn how to name your data files</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/02_file_formats.html" target="_blank" rel="noopener noreferrer">File formatting</a>
<p class="blurb">Learn what data formats to use</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/03_create_readme.html" target="_blank" rel="noopener noreferrer">Create a README file</a>
<p class="blurb">Learn how to create good README files</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/07_data_dictionary.html" target="_blank" rel="noopener noreferrer">Create a data dictionary</a>
<p class="blurb">Learn how to create a good data dictionary or a code book</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/04_directory_structures.html" target="_blank" rel="noopener noreferrer">Directories structure</a>
<p class="blurb">Learn to organize your data directories </p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/Introduction-to-Markdown/" target="_blank" rel="noopener noreferrer">Introduction to Markdown for research data</a>
<p class="blurb">Learn how to use Markdown with research data</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/05-1_Basic_Deposit.html" target="_blank" rel="noopener noreferrer">Deposit in UBC Dataverse Collection: Basic deposit</a>
<p class="blurb">Learn how to deposit your data in Borealis repository</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/06_Data_Management_Plan.html" target="_blank" rel="noopener noreferrer">Create a Data Management Plan (DMP)</a>
<p class="blurb">Learn how to create a variety of Data Management Plans</p>
</div>
<div class="workshop-card">
<a href="https://ubc-library-rc.github.io/rdm/content/08_Simplified-Data-Management-Plan.html" target="_blank" rel="noopener noreferrer">Create a Simplified Data Management Plan </a>
<p class="blurb">Learn how to create a Simplified Data Management Plan for the Tri-Agency grant applications</p>
</div>
</div>
</section>