- Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
186 lines (93 loc) · 6.48 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<html>
<head>
<title>GenderGap in Academic Publishing</title>
<scripttype="text/javascript" src='d3.min.js' charset="utf-8"></script>
<scripttype="text/javascript" src='d3-scale-chromatic.min.js'></script>
<scripttype="text/javascript" src='lodash.js'></script>
<scripttype="text/javascript" src='hsluv.min.js'></script>
<scripttype="text/javascript" src='jquery-3.1.1.min.js'></script>
<scripttype="text/javascript" src='select2.min.js'></script>
<scripttype="text/javascript" src='functions.js'></script>
<linkrel="stylesheet" type="text/css" href="select2.min.css">
<linkrel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<divclass='about_cont'>
<divclass='about_text'>
<br>
<h2>This Visualisation</h2>
<p>This visualisation allows one to view the past, present, and (estimated) future gender ratio of authors on academic publications listed on <ahref="https://www.ncbi.nlm.nih.gov/pubmed?cmd=search">PubMed</a>. The four buttons at the top allow subsetting of the data by journal, research discipline, the author's country of affiliation, and position in the author list (where 'overall' includes all authors).</p>
<p>The lefthand plot shows the estimated author gender ratio for each subset of the data (e.g. a journal, or a scientific discipline) in a certain year. The year can be controlled via the slider. The gender ratio was estimated by fitting a curve to the data, as described in the accompanying paper.</p>
<p>Clicking on a data point in the left plot will bring up a curve showing our estimate of the past, present, and future gender ratio, as well as the author gender ratio and its 95% confidence limits (shown by the error bars, which can be toggled on or off).</p>
<p>Hovering the mouse cursor over a data point shows the sample size in terms of the number of men and women authors, and the number of papers.</p>
<h2>The Data</h2>
<p>The data were collected by downloading all the ~27 million records on <ahref="https://www.ncbi.nlm.nih.gov/pubmed?cmd=search">PubMed</a>, and attempting to identify the gender of the authors by matching their given names against the <ahref="https://genderize.io/">genderize.io</a> database. We assigned each of the journals on PubMed to a research discipline, using PubMed's own categorisation scheme where possible, and tried to identify the country in which each author was based from the address they provided. For clarity, the data accessible through this web app are limited to combinations for which we had a sufficiently large sample size in terms of the number of papers (at least 100), years (at least 5), and authors (at least 50 per year for 5 or more years).</p>
<p>The scripts used to collect, parse and analyse the PubMed data are on <ahref="https://github.com/lukeholman/genderGapCode">Github</a>.</p>
<p>The scripts and data underlying this visualisation are <ahref="https://github.com/lukeholman/genderGap">here</a>, and the full dataset (2.5GB) is archived as a SQLite3 file <ahref="https://osf.io/bt9ya/">here</a>.</p>
<h2>Associated publication</h2>
<p>This visualisation accompanies an article published in <ahref="http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.2004956">PLoS Biology</a>.</p>
<p>Holman L, Stuart-Fox D, Hauser CE (2018) The gender gap in science: How long until women are equally represented? PLOS Biology 16(4): e2004956. DOI: 10.1371/journal.pbio.2004956.</p>
<h2>Contacts</h2>
The gender data were collected by <ahref="https://sites.google.com/site/lukeholman/home">Luke Holman</a> from the <ahref="http://biosciences.unimelb.edu.au/">School of BioSciences</a> at the University of Melbourne. This data visualisation was made by <ahref="https://github.com/maegul">Errol Lloyd</a>.
<h2>FAQ</h2>
<h3>How do I find a particular journal?</h3>
<p>First, select the discipline on which the journal focuses. For example, select 'Biology' if you’d like to look up <i>PLoS Biology</i>. Then click ‘Journals’, and either type the name of the journal into the box, or manually inspect the list of journal names. If you don’t see the journal, it either means we didn’t recover enough data to accurately calculate the gender ratio, or it is classified under a different discipline. </p>
<p>If you still cannot find the journal, please see S1 Data from the associated PLoS Biology publication. Search for the journal of interest, determine which discipline it is in, and then try the web app again. If you cannot find the journal in S1 Data, it means that we did not recover sufficient data for that journal.</p>
<p>You can also access the raw data used in this web app as a .json file <ahref="https://github.com/lukeholman/genderGap/blob/gh-pages/data_for_web_app_no_list.json">here</a>.</p>
</div>
</div>
<divclass='loader_cont'>
<divclass="loader"></div>
</div>
<divclass='cont_main'>
<divclass='top_main'>
<divclass='menu'>
<divclass='controls_by_cat_container'>
<divclass='cont_cat Journal'>
<divvalue = 'J' class='disp_butt'>Journals</div>
</div>
<divclass='cont_cat Discipline'>
<divvalue='D' class='disp_butt'>Disciplines</div>
</div>
<divclass='cont_cat Country'>
<divvalue='C' class='disp_butt'>Countries</div>
</div>
<divclass='cont_cat Position'>
<divvalue='P' class='disp_butt'>Author Position</div>
</div>
</div>
</div>
<divclass='header'>
<divclass='header_about' style='visibility: hidden;'>FAQ</div>
<divclass='header_title'>
The <spanclass='head_one'>Gender</span><spanclass='head_two'>Gap</span> in Academic Publishing
</div>
<divid='header_about' class='header_about' value='closed'>FAQ</div>
</div>
<divclass='top_dummy'></div>
</div>
<divclass='main'>
<!-- <div class='background'>
<svg id='background' width="100%" height="700"></svg>
</div>
-->
<divclass='canvas'>
<svgid='background' width="100%" height="700">
<svgid='plot' width="400" height="700"></svg>
<svgid='line_plot' width="600" height="700"></svg>
</svg>
</div>
<divid='scat_disp_opts'>
<divid='CI_butt' value='on'>Error bars</div>
<divid='circ_small_butt' value='on'>Small Circles</div>
</div>
</div>
<divid='controls'>
<inputstyle='width:80%;' type="range" name="range" class="year_slider" id="year_slider" value="2016" min="2002" max="2030" step="1" >
<divclass='legend'>
</div>
</div>
</div>
<scripttype="text/javascript" src='main.js'></script>
</body>
</html>