Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Chaillet
doi-landing-page
Commits
8704d1fb
Commit
8704d1fb
authored
Apr 29, 2019
by
Maxime Chaillet
Browse files
Remove the link to fontawesome as it is apparently not used.
parent
132b01ae
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
www/dev.tpl.html
View file @
8704d1fb
...
...
@@ -5,7 +5,7 @@
<title>
ESRF - DOI
</title>
<link
rel=
"icon"
href=
"/src/images/favicon.ico"
>
<link
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<!--
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
-->
<!-- Using grunt-wiredep, the proper js files from bower components are included below -->
<!-- bower:js -->
...
...
www/index.html
View file @
8704d1fb
...
...
@@ -9,7 +9,7 @@
<title>
ESRF - DOI
</title>
<link
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<!--
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
-->
<link
rel=
"stylesheet"
href=
"/min/output.min.css"
>
<script
src=
"/min/components.min.js"
></script>
...
...
www/min/doi.min.js
View file @
8704d1fb
This diff is collapsed.
Click to expand it.
www/src/doicontroller.js
View file @
8704d1fb
...
...
@@ -50,13 +50,10 @@ DOIController.prototype.render = function (doi, data) {
doiData
.
creators
=
jsonExtractor
.
getCreators
(
data
);
doiData
.
publiclyAccessibleYear
=
jsonExtractor
.
getPubliclyAccessibleYear
(
data
);
console
.
log
(
doiData
.
publiclyAccessibleYear
);
doiData
.
abstract
=
jsonExtractor
.
getAbstract
(
data
);
doiData
.
investigationId
=
jsonExtractor
.
getInvestigationId
(
data
);
doiData
.
resourceType
=
jsonExtractor
.
getResourceType
(
data
);
doiData
.
proposalType
=
jsonExtractor
.
getFieldFromSubject
(
data
.
subjects
,
"
Proposal Type Description
"
);
doiData
.
resourceTypeGeneral
=
jsonExtractor
.
getResourceTypeGeneral
(
data
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment