forked from open-austin/data-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
82 lines (70 loc) · 3.91 KB
/
resources.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
---
layout: default
title: Resources
permalink: /resources/
nav: true
---
<section class = "resources">
<div class = "container-fluid resourceintro">
<h2>Resources</h2>
<p>Want to contribute content but not sure where to start? Or just need some help getting a project off the ground? We’ve taken a stab at answering these and other questions below. </p>
</div>
<div class = "row">
<div class = "col-xs-12">
<div class= "question">
<h3 class = "resourcequestion"> How do I add a dataset or project?
</h3>
</div>
</div>
<div class = "col-xs-10 col-xs-offset-1">
<p class = "resourceanswer"> A: First you have to become a contributor! To do that, you’ll need to follow these steps.
<br><br>
1. If you don't have one already, create a <a target = "blank" href = "http://www.github.com">Github</a> account.<br>
2. Come back to this site and click login at the top right. <br><br>
3. Sign in with your github credentials.<br>
<img class = "exampleimage" src = "{{ site.baseurl }}/img/authenticate.png"/><br><br><br>
4. Authorize access in github.<br>
<img class = "exampleimage" src = "{{ site.baseurl }}/img/authorize.png"/><br><br>
5. Return to portal, refresh the page.<br>
6. Your request will be reviewed and you should receive a email notification from GitHub when your access is granted.
7. When you come back to the portal, will see "add" and "edit" buttons when you sign in.<br><br>
If you experience any issues, shoot an email to <a target = "blank" href = "mailto:info@open-austin.org">Open Austin</a>. Or ping us on <a target = "blank" href ="http://slack.open-austin.org/">slack</a>!</p><br>
Happy Panda-ing!
</p>
</div>
</div>
<div class = "row">
<div class = "col-xs-12">
<div class= "question">
<h3 class = "resourcequestion"> How do I get a link for my dataset?</h3>
</div>
</div>
<div class = "col-xs-10 col-xs-offset-1">
<p class = "resourceanswer"> A: Wherever you’d like! Your solution would depend on the data type and file size.
<br><br>
Here is a graphic from <a target = "blank" href = "http://www.cnet.com/how-to/onedrive-dropbox-google-drive-and-box-which-cloud-storage-service-is-right-for-you/">cnet.com</a>comparing some free solutions.<br>
<a target = "blank" href = "http://www.cnet.com/how-to/onedrive-dropbox-google-drive-and-box-which-cloud-storage-service-is-right-for-you/"><img class = "exampleimage" src = "{{ site.baseurl }}/img/storage.png"/></a>
If you’re not sure, shoot an email to <a target = "blank" href = "mailto:info@open-austin.org">Open Austin</a>. Or ping us on <a target = "blank" href ="http://slack.open-austin.org/">slack</a>!</p><br>
</div>
</div>
<div class = "row">
<div class = "col-xs-12">
<div class= "question">
<h3 class = "resourcequestion"> What are some good tools for starting a project?</h3>
</div>
</div>
<div class = "col-xs-10 col-xs-offset-1">
<p class = "resourceanswer"> A: Again, depends on the project. One good place to or look would be at our community’s <a target = "blank" href = "http://open-austin.org/projects">projects.</a> Also, <a target = "blank" href = "http://opendata-tools.org/en/">Open Data Tools</a> is an excellent curation of tools for exploring and visualizing open data.<br><br>If you’re not sure, shoot an email to <a target = "blank" href = "mailto:info@open-austin.org">Open Austin</a>. Or ping us on <a target = "blank" href ="http://slack.open-austin.org/">slack</a>! </p>
</div>
</div>
<div class = "row">
<div class = "col-xs-12">
<div class= "question">
<h3 class = "resourcequestion"> Where can I get help on a project?</h3>
</div>
</div>
<div class = "col-xs-10 col-xs-offset-1">
<p class = "resourceanswer"> A: There’s a community of awesome people creating things with Open Data in Austin and they are more than willing to help. Learn about <a target = "blank" href = "http://open-austin.org/about">Open Austin</a> and join us at our next meetup. </p>
</div>
</div>
</section>