-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (80 loc) · 3.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Organize ADNI</title>
<link rel="icon" type="image/png" href="./favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="description"
content="Organize the entire ADNI dataset based on the group name (AD, MCI, CN) locally using Md. Fahim Bin Amin's organize-ADNI tool."
/>
<meta
name="keywords"
content="ADNI, Script, Python Script, Organize entire ADNI dataset, nii file, DICOM file, AD, MCI, CN, Alzheimer's Disease, Mild Cognitive Impairment, Cognitively Normal, ADNI Dataset, ADNI Data, ADNI Data Management, ADNI Data Organization, ADNI Data Management Tool, ADNI Data Organization Tool, ADNI Data Management Script, ADNI Data Organization Script, ADNI Data Management Python Script, ADNI Data Organization Python Script, ADNI Data Management Python Tool, ADNI Data Organization Python Tool, ADNI Data Management Python Script Tool, ADNI Data Organization Python Script Tool, ADNI Data Management Python Tool, ADNI Data Organization Python"
/>
<meta name="author" content="Md. Fahim Bin Amin" />
<meta
property="og:title"
content="Organize ADNI Dataset into AD, MCI and CN"
/>
<meta
property="og:description"
content="Organize the entire ADNI dataset based on the group name (AD, MCI, CN) locally. Also, it can be used to organize any dataset based on the group name using Md. Fahim Bin Amin's organize-ADNI tool. It contains three Python scripts to organize, remove subdirectories and rename the files."
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/FahimFBA/organize-ADNI/main/img/og_cover.png"
/>
<meta
property="og:url"
content="https://fahimfba.github.io/organize-ADNI"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Fahim_FBA" />
<meta name="twitter:creator" content="@Fahim_FBA" />
<meta
name="twitter:title"
content="Organize ADNI Dataset into AD, MCI and CN"
/>
<meta
name="twitter:description"
content="Organize ADNI Dataset into AD, MCI and CN using Md. Fahim Bin Amin's organize-ADNI tool. It contains three Python scripts to organize, remove subdirectories and rename the files."
/>
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/FahimFBA/organize-ADNI/main/img/og_cover.png"
/>
<meta
name="twitter:image:alt"
content="Organize ADNI Dataset into AD, MCI and CN"
/>
<meta
name="twitter:domain"
content="https://fahimfba.github.io/organize-ADNI"
/>
<meta
name="twitter:url"
content="https://fahimfba.github.io/organize-ADNI"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: "Organize ADNI Dataset",
repo: "https://github.com/FahimFBA/organize-ADNI",
};
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>