You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce these analyses or run Audiences on your own paper(s), you will first need to set up a Twitter developer account for access to the Twitter API. (Documentation for setting up a Twitter dev account is available [here](https://rtweet.info/articles/auth.html)). Once completed, update the app name, consumer keys, and access keys in `config.yaml`.
4
+
5
+
# Generate reports
6
+
7
+
Running `render_reports.R` will generate a separate report for each of the papers listed in `papers.txt` by their Altmetric URLs (one per line). Reports are based on the `report_template.rmd` RMarkdown template.
8
+
9
+
Reports will be written to `output/reports` and thumbnail images for each report to `output/figures`.
10
+
11
+
# Build site
12
+
13
+
```
14
+
# generate data/items.toml, containing the links to reports to include in landing page
15
+
python generate_links.py
16
+
17
+
# build the landing page into _docs/static/ based on the hugrid Hugo template in themes/hugrid/
18
+
# - requires config.toml and data/items.toml
19
+
hugo
20
+
21
+
# build with mkdocs into docs/
22
+
# - requires mkdocs.yml and contents of _docs/
23
+
mkdocs build -d docs
24
+
25
+
# copy the reports & thumbnails into docs/static/
26
+
rsync -r output/ docs/static
27
+
28
+
# push changes to github and the documentation will be available at https://carjed.github.io/audiences/
"https://cell.altmetric.com/details/34376150", # Browning et al (denisovan admixture) XX
125
-
"https://biorxiv.altmetric.com/details/52355933", # Ragsdale et al (ghost admixture) XX
126
-
"https://biorxiv.altmetric.com/details/34668368", # # Durvasula et al (ghost admixture) XX
127
-
"https://biorxiv.altmetric.com/details/52608959", # Jensen et al (Stone Age chewing gum) XX
128
-
"https://biorxiv.altmetric.com/details/43592322", # Villanea & Schraiber (ghost admixture) XX
129
-
"https://www.altmetric.com/details/46833965", # Slon et al (Neanderthal/Denisovan offspring) XX
130
-
"https://www.altmetric.com/details/45430386", # Lee et al (educational attainment) XX
131
-
"https://biorxiv.altmetric.com/details/16179150", # Hill et al (family intelligence biorxiv version) XX
132
-
"https://www.altmetric.com/details/31492953", # Hill et al (family intelligence Mol Psych version) XX
133
-
"https://biorxiv.altmetric.com/details/50501527", # Abdellaoui et al (social strat~genetics) XX [nice UMAP structure; shows WN-affiliated psych/econ/philosophy/polisci]
134
-
"https://pnas.altmetric.com/details/15551866", # Kong et al (selection for educational attainment vars) XX [nice UMAP structure; shows WN-affiliated psych/econ/philosophy/polisci]
135
-
"https://biorxiv.altmetric.com/details/53351163", # MacLean et al (dog behavior) XX [example of non-human]
136
-
"https://cell.altmetric.com/details/49945431", # ASHG statement XX [heavily polarized]
137
-
"https://www.altmetric.com/details/53917059", # Lakhani et al (health insurance claims) XX
138
-
"https://www.altmetric.com/details/55811639", # Cao et al (organogenesis) XX
139
-
"https://www.altmetric.com/details/51402455", # Sherman et al (African pan genome) XX
140
-
"https://biorxiv.altmetric.com/details/55925121", # Bridavsky et al (Lil Bub genome) XX
141
-
"https://www.altmetric.com/details/49530141", # Erlich et al (DNA id) XX
142
-
"https://cell.altmetric.com/details/49530208", # Kim et al (DNA id 2) XX
143
-
"https://www.altmetric.com/details/12603108", # Field et al (human adaptation) XX
144
-
"https://www.altmetric.com/details/443774", # Behar et al (Jewish genetics) XX [virtually no sci clusters]
145
-
"https://www.altmetric.com/details/2118810", # Hellenthal et al (Global admixture) XX
146
-
"https://www.altmetric.com/details/2858415", # Seguin-Orlando et al (Euro history) XX
147
-
"https://biorxiv.altmetric.com/details/34262871", # Bycroft et al (Spanish pop struct) XX [good UMAP cosine structure]
148
-
"https://www.altmetric.com/details/115659", # Novembre et al (genes mirror geography) XX
149
-
"https://www.altmetric.com/details/27367975", # Crawford et al (skin pigmentation) XX # [suprisingly few wn clusters]
150
-
"https://biorxiv.altmetric.com/details/49534330", # Martin et al (PRS risk) XX
151
-
"https://biorxiv.altmetric.com/details/48265719", # Albers & McVean (dating variants) XX
152
-
"https://biorxiv.altmetric.com/details/10104753", # Lawson et al (STRUCTURE tutorial biorxiv version) XX
153
-
"https://www.altmetric.com/details/46498440"# Lawson et al (STRUCTURE tutorial Nat Comm version) XX
0 commit comments