We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca3edf commit 2eb72e2Copy full SHA for 2eb72e2
1 file changed
data-code.md
@@ -0,0 +1,23 @@
1
+---
2
+title: Data & Code
3
+description: Data and code now live on aidevlab.org.
4
+layout: page
5
+permalink: /data-code/
6
7
+
8
+<p>This page has moved. Use the links below:</p>
9
10
+<div class="grid grid-2 mt-6">
11
+ <a class="card card-link" href="{{ site.main_site.links.data }}" target="_blank" rel="noopener">
12
+ <h3 class="card-title">Data</h3>
13
+ <p class="card-description">Datasets, access notes, and documentation.</p>
14
+ <span class="link-arrow mt-3">Go to Data</span>
15
+ </a>
16
17
+ <a class="card card-link" href="{{ site.main_site.links.code }}" target="_blank" rel="noopener">
18
+ <h3 class="card-title">Code</h3>
19
+ <p class="card-description">Software, tools, and repositories.</p>
20
+ <span class="link-arrow mt-3">Go to Code</span>
21
22
+</div>
23
0 commit comments