syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

link bibliography from citations on interface #533

Closed jbellik closed 3 years ago

jbellik commented 3 years ago

In interface1.html, make all citations into links to a bibliography pdf. These are all in the info texts and say things like "(Selkirk 2011)" or "(Elfner 2012)".

nkalivoda commented 3 years ago

Do we want them to link to the PDF or to the other page?

jbellik commented 3 years ago

I was thinking the pdf but it could go either way. Do you have an opinion?

On Tue, Dec 8, 2020 at 8:15 AM Nick Kalivoda notifications@github.com wrote:

Do we want them to link to the PDF https://cpb-us-e1.wpmucdn.com/sites.ucsc.edu/dist/8/830/files/2020/12/Bibliography-for-SPOT-Website.pdf or to the other page https://spot.sites.ucsc.edu/links/bibliography-for-spot-website/?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/syntax-prosody-ot/main/issues/533#issuecomment-740723759, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7ROKXO7QNW4PJXXQVY3RDSTZGINANCNFSM4UQ34JHQ .

--

-- Jennifer Bellik, PhD Post-doctoral researcher & lecturer UC Santa Cruz https://people.ucsc.edu/~jbellik/

nkalivoda commented 3 years ago

Done, but now I'm worried that if people don't open them in a new tab or window, they'll lose their work-in-progress. What if we made them open in a new tab?

jbellik commented 3 years ago

It looks like we can do that by adding target="_blank" rel="noopener noreferrer" inside the first tag after the href= part. https://www.freecodecamp.org/news/how-to-use-html-to-open-link-in-new-tab/