Skip to content
Snippets Groups Projects
Commit cb8a562c authored by Xiao Gui's avatar Xiao Gui
Browse files

feat: show publications of dataset

parent eb00e7b5
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,5 @@ node_modules ...@@ -2,4 +2,5 @@ node_modules
dist dist
package-lock.json package-lock.json
src/res/raw src/res/raw
src/plugin_examples/*/ src/plugin_examples/*/
\ No newline at end of file deploy
This diff is collapsed.
...@@ -8,11 +8,15 @@ ...@@ -8,11 +8,15 @@
</kg-entry-viewer> </kg-entry-viewer>
<!-- citation --> <!-- citation -->
<citations-component <div style="margin:1em" *ngIf="searchResultFile && !searchResultFile.kgID && searchResultFile.properties && searchResultFile.properties.publications && searchResultFile.properties.publications.length > 0">
citationContainer <h5>
*ngIf = "searchResultFile && !searchResultFile.kgID" Citations for this dataset:
[properties] = "searchResultFile.datasetProperties"> </h5>
</citations-component> <citations-component
citationContainer
[properties] = "searchResultFile.properties">
</citations-component>
</div>
<!-- file viewer --> <!-- file viewer -->
<div <div
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment