Last active
March 20, 2024 16:54
-
-
Save edsu/38346e7a11560a6e477aaf23953c6443 to your computer and use it in GitHub Desktop.
Looking at the HTTP request that happens when you click on a citation link in a PDF when using Google Scholar's PDF extension for Chrome. You will need to be logged into Google to see the response, which comes back with the wrong Content-Type: https://scholar.google.com/scholar?oi=gsr-r&q=Ben-David%20A%20and%20Amram%20A%20(2018)%20The%20internet…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"l": "1", | |
"p": "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/s64-c-mo/photo.jpg", | |
"r": [ | |
{ | |
"t": "The Internet Archive and the socio-technical construction of historical facts", | |
"u": "https://scholar.google.com/scholar_url?url=https://www.tandfonline.com/doi/abs/10.1080/24701475.2018.1455412&hl=en&sa=T&oi=gsr-r&ct=res&cd=0&d=3272375975175528132&ei=YBH7ZeXNA4Cb6rQPmrOdoA8&scisig=AFWwaeb_dRhXurIfWX0NXA2y4G9I", | |
"x": "", | |
"m": "A Ben-David, A Amram - Internet Histories, 2018", | |
"s": "This article analyses the socio-technical epistemic processes behind the construction of historical facts by the Internet Archive Wayback Machine (IAWM). Grounded in theoretical debates in Science and Technology Studies about digital and algorithmic platforms as “black boxes”, this article uses provenance information and other data traces provided by the IAWM to uncover specific epistemic processes embedded at its back-end, through a case study on the archiving of the North Korean web. In 2016, an error in the configuration of one …", | |
"c": "", | |
"l": { | |
"c": { | |
"l": "Cited by 52", | |
"u": "/scholar?cites=3272375975175528132&as_sdt=20000005&sciodt=0,21&hl=en&oi=gsr-r" | |
}, | |
"r": { | |
"l": "Related articles", | |
"u": "/scholar?q=related:xB7ck5zQaS0J:scholar.google.com/&oi=gsr-r&hl=en&as_sdt=0,21" | |
}, | |
"v": { | |
"l": "All 2 versions", | |
"u": "/scholar?cluster=3272375975175528132&oi=gsr-r&hl=en&as_sdt=0,21" | |
}, | |
"f": { | |
"l": "Cite", | |
"u": "#fxB7ck5zQaS0J" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment