@openneuro/app 4.35.0-alpha.1 → 4.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openneuro/app",
|
|
3
|
-
"version": "4.35.0
|
|
3
|
+
"version": "4.35.0",
|
|
4
4
|
"description": "React JS web frontend for the OpenNeuro platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "public/client.js",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "ce3f98fbbe9da0c9463dcae9fe6357c1000d0fa5"
|
|
79
79
|
}
|
|
@@ -36,6 +36,15 @@ export function OrcidLinkPage() {
|
|
|
36
36
|
have will be merged into the combined OpenNeuro account linked to your
|
|
37
37
|
ORCID iD.
|
|
38
38
|
</p>
|
|
39
|
+
<p>
|
|
40
|
+
</p>
|
|
41
|
+
<p>
|
|
42
|
+
Please see{" "}
|
|
43
|
+
<a href="https://docs.openneuro.org/orcid.html">our documentation</a>
|
|
44
|
+
{" "}
|
|
45
|
+
for additional details on how we use ORCID data and how to link your
|
|
46
|
+
account.
|
|
47
|
+
</p>
|
|
39
48
|
<h3>Why are we making this change?</h3>
|
|
40
49
|
<p>
|
|
41
50
|
ORCID allows richer researcher metadata for contributions and
|