Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | search: handle direct DOI and PMCID queries | Bryan Newbold | 2020-09-17 | 2 | -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 optimization | Bryan Newbold | 2020-09-17 | 1 | -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 downgrade | Bryan Newbold | 2020-09-17 | 1 | -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/labels | Bryan Newbold | 2020-09-15 | 2 | -2/+19 | |
| | ||||||
* | web robots.txt | Bryan Newbold | 2020-09-15 | 3 | -0/+22 | |
| | | | | Two variants depending on environment. | |||||
* | add placeholder page (static HTML) | Bryan Newbold | 2020-09-15 | 3 | -0/+34 | |
| | ||||||
* | truncate arXiv: prefix from arxiv_id in GROBID parse | Bryan Newbold | 2020-09-14 | 1 | -0/+2 | |
| | ||||||
* | refs and grobid2json bugfixes from testing | Bryan Newbold | 2020-09-14 | 2 | -4/+11 | |
| | ||||||
* | minimum viable tests for GROBID XML parsing and refs transform | Bryan Newbold | 2020-09-14 | 3 | -0/+535 | |
| | ||||||
* | bugfix: release_year | Bryan Newbold | 2020-09-13 | 1 | -2/+2 | |
| | ||||||
* | make fmt | Bryan Newbold | 2020-09-13 | 1 | -6/+12 | |
| | ||||||
* | refs transform: both GROBID and fatcat refs | Bryan Newbold | 2020-09-13 | 1 | -5/+12 | |
| | ||||||
* | grobid2json: extract more reference biblio fields | Bryan Newbold | 2020-09-13 | 1 | -6/+17 | |
| | ||||||
* | ref transform: support more GROBID fields | Bryan Newbold | 2020-09-13 | 2 | -11/+20 | |
| | ||||||
* | URL cleanup helper | Bryan Newbold | 2020-09-13 | 1 | -0/+28 | |
| | ||||||
* | homepage/footer grammar (The/the, service names) | Bryan Newbold | 2020-09-11 | 2 | -3/+3 | |
| | ||||||
* | fixes to refs transform (for non-str author fields) | Bryan Newbold | 2020-09-04 | 1 | -2/+6 | |
| | ||||||
* | heavy to refs command | Bryan Newbold | 2020-09-04 | 3 | -2/+184 | |
| | ||||||
* | more scaling notes | Bryan Newbold | 2020-08-17 | 1 | -2/+53 | |
| | ||||||
* | handle small ints better (signed/unsigned abs size) | Bryan Newbold | 2020-08-12 | 1 | -1/+2 | |
| | ||||||
* | use container_name, not container_ident, in boost | Bryan Newbold | 2020-08-12 | 1 | -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 platforms | Bryan Newbold | 2020-08-12 | 1 | -3/+3 | |
| | ||||||
* | more scaling notes | Bryan Newbold | 2020-08-12 | 1 | -0/+97 | |
| | ||||||
* | fmt/lint tweaks | Bryan Newbold | 2020-08-12 | 2 | -6/+2 | |
| | ||||||
* | another clean_str() test case | Bryan Newbold | 2020-08-12 | 1 | -0/+4 | |
| | ||||||
* | biblio metadata hacks at transform time | Bryan Newbold | 2020-08-12 | 1 | -2/+98 | |
| | ||||||
* | transform: more string cleaning | Bryan Newbold | 2020-08-12 | 2 | -13/+78 | |
| | ||||||
* | search: include 'article' in papers filter | Bryan Newbold | 2020-08-12 | 1 | -1/+1 | |
| | ||||||
* | search: use simplified query for highlighting | Bryan Newbold | 2020-08-12 | 1 | -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 | |||||
* | docker: bump ES to 7.8 for local dev | Bryan Newbold | 2020-08-12 | 1 | -1/+1 | |
| | ||||||
* | makefile: add dev-prod command for local dev against prod search index | Bryan Newbold | 2020-08-12 | 1 | -0/+4 | |
| | ||||||
* | don't print config; make fmt | Bryan Newbold | 2020-08-06 | 1 | -3/+7 | |
| | ||||||
* | re-use ES sync API client | Bryan Newbold | 2020-08-06 | 1 | -3/+4 | |
| | ||||||
* | 'more versions' dropdown table | Bryan Newbold | 2020-08-06 | 1 | -0/+82 | |
| | ||||||
* | small HTML simplifications | Bryan Newbold | 2020-08-06 | 1 | -6/+6 | |
| | ||||||
* | report ES API query time as server-timing header | Bryan Newbold | 2020-08-06 | 2 | -1/+13 | |
| | ||||||
* | squish collapse button in with tags | Bryan Newbold | 2020-08-06 | 1 | -8/+7 | |
| | ||||||
* | have search buttons animate after submit | Bryan Newbold | 2020-08-06 | 2 | -3/+10 | |
| | | | | Extremely minimal javascript used | |||||
* | add debug mode flag (to control json tag/link) | Bryan Newbold | 2020-08-06 | 3 | -5/+11 | |
| | ||||||
* | slightly more padding in SERP box at max screen size | Bryan Newbold | 2020-08-06 | 2 | -1/+4 | |
| | ||||||
* | remove javascript includes | Bryan Newbold | 2020-08-06 | 1 | -0/+4 | |
| | ||||||
* | basic placeholder thumbnail image | Bryan Newbold | 2020-08-06 | 3 | -3/+191 | |
| | ||||||
* | sort tags, and show JSTOR as a color tag | Bryan Newbold | 2020-08-06 | 1 | -1/+3 | |
| | ||||||
* | show language code as a tag | Bryan Newbold | 2020-08-06 | 2 | -2/+7 | |
| | ||||||
* | set HTML language to locale correctly | Bryan Newbold | 2020-08-06 | 1 | -1/+1 | |
| | ||||||
* | don't index sim_page without issue_item and first_page | Bryan Newbold | 2020-08-06 | 1 | -0/+3 | |
| | ||||||
* | volume_int/issue_int as actual ints | Bryan Newbold | 2020-08-06 | 1 | -2/+2 | |
| | ||||||
* | make fmt | Bryan Newbold | 2020-08-06 | 1 | -14/+14 | |
| | ||||||
* | ES schema: access_type should be any option, not just 'best' | Bryan Newbold | 2020-08-06 | 1 | -1/+1 | |
| | ||||||
* | handle integer conversion and bounding for ES schema | Bryan Newbold | 2020-08-06 | 2 | -19/+35 | |
| |