Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FAIR-v1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIRness
FAIR-v1
Commits
4833f96b
Commit
4833f96b
authored
5 years ago
by
Isa H
Browse files
Options
Downloads
Patches
Plain Diff
small mod general submission
parent
0dc35a08
No related branches found
No related tags found
1 merge request
!3
Small fe mods michael
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/input/pharma-input-fields/PhEntity.vue
+12
-3
12 additions, 3 deletions
src/components/input/pharma-input-fields/PhEntity.vue
src/store/modules/vocabulary.js
+51
-8
51 additions, 8 deletions
src/store/modules/vocabulary.js
src/utils/fields.js
+2
-2
2 additions, 2 deletions
src/utils/fields.js
with
65 additions
and
13 deletions
src/components/input/pharma-input-fields/PhEntity.vue
+
12
−
3
View file @
4833f96b
...
...
@@ -89,11 +89,20 @@
<v-text-field
outline
:value=
"orcid"
label=
"O
rcid
"
label=
"O
RCID
"
:rules=
"[validationrules.orcid]"
v-on:input=
"$emit('input-orcid', $event);validate();$emit('entity-validation', validationWarning)"
background-color=
"blue-grey lighten-5"
></v-text-field>
background-color=
"blue-grey lighten-5"
>
<
template
v-slot:prepend
>
<v-tooltip
bottom
>
<v-btn
slot=
"activator"
small
icon
:href=
"'https://orcid.org/'"
target=
"_blank"
>
<v-icon
color=
"blue"
>
info
</v-icon>
</v-btn>
ORCID: Open Researcher and Contributor ID
</v-tooltip>
</
template
>
</v-text-field>
</v-flex>
</v-layout>
...
...
This diff is collapsed.
Click to expand it.
src/store/modules/vocabulary.js
+
51
−
8
View file @
4833f96b
...
...
@@ -98,7 +98,17 @@ const state = {
"
@language
"
:
"
eng
"
}
],
"
skos:exactMatch
"
:
[
"
fwf id
"
]
"
skos:exactMatch
"
:
[
"
https://www.grid.ac/institutes/grid.25111.36
"
]
},
{
"
@type
"
:
"
frapo:FundingAgency
"
,
"
skos:prefLabel
"
:
[
{
"
@value
"
:
"
European Commission (EU)
"
,
"
@language
"
:
"
eng
"
}
],
"
skos:exactMatch
"
:
[
"
https://www.grid.ac/institutes/grid.270680.b
"
]
}
]
},
...
...
@@ -123,7 +133,40 @@ const state = {
"
foaf:homepage
"
:
[
"
https://pharminfo.univie.ac.at/
"
],
"
skos:notation
"
:
[
"
ORD 63 Open Research Data
"
]
},
{
"
@type
"
:
"
foaf:Project
"
,
"
skos:prefLabel
"
:
[
{
"
@value
"
:
"
SFB35
"
,
"
@language
"
:
"
en
"
}
],
"
rdfs:comment
"
:
[
{
"
@value
"
:
""
,
"
@language
"
:
"
eng
"
}
],
"
foaf:homepage
"
:
[
""
],
"
skos:notation
"
:
[
""
]
},
{
"
@type
"
:
"
foaf:Project
"
,
"
skos:prefLabel
"
:
[
{
"
@value
"
:
"
MolTag
"
,
"
@language
"
:
"
en
"
}
],
"
rdfs:comment
"
:
[
{
"
@value
"
:
""
,
"
@language
"
:
"
eng
"
}
],
"
foaf:homepage
"
:
[
"
https://moltag.univie.ac.at/
"
],
"
skos:notation
"
:
[
""
]
},
{
"
@type
"
:
"
foaf:Project
"
,
"
skos:prefLabel
"
:
[
...
...
@@ -2919,32 +2962,32 @@ const state = {
},
{
"
@id
"
:
"
http://creativecommons.org/licenses/by/4.0/
"
,
"
skos:prefLabel
"
:
{
eng
:
"
CC BY 4.0 International
"
},
"
skos:prefLabel
"
:
{
eng
:
"
CC BY 4.0 International
(Attribution)
"
},
img
:
"
cc-by.png
"
},
{
"
@id
"
:
"
http://creativecommons.org/licenses/by-nc/4.0/
"
,
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-NC 4.0 International
"
},
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-NC 4.0 International
(Attribution-NonCommercial)
"
},
img
:
"
cc-by-nc.png
"
},
{
"
@id
"
:
"
http://creativecommons.org/licenses/by-nc-nd/4.0/
"
,
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-NC-ND 4.0 International
"
},
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-NC-ND 4.0 International
(Attribution-NonCommercial-NoDerivatives)
"
},
img
:
"
cc-by-nc-nd.png
"
},
{
"
@id
"
:
"
http://creativecommons.org/licenses/by-nc-sa/4.0/
"
,
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-NC-SA 4.0 International
"
},
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-NC-SA 4.0 International
(Attribution-NonCommercial-ShareAlike)
"
},
img
:
"
cc-by-nc-sa.png
"
},
{
"
@id
"
:
"
http://creativecommons.org/licenses/by-nd/4.0/
"
,
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-ND 4.0 International
"
},
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-ND 4.0 International
(Attribution-NoDerivatives)
"
},
img
:
"
cc-by-nd.png
"
},
{
"
@id
"
:
"
http://creativecommons.org/licenses/by-sa/4.0/
"
,
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-SA 4.0 International
"
},
"
skos:prefLabel
"
:
{
eng
:
"
CC BY-SA 4.0 International
(Attribution-ShareAlike)
"
},
img
:
"
cc-by-sa.png
"
}
],
...
...
This diff is collapsed.
Click to expand it.
src/utils/fields.js
+
2
−
2
View file @
4833f96b
...
...
@@ -5,7 +5,7 @@ const fields = [
{
id
:
"
pharma-title
"
,
predicate
:
"
dce:title
"
,
label
:
"
*
Title
"
,
label
:
"
Title
"
,
type
:
"
bf:Title
"
,
title
:
""
,
component
:
"
pharma-title
"
,
...
...
@@ -40,7 +40,7 @@ const fields = [
type
:
"
bf:Note
"
,
component
:
"
text-field
"
,
info
:
"
Abstract
"
,
infoRef
:
""
,
infoRef
:
"
Description of your research collection
"
,
multiline
:
true
,
multilingual
:
true
,
language
:
"
eng
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment