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
nomad-lab
nomad-FAIR
Commits
c4531c81
Commit
c4531c81
authored
Jul 27, 2020
by
Markus Scheidgen
Browse files
Replaced nomad-lab.eu rules with paths.
parent
620c6d4b
Changes
4
Show whitespace changes
Inline
Side-by-side
gui/src/components/About.js
View file @
c4531c81
...
...
@@ -100,7 +100,7 @@ export default function About() {
window
.
location
.
href
=
'
https://encyclopedia.nomad-coe.eu/gui/#/search
'
})
makeClickable
(
'
analytics
'
,
()
=>
{
window
.
location
.
href
=
'
https://nomad-lab.eu/
index.php?page=
AItutorials
'
window
.
location
.
href
=
'
https://nomad-lab.eu/AItutorials
'
})
makeClickable
(
'
search
'
,
()
=>
{
history
.
push
(
'
/search
'
)
...
...
@@ -148,9 +148,9 @@ export default function About() {
If you want to provide your own data, please login or register for an account.
You can learn more about on the NOMAD Repository and Archive
[homepage](https://nomad-lab.eu/
index.php?page=
repo-arch), our
[homepage](https://nomad-lab.eu/repo-arch), our
[documentation](
${
appBase
}
/docs/index.html).
There is also an [FAQ](https://nomad-lab.eu/
index.php?page=
repository-archive-faqs)
There is also an [FAQ](https://nomad-lab.eu/repository-archive-faqs)
and the more detailed [uploader documentation](
${
appBase
}
/docs/upload.html).
`
}
<
/Markdown
>
<
/Grid
>
...
...
@@ -221,7 +221,7 @@ export default function About() {
There is a [tutorial on how to use the API with plain Python](${appBase}/docs/api_tutorial.html).
Another [tutorial covers how to install and use NOMAD
'
s
Python
client
library
](
$
{
appBase
}
/docs/
archive_tutorial
.
html
).
The
[
NOMAD
Analytics
Toolkit
](
https
:
//nomad-lab.eu/
index.php?page=
AIToolkit) allows to use
The
[
NOMAD
Analytics
Toolkit
](
https
:
//nomad-lab.eu/AIToolkit) allows to use
this
without
installation
and
directly
on
NOMAD
servers
.
`}</Markdown></InfoCard>
<Grid item xs={12}>
...
...
gui/src/components/App.js
View file @
c4531c81
...
...
@@ -278,7 +278,7 @@ function MainMenu() {
/
>
<
MainMenuItem
title
=
"
FAQ
"
href
=
"
https://nomad-lab.eu/
index.php?page=
repository-archive-faqs
"
href
=
"
https://nomad-lab.eu/repository-archive-faqs
"
tooltip
=
"
Frequently Asked Questions (FAQ)
"
icon
=
{
<
FAQIcon
/>
}
/
>
...
...
gui/src/components/uploads/UploadPage.js
View file @
c4531c81
...
...
@@ -276,7 +276,7 @@ class UploadPage extends React.Component {
Each
uploaded
file
can
be
<
b
>
up
to
32
GB
<
/b> in size, you can have <b>up to 10 unpublishe
d
uploads
<
/b> simultaneously. Your uploaded data is not published right away
.
Find
more
details
about
uploading
data
in
our
<
Link
href
=
{
`
${
appBase
}
/docs/upload.html`
}
>
documentation
<
/Link> or visi
t
our
<
Link
href
=
"
https://nomad-lab.eu/
index.php?page=
repository-archive-faqs
"
>
FAQs
<
/Link>
.
our
<
Link
href
=
"
https://nomad-lab.eu/repository-archive-faqs
"
>
FAQs
<
/Link>
.
<
/Typography
>
<
Typography
>
The
following
codes
are
supported
:
<
CodeList
/>
.
...
...
gui/src/config.js
View file @
c4531c81
...
...
@@ -19,7 +19,7 @@ export const maxLogsToShow = 50
export
const
consent
=
`
By using this web-site and by uploading and downloading data, you agree to the
[terms of use](https://nomad-lab.eu/
index.php?page=
terms).
[terms of use](https://nomad-lab.eu/terms).
Uploaded data is licensed under the Creative Commons Attribution license
([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)). You can publish
...
...
Write
Preview
Markdown
is supported
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