Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Unhide User Interface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Helmholtz Metadata Collaboration
HMC Public
unHIDE
Unhide User Interface
Merge requests
!68
Details API for details page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Details API for details page
functionality/details-api
into
feature/record-details-page
Overview
21
Commits
19
Pipelines
8
Changes
32
Open
Fiona D'Mello
requested to merge
functionality/details-api
into
feature/record-details-page
3 weeks ago
Overview
21
Commits
19
Pipelines
8
Changes
32
Expand
A new API that sends enriched information of a record given a valid id
0
0
Merge request reports
Compare
feature/record-details-page
version 8
7ce4bed2
2 days ago
version 7
3592f424
2 days ago
version 6
78e2c735
1 week ago
version 5
78e2c735
1 week ago
version 4
ef3da51c
1 week ago
version 3
28f99281
1 week ago
version 2
34562f5b
1 week ago
version 1
94674204
3 weeks ago
feature/record-details-page (HEAD)
and
latest version
latest version
7ec4bb42
19 commits,
2 days ago
version 8
7ce4bed2
18 commits,
2 days ago
version 7
3592f424
17 commits,
2 days ago
version 6
78e2c735
16 commits,
1 week ago
version 5
78e2c735
18 commits,
1 week ago
version 4
ef3da51c
15 commits,
1 week ago
version 3
28f99281
14 commits,
1 week ago
version 2
34562f5b
13 commits,
1 week ago
version 1
94674204
12 commits,
3 weeks ago
32 files
+
1993
−
72
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
Search (e.g. *.vue) (Ctrl+P)
src/app/api/__tests__/__mocks__/rorResults/24.rorWithoutLogo.json
0 → 100644
+
98
−
0
Options
{
"id"
:
"https://ror.org/04aj4c181"
,
"name"
:
"Technische Informationsbibliothek (TIB)"
,
"status"
:
"active"
,
"email_address"
:
null
,
"ip_addresses"
:
[],
"established"
:
1959
,
"types"
:
[
"Archive"
],
"relationships"
:
[
{
"label"
:
"Leibniz Association"
,
"type"
:
"Parent"
,
"id"
:
"https://ror.org/01n6r0e97"
},
{
"label"
:
"TIB Open Publishing"
,
"type"
:
"Child"
,
"id"
:
"https://ror.org/058nncw69"
}
],
"addresses"
:
[
{
"lat"
:
52.37052
,
"lng"
:
9.73322
,
"state"
:
null
,
"state_code"
:
null
,
"city"
:
"Hanover"
,
"geonames_city"
:
{
"id"
:
2910831
,
"city"
:
"Hanover"
,
"geonames_admin1"
:
{
"name"
:
"Lower Saxony"
,
"id"
:
null
,
"ascii_name"
:
null
,
"code"
:
"DE.NI"
},
"geonames_admin2"
:
{
"name"
:
null
,
"id"
:
null
,
"ascii_name"
:
null
,
"code"
:
null
},
"license"
:
{
"attribution"
:
"Data from geonames.org under a CC-BY 3.0 license"
,
"license"
:
"http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1"
:
{
"name"
:
null
,
"code"
:
null
},
"nuts_level2"
:
{
"name"
:
null
,
"code"
:
null
},
"nuts_level3"
:
{
"name"
:
null
,
"code"
:
null
}
},
"postcode"
:
null
,
"primary"
:
false
,
"line"
:
null
,
"country_geonames_id"
:
null
}
],
"links"
:
[
"https://www.tib.eu/en/"
],
"aliases"
:
[
"German National Library of Science and Technology"
,
"German National Library of Science and Technology (TIB) - Leibniz Information Centre for Science and Technology - University Library"
,
"Technische Informationsbibliothek (TIB) - Leibniz-Informationszentrum Technik und Naturwissenschaften - Universitätsbibliothek"
],
"acronyms"
:
[
"TIB"
],
"wikipedia_url"
:
"https://en.wikipedia.org/wiki/German_National_Library_of_Science_and_Technology"
,
"labels"
:
[
{
"label"
:
"Technische Informationsbibliothek"
,
"iso639"
:
"de"
}
],
"country"
:
{
"country_name"
:
"Germany"
,
"country_code"
:
"DE"
},
"external_ids"
:
{
"ISNI"
:
{
"preferred"
:
null
,
"all"
:
[
"0000 0001 2174 6694"
]
},
"Wikidata"
:
{
"preferred"
:
null
,
"all"
:
[
"Q2399120"
]
},
"GRID"
:
{
"preferred"
:
"grid.461819.3"
,
"all"
:
"grid.461819.3"
}
}
}
Loading