Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: implement new schema changes | Bryan Newbold | 2021-10-13 | 1 | -1/+4 |
| | |||||
* | release view: improve biblio metadata display in central column | Bryan Newbold | 2021-07-23 | 1 | -13/+14 |
| | |||||
* | web: PMCID external link improvement | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | web: expand release creators in more situations | Bryan Newbold | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | web: better logic for showing 'save-paper-now' link | Bryan Newbold | 2021-04-12 | 1 | -0/+2 |
| | |||||
* | web: improve access button HTML | Bryan Newbold | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | web: fix 'dark' archive color (typo); remove space after publisher name | Bryan Newbold | 2021-03-01 | 1 | -2/+2 |
| | |||||
* | web: release view improvements | Bryan Newbold | 2021-02-26 | 1 | -111/+79 |
| | |||||
* | show DOAJ (and dblp) identifiers in release view | Bryan Newbold | 2020-11-19 | 1 | -1/+7 |
| | |||||
* | release view: remove abiguous OA status indicator | Bryan Newbold | 2020-10-13 | 1 | -4/+0 |
| | |||||
* | update keepers links to keepers.issn.org | Bryan Newbold | 2020-09-28 | 1 | -3/+3 |
| | |||||
* | remove typo (isbn:) from metadata DC.language field | Bryan Newbold | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | remove placeholder description meta tag | Bryan Newbold | 2020-08-20 | 1 | -1/+0 |
| | |||||
* | re-use 'best pdf url' for release green button | Bryan Newbold | 2020-06-04 | 1 | -2/+2 |
| | | | | | | | I thought this was the existing behavior, but it looks like we were just taking the first link from the first file. In the future may refactor this out even further. | ||||
* | web: fix ident=None broken links | Bryan Newbold | 2020-04-23 | 1 | -6/+6 |
| | | | | | | On web interface views for revisions, we had a bunch of broken links because the ident is "None". This commit fixes these by removing the links. | ||||
* | improve citeproc/CSL web interface | Bryan Newbold | 2020-03-25 | 1 | -2/+1 |
| | | | | | | | | | | | | | | This tries to show the citeproc (bibtext, MLA, CSL-JSON) options for more releases, and not show the links when they would break. The primary motivation here is to work around two exceptions being thrown in prod every day (according to sentry): KeyError: 'role' ValueError: CLS requries some surname (family name) I'm guessing these are mostly coming from crawlers following the citeproc links on release landing pages. | ||||
* | filter out shadows-only files in webface | Bryan Newbold | 2020-02-13 | 1 | -2/+3 |
| | |||||
* | datacite release links and metadata expansion | Bryan Newbold | 2019-12-20 | 1 | -7/+11 |
| | | | | | | | Small ergonomic changes for datacite releases: - add a link to live/current datacite metadata (like we do for Crossref) - expand "extra" metadata fields under 'datacite' dict in metadata view | ||||
* | initial 'Save Paper Now' web form | Bryan Newbold | 2019-12-12 | 1 | -1/+25 |
| | |||||
* | small fixes to release view | Bryan Newbold | 2019-09-05 | 1 | -14/+24 |
| | | | | | - full width container metadata table accordion - fix "Published in by blah" cases | ||||
* | Read Full Text not Download | Bryan Newbold | 2019-08-24 | 1 | -2/+2 |
| | | | | | On release views. Also don't blue-link webcapture URLs (but still a hyperlink). | ||||
* | show release withdrawn status | Bryan Newbold | 2019-07-01 | 1 | -1/+8 |
| | | | | | Including in search results. De-emphasize release_stage button in search results. | ||||
* | refactor all entities to new UI style | Bryan Newbold | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | fixes after rebase | Bryan Newbold | 2019-06-13 | 1 | -141/+38 |
| | |||||
* | even better sidebar flex | Bryan Newbold | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | entity view tweaks | Bryan Newbold | 2019-06-13 | 1 | -28/+78 |
| | |||||
* | experiment with entity view tabs | bnewbold | 2019-06-13 | 1 | -89/+45 |
| | |||||
* | implement major refactor for other entity types | Bryan Newbold | 2019-06-13 | 1 | -38/+42 |
| | |||||
* | include arxiv, jstor IDs in side bar | Bryan Newbold | 2019-05-21 | 1 | -1/+4 |
| | |||||
* | rework release view identifiers, subtitle, other new schema | Bryan Newbold | 2019-05-13 | 1 | -15/+43 |
| | |||||
* | partial python impl of ext_id and release_stage refactors | Bryan Newbold | 2019-05-13 | 1 | -28/+28 |
| | |||||
* | Merge branch 'bnewbold-review-bots' | Bryan Newbold | 2019-04-09 | 1 | -0/+1 |
|\ | |||||
| * | remove title from metadata macro | Bryan Newbold | 2019-04-06 | 1 | -0/+1 |
| | | |||||
* | | have webcapture wayback links go right to capture (not calendar) | Bryan Newbold | 2019-04-09 | 1 | -2/+2 |
|/ | |||||
* | more citation styles, and tests | Bryan Newbold | 2019-04-04 | 1 | -0/+3 |
| | |||||
* | link to BibTeX (and test this) | Bryan Newbold | 2019-04-04 | 1 | -1/+12 |
| | |||||
* | strftime() in a bunch of places | Bryan Newbold | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | improve url/table rendering for dweb URLs | Bryan Newbold | 2019-03-19 | 1 | -1/+5 |
| | |||||
* | make wayback archive_urls work | Bryan Newbold | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | if no fulltext file, try webcapture | Bryan Newbold | 2019-03-19 | 1 | -0/+2 |
| | |||||
* | bugfix in release infobox | Bryan Newbold | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | clean up HTML whitespace | Bryan Newbold | 2019-03-07 | 1 | -1/+3 |
| | |||||
* | webface: fix abstracts, description | Bryan Newbold | 2019-03-07 | 1 | -5/+6 |
| | |||||
* | webface: more validator fixes, including microdata bump to document-wide | Bryan Newbold | 2019-03-07 | 1 | -10/+9 |
| | |||||
* | webface: w3c validator fixes | Bryan Newbold | 2019-03-07 | 1 | -15/+15 |
| | |||||
* | webface: ScholarlyArticle microdata for all release pages | Bryan Newbold | 2019-03-07 | 1 | -26/+34 |
| | |||||
* | webface: structure meta tags for release pages | Bryan Newbold | 2019-03-07 | 1 | -0/+67 |
| | |||||
* | truncate long author lists | Bryan Newbold | 2019-03-04 | 1 | -2/+4 |
| | |||||
* | allow contrib table to collapse (not fixed) | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | revert collapsing extra key; do use template in release view | Bryan Newbold | 2019-03-02 | 1 | -10/+3 |
| |