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
dist
package-lock.json
src/res/raw
src/plugin_examples/*/
\ No newline at end of file
src/plugin_examples/*/
deploy
This diff is collapsed.
......@@ -8,11 +8,15 @@
</kg-entry-viewer>
<!-- citation -->
<citations-component
citationContainer
*ngIf = "searchResultFile && !searchResultFile.kgID"
[properties] = "searchResultFile.datasetProperties">
</citations-component>
<div style="margin:1em" *ngIf="searchResultFile && !searchResultFile.kgID && searchResultFile.properties && searchResultFile.properties.publications && searchResultFile.properties.publications.length > 0">
<h5>
Citations for this dataset:
</h5>
<citations-component
citationContainer
[properties] = "searchResultFile.properties">
</citations-component>
</div>
<!-- file viewer -->
<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