aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
Commit message (Collapse)AuthorAgeFilesLines
...
* integrate crossref references, and iterate on refs output logicBryan Newbold2021-06-021-7/+115
| | | | Needs test coverage!
* lint fixes, and run fmtBryan Newbold2021-06-023-18/+10
|
* add 'crossref' hydration to work pipelineBryan Newbold2021-06-022-0/+46
| | | | | | | | The immediate motivation is to include recent crossref refs in citation graph transforms. May also be valuable for researchers to have authoritative/publisher metadata in the bundle dumps.
* schema: add 'crossref' to bundle schema, and add from_json() helperBryan Newbold2021-06-025-40/+28
| | | | | from_json() refactor was an earlier TODO, to reduce duplication when updating fields on this class
* lint: ignore mypy on some template importsBryan Newbold2021-06-021-2/+2
|
* web: fix fatcat.wiki search option linkBryan Newbold2021-05-241-1/+1
|
* web: fixes to access redirect endpointsBryan Newbold2021-05-192-1/+19
|
* enable Greek (el) translation (still partial)Bryan Newbold2021-05-182-0/+2
|
* Translated using Weblate (Korean)YiReun2021-05-182-3/+3
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ko/
* Translated using Weblate (Portuguese)ssantos2021-05-182-12/+13
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/pt/
* Translated using Weblate (Greek)Eugenia Russell2021-05-182-27/+43
| | | | | | | Currently translated at 34.2% (61 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/el/
* web: add mellon grant acknowledgement to about pageBryan Newbold2021-05-181-0/+11
|
* make fmtBryan Newbold2021-05-171-1/+4
|
* iterate on PDF redirect linksBryan Newbold2021-05-174-36/+108
|
* Translated using Weblate (Greek)Eugenia Russell2021-05-052-2/+2
| | | | | | | Currently translated at 15.1% (27 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/el/
* Translated using Weblate (Korean)YiReun2021-05-052-43/+41
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ko/
* web: don't clobber user input query when parsingBryan Newbold2021-04-302-3/+7
| | | | | | | This is intended to be a UX improvement, to avoid adding double quotes around the query a user has pasted in. This does make the "parsing" behavior less transparent.
* web: return English to top of translation list (oops)Bryan Newbold2021-04-301-1/+1
|
* enable initial Korean (ko) web interface translationBryan Newbold2021-04-302-1/+3
|
* web: make landing page 'canonical' links absolute URLsBryan Newbold2021-04-301-1/+1
|
* Merge remote-tracking branch 'github/master'Bryan Newbold2021-04-304-144/+243
|\
| * Translated using Weblate (Korean)Bryan Newbold2021-04-302-141/+240
| | | | | | | | | | | | | | Currently translated at 98.8% (176 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ko/
| * Translated using Weblate (Greek)Eugenia Russell2021-04-302-3/+3
| | | | | | | | | | | | | | Currently translated at 14.6% (26 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/el/
* | web: use absolute URLs to sitemaps and in citation_pdf_urlBryan Newbold2021-04-302-6/+5
|/
* Merge remote-tracking branch 'github/master'Bryan Newbold2021-04-308-95/+99
|\
| * Translated using Weblate (Greek)Eugenia Russell2021-04-302-8/+8
| | | | | | | | | | | | | | Currently translated at 13.4% (24 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/el/
| * Translated using Weblate (Italian)J. Lavoie2021-04-302-25/+25
| | | | | | | | | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/it/
| * Translated using Weblate (Greek)Eugenia Russell2021-04-302-16/+17
| | | | | | | | | | | | | | Currently translated at 10.1% (18 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/el/
| * Translated using Weblate (French)J. Lavoie2021-04-302-34/+36
| | | | | | | | | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/fr/
| * Translated using Weblate (German)J. Lavoie2021-04-302-14/+15
| | | | | | | | | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
* | i18n: starting Korean (ko) translationBryan Newbold2021-04-301-0/+928
| |
* | i18n: remove Czech (cs) translationBryan Newbold2021-04-301-918/+0
|/ | | | | Never received any human contributions, and we are at the limit of weblate plan.
* web: sitemap.xml servingBryan Newbold2021-04-293-2/+27
|
* iterate on access redirects and landing page implementationBryan Newbold2021-04-273-23/+27
| | | | Small code refactors and minimal test coverage
* web: initial implementation of work landing page and citation_pdf_url access ↵Bryan Newbold2021-04-234-4/+176
| | | | | | | | | | | | redirect The initial intent is to have something that can be used by indexing services to pull the citation_pdf_url meta tag and bounce to a direct IA PDF access URL. For now the landing page stubs are just formatted as SERP results. Presumbably these will get re-styled at some point and include citation graph links, etc.
* base template: typoBryan Newbold2021-04-231-1/+1
|
* indexing: defer to creator.display_name over contrib.raw_nameBryan Newbold2021-04-121-1/+3
|
* search: more aggressively skip fuzzy match exceptionsBryan Newbold2021-04-121-5/+5
|
* small lint fixBryan Newbold2021-04-071-1/+1
|
* Translated using Weblate (German)nautilusx2021-04-062-3/+3
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
* Translated using Weblate (Portuguese)Bryan Newbold2021-04-062-14/+4
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/pt/
* Translated using Weblate (Dutch)Bryan Newbold2021-04-062-14/+4
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/nl/
* Translated using Weblate (Italian)Bryan Newbold2021-04-062-17/+7
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/it/
* Translated using Weblate (Persian)Bryan Newbold2021-04-062-13/+3
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/fa/
* Translated using Weblate (Croatian)Bryan Newbold2021-04-062-14/+4
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/hr/
* Translated using Weblate (French)Bryan Newbold2021-04-062-14/+4
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/fr/
* Translated using Weblate (Russian)Bryan Newbold2021-04-062-14/+4
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (Spanish)Bryan Newbold2021-04-062-14/+4
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/es/
* Translated using Weblate (Arabic)Bryan Newbold2021-04-062-13/+3
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ar/
* Translated using Weblate (Chinese (Simplified))Bryan Newbold2021-04-062-19/+6
| | | | | | | Currently translated at 100.0% (178 of 178 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/