forked from jwyg/mastodon-sts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (55 loc) · 4.54 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
<!DOCTYPE html>
<html>
<head>
<title>HPS mastodon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<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">
<link rel="shortcut icon" href="/favicon.png"/>
<!-- FAVICON for FF, Chrome, Opera -->
<link rel="icon" type="favicon/png" href="/assets/favicon.png">
<!-- FAVICON for IE -->
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" >
<!-- weitere Kopfinformationen -->
<!-- Kommentare werden im Browser nicht angezeigt. -->
</head>
<body>
<h1>📚 <img src="assets/favicon.png" width="40"> follow HPS scholars on mastodon</h1>
<p><em>Where are all the History and/or Philosophy of Science (HPS) scholars on <a href="https://en.wikipedia.org/wiki/Mastodon_(software)" target="_blank">Mastodon</a>?</em><p>
<p>This page provides a list of HPS accounts and a way to follow multiple accounts at once. You can decide if you want to follow some or all of the accounts in the list. You are provided with a <code>.csv</code> 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.</p>
<p><strong>Tip!</strong> You can follow and post HPS-related content using several hashtags: <b class="hashtag">#histsci</b> <b class="hashtag">#philsci</b> <b class="hashtag">#HPS</b> and the many variations of discipline-specific HPS research, as well as tagging <b class="hashtag">#histodons</b> for general history and <b class="hashtag">#philosophy</b> for general philosophy. <em>Hashtags matter in Mastodon</em>, there's no algorithm to feed you content, so don't forget to use them to find and be found!
</p>
<p id="boxed"> If you'd like to be added to the list please fill in <a href="https://forms.office.com/r/2VQ01jHzZg" target="_blank">this form</a> (takes 1' and makes it much easier for me to process all the requests). Alternatively, send me a direct message on Mastodon <a href="https://scholar.social/@oliviodare" target="_blank">@[email protected]</a>. If you want to edit some of the information given i.e., misspellings, errors, message me.
</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>Name (gang: H / P / HPS) and account name (with link to profile)</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 id="boxed"> If you'd like to be added to the list please fill in <a href="https://forms.office.com/r/2VQ01jHzZg" target="_blank">this form</a> (takes 1' and makes it much easier for me to process all the requests). Alternatively, send me a direct message on Mastodon <a href="https://scholar.social/@oliviodare" target="_blank">@[email protected]</a>. If you want to edit some of the information given i.e., misspellings, errors, message me.
</p>
<hr>
<p>
<small>
<p> <em>Page blatanly copied from that of <a href="https://jwyg.github.io/mastodon-sts/" target="_blank">our STS friends</a>, so please do let me know</a> if things bᵣₑₐₖ or look pɹıǝʍ.</em> </p>
<p> <i>Code can be found on <a href="https://github.com/oliviodare/mastodon-hps" target="_blank">this GitHub repository</a>, open to be forked, forked from <a href="https://github.com/jwyg/mastodon-sts" target="_blank">our next-door STS neighbours</a>, itself forked from <a href="https://github.com/trutzig89182/Mastodon-Sociologists" target="_blank">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>. Talk about knowledge circulation, ei?</i> </p>
</small>
</p>
<!-- Scripts -->
<script src="assets/js/papaparse.min.js"></script>
<script src="assets/js/createcsv.js"></script>
</body>
</html>