semantic-systems / nfdi-search-engine

A lightweight, KG-driven search engine over different endpoints and APIs
https://nfdi-search.nliwod.org/
MIT License
5 stars 3 forks source link

only first 3 authors are shown on each result #101

Closed Meisenburger13 closed 1 year ago

Meisenburger13 commented 1 year ago

I've implemented the feature that only the first three authors of a article/dataset etc. are shown with the option to see the rest by clicking them. I've also added a little bit of margin, which was requested in the last meeting.

To accomplish this I've made the necessary changes to the result.html and result.css files.

Additionally, I've fixed a minor bug, which probably doesn't belong in this branch but it was so small that I hope it is fine. I've just added a blank space between the first and last name in the orcid file. Before the names were displayed like this: RicardoUsbeck.

Please review and merge if you don't see any problems :)

Meisenburger13 commented 1 year ago

That was actually that way before, but I'll take a look if I can improve the look