aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_view.html
Commit message (Collapse)AuthorAgeFilesLines
* web: implement new schema changesBryan Newbold2021-10-131-1/+4
|
* release view: improve biblio metadata display in central columnBryan Newbold2021-07-231-13/+14
|
* web: PMCID external link improvementBryan Newbold2021-07-021-1/+1
|
* web: expand release creators in more situationsBryan Newbold2021-04-191-1/+1
|
* web: better logic for showing 'save-paper-now' linkBryan Newbold2021-04-121-0/+2
|
* web: improve access button HTMLBryan Newbold2021-04-121-1/+1
|
* web: fix 'dark' archive color (typo); remove space after publisher nameBryan Newbold2021-03-011-2/+2
|
* web: release view improvementsBryan Newbold2021-02-261-111/+79
|
* show DOAJ (and dblp) identifiers in release viewBryan Newbold2020-11-191-1/+7
|
* release view: remove abiguous OA status indicatorBryan Newbold2020-10-131-4/+0
|
* update keepers links to keepers.issn.orgBryan Newbold2020-09-281-3/+3
|
* remove typo (isbn:) from metadata DC.language fieldBryan Newbold2020-08-211-1/+1
|
* remove placeholder description meta tagBryan Newbold2020-08-201-1/+0
|
* re-use 'best pdf url' for release green buttonBryan Newbold2020-06-041-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 linksBryan Newbold2020-04-231-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 interfaceBryan Newbold2020-03-251-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 webfaceBryan Newbold2020-02-131-2/+3
|
* datacite release links and metadata expansionBryan Newbold2019-12-201-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 formBryan Newbold2019-12-121-1/+25
|
* small fixes to release viewBryan Newbold2019-09-051-14/+24
| | | | | - full width container metadata table accordion - fix "Published in by blah" cases
* Read Full Text not DownloadBryan Newbold2019-08-241-2/+2
| | | | | On release views. Also don't blue-link webcapture URLs (but still a hyperlink).
* show release withdrawn statusBryan Newbold2019-07-011-1/+8
| | | | | Including in search results. De-emphasize release_stage button in search results.
* refactor all entities to new UI styleBryan Newbold2019-06-131-1/+2
|
* fixes after rebaseBryan Newbold2019-06-131-141/+38
|
* even better sidebar flexBryan Newbold2019-06-131-2/+2
|
* entity view tweaksBryan Newbold2019-06-131-28/+78
|
* experiment with entity view tabsbnewbold2019-06-131-89/+45
|
* implement major refactor for other entity typesBryan Newbold2019-06-131-38/+42
|
* include arxiv, jstor IDs in side barBryan Newbold2019-05-211-1/+4
|
* rework release view identifiers, subtitle, other new schemaBryan Newbold2019-05-131-15/+43
|
* partial python impl of ext_id and release_stage refactorsBryan Newbold2019-05-131-28/+28
|
* Merge branch 'bnewbold-review-bots'Bryan Newbold2019-04-091-0/+1
|\
| * remove title from metadata macroBryan Newbold2019-04-061-0/+1
| |
* | have webcapture wayback links go right to capture (not calendar)Bryan Newbold2019-04-091-2/+2
|/
* more citation styles, and testsBryan Newbold2019-04-041-0/+3
|
* link to BibTeX (and test this)Bryan Newbold2019-04-041-1/+12
|
* strftime() in a bunch of placesBryan Newbold2019-04-031-1/+1
|
* improve url/table rendering for dweb URLsBryan Newbold2019-03-191-1/+5
|
* make wayback archive_urls workBryan Newbold2019-03-191-1/+1
|
* if no fulltext file, try webcaptureBryan Newbold2019-03-191-0/+2
|
* bugfix in release infoboxBryan Newbold2019-03-191-1/+1
|
* clean up HTML whitespaceBryan Newbold2019-03-071-1/+3
|
* webface: fix abstracts, descriptionBryan Newbold2019-03-071-5/+6
|
* webface: more validator fixes, including microdata bump to document-wideBryan Newbold2019-03-071-10/+9
|
* webface: w3c validator fixesBryan Newbold2019-03-071-15/+15
|
* webface: ScholarlyArticle microdata for all release pagesBryan Newbold2019-03-071-26/+34
|
* webface: structure meta tags for release pagesBryan Newbold2019-03-071-0/+67
|
* truncate long author listsBryan Newbold2019-03-041-2/+4
|
* allow contrib table to collapse (not fixed)Bryan Newbold2019-03-041-1/+1
|
* revert collapsing extra key; do use template in release viewBryan Newbold2019-03-021-10/+3
|