diff --git a/ui/src/assets/geomodels/ProviderModelInfo.json b/ui/src/assets/geomodels/ProviderModelInfo.json index 1c1d3e7..4751186 100644 --- a/ui/src/assets/geomodels/ProviderModelInfo.json +++ b/ui/src/assets/geomodels/ProviderModelInfo.json @@ -93,6 +93,23 @@ "infoUrl": "https://www.auscope.org.au/avre", "infoMessage": "AVRE's application for viewing geoscience models in 3D" }, + "datarepo": { + "name": "Data Repository", + "models": [ + { + "name": "AuScope Data Repository", + "icon": "AuScopeRepo3.png", + "colourClass": "all", + "srcUrl" : "https://repository.data.auscope.org.au/", + "infoUrl": "", + "infoMessage": "The AuScope Data Repository is dedicated to the preservation and continuous accessibility of geoscientific data generated by Australia's geoscience community, addressing fundamental geoscience inquiries and overarching challenges such as climate change, natural resource security, and natural hazards. Its features include: AAF login, automated DOI (Digital Object Identifier) minting, a curated publication process (with optional embargo period), and integration with ARDC Research Data Australia." + } + ], + "icon": "Icons_AVRE.png", + "colourClass": "all", + "infoUrl": "https://www.auscope.org.au/avre", + "infoMessage": "The AuScope Data Repository is a trusted repository for depositing geoscience data." + }, "geophys": { "name": "Geophysics", "models": [ diff --git a/ui/src/assets/images/AuScopeRepo3.png b/ui/src/assets/images/AuScopeRepo3.png new file mode 100644 index 0000000..6e38a48 Binary files /dev/null and b/ui/src/assets/images/AuScopeRepo3.png differ