forked from trutzig89182/Mastodon-Sociologists
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
87 lines (79 loc) · 3.97 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
<!DOCTYPE html>
<html>
<head>
<title>sts mastodon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta property="og:image" content="https://jwyg.github.io/mastodon-sts/resources/images/preview_image.png"/>
<meta property="og:title" content="sts mastodon" />
<meta
property="og:description"
content="A list of STS accounts in the Fediverse"
/>
<meta
property="og:image"
content="https://jwyg.github.io/mastodon-sts/resources/images/preview_image.png"
/>
<meta
property="og:url"
content="https://jwyg.github.io/mastodon-sts/"
/>
<meta property="og:type" content="website" />
<!-- Metatags for twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
name="twitter:url"
content="https://jwyg.github.io/mastodon-sts/"
/>
<meta
property="twitter:title"
content="sts on mastodon"
/>
<meta
property="twitter:description"
content="a list of sts accounts in the fediverse"
/>
<meta
property="twitter:image"
content="https://jwyg.github.io/mastodon-sts/resources/images/preview_image.png"
/>
<script type = "text/javascript" src="assets/js/jquery-3.6.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<h1>✨ 🐘 follow some STS on mastodon</h1>
<p>Where is science and technology studies (STS) happening on <a href="https://en.wikipedia.org/wiki/Mastodon_(software)" target="_blank">Mastodon</a>?<p>
<p>This page provides a list of some STS accounts which you can follow. You can decide if you want to follow some or all of the accounts in the list. You are provided with a .csv file, which you can upload in Mastodon in order to follow those you select.
<a href="instructions.pdf" target="_blank">Here</a> you can find brief instructions on how to do this. You can follow and post with the #STS hashtag.
</p>
<p>This is an <strong>opt-in list</strong>. Accounts are only addded with explicit consent with <a href="https://forms.office.com/r/7jpRXE6XQT">this form</a>, plus a DM for confirmation (see below).</p>
<div>
<p>
<button type="button" id="all_button">Select all</button>
<button type="button" id="none_button">Select none</button>
<button type="button" id="all_csv_button">Get csv for entire list</button>
</p>
</div>
<form method="post" action="/Tests/Post/">
<fieldset>
<legend><b>Account, name, and profile link</b></legend>
<div id="sociologists_list">
</div>
<br>
<!-- <input type="submit" value="Get selected accounts" id="selected_button"/> -->
<button type="button" id="selected_button">Get csv file for selected accounts</button>
</fieldset>
</form>
<p>
If you'd like to be added or removed from the list please fill in <a href="https://forms.office.com/r/7jpRXE6XQT">this form</a> and DM <a href="https://post.lurk.org/@jwyg" target="_blank">@jwyg@post.lurk.org</a> to confirm. It would help if suggested accounts explicitly mention STS somewhere in bio or links.
</p>
<hr>
<p>
<small>
<i>Code can be found on <a href="https://github.com/jwyg/mastodon-sts" target="_blank">GitHub repository</a>, forked from <a href="https://github.com/trutzig89182/Mastodon-Sociologists">this list of sociologists</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>.</i>
</small>
</p>
<!-- Scripts -->
<script src="assets/js/papaparse.min.js"></script>
<script src="assets/js/createcsv.js"></script>
</body>
</html>