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/Landing.vue
+24-83Lines changed: 24 additions & 83 deletions
Original file line number
Diff line number
Diff line change
@@ -11,96 +11,23 @@
11
11
class="text-primary q-gutter-md q-mb-xl"
12
12
style="font-size: 2em"
13
13
>
14
-
<q-skeleton
15
-
class="text-h1"
16
-
type="text"
17
-
width="100%"
18
-
/>
19
-
<q-skeleton
20
-
class="text-h1"
21
-
type="text"
22
-
width="50%"
23
-
/>
24
-
<q-skeleton
25
-
class="text-h1"
26
-
type="text"
27
-
width="50%"
28
-
/>
29
-
<q-skeleton
30
-
class="text-h1"
31
-
type="text"
32
-
width="50%"
33
-
/>
34
-
</div>
14
+
<h2>Software Citations using Citation File Format</h2>
35
15
36
-
<div
37
-
class="text-primary q-gutter-md"
38
-
style="font-size: 2em"
39
-
>
40
-
<q-icon
41
-
name="star"
42
-
size="xl"
43
-
/>
44
-
<q-icon
45
-
name="star"
46
-
size="xl"
47
-
/>
48
-
<q-icon
49
-
name="star"
50
-
size="xl"
51
-
/>
16
+
<p>CITATION.cff files are plain text files with human- and machine-readable citation information for software (and datasets). Code developers can include them in their repositories to let others know how to correctly cite their software.</p>
17
+
18
+
<p>This webpage will guide you to take the necassary steps to generate your own CFF file.</p>
0 commit comments