-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
131 lines (112 loc) · 4.93 KB
/
_config.yml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Plugins
gems:
- jekyll-sitemap
- jekyll-redirect-from
safe: false
# Build Settings
markdown: kramdown
permalink: pretty
exclude: ['/automation/', 'README.md', 'LICENSE.txt', 'CNAME']
# Site Settings
title: "SlicerSALT"
email: "[email protected]"
description: "SlicerSALT is the dissemination vehicle of powerful shape analysis methodology based on 3D Slicer open-source software."
baseurl: ""
url: "https://salt.slicer.org" # the base hostname & protocol for your site, e.g. http://example.com
permalink: "/news/:title"
# Google Analytics
googleAnalyticsTrackingId: "UA-97117718-4"
googleAnalyticsSiteUrl: "salt.slicer.org"
# Organizer Info
organizerName: "Kitware"
organizerAlternateName: "Kitware, Inc."
organizerDescription: "Kitware is a software research, consulting, and development company specializing in computer vision, data and analytics, high-performance computing and visualization, medical computing, and software process."
organizerEmail: "[email protected]"
organizerLogo: "/img/seo/organizer-logo.png"
organizerLink: "https://kitware.com"
# Head
metaKeywords: "slicer, salt, kitware, shape, analysis, tool"
twitterAccount: ""
socialImageSrcGooglePlus: "/img/seo/sharing-google-plus.png"
socialImageSrcTwitter: "/img/seo/sharing-twitter.png"
socialImageSrcFacebook: "/img/seo/sharing-facebook.png"
# Documents
c4pUrl: "https://bit.ly/dfua-c4p"
c4sponsorsUrl: "/assets/GDG_DevFest_Partnership.pdf"
# Navigation
navigationLinks:
- {permalink: "/about/", text: "About", class: ""}
- {permalink: "/citations/", text: "Citations", class: ""}
- {permalink: "/documentation/", text: "Documentation", class: ""}
# - {permalink: "/news/", text: "News & Events", class: ""}
- {permalink: "https://kitware.com/contact-us#consulting", text: "Contact", class: ""}
rightNavigationButtons:
- {link: "/download/", text: "Download"}
# Hero Block
heroImage: "hero2.jpg"
heroTitle: "SlicerSALT <typeout>"
heroDescription: "SlicerSALT is the dissemination vehicle of powerful shape analysis methodology based on 3D Slicer open-source software."
typeoutTextValues: '"", "» Shape Analysis Toolbox"'
typeoutFallback: "Shape Analysis Toolbox"
heroButtons:
- {link: "/download/", text: "Download SlicerSALT"}
# Acknowledgements Block
ackListBlock:
- {image: "unc_logo.png" }
- {image: "nyu_tandon_logo.png" }
- {image: "3d_slicer_logo.png" }
- {image: "kitware_logo.png" }
# About Block
aboutListTitle: "With SlicerSALT you can..."
aboutListBlock:
- { image: "spharm-pdm.png", text: "Compute Point Distributed Models (PDM) using Spherical Harmonic Representation (SPHARM-PDM)" }
- { image: "regression.gif", text: "Run 4D regression in a collection of 3D PDMs associated to a linear variable (i.e. age)" }
- { image: "groups.png", text: "Perform correspondence optimization using study-wise shape analysis" }
- { image: "s-rep.png", text: "Fit skeletal representations (s-reps) to a collection of binary volumes" }
- { image: "ComingSoonSALT.png", text: "Compute image-based correspondence in binary volumes of non-spherical and complex topologies" }
- { image: "ComingSoonSALT.png", text: "Use advanced shape statistics for scientific hypothesis testing" }
- { image: "SALT_gui.png", text: "Access all functionality through the graphical user interface" }
- { image: "commandline.png", text: "Perform command line batch processing" }
- { image: "sva.png", text: "Perform shape space exploration and PCA analysis in Point Distributed Models" }
# Statistic Block
statisticBlockImage: "statistic.jpg"
statisticBlock:
- {count: "10", specialCharacter: "", info: "developers", detail: ""}
- {count: "99", specialCharacter: "+", info: "contributors", detail: ""}
- {count: "300", specialCharacter: "+", info: "users", detail: ""}
- {count: "1280", specialCharacter: "", info: "lines of code", detail: ""}
# Latest News Block
latestNewsTitle: "Latest News & Events"
# Rockstar Speakers Block
rockstarSpeakersImage: "rockstar-speakers.jpg"
rockstarSpeakersCount: 4
rockstarSpeakersTitle: "Rockstar speakers"
rockstarSpeakersButtonText: "See all speakers"
# Partners Block
organizersTitle: "Organizers"
partnersTitle: "Partners"
partnersC4sponsorsButton: "Become a sponsor"
# CTA Block
ctaImage: "download.jpg"
ctaTitle: "Get SlicerSALT"
ctaButtonText: "Download Now"
ctaLink: "/download/"
# Footer
socialLinks:
# - {link: "https://plus.google.com/b/102444623953913144164", icon: "google-plus"}
# - {link: "https://twitter.com/intent/user?screen_name=GDGLviv", icon: "twitter"}
# - {link: "https://facebook.com/GDGLviv", icon: "facebook"}
- {permalink: "/feed.xml", icon: "rss"}
footerBlocks:
-
title: "<strong>Shape Analysis in 3D Slicer:</strong> <br>Open-source software for shape analysis studies"
-
title: "Contact & Info"
links:
- {link: "mailto:[email protected]", text: "[email protected]"}
- {link: "https://github.com/Kitware/SlicerSALT", text: "SlicerSALT on Github"}
-
# Blog
blogTitle: "Latest news"
blogCommentsEnabled: true
discusShortName: "devfestua"