-
Notifications
You must be signed in to change notification settings - Fork 13
/
index_3dot.html
99 lines (92 loc) · 3.33 KB
/
index_3dot.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
layout: home
---
<div class="home">
<h1>Welcome to the Arctos Handbook! </h1>
<div class="row icon-row text-center">
<a href="{{site.baseurl}}/documentation">
<div class="img-circle bg-primary text-center center-block">
<div>
<p class="text-center">
Documentation <span class="glyphicons glyphicons-blackboard"></span>
</p>
</div>
</div>
</a>
<a href="{{site.baseurl}}/how_to" class="force-black">
<div class="img-circle bg-success text-center center-block">
<div>
<p class="text-center">
How-To's <span class="glyphicons glyphicons-blacksmith"></span>
</p>
</div>
</div>
</a>
<div class="visible-xs clearfix"/>
<br/>
</div>
<a href="{{site.baseurl}}/resources" class="force-black">
<div class="img-circle bg-warning text-center center-block">
<div>
<p class="text-center">
Resources <span class="glyphicons glyphicons-leaf"></span>
</p>
</div>
</div>
</a>
<a href="https://arctos.database.museum/" class="">
<div class="img-circle berkeley text-center center-block">
<div>
<p class="text-center">
Arctos
<img src="{{site.baseurl}}/images/icons/arctos/arctos-transparent-nolabel.svg" class="glyphicon-size block"/>
</p>
</div>
</div>
</a>
</div>
<section class="row" id="introductory-blurb">
<div class="col-xs-12 col-lg-6 col-lg-offset-3">
<p>We have three kinds of content on this site:</p>
<blockquote>
<li>
<b>Documentation</b>, which describes specific data tables
and/or types and defines data fields
</li>
<li>
<b>How-to Guides</b>, which provides step-by-step instructions
on how to do specific tasks in Arctos, written by Arctos Users
</li>
<li>
<b>Resources</b>, for tutorials from Arctos Users as well as guides on how to use this site
</li>
</blockquote>
<p>
Arctos Documentation and "How-to Guides" can be created or
edited by anyone who is a member of the Arctos Working Group
(see How to Use GitHub for Arctos). That team has "write" access
to the ArctosDB/documentation-wiki repository in GitHub. Anyone
can view the content, but you need to be added to the "Users"
team by an ArctosDB administrator to make changes.
</p>
<p>
Curators/Collection Managers who want the ability to create or
edit Documentation and "How-to Guides" should contact
be added "Users" team. Attend a working group demo on how to edit the site.
We encourage Curators/Collection Managers
to engage students in writing "How-to Guides." However, students
will not be able to post them to the wiki site; instead, they
will need to submit the content to a member of the ArctosDB
team (e.g., their supervisor) who can then post the
content.
</p>
<p>
<strong>
To get started, type in any Keyword in the Search box to find
relevant How-To guides or Documentation pages.
</strong>
</p>
</div>
</section>
</div>