aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small syntax fix in .po fileBryan Newbold2020-10-011-1/+1
|
* update TODO fileBryan Newbold2020-10-011-7/+4
|
* update i18n filesBryan Newbold2020-10-015-60/+62
|
* add a CHANGELOG, with an initial releaseBryan Newbold2020-10-011-0/+21
|
* remove un-implemented links from footerBryan Newbold2020-10-011-2/+0
|
* add weblate link to translation pull-down menuBryan Newbold2020-10-011-0/+2
|
* add gitter.im link to about pageBryan Newbold2020-10-011-1/+3
|
* update READMEBryan Newbold2020-10-011-47/+66
|
* split out current README into other filesBryan Newbold2020-10-013-0/+71
|
* Revert "initialize 'nb' translation on request of user kingu"Bryan Newbold2020-10-011-253/+0
| | | | This reverts commit dbd7f83b4b6ea364ec0f86bed2a75def216aebbe.
* notes on exporting refs corpus from intermediate filesBryan Newbold2020-10-011-0/+156
|
* add reference to fatcat project CoCBryan Newbold2020-10-011-0/+5
|
* add AGPL v3+ licenseBryan Newbold2020-10-012-0/+675
|
* initialize 'nb' translation on request of user kinguBryan Newbold2020-10-011-0/+253
|
* Merge pull request #2 from internetarchive/weblatebnewbold2020-10-011-28/+29
|\ | | | | Translations update from Weblate
| * Translated using Weblate (German)bnewbold2020-10-021-12/+12
| | | | | | | | | | | | | | Currently translated at 73.2% (41 of 56 strings) Translation: Internet Archive Services and Tools/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
| * Translated using Weblate (German)Martin Czygan2020-10-021-7/+7
| | | | | | | | | | | | | | Currently translated at 73.2% (41 of 56 strings) Translation: Internet Archive Services and Tools/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
| * Translated using Weblate (German)J. Lavoie2020-10-021-11/+12
|/ | | | | | | Currently translated at 73.2% (41 of 56 strings) Translation: Internet Archive Services and Tools/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
* update i18n filesBryan Newbold2020-09-305-162/+280
|
* web: fix IA logo path in footerBryan Newbold2020-09-271-1/+1
|
* small lint fixBryan Newbold2020-09-171-1/+1
|
* search: handle direct DOI and PMCID queriesBryan Newbold2020-09-172-9/+106
| | | | | | If query is a single token which looks like a valid PMCID or DOI, with no surrounding quotes, then expand scope and filter to that single external identifier.
* web: preload links as an optimizationBryan Newbold2020-09-171-0/+9
| | | | | The performance benefit here is probably negligable, but giving it a try to improve first page load times.
* direct static asset links, to fix http downgradeBryan Newbold2020-09-171-4/+4
| | | | | | | | | | There is/was an issue in starlette repo about having url_for() do the right thing when behind a reverse proxy: https://github.com/encode/starlette/issues/538#issuecomment-548795041 but really there is no need, we can just point to the static assets directly.
* various alpha disclaimers/labelsBryan Newbold2020-09-152-2/+19
|
* web robots.txtBryan Newbold2020-09-153-0/+22
| | | | Two variants depending on environment.
* add placeholder page (static HTML)Bryan Newbold2020-09-153-0/+34
|
* truncate arXiv: prefix from arxiv_id in GROBID parseBryan Newbold2020-09-141-0/+2
|
* refs and grobid2json bugfixes from testingBryan Newbold2020-09-142-4/+11
|
* minimum viable tests for GROBID XML parsing and refs transformBryan Newbold2020-09-143-0/+535
|
* bugfix: release_yearBryan Newbold2020-09-131-2/+2
|
* make fmtBryan Newbold2020-09-131-6/+12
|
* refs transform: both GROBID and fatcat refsBryan Newbold2020-09-131-5/+12
|
* grobid2json: extract more reference biblio fieldsBryan Newbold2020-09-131-6/+17
|
* ref transform: support more GROBID fieldsBryan Newbold2020-09-132-11/+20
|
* URL cleanup helperBryan Newbold2020-09-131-0/+28
|
* homepage/footer grammar (The/the, service names)Bryan Newbold2020-09-112-3/+3
|
* fixes to refs transform (for non-str author fields)Bryan Newbold2020-09-041-2/+6
|
* heavy to refs commandBryan Newbold2020-09-043-2/+184
|
* more scaling notesBryan Newbold2020-08-171-2/+53
|
* handle small ints better (signed/unsigned abs size)Bryan Newbold2020-08-121-1/+2
|
* use container_name, not container_ident, in boostBryan Newbold2020-08-121-1/+1
| | | | | This should result in SIM page fulltext matches not getting pushed down as much, as well as things like biorxiv (*rxiv) results.
* use simple names, not domain names, for some platformsBryan Newbold2020-08-121-3/+3
|
* more scaling notesBryan Newbold2020-08-121-0/+97
|
* fmt/lint tweaksBryan Newbold2020-08-122-6/+2
|
* another clean_str() test caseBryan Newbold2020-08-121-0/+4
|
* biblio metadata hacks at transform timeBryan Newbold2020-08-121-2/+98
|
* transform: more string cleaningBryan Newbold2020-08-122-13/+78
|
* search: include 'article' in papers filterBryan Newbold2020-08-121-1/+1
|
* search: use simplified query for highlightingBryan Newbold2020-08-121-1/+8
| | | | | | | | This fixes broken phrase query highlighting. I found this issues but it may have been unrelated: https://github.com/elastic/elasticsearch/issues/40227