aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
Commit message (Collapse)AuthorAgeFilesLines
...
* first iteration of an API query helperBryan Newbold2020-06-041-0/+117
| | | | If fatcat-cli was ready, could just use that instead. Oh well!
* mouse-over explantion for weird lack-of-logoBryan Newbold2020-06-041-1/+1
|
* more label/tag tweaksBryan Newbold2020-06-041-1/+8
|
* less scary unknown release_type displayBryan Newbold2020-06-041-1/+1
|
* fix fatcat container linksBryan Newbold2020-06-041-2/+2
|
* iterate on tag label displayBryan Newbold2020-06-041-4/+15
|
* tweak search box hint textBryan Newbold2020-06-042-2/+2
|
* fix OA filterBryan Newbold2020-06-041-1/+1
|
* collapse pages by SIM issueBryan Newbold2020-06-045-19/+54
|
* fmtBryan Newbold2020-06-043-1/+12
|
* more type annotations and fixesBryan Newbold2020-06-042-19/+23
|
* start some annotaition fixes for pytypeBryan Newbold2020-06-033-6/+11
|
* flake8-annotation lintingBryan Newbold2020-06-034-14/+20
| | | | Added some new annotations; need to finish more.
* more flake8Bryan Newbold2020-06-033-3/+3
|
* flake8 fixes (partial)Bryan Newbold2020-06-0310-48/+22
|
* reformat python code with blackBryan Newbold2020-06-0312-506/+778
|
* update translation filesBryan Newbold2020-06-034-25/+129
|
* fixes from running pipelineBryan Newbold2020-06-031-1/+2
| | | | Not caught by mypi/lint? Hrm.
* add a 'scholarly' to homepage textBryan Newbold2020-06-031-1/+1
|
* front page merge sentancesBryan Newbold2020-06-031-2/+1
|
* improve text scrubbingBryan Newbold2020-06-031-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 weirdnessBryan Newbold2020-06-032-3/+13
|
* basic paginationBryan Newbold2020-06-032-0/+27
| | | | Not well tested
* tweak thumbnail vertical alignmentBryan Newbold2020-06-031-1/+1
|
* compute and use tagsBryan Newbold2020-06-032-2/+42
|
* add additional fatcat metadata tagBryan Newbold2020-06-031-5/+11
|
* start fleshing out /about and /helpBryan Newbold2020-06-034-12/+152
|
* replace one of the PLOS thumbnails on homepageBryan Newbold2020-06-031-10/+11
|
* change availability filter phrasing; default to fulltextBryan Newbold2020-06-031-6/+6
|
* tweak search box placeholder textBryan Newbold2020-06-031-1/+1
|
* most links in new tab (target=_blank)Bryan Newbold2020-06-034-30/+30
|
* more petabox timeout handlingBryan Newbold2020-05-212-0/+6
|
* handle petabox read timeouts a bitBryan Newbold2020-05-212-2/+12
|
* add prefix scrubing (esp. for abstracts)Bryan Newbold2020-05-211-0/+18
|
* use beautiful soup for XML scrubingBryan Newbold2020-05-211-7/+6
|
* make mypy happyBryan Newbold2020-05-211-1/+1
|
* implement crude availability filterBryan Newbold2020-05-211-0/+11
|
* fix typo in indexed document linksBryan Newbold2020-05-211-1/+1
|
* be more inclusive of author namesBryan Newbold2020-05-211-4/+4
|
* fix abstracts; experiment with search stemmingBryan Newbold2020-05-211-2/+4
|
* first pass improving search scoringBryan Newbold2020-05-211-5/+35
|
* better translation marking; add some basic de and zhBryan Newbold2020-05-219-55/+371
| | | | Current translations are just from Google Translate
* UI mobile/tablet scaling; search error improvementsBryan Newbold2020-05-215-12/+42
|
* mobile CSS/style changes, and other small UI tweaksBryan Newbold2020-05-215-42/+100
|
* fix typo with UnicodeDecodeError catchBryan Newbold2020-05-211-1/+1
|
* clean up domain/env detection codeBryan Newbold2020-05-212-28/+11
|
* search query improvementsBryan Newbold2020-05-215-145/+236
| | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work)
* less whitespace in jinja2 outputBryan Newbold2020-05-211-0/+4
|
* skip pdftotext loading on unicode errorBryan Newbold2020-05-201-0/+2
|
* skip SIM items w/o page_numbers (instead of asserting)Bryan Newbold2020-05-202-2/+6
|