diff options
author | Bryan Newbold <bnewbold@archive.org> | 2023-01-04 20:23:18 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2023-01-04 21:28:26 -0800 |
commit | 011f309d5a0056f633b88de2b33e5714548eba56 (patch) | |
tree | bbb30fb5d4b961418f1147631652fd6eff8cf9a8 /proposals | |
parent | e3faf184c454ae0a998c61dfea2e2fc193a251e3 (diff) | |
download | fatcat-scholar-011f309d5a0056f633b88de2b33e5714548eba56.tar.gz fatcat-scholar-011f309d5a0056f633b88de2b33e5714548eba56.zip |
proposals: notes on landing page refactor
Diffstat (limited to 'proposals')
-rw-r--r-- | proposals/2022-XX-XX_landing_pages.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/proposals/2022-XX-XX_landing_pages.md b/proposals/2022-XX-XX_landing_pages.md new file mode 100644 index 0000000..2c4a3a8 --- /dev/null +++ b/proposals/2022-XX-XX_landing_pages.md @@ -0,0 +1,46 @@ + +status: planning + +Work Langing Page Refactor +========================== + +New features: + +- policy pages + => or could just add these to The Guide? + /help/authors + updated works + removing content + correcting metadata + /help/publishers + inclusion + take downs + + +- work landing pages + /work/<work_id> + => access options + => versions + => abstract + => metadata: biblio, etc + => links elsewhere + => citation formats + /work/<work_id>.json + /work/<work_id>/citation.txt?style=apa + /work/<work_id>/citation.json?style=apa +- citation graph + /work/<work_id>/refs-in + /work/<work_id>/refs-out + +- venue + => just pull from fatcat API? + => search? +- venue: browse + /venue/<container_id>/browse + => like SERP page, but show top bar? thumbnails? + + +## Other UI/UX details + +- align width of top bar to that of footer and search +- remove beta labels (top bar, homepage) |