aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19
Commit message (Collapse)AuthorAgeFilesLines
* metadata parse: new column titlesBryan Newbold2020-05-291-2/+4
|
* handle ext_ids without _id in release schemaBryan Newbold2020-04-091-4/+7
|
* SERP: default to publisher DOI, not fatcat landingBryan Newbold2020-04-091-0/+2
|
* direct-link to arxiv papersBryan Newbold2020-04-091-0/+2
|
* clean up jinja2 template whitespace in HTML outputBryan Newbold2020-04-091-0/+4
|
* attempt somewhat more robust abstract cleaningBryan Newbold2020-04-091-7/+4
| | | | | | Note: there is still a security and robustness issue here in that highlights are marked "safe". Should come up with a better mechanism for escaping/safing.
* transform: remove more tags from abstractsBryan Newbold2020-04-091-1/+1
|
* transform hacks for new fatcat documentsBryan Newbold2020-04-091-1/+16
|
* fix webface bug with missing importBryan Newbold2020-04-091-1/+1
|
* fix webface bugs with default filter valuesBryan Newbold2020-04-092-4/+4
|
* add dedupe and query-fatcat commandsBryan Newbold2020-04-092-0/+107
|
* bugfix: handle missing file mimetypesBryan Newbold2020-04-091-1/+1
|
* small search tweaks and fixesBryan Newbold2020-04-083-29/+10
|
* refactor parse_cord19_csv.py into toolBryan Newbold2020-04-081-0/+21
|
* serp: change stage tag colorsBryan Newbold2020-04-081-2/+4
| | | | | pink isn't very visible. and 'accepted' is reasonable status, so display as brown not red.
* special-case arxiv/medrxiv/biorxiv container namesBryan Newbold2020-04-081-0/+11
|
* transform: try to cleanup abstractsBryan Newbold2020-04-081-3/+31
|
* tweak desktop style: larger SERP fontBryan Newbold2020-04-083-50/+65
|
* initial implementation of filtersBryan Newbold2020-04-083-10/+98
|
* refactor search to use elasticsearch-dslBryan Newbold2020-04-082-68/+64
|
* webface: disable 404, 5xx custom error pagesBryan Newbold2020-04-081-11/+11
| | | | | | | | These break with 'lang_code' errors in our translation setup, I think because in this context we don't yet know what the language is. A work-around might be to manually set the language in the error handler function.
* i18n: update a few [de] translationsMartin Czygan2020-04-082-12/+11
|
* more i18n polishBryan Newbold2020-04-033-6/+6
|
* include ia_pdf_url when availableBryan Newbold2020-04-031-0/+4
|
* wrangle lang_code / error templates a bit moreBryan Newbold2020-04-032-8/+15
| | | | | Still not perfect: a 404 is always in 'en' and all links are then not in the local lang.
* fix mangled HTML in translated about+sourcesBryan Newbold2020-04-034-40/+40
|
* fixes from prodBryan Newbold2020-04-033-4/+6
|
* don't hide abstracts in fatcat fetchBryan Newbold2020-04-031-3/+3
|
* missing translations on front pageBryan Newbold2020-04-035-18/+47
|
* first stab at translationsBryan Newbold2020-04-039-11/+529
|
* tweak home pageBryan Newbold2020-04-032-36/+22
|
* switch to 25 results by defaultBryan Newbold2020-04-031-2/+2
|
* README, about page, sources pageBryan Newbold2020-04-032-3/+116
|
* add 'not found' confused man gifBryan Newbold2020-04-031-0/+0
|
* refactor enrich into fatcat_covid19Bryan Newbold2020-04-031-0/+67
|
* refactor elastic transform into CLI toolBryan Newbold2020-04-031-0/+204
|
* refactor derivatives into CLI toolBryan Newbold2020-04-031-0/+132
|
* document scripts and tools a bitBryan Newbold2020-04-031-0/+7
|
* search: remove debugging statementBryan Newbold2020-04-031-1/+1
|
* UI tweaks, i18n prepBryan Newbold2020-04-0314-172/+155
|
* basic fulltext search highlightingBryan Newbold2020-04-024-16/+58
|
* webface: refactoring of styleBryan Newbold2020-04-025-77/+140
|
* flask: can't flash() without cookiesBryan Newbold2020-04-021-1/+1
|
* first iteration of web interfaceBryan Newbold2020-04-0116-0/+767
| | | | | | | Copied and tweaked from fatcat:python/fatcat_web LICENSE file for this repo is a TODO and will need to match that of fatcat.
* start python module directoryBryan Newbold2020-04-012-0/+88