You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/search.js
+3-6
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,12 @@ const Search = () => {
34
34
{class: "c"},
35
35
h1({class: "center"},"1. Define your corpus"),
36
36
p(
37
-
{style: "font-size: 0.85em"},
38
37
"Use the frame below to search the OpenAlex database and carve out your corpus. Make sure your search retrieves only the publications relevant for your research - for large corpuses, only the 10.000 most cited records will be processed",
39
38
),
40
39
iframe({
41
40
id: "openalex-frame",
42
41
width: "100%",
43
-
height: "450px",
44
-
style: "border-radius: 15px",
42
+
height: "480px",
45
43
allow: "clipboard-write",
46
44
src: ()=>
47
45
url.val
@@ -66,14 +64,13 @@ const Search = () => {
66
64
FetchWorksProgressBar,
67
65
),
68
66
label(
69
-
{for: "url",style: "font-size: 0.9em"},
67
+
{for: "url"},
70
68
'Please copy the address provided above in the "API Box" and paste it below:',
"BiblioGraph allows you turn a corpus of OpenAlex records into a scientometric landscape, composed by:",
15
+
"BiblioGraph allows you turn a corpus of OpenAlex records into a scientometric landscape, composed of:",
16
16
),
17
17
ol(
18
18
li(
19
-
"A base map consisting in the network of references that appear together in the records of the corpus;",
19
+
"A base map consisting in the network of references that appear together in the records of the corpus",
20
20
),
21
21
li(
22
-
"A layer of metadata extracted from the records (authors, sources, subfields...) and positioned according to their co-occurrence with the references of the base map.",
22
+
"A layer of metadata extracted from the records (authors, sources, subfields...) positioned according to their co-occurrence with the references of the base map",
0 commit comments