-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaqs.html
119 lines (93 loc) · 5.56 KB
/
faqs.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<title>Mars@Home - Public volunteer computing project</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108778569-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108778569-2');
</script>
<script src="jquery-3.1.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Mars@Home">
<meta name="description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Mars@Home - Public volunteer computing project">
<meta itemprop="description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems.">
<meta itemprop="image" content="https://raw.githubusercontent.com/MarsAtHome/marsathome.github.io/master/MarsAtHome.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@e_mad_ehsan">
<meta name="twitter:title" content="Mars@Home - Public volunteer computing project">
<meta name="twitter:description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems.">
<meta name="twitter:creator" content="@e_mad_ehsan">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MarsAtHome/marsathome.github.io/master/MarsAtHome.png">
<!-- Open Graph data -->
<meta property="og:title" content="Mars@Home - Public volunteer computing project" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://marsathome.org" />
<meta property="og:image" content="https://raw.githubusercontent.com/MarsAtHome/marsathome.github.io/master/MarsAtHome.png" />
<meta property="og:description" content="Mars@Home is a public volunteer computing project that empowers academia to solve real life problems." />
<meta property="og:site_name" content="Mars@Home" />
<meta property="fb:admins" content="100004038982041" />
<meta property="fb:app_id" content="1448408595256745" />
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/dikaddifgkonkicimbgikbcbaagajjhj">
</head>
<body>
<div class="header">
<a href="/"><h1 id="title"><img id="logo" src="MarsAtHome.png">MARS @ H<img id="earth" src="earth.png">ME</h1></a>
<p id="subtitle">Tiny dots of blankness make the mighty Space</p>
</div>
<h2>FAQs</h2>
<div id="faqs">
<div class="faq">
<b>What is Mars@Home?</b>
<p>Mars@Home is a nonprofit public <a href="https://en.wikipedia.org/wiki/Volunteer_computing" target="_blank" class="link">Volunteer Computing</a> project. You can install our client Software to take part in the effort.</p>
</div>
<div class="faq">
<b>Why Mars@Home?</b>
<p>There have been no collective and persistent efforts to solve the biggest problems humanity is facing. Mars@Home aims to encourage researchers and provide resources for their solution.</p>
</div>
<div class="faq">
<b>What problems does it solve?</b>
<p>Our immediate focus is <em>Climate Change</em> and <em>Poverty</em>. Feel free to submit your email on <a href="/" class="link">home page</a> so you could latter submit other projects to run on the Mars@Home architecture.</p>
</div>
<div class="faq">
<b>How is Mars@Home different from SETI@home?</b>
<p>Our goal is to solve Real Life problems.</p>
</div>
<div class="faq">
<b>How Can I contribute?</b>
<p>To become part of the effort, install the <a href="https://chrome.google.com/webstore/detail/dikaddifgkonkicimbgikbcbaagajjhj" target="_blank" class="link">Mars@Home for Google Chrome from Chrome Store</a>.</p>
</div>
<div class="faq">
<b>What is long term Vision of the Project?</b>
<p>Solve problems at home and make life multiplanetary.</p>
</div>
<div class="faq">
<b>Why are you starting with Image Labeling?</b>
<p>We thought <a href="https://chrome.google.com/webstore/detail/dikaddifgkonkicimbgikbcbaagajjhj" class="link" target="_blank">labeling Unsplash photos using tensorflow.js</a> in browser would be a fun activity for our early adopters. But that's not the goal. The real development is yet to happen.</p>
</div>
</div>
<span id="footer">
<h4 class="inputTitle">Spread the word <img src="voice.png" class="megaphone"></h4>
<p>It's <a href="https://github.com/MarsAtHome/" target="_blank" class="link">Open Source</a> and community driven effort!</p>
<input
id="link-field"
type="text"
readonly
value="https://marsathome.org">
</span>
<span id="bottom">
<p><a id="contact" href="mailto:[email protected]">Contact</a> © All rights reserved</p>
</span>
<script src="master.js"></script>
</body>
</html>