diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2023-01-04 20:00:26 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2023-01-04 20:18:25 -0800 |
commit | dca72aa11d24cbe8272c86d221a400c9859fb7e3 (patch) | |
tree | 3e58017efb2d6ce72f9bed07269d7b6c17aa3068 /notes/misc/unsorted.txt | |
parent | 276ac2aa24166660bc6ffe7601cee44b5d848dae (diff) | |
download | fatcat-dca72aa11d24cbe8272c86d221a400c9859fb7e3.tar.gz fatcat-dca72aa11d24cbe8272c86d221a400c9859fb7e3.zip |
notes: commit a whole bunch of random notes and files
Diffstat (limited to 'notes/misc/unsorted.txt')
-rw-r--r-- | notes/misc/unsorted.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/notes/misc/unsorted.txt b/notes/misc/unsorted.txt new file mode 100644 index 00000000..17ff839c --- /dev/null +++ b/notes/misc/unsorted.txt @@ -0,0 +1,19 @@ + +fatcat misc: +- opencitations: https://arxiv.org/abs/1906.11964 +- https://pub.uni-bielefeld.de/record/2934907 +- re-read: scratch/issn/web_archiving.md +- should expansion of 'wip' entities be allowed? +- could now just not show 'wip' entities (unless part of editgroup) +- release_ref | 19904400 | Missing Index? | 4141039616 | 81833687 | 61929287 +- privacy/security issue with libmacaroon logging failed caveat verification +- blank box on editgroup pages when not logged in +- don't have "Editable catalog of bibliographic and fulltext file metadata" be the thing in snippets? +- web: '|dictsort' in a bunch of places (for stability) +- example HTML paper: https://andrewgyork.github.io/rescan_line_sted/ +- pubmed importer should include section in ALLCAPS: for multi-part abstracts +- https://github.com/rholder/retrying +- feature: push-button "update metadata from crossref" +- demo ORCID: 0000-0002-1825-0097 +- link: https://www.jstor.org/dfr/about/technical-specifications +- after indexing, optimise the Elasticsearch index by merging into a single segment: curl -XPOST 'http://localhost:9200/scholar/_forcemerge?max_num_segments=1' |