Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciflikli/gendeR

LSE IR Gender Project
https://github.com/ciflikli/gendeR

academia bokeh bubbles dygraphs gender htmlwidgets r rstats shinydashboard sunburst

Last synced: 13 days ago
JSON representation

LSE IR Gender Project

Awesome Lists containing this project

README

        

code{white-space: pre;}

pre:not([class]) {
background-color: white;
}

if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}

h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}

.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}

$(document).ready(function () {
window.buildTabsets("TOC");
});


gendeR


LSE IR Gender Project


https://gokhan.shinyapps.io/gender/


Exploratory analysis of ~13,000 scholarly works included in International Relations (IR) Department syllabi in 2016-2017 at the London School of Economics and Political Science. The main aim of this project is to quantify the publication bias in academia. The findings mirror the US Ivy League patterns of a roughly 80/20 male-to-female author ratio.


R packages utilised: shinydashboard, shinyjs, dygraphs, sunburstR, DT, htmlwidgets, RColorBrewer, bubbles, rbokeh.




Introduction



  • The first plot displays the raw count of publications by female authors included in a reading list by publication year:


Within this dataset, we see that works by female authors are more likely to be included as time passes. This is hardly surprising, as before 1960’s academic authorship was more or less exclusively a male enterprise. However, when plotted side by side with male authors, we find that the trend is universal:




Time-Series



  • This interactive time-series chart of author gender by year shows both genders in the same graph with percentages:




Publication Pathways



  • In order to better understand the pathways leading to reading list inclusion, we create and plot sequences involving at least one female author. The numbers inside the dial report the count and overall percentage of the current selection:




Course Breakdown



  • We visualise all 43 courses (18 Undergraduate-level, 23 Master’s-level, and 2 PhD-level) included in the dataset. We cluster all courses under five overarching categories: Security/Statecraft Studies, Regional Studies, International Political Economy, Theory, and International Organisations/Law:




Logistic Link



  • This graph calculates the logistic function based on selected parameters: female author percentage and starting year. For example, the default settings display which publication-years since 1960 has at least 20% female authors:




Co-Authorship



  • Finally, we visualise co-authorship patters using three parameters: maximum number of authors, maximum number of female authors, ad maximum number of male authors. The bubbles are recalculated each time a slider is updated. The radii are calculated using square root to offset the male single-author dominance.




Publisher Info



  • This interactive dataframe allows for searching for specific publishers as well filtering on female author ratio and the total number of publications:


// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});

(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();