ewg118 / numishare

Numishare is an open source suite of applications for managing digital cultural heritage artifacts, with a particular focus on coins and medals.
Apache License 2.0
40 stars 19 forks source link

How to enable Contributors and About pages? #143

Closed fgnm closed 1 year ago

fgnm commented 1 year ago

Hi, I was looking a way to add extra pages such as PELLA collection (http://numismatics.org/pella/pages/about) but can't find a way to enable them both in Numishare UI nor in exist db. I've seen the contributors.xpl page but in Settings -> Page Content and Navigation there isn't any option for them.

Thanks

Msch0150 commented 1 year ago

Hi, I had a similar question in the past. The following answer solved it for me:

https://github.com/ewg118/numishare/issues/108

fgnm commented 1 year ago

@Msch0150 thanks a lot! I miss it because I was looking specifically for the contributors page. So, half issue is solved :)

ewg118 commented 1 year ago

The contributors page only works for type corpora, not physical specimens. The contributors page is generated by a SPARQL query for all of the datasets that contribute specimens to the type series, so all of these datasets need to be imported into the SPARQL endpoint (usually nomisma.org, but you can set a different endpoint URL in the Numishare config) and all of the Nomisma.org collection RDF need to be incorporated into that endpoint as well.

fgnm commented 1 year ago

Thanks both, I got everything working :)