semantic-systems / nfdi-search-engine

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

Feature/details page #73

Closed Meisenburger13 closed 1 year ago

Meisenburger13 commented 1 year ago

Implementation of a simple details page for people from dblp and openalex.

Added a html, css file and a template for the search and details page, so that they look the same and we have less code duplication. Also added a function in main and a details_page.py file to search for the information in the databases.

Not sure if the logger should do anything for the details page?

Please review and merge if you don't find any issues (the template is what's causing the merging issues, but I don't think it should be too hard to merge manually).

RicardoUsbeck commented 1 year ago

What is hindering the merge?

huntila commented 1 year ago

The new branch is implemented based on the previous 'develop' branch. That creates the conflict.

Meisenburger13 commented 1 year ago

Yes, sorry, I only had time to create the pull request on Friday and haven't worked since, so I didn't see the requests. I think the changes are now merged into the develop branch thanks to Tilahun, so we can probably delete this pull request?