File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ module.exports = configure(function () {
9494 accent : '#9C27B0' ,
9595
9696 formcard : '#efefef' ,
97+ prose : '#333' ,
9798
9899 dark : '#333' ,
99100
Original file line number Diff line number Diff line change 55 class =" bg-formcard q-pa-md"
66 >
77 <div class =" row" >
8- <q-label class =" question " >
8+ <h3 class =" subquestion " >
99 The person's given names
1010 <SchemaGuideLink anchor =" #definitionspersongiven-names" />
11- </q-label >
11+ </h3 >
1212 </div >
1313 <div class =" row" >
1414 <q-input
2828 />
2929 </div >
3030 <div class =" row" >
31- <q-label class =" question " >
31+ <h3 class =" subquestion " >
3232 The person's last names, split into parts
33- </q-label >
33+ </h3 >
3434 </div >
3535 <div class =" row" >
3636 <q-input
8989 </q-input >
9090 </div >
9191 <div class =" row" >
92- <q-label class =" question " >
92+ <h3 class =" subquestion " >
9393 The person's email address
9494 <SchemaGuideLink anchor =" #definitionsperson-email" />
95- </q-label >
95+ </h3 >
9696 </div >
9797 <div class =" row" >
9898 <q-input
112112 />
113113 </div >
114114 <div class =" row" >
115- <q-label class =" question col" >
115+ <h3 class =" subquestion col" >
116116 The person's affiliation
117117 <SchemaGuideLink anchor =" #definitionsperson-affiliation" />
118- </q-label >
119- <q-label class =" question col" >
118+ </h3 >
119+ <h3 class =" subquestion col" >
120120 The person's ORCID
121121 <SchemaGuideLink anchor =" #definitionsperson-orcid" />
122- </q-label >
122+ </h3 >
123123 </div >
124124 <div class =" row" >
125125 <q-input
Original file line number Diff line number Diff line change 1616 </div >
1717 <div class =" q-mt-md items-center no-wrap" >
1818 <div class =" row" >
19- <q-label class =" question " >
19+ <h3 class =" subquestion " >
2020 What is the value of the {{ label }}?
2121 <SchemaGuideLink v-bind:anchor =" anchor" />
22- </q-label >
22+ </h3 >
2323 </div >
2424 <q-input
2525 autofocus
3838 </div >
3939 <div class =" q-mt-md items-center no-wrap" >
4040 <div class =" row" >
41- <q-label class =" question " >
41+ <h3 class =" subquestion " >
4242 What is the description for the {{ label }}?
4343 <SchemaGuideLink anchor =" #definitionsidentifier-description" />
44- </q-label >
44+ </h3 >
4545 </div >
4646 <q-input
4747 bg-color =" white"
Original file line number Diff line number Diff line change 1111 </div >
1212
1313 <div id =" form-content" >
14- <p class =" question" >
14+ <h2 class =" question" >
1515 Please provide a description of the work
1616 <SchemaGuideLink anchor =" #abstract" />
17- </p >
17+ </h2 >
1818 <q-input
1919 autogrow
2020 bg-color =" white"
Original file line number Diff line number Diff line change 1010 </div >
1111
1212 <div id =" form-content" >
13- <p class =" question" >
13+ <h2 class =" question" >
1414 Who are the author(s) of the work?
1515 <SchemaGuideLink anchor =" #authors" />
16- </p >
16+ </h2 >
1717 <div class =" scroll-to-bottom-container" >
1818 <span class =" bottom" />
1919 <div >
Original file line number Diff line number Diff line change 1010 </div >
1111
1212 <div id =" form-content" >
13- <p class =" question" >
13+ <h2 class =" question" >
1414 What persistent identifiers are available for the work?
1515 <SchemaGuideLink anchor =" #identifiers" />
16- </p >
16+ </h2 >
1717 <div class =" scroll-to-bottom-container" >
1818 <span class =" bottom" />
1919 <div >
Original file line number Diff line number Diff line change 1010 </div >
1111
1212 <div id =" form-content" >
13- <p class =" question" >
13+ <h2 class =" question" >
1414 What keywords describe the work?
1515 <SchemaGuideLink anchor =" #keywords" />
16- </p >
16+ </h2 >
1717 <div class =" scroll-to-bottom-container" >
1818 <span class =" bottom" />
1919 <div >
Original file line number Diff line number Diff line change 1010 </div >
1111
1212 <div id =" form-content" >
13- <p class =" question" >
13+ <h2 class =" question" >
1414 What is the license of the work?
1515 <SchemaGuideLink anchor =" #license" />
16- </p >
16+ </h2 >
1717 <q-select
1818 bg-color =" white"
1919 label =" license"
Original file line number Diff line number Diff line change 1010 </div >
1111
1212 <div id =" form-content" >
13- <p class =" question" >
13+ <h2 class =" question" >
1414 What is the URL of the work in a source code repository?
1515 <SchemaGuideLink anchor =" #repository-code" />
16- </p >
16+ </h2 >
1717 <q-input
1818 bg-color =" white"
1919 label =" repository-code"
2626 v-on:update:modelValue =" setRepositoryCode"
2727 />
2828
29- <p class =" question" >
29+ <h2 class =" question" >
3030 What is the URL of a landing page/website for the work?
3131 <SchemaGuideLink anchor =" #url" />
32- </p >
32+ </h2 >
3333 <q-input
3434 bg-color =" white"
3535 label =" url"
4242 v-on:update:modelValue =" setUrl"
4343 />
4444
45- <p class =" question" >
45+ <h2 class =" question" >
4646 What is the URL of the work in a repository?
4747 <SchemaGuideLink anchor =" #repository" />
48- </p >
48+ </h2 >
4949 <q-input
5050 bg-color =" white"
5151 label =" repository"
5858 v-on:update:modelValue =" setRepository"
5959 />
6060
61- <p class =" question" >
61+ <h2 class =" question" >
6262 What is the URL of the work in a build artifact/binary repository?
6363 <SchemaGuideLink anchor =" #repository-artifact" />
64- </p >
64+ </h2 >
6565 <q-input
6666 bg-color =" white"
6767 label =" repository-artifact"
Original file line number Diff line number Diff line change 1111 </div >
1212
1313 <div id =" form-content" >
14- <p class =" question" >
14+ <h2 class =" question" >
1515 What is the title of the work?
1616 <SchemaGuideLink anchor =" #title" />
17- </p >
17+ </h2 >
1818 <q-input
1919 bg-color =" white"
2020 label =" title"
2626 v-bind:error-message =" titleErrors.join(', ')"
2727 v-on:update:modelValue =" setTitle"
2828 />
29- <p class =" question" >
29+ <h2 class =" question" >
3030 What do you want citers to do with the information provided in your CITATION.cff file?
3131 <SchemaGuideLink anchor =" #message" />
32- </p >
32+ </h2 >
3333 <q-input
3434 bg-color =" white"
3535 label =" message"
6262 </q-btn-dropdown >
6363 </template >
6464 </q-input >
65- <p class =" question" >
65+ <h2 class =" question" >
6666 What type of work does this CITATION.cff describe?
6767 <SchemaGuideLink anchor =" #type" />
68- </p >
68+ </h2 >
6969 <q-option-group
7070 type =" radio"
7171 v-bind:model-value =" type"
You can’t perform that action at this time.
0 commit comments