diff options
Diffstat (limited to 'notes/misc/examples')
-rw-r--r-- | notes/misc/examples/content_scope.txt | 45 | ||||
-rw-r--r-- | notes/misc/examples/grobid_500.txt | 4 | ||||
-rw-r--r-- | notes/misc/examples/personal_favorites.md | 2 | ||||
-rw-r--r-- | notes/misc/examples/random_journals.txt | 5 | ||||
-rw-r--r-- | notes/misc/examples/random_works.txt | 9 | ||||
-rw-r--r-- | notes/misc/examples/video_works.txt | 4 |
6 files changed, 69 insertions, 0 deletions
diff --git a/notes/misc/examples/content_scope.txt b/notes/misc/examples/content_scope.txt new file mode 100644 index 00000000..321dd056 --- /dev/null +++ b/notes/misc/examples/content_scope.txt @@ -0,0 +1,45 @@ + +sha1:fe27d2d036d478fb692be95045b72773e0dc27ac +https://fatcat.wiki/file/4tcvwhzunrgvri4x3uruug62jq + + cover page... an ILL request? via ILL request. + + "metadata": { + "author": "Emmanuel Lemoine", + "creator": "Okina", + "producer": "mPDF 6.0", + "title": "Chloro complexes of cobalt(II) in aprotic solvents: stability and structural modifications due to solvent effect" + }, + "pdf_created": "2017-01-26T10:43:21+00:00", + "pdf_version": "1.4", + "permanent_id": "2d231660c0e26f92aad7cb2f62b5e03a", + + SELECT * + FROM pdf_meta + WHERE + status = 'success' + AND page_count < 3 + AND (metadata->>'creator')::text = 'Okina' + LIMIT 5; + + SELECT COUNT(*) + FROM pdf_meta + WHERE + status = 'success' + AND page_count < 3 + AND (metadata->>'creator')::text = 'Okina' + ; + # 4235 + + TODO: 'COPY TO'... + + SELECT pdf_meta.sha1hex + FROM pdf_meta + LEFT JOIN fatcat_file ON pdf_meta.sha1hex = fatcat_file.sha1hex + WHERE + status = 'success' + AND page_count < 3 + AND (metadata->>'creator')::text = 'Okina' + AND (metadata->>'publisher')::text LIKE 'mPDF%' + AND fatcat_file.ident IS NOT NULL + ; diff --git a/notes/misc/examples/grobid_500.txt b/notes/misc/examples/grobid_500.txt new file mode 100644 index 00000000..5e64c781 --- /dev/null +++ b/notes/misc/examples/grobid_500.txt @@ -0,0 +1,4 @@ + +seems like a legit/fine PDF file: +https://fatcat.wiki/file/nrydu6nutvedximcb4lpdsrp6u + diff --git a/notes/misc/examples/personal_favorites.md b/notes/misc/examples/personal_favorites.md new file mode 100644 index 00000000..2ecee2d8 --- /dev/null +++ b/notes/misc/examples/personal_favorites.md @@ -0,0 +1,2 @@ + +International Journal of Crashworthiness diff --git a/notes/misc/examples/random_journals.txt b/notes/misc/examples/random_journals.txt new file mode 100644 index 00000000..f5cb0e69 --- /dev/null +++ b/notes/misc/examples/random_journals.txt @@ -0,0 +1,5 @@ + +"Rejecta Mathematica" +only published articles which failed peer review. +no longer online, but may be in wayback +https://en.wikipedia.org/wiki/Rejecta_Mathematica diff --git a/notes/misc/examples/random_works.txt b/notes/misc/examples/random_works.txt new file mode 100644 index 00000000..3f5bb7e3 --- /dev/null +++ b/notes/misc/examples/random_works.txt @@ -0,0 +1,9 @@ + +"The limitations of using languages for description", Marvin Minsky +http://web.mit.edu/dxh/www/1970_Marvin_Lecture_Transcript_Italy_Limitations_Language.pdf + +"A Supercut of Supercuts: Aesthetics, Histories, Databases" +https://vimeo.com/440746435 +https://www.openscreensjournal.com/article/id/6946/ + +Dummy article in springer (paywalled!): https://doi.org/10.1007/s10096-005-0027-5 diff --git a/notes/misc/examples/video_works.txt b/notes/misc/examples/video_works.txt new file mode 100644 index 00000000..6c0a450f --- /dev/null +++ b/notes/misc/examples/video_works.txt @@ -0,0 +1,4 @@ + +https://doi.org/10.24350/cirm.v.19933803 + "Imaging with nonlinear and fractionally damped waves" + https://library.cirm-math.fr/Record.htm?record=19280247124910084299&confirm=on |