Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 74 citation details #84

Merged
merged 5 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 147 additions & 30 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"citationText": "CITE AS: Oni Platform. A project with co-investment from Australian Research Data Commons, The University of Queensland, The University of Melbourne, The University of Sydney, Monash University, First Languages Australia and AARNet."
},
"subHelpLinks": [
{"name": "Example Link", "href":"https://www.example.com", "target":"_blank"}
{
"name": "Example Link",
"href": "https://www.example.com",
"target": "_blank"
}
],
"terms": {
"text": "Example terms of service",
Expand All @@ -28,7 +32,7 @@
},
"privacy": {
"text": "Example privacy notice",
"href":"/privacy",
"href": "/privacy",
"title": "Privacy Notice"
},
"email": {
Expand Down Expand Up @@ -68,31 +72,60 @@
"enforced": false,
"URL": "https://registry-test.ldaca.edu.au/registry/co_petitions/start/coef:9"
},
"topNavItems": [ {
"route": "search?f=%257B%2522%2540type%2522%253A%255B%2522RepositoryCollection%2522%255D%252C%2522_isTopLevel.%2540value%2522%253A%255B%2522true%2522%255D%257D",
"display": "Top Collections"
}, {
"route": "search?f=%257B%2522%2540type%2522%253A%255B%2522RepositoryCollection%2522%255D%257D",
"display": "Collections"
},
"topNavItems": [
{
"route": "search?f=%257B%2522%2540type%2522%253A%255B%2522RepositoryCollection%2522%255D%252C%2522_isTopLevel.%2540value%2522%253A%255B%2522true%2522%255D%257D",
"display": "Top Collections"
},
{
"route": "search?f=%257B%2522%2540type%2522%253A%255B%2522RepositoryCollection%2522%255D%257D",
"display": "Collections"
},
{
"route": "/search?f=%257B%2522%2540type%2522%253A%255B%2522SoftwareApplication%2522%255D%257D",
"display": "Notebooks"
}],
}
],
"search": {
"sorting": [
{"value": "relevance", "label": "Relevance"},
{"value": "_isTopLevel.@value.keyword", "label": "Collections"},
{"value": "name", "label": "Name", "field": "name.@value.keyword"}
{
"value": "relevance",
"label": "Relevance"
},
{
"value": "_isTopLevel.@value.keyword",
"label": "Collections"
},
{
"value": "name",
"label": "Name",
"field": "name.@value.keyword"
}
],
"searchSorting": {"value": "relevance", "label": "Relevance"},
"searchSorting": {
"value": "relevance",
"label": "Relevance"
},
"ordering": [
{"value": "asc", "label": "Ascending"},
{"value": "desc", "label": "Descending"}
{
"value": "asc",
"label": "Ascending"
},
{
"value": "desc",
"label": "Descending"
}
],
"defaultOrder": {"value": "desc", "label": "Descending"},
"defaultOrder": {
"value": "desc",
"label": "Descending"
},
"searchDetails": [
{"field": "language", "label": "Language", "name": "language.name.@value"}
{
"field": "language",
"label": "Language",
"name": "language.name.@value"
}
]
},
"main": {
Expand Down Expand Up @@ -128,6 +161,62 @@
"citation"
]
},
"head": {
"meta": [
{
"name": "DC.title",
"content": "name"
},
{
"name": "DC.description",
"content": "description"
},
{
"name": "DC.creator",
"content": "creator"
},
{
"name": "DC.contributor",
"content": "contributor"
},
{
"name": "DC.date",
"content": "datePublished"
},
{
"name": "DC.coverage",
"content": "temporalCoverage"
},
{
"name": "DC.language",
"content": "language"
},
{
"name": "DC.identifier",
"content": "@id"
},
{
"name": "DC.publisher",
"content": "publisher"
},
{
"name": "DC.type",
"content": "@type"
},
{
"name": "DC.type",
"content": "materialType"
},
{
"name": "DC.license",
"content": "license"
},
{
"name": "DC.date",
"content": "dateCreated"
}
]
},
"collection": {
"name": {
"display": "Name",
Expand Down Expand Up @@ -175,7 +264,13 @@
"displayHasMember": false,
"displayHasPart": true
},
"relationships": [{"name":"notebook", "display":"Notebooks", "type":"SoftwareApplication"}]
"relationships": [
{
"name": "notebook",
"display": "Notebooks",
"type": "SoftwareApplication"
}
]
},
"object": {
"name": {
Expand Down Expand Up @@ -333,8 +428,10 @@
"authorization": {
"provider": "rems",
"enrollment": {
"enforced": false,
"groups": ["CO:Members:all"],
"enforced": false,
"groups": [
"CO:Members:all"
],
"URL": "https://registry-test.ldaca.edu.au/registry/co_petitions/start/coef:9"
},
"rems": {
Expand Down Expand Up @@ -440,13 +537,34 @@
}
},
"fields": {
"name.@value": {"label": "Name", "checked": true},
"description.@value": {"label": "Description", "checked": true},
"language.name.@value": {"label": "Language", "checked": true},
"language.alternateName.@value": {"label": "Alternate Language Name", "checked": true},
"contributor.@value": {"label": "Contributor", "checked": true},
"creator.@value": {"label": "Creator", "checked": true},
"_text": {"label": "Text", "checked": true}
"name.@value": {
"label": "Name",
"checked": true
},
"description.@value": {
"label": "Description",
"checked": true
},
"language.name.@value": {
"label": "Language",
"checked": true
},
"language.alternateName.@value": {
"label": "Alternate Language Name",
"checked": true
},
"contributor.@value": {
"label": "Contributor",
"checked": true
},
"creator.@value": {
"label": "Creator",
"checked": true
},
"_text": {
"label": "Text",
"checked": true
}
},
"aggregations": [
{
Expand Down Expand Up @@ -575,7 +693,6 @@
"object": "https://w3id.org/ldac/profile#Object",
"notebook": "https://w3id.org/ldac/profile#Notebook"
},
"skipByMatch": [
]
"skipByMatch": []
}
}
1 change: 1 addition & 0 deletions portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@fortawesome/vue-fontawesome": "^3.0.1",
"@jbtje/vue3pdf": "^2.0.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@unhead/vue": "^1.9.9",
"convert-size": "^1.2.1",
"core-js": "^3.16.4",
"date-fns": "^2.16.1",
Expand Down
Loading