aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
Commit message (Collapse)AuthorAgeFilesLines
* fix indexing bug (false-y publisher_type?)Bryan Newbold2021-01-181-0/+2
|
* lint: fix small bugs and type annotationsBryan Newbold2021-01-183-5/+6
|
* worker: switch to ES helper for bulk indexingBryan Newbold2021-01-181-8/+10
| | | | | This seems to resolve the problems with index workers failing after a couple hundred docs.
* improve 'oa' tag calculationBryan Newbold2021-01-161-4/+4
|
* small corrections to schema/transformBryan Newbold2021-01-162-3/+8
|
* about: another small copy-editing tweakBryan Newbold2021-01-151-2/+2
|
* html: actually remove redundant CSSBryan Newbold2021-01-151-1/+1
|
* make fmtBryan Newbold2021-01-152-14/+19
|
* api: fix /search test, and mypy error on implementationBryan Newbold2021-01-151-11/+11
|
* html: publisher is title text for container nameBryan Newbold2021-01-151-1/+1
|
* html: some CSS refactoring; make journal row a macroBryan Newbold2021-01-152-42/+72
|
* html: improvements to reactive search filters and main serp columnBryan Newbold2021-01-153-23/+31
|
* html: date hover text for yearsBryan Newbold2021-01-141-1/+1
|
* about: small copy editing changesBryan Newbold2021-01-141-13/+6
|
* search: parse and embed a copy of ScholarDoc object in resultsBryan Newbold2021-01-141-1/+6
| | | | Maybe should refactor this to simply replace the object? Hrm.
* crude bibtex and citation formatting, as a demoBryan Newbold2021-01-141-0/+49
|
* schema: make fulltext body optional (eg, for search results)Bryan Newbold2021-01-141-1/+1
|
* serp: refactor ext id display into macro; add dblp,doajBryan Newbold2021-01-141-15/+26
|
* serp: tweak display of tag labelsBryan Newbold2021-01-141-2/+6
|
* api: add type annotations for /search responseBryan Newbold2021-01-141-4/+29
|
* fastapi: /favicon.ico handlerBryan Newbold2021-01-141-1/+5
| | | | | | | HTML responses in the browser should use the indicated path (/static/ia-favicon.ico), but some other responses fall through (like API docs, I think? or unhandled exceptions), so giving up and just handling this route. haproxy should cache if it gets lots of hits.
* fastapi: add basic error/exception handler and pageBryan Newbold2021-01-142-1/+61
|
* html: try goatcounter title redaction againBryan Newbold2021-01-141-1/+1
| | | | | If the value is actually null, goatcounter uses the default, so setting an empty string. Waiting to confirm if this actually works.
* html: resolve footer float on large screens using CSS calc()Bryan Newbold2021-01-141-1/+1
|
* html: fix 'rounded' header barBryan Newbold2021-01-141-2/+3
|
* goatcounter: supress 'title', for privacyBryan Newbold2021-01-141-0/+7
|
* help: fix hanging sentence in 'known issues' sectionBryan Newbold2021-01-141-1/+1
|
* update logo PNGsBryan Newbold2021-01-142-0/+0
| | | | | | | | | | | | | | | | | | | These are legit (paid) exports from placeit.net, to replace the previous demo ones which had watermarks half-removed. The formal PNG download images did not have the same "glow" effect on the red "scholar" text, so I extracted from the browser base64 PNG as before. Used gimp to "crop to selection", then cropped out the lowest "start" background and saved. For small, resized to 200px, retaining ratio. Also ran both files through pngquant to reduce size; I can't visually notice any artifacts or anything from this. It is noticable that placeit.net changed the blue font and has less "depth" to the 3D effect, which also makes the logo appear lighter overall. Very noticble when flipping back and forth, don't think it is a big deal otherwise.
* add support for new identifiers and size_bytes schema fieldsBryan Newbold2021-01-142-4/+16
|
* serp: expand abstracts using <details>Bryan Newbold2021-01-142-1/+15
| | | | This isn't very polished, but a start, and uses no javascript.
* search: show fewer, shorter highlights. sort by score.Bryan Newbold2021-01-142-2/+3
|
* Merge remote-tracking branch 'github/master'Bryan Newbold2021-01-133-22/+17
|\
| * Update translation filesHosted Weblate2021-01-132-2/+2
| | | | | | | | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/
| * Translated using Weblate (Spanish)badlop2021-01-132-22/+17
| | | | | | | | | | | | | | Currently translated at 98.7% (81 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/es/
* | i18n: start Ukranian (uk) translation, on user requestBryan Newbold2021-01-131-0/+381
| |
* | i18n: start Greek (el) translation, on user requestBryan Newbold2021-01-131-0/+378
|/
* worker: check for error responses from ESBryan Newbold2021-01-051-1/+4
|
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2021-01-022-4/+4
| | | | | | | Currently translated at 84.1% (69 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/nb_NO/
* Translated using Weblate (Norwegian Bokmål)Thomas jensen2021-01-022-5/+5
| | | | | | | Currently translated at 84.1% (69 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/nb_NO/
* Update translation filesHosted Weblate2021-01-021-1/+1
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/
* work around mypy complaint about exception union typeBryan Newbold2020-12-221-1/+2
|
* Merge branch 'master' of github.com:internetarchive/fatcat-scholarBryan Newbold2020-12-119-19/+22
|\
| * Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2020-12-112-8/+8
| | | | | | | | | | | | | | Currently translated at 82.9% (68 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/nb_NO/
| * Update translation filesHosted Weblate2020-12-117-11/+14
| | | | | | | | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/
* | improve Accept-Language header parsingBryan Newbold2020-12-021-1/+2
|/
* Translated using Weblate (Russian)Artem2020-11-302-2/+4
| | | | | | | Currently translated at 93.9% (77 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (Russian)Artem2020-11-302-1/+3
| | | | | | | Currently translated at 91.4% (75 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (Croatian)Milo Ivir2020-11-302-2/+2
| | | | | | | Currently translated at 100.0% (82 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/hr/
* Translated using Weblate (Chinese (Simplified))Eric2020-11-302-3/+3
| | | | | | | Currently translated at 100.0% (82 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
* Translated using Weblate (Chinese (Simplified))Forbidden2020-11-302-3/+4
| | | | | | | Currently translated at 100.0% (82 of 82 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/