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
// ==UserScript== | |
// @name Mastodon Wide Columns | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-03-28 | |
// @description Wide columns and simpler scrollbars for Mastodon | |
// @author You | |
// @match https://mastodon.social/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=mastodon.social | |
// @grant GM_addStyle | |
// ==/UserScript== |
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
name | feed | journal_code | |
---|---|---|---|
Accounts of Chemical Research | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=achre4 | achre4 | |
Accounts of Materials Research | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=amrcda | amrcda | |
ACS Agricultural Science & Technology | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aastgj | aastgj | |
ACS Applied Bio Materials | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aabmcb | aabmcb | |
ACS Applied Electronic Materials | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aaembp | aaembp | |
ACS Applied Energy Materials | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aaemcq | aaemcq | |
ACS Applied Engineering Materials | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aaemdr | aaemdr | |
ACS Applied Materials & Interfaces | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aamick | aamick | |
ACS Applied Nano Materials | https://pubs.acs.org/action/showFeed?type=axatoc&feed=rss&jc=aanmf6 | aanmf6 |
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
<canvas id="a" width="1000" height="1000" style="border: 1px solid red;"></canvas> | |
<script type="text/javascript"> | |
function parseImageResponse (response) { | |
// Parse XML | |
const parser = new DOMParser() | |
const xml = parser.parseFromString(response, 'application/xml') | |
const multiRes = xml.getElementsByTagName('MultiRes')[0] | |
// Gather info |
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
name | url | features | notes | |
---|---|---|---|---|
Structured Descriptive Data (SDD) | https://github.com/tdwg/sdd | No clear documentation, especially how to use it for identification keys | ||
LIF3 | https://help.lucidcentral.org/lucid/lif3-lucid-interchange-format-version-3-files/ | No notable official documentation at all, used mainly (only?) by expensive application | ||
NBIC's identification key widget data model | https://github.com/Artsdatabanken/identification_key/blob/master/Data%20format%20(en).md | Matrix/dichotomous keys, subsets, morphs, multiple levels | Standardised but usage is specific to Norway (and Norwegian Biodiversity Information Centre even) | |
Artfakta artnycklar JSON format | https://artfakta.se/artbestamning/artnycklar | Matrix/dichotomous keys, ??? | Ostensibly only used internally | |
Soortzoekers JSON format | https://determineren.nederlandsesoorten.nl/ | Matrix keys, morphs/subets (?), multiple levels | Ostensibly only used internally | |
DELTA | https://www.delta-intkey.com/www/standard.htm | Matrix/dichotomous keys, no media | Not entirely s |
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
const fs = require('fs').promises | |
const path = require('path') | |
async function main () { | |
const file = await fs.readFile(path.join(__dirname, 'Downloads/issns.csv'), 'utf8') | |
const issns = new Set(file.trim().split('\n').slice(1)) | |
const printed = new Set() | |
for (const issn of issns) { | |
if (printed.has(issn)) continue | |
const [a, b] = issn.split('-') |
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
[{ | |
"type": "article", | |
"title": "Example CSL-JSON file", | |
"author": [{ | |
"family": "Willighagen", | |
"given": "Lars" | |
}], | |
"issued": { | |
"date-parts": [[2020, 5, 2]] | |
}, |
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
{ | |
"Q571": "book", | |
"Q922203": "book", | |
"Q19705": "book", | |
"Q191067": "article", | |
"Q59908": "article", | |
"Q216665": "book", | |
"Q190399": "pamphlet", | |
"Q327611": "pamphlet", | |
"Q1173065": "book", |
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
// BibTeX Grammar | |
// ============== | |
{ | |
const join = array => array.join('') | |
const toObject = array => array.reduce((object, [key, value]) => { | |
object[key] = value | |
return object | |
}, {}) |
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
\bibitem{Rijswijk2017} | |
1. van Rijswijk,M., Beirnaert,C., Caron,C., Cascante,M., Dominguez,V., Dunn,W.B., Ebbels,T.M.D., Giacomoni,F., Gonzalez-Beltran,A., Hankemeier,T., {\em et al.,} (2017) The future of metabolomics in ELIXIR. {\em F1000Research,}, {\bf 6}, 1649+. undefined | |
\bibitem{Diehl2016} | |
2. Diehl,A.D., Meehan,T.F., Bradford,Y.M., Brush,M.H., Dahdul,W.M., Dougall,D.S., He,Y., Osumi-Sutherland,D., Ruttenberg,A., Sarntivijai,S., {\em et al.,} (2016) The Cell Ontology 2016: enhanced content, modularization, and ontology interoperability. {\em J Biomed Semantics,}, {\bf 7}. undefined | |
\bibitem{Kuhn2017} | |
3. Kuhn,T., Willighagen,E., Evelo,C., Queralt-Rosinach,N., Centeno,E. and Furlong,L.I. (2017) Reliable Granular References to Changing Linked Data. In {\em The Semantic Web – ISWC 2017,}. undefined | |
\bibitem{Mons2011} |
NewerOlder