Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more quick links to external resources #10

Closed
nichtich opened this issue Mar 8, 2021 · 1 comment
Closed

Add more quick links to external resources #10

nichtich opened this issue Mar 8, 2021 · 1 comment
Labels
feature Additional functionality user experience Usage should be fun and easy
Milestone

Comments

@nichtich
Copy link
Member

nichtich commented Mar 8, 2021

Such as WebDewey Search and Norsk WebDewey:

<span>
    <a
      :href="`https://coli-conc.gbv.de/cocoda/app/?fromScheme=http%3A%2F%2Fdewey.info%2Fscheme%2Fedition%2Fe23%2F&from=${concept.uri}`"
      title="open in Cocoda"
      target="cocoda">&nesear;</a>
    <a
      :href="`https://deweysearchde.pansoft.de/webdeweysearch/executeSearch.html?query=${concept.notation[0]}`"
      title="open in WebDewey Search"
      target="webdewey_search">&#x1F50D;</a>
    <a
      :href="`https://data.ub.uio.no/skosmos/ddc/nb/page/?uri=${concept.uri}`"
      title="open in Norsk WebDewey"
      target="norsk_webdewey">no</a>
  </span>

This may also come with gbv/bartoc.org#76 so we can manage the links in BARTOC.

@nichtich nichtich added the feature Additional functionality label Mar 8, 2021
@nichtich nichtich added the user experience Usage should be fun and easy label Mar 24, 2021
@nichtich nichtich added this to the 0.3.0 milestone May 10, 2021
@nichtich
Copy link
Member Author

Closing in favour of #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality user experience Usage should be fun and easy
Projects
None yet
Development

No branches or pull requests

1 participant