Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old COVID19 thumbnail hack | Bryan Newbold | 2020-06-29 | 2 | -2/+2 |
| | |||||
* | fetch pdftotext and pdf_meta from blobs, postgrest | Bryan Newbold | 2020-06-29 | 4 | -43/+72 |
| | | | | | This replaces the temporary COVID-19 content hack with production content (text, thumbnail URLs) stored in postgrest and seaweedfs. | ||||
* | update translation files | Bryan Newbold | 2020-06-04 | 4 | -58/+76 |
| | |||||
* | commit production work-around (temporarily) | Bryan Newbold | 2020-06-04 | 1 | -1/+2 |
| | |||||
* | first iteration of an API query helper | Bryan Newbold | 2020-06-04 | 1 | -0/+117 |
| | | | | If fatcat-cli was ready, could just use that instead. Oh well! | ||||
* | mouse-over explantion for weird lack-of-logo | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | more label/tag tweaks | Bryan Newbold | 2020-06-04 | 1 | -1/+8 |
| | |||||
* | less scary unknown release_type display | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | fix fatcat container links | Bryan Newbold | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | iterate on tag label display | Bryan Newbold | 2020-06-04 | 1 | -4/+15 |
| | |||||
* | tweak search box hint text | Bryan Newbold | 2020-06-04 | 2 | -2/+2 |
| | |||||
* | fix OA filter | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | collapse pages by SIM issue | Bryan Newbold | 2020-06-04 | 5 | -19/+54 |
| | |||||
* | fmt | Bryan Newbold | 2020-06-04 | 3 | -1/+12 |
| | |||||
* | more type annotations and fixes | Bryan Newbold | 2020-06-04 | 2 | -19/+23 |
| | |||||
* | start some annotaition fixes for pytype | Bryan Newbold | 2020-06-03 | 3 | -6/+11 |
| | |||||
* | flake8-annotation linting | Bryan Newbold | 2020-06-03 | 4 | -14/+20 |
| | | | | Added some new annotations; need to finish more. | ||||
* | more flake8 | Bryan Newbold | 2020-06-03 | 3 | -3/+3 |
| | |||||
* | flake8 fixes (partial) | Bryan Newbold | 2020-06-03 | 10 | -48/+22 |
| | |||||
* | reformat python code with black | Bryan Newbold | 2020-06-03 | 12 | -506/+778 |
| | |||||
* | update translation files | Bryan Newbold | 2020-06-03 | 4 | -25/+129 |
| | |||||
* | fixes from running pipeline | Bryan Newbold | 2020-06-03 | 1 | -1/+2 |
| | | | | Not caught by mypi/lint? Hrm. | ||||
* | add a 'scholarly' to homepage text | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | front page merge sentances | Bryan Newbold | 2020-06-03 | 1 | -2/+1 |
| | |||||
* | improve text scrubbing | Bryan Newbold | 2020-06-03 | 1 | -13/+21 |
| | | | | | | | | | | Was going to use textpipe, but dependency was too large and failed to install with halfway modern GCC (due to CLD2 issue): https://github.com/GregBowyer/cld2-cffi/issues/12 So instead basically pulled out the clean_text function, which is quite short. | ||||
* | partially resolve HTML form/hidden weirdness | Bryan Newbold | 2020-06-03 | 2 | -3/+13 |
| | |||||
* | basic pagination | Bryan Newbold | 2020-06-03 | 2 | -0/+27 |
| | | | | Not well tested | ||||
* | tweak thumbnail vertical alignment | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | compute and use tags | Bryan Newbold | 2020-06-03 | 2 | -2/+42 |
| | |||||
* | add additional fatcat metadata tag | Bryan Newbold | 2020-06-03 | 1 | -5/+11 |
| | |||||
* | start fleshing out /about and /help | Bryan Newbold | 2020-06-03 | 4 | -12/+152 |
| | |||||
* | replace one of the PLOS thumbnails on homepage | Bryan Newbold | 2020-06-03 | 1 | -10/+11 |
| | |||||
* | change availability filter phrasing; default to fulltext | Bryan Newbold | 2020-06-03 | 1 | -6/+6 |
| | |||||
* | tweak search box placeholder text | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | most links in new tab (target=_blank) | Bryan Newbold | 2020-06-03 | 4 | -30/+30 |
| | |||||
* | more petabox timeout handling | Bryan Newbold | 2020-05-21 | 2 | -0/+6 |
| | |||||
* | handle petabox read timeouts a bit | Bryan Newbold | 2020-05-21 | 2 | -2/+12 |
| | |||||
* | add prefix scrubing (esp. for abstracts) | Bryan Newbold | 2020-05-21 | 1 | -0/+18 |
| | |||||
* | use beautiful soup for XML scrubing | Bryan Newbold | 2020-05-21 | 1 | -7/+6 |
| | |||||
* | make mypy happy | Bryan Newbold | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | implement crude availability filter | Bryan Newbold | 2020-05-21 | 1 | -0/+11 |
| | |||||
* | fix typo in indexed document links | Bryan Newbold | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | be more inclusive of author names | Bryan Newbold | 2020-05-21 | 1 | -4/+4 |
| | |||||
* | fix abstracts; experiment with search stemming | Bryan Newbold | 2020-05-21 | 1 | -2/+4 |
| | |||||
* | first pass improving search scoring | Bryan Newbold | 2020-05-21 | 1 | -5/+35 |
| | |||||
* | better translation marking; add some basic de and zh | Bryan Newbold | 2020-05-21 | 9 | -55/+371 |
| | | | | Current translations are just from Google Translate | ||||
* | UI mobile/tablet scaling; search error improvements | Bryan Newbold | 2020-05-21 | 5 | -12/+42 |
| | |||||
* | mobile CSS/style changes, and other small UI tweaks | Bryan Newbold | 2020-05-21 | 5 | -42/+100 |
| | |||||
* | fix typo with UnicodeDecodeError catch | Bryan Newbold | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | clean up domain/env detection code | Bryan Newbold | 2020-05-21 | 2 | -28/+11 |
| |