Florian Spreckelen

Results 9 comments of Florian Spreckelen

Hi @GibbsConsulting, and thanks for the answer. I'll check whether I can boil it down to a minimal example.

I revisited the old project and found my mistake: ```python ... app = DjangoDash( ... external_stylesheets=[static("my.css")], # Here, we really need a list in django-plotly-dash>1.6.0 ... ) ``` In django-plotly-dash

Hi, we now have the [sitemap](https://dataportal.leibniz-zmt.de/sitemap.xml) with all public datasets online. Is it possible to do a crawler test run before we enter it to the ODIS catalogue?

Hi @jmckenna, we updated our Jsons according to the things we discussed last time. Can you run your tests again against the [sitemap](https://dataportal.leibniz-zmt.de/sitemap.xml) and check whether * `@id` looks fine...

@jmckenna @uschindler, sorry that was too bold a claim, then. And it will be even more so in the future, unfortunately, once we included more non-PANGAEA dataset in the portal...

@jmckenna How does your frontend treat entries like https://dataportal.leibniz-zmt.de/Entity/18288 (view-source:https://dataportal.leibniz-zmt.de/oih/dataset_18288.html for the json, respectively) where we have an array of places in the spatial coverage? There should be a lot...

@jmckenna Hi, I just updated the JSONs again; they now have `sdPublisher` and `creditText`.

@jmckenna We added keywords (simple array of strings for now) to some of the datasets; do they look good after harvesting? The schema.org validator passes.

Hi @jmckenna, good point, we've not considered these characters so far. Escaping non-ASCI is the safe default of the exporter but by no means is it necessary (on the landing...