forked from trutzig89182/Mastodon-Sociologists
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
149 lines (138 loc) · 5.77 KB
/
index.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<!-- Theese informations will be shown in the tab preview and in social media preview -->
<title>Open Science on Mastodon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Metatags for facebook, google etc. -->
<meta property="og:title" content="Open Science on Mastodon" />
<meta
property="og:description"
content="A list of Open Sciencev in the Fediverse"
/>
<meta
property="og:image"
content="https://github.com/rimamrahal/Mastodon-OpenScience/blob/68d4781f3a8557bd99025449943998070da7469b/resources/images/opensciencemastodon.png"
/>
<meta
property="og:url"
content="https://trutzig89182.github.io/Mastodon-Sociologists/"
/>
<meta property="og:type" content="website" />
<!-- Metatags for twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
name="twitter:url"
content="https://github.com/rimamrahal/Mastodon-OpenScience"
/>
<meta
property="twitter:title"
content="Open Science on Mastodon"
/>
<meta
property="twitter:description"
content="A list of Open Science in the Fediverse"
/>
<meta
property="twitter:image"
content="https://github.com/rimamrahal/Mastodon-OpenScience/blob/68d4781f3a8557bd99025449943998070da7469b/resources/images/opensciencemastodon.png"
/>
<!-- loads styling and scripts -->
<link rel="stylesheet" href="assets/css/main.css" />
<script src="assets/js/app.js"></script>
<script src="assets/js/papaparse.min.js"></script>
<style>
/* unvisited link */
a:link {
color: #FF3F80;
}
/* visited link */
a:visited {
color: #3E50B4;
}
/* mouse over link */
a:hover {
color: #BB86FC;
}
/* selected link */
a:active {
color: #03DAC6;
}
</style>
</head>
<body>
<div id="app">
<!-- link to blog post that lists different following lists based on https://github.com/trutzig89182/Mastodon-Sociologists -->
<a
href="https://github.com/nathanlesage/academics-on-mastodon"
>⇽ more lists from other disciplines</a
>
<!-- Page title -->
<h1>Open Science on Mastodon</h1>
<!-- Subtitle -->
<h2>Follow the Open Science Community on Mastodon.</h2>
<!-- Description paragraph -->
<p>
Get in touch with the Open Science Community from around the world on
<a
href="https://en.wikipedia.org/wiki/Mastodon_(software)"
target="_blank"
>Mastodon</a
>! This page lists accounts of people interested in Open Science, Metaresearch, Replication, Reproducibility,
Open Educational Resources, Open Access, Open Data, Open Source, Open Hardware, Open Software, Open EVERYTHING.
</p>
<p>
It also offers an easy method to follow multiple accounts at
once. Just decide if you want to follow all or only some of the accounts
listed below. You are provided with a .csv-file, which you can upload in
Mastodon in order to follow all accounts included.
<a href="instructions.pdf" target="_blank">Here</a> you can find a short instruction, on how to do this.
</p>
<p>
If you want to be added to the list, correct your info, or be removed, contact me at
<a href="https://nerdculture.de/@rmrahal">@[email protected]</a> or via
<a href= "mailto:[email protected]?subject = Open Science on Mastodonk&body = Hi! Please add me to the Open Science on Mastodon list. My handle, name, and keywords are:">email</a>.
You can also add yourself via a pull request on <a href="resources/users.csv">GitHub</a>, if you're up for it!
</p>
<div style="text-align: center;">
<img src="resources/images/opensciencemastodon.png" width="80%" height="80%" alt="mastodon with open science">
</div>
<!-- Buttons - do not change -->
<div>
<button type="button" id="select-all-users">Select all</button>
<button type="button" id="select-none-users">Select none</button>
<button type="button" id="get-complete-csv">Get CSV for entire list</button>
</div>
<!-- checkbox section - do not change -->
<form id="main-form" method="get" action="#">
<fieldset>
<legend>
Accounts by handle, name, and keywords (most recent first)
</legend>
<div id="user-list"></div>
<button type="button" id="generate-csv">Get CSV for selected accounts</button>
</fieldset>
</form>
<hr />
<!-- footer -->
<footer>
<tiny>
This page is maintained by <a href="http://rimamrahal.wordpress.com">Rima-Maria Rahal</a> and the <a href="https://reproducibilitynetwork.de">German Reproducibility Network</a>.
<div style="text-align: center;">
<img src="resources/images/RN_German.png" width="20%" height="20%" alt="logo of the German Reproducibility Network">
</div>
<p>
</p>
<p> Based on <a href="https://trutzig89182.github.io/Mastodon-Sociologists/">Sociologists on Mastodon</a> by
<a href="https://social.tchncs.de/@perspektivbrocken" target="_blank">David Adler</a>,
<a href="https://social.tchncs.de/@thhaase" target="_blank">Thomas Haase</a>
&
<a href="https://scholar.social/@hendrikerz" target="_blank">Hendrik Erz</a>.
If you want to contribute to the main project, please visit this
<a href="https://github.com/trutzig89182/Mastodon-Sociologists" target="_blank">GitHub-Repository</a>.
</tiny>
</p>
</footer>
</div>
</body>
</html>