-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
127 lines (107 loc) · 5.31 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
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
---
layout: splash
author_profile: true
title: <img src="/assets/banner_avatar.png" width="800" height="600">
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: https://dabarti.com/wp-content/uploads/2016/03/DSC00371.jpg
cta_label: "Blog"
cta_url: "/blog/"
excerpt: "We harness <b>Artificial Intelligence</b> to make robust and sustainable solutions for problems in society."
intro:
- excerpt: <big>What do we do?</big>
feature_row:
- image_path: "/assets/images/about/slam.png"
alt: "SLAM image"
title: "Projects"
excerpt: "We broadly undertake two kinds of projects: one to expand the horizons of current research and, two to use present technology to create visible impact in real world problems. The areas of our projects include Pattern Recogntion - Deep learning, autonomous mapping and navigation, reinforcement agents, as well as a few subsets of computational photography."
url: "/projects/"
btn_label: "Read More"
btn_class: "btn--primary"
- image_path: /assets/images/about/session.jpg
alt: "Session image"
title: "Sessions"
excerpt: "We undertake numerous peer-teaching based sessions in IIT Madras over the year, attended by an audience of over 200, where we engage in sharing know-how in the fields of Computer Vision and Artificial Intelligence. Besides this, we have also conducted workshops outside IIT Madras and have been invited to python conferences."
url: "/sessions/"
btn_label: "Session Page"
btn_class: "btn--primary"
- image_path: "/assets/images/about/utils_base.png"
alt: "Utils image"
title: "OpenSource Codebase"
excerpt: "You can find a good proportion of our codebase on github. Read up on our documentation guide for specifics."
url: "https://github.com/iitmcvg"
btn_label: <i class="fa fa-github" aria-hidden="true"></i> Github
btn_class: "btn--github"
who_we_are:
- excerpt: <big>We began as a small group in September 2009 with a vision of building a team of students with expertise in Computer Vision.</big>
feature_row2:
- image_path: /assets/images/about/IARC.jpg
alt: "placeholder image 1"
title: "Our Inception"
excerpt: "The idea for the formation of such a club was seeded in 2008 when the IIT Madras team had represented India at the International Aerial Robotics Competition (IARC). CVI which competed against elite teams, from other top Universities in IARC 2009, was acknowledged as the best vision team among all the participating teams."
- image_path: /assets/images/about/HV.jpg
alt: "placeholder image 2"
title: "A Unique History"
excerpt: 'Being the only IIT Madras technical club out of which a start-up has grown, CVI has extraordinary mentorship and motivated and committed members, who have completed Industrial Projects by ITC, The Indian Railways, VDime, Eye hospital CHECK and multiple machine learning projects.'
- image_path: /assets/images/about/team.jpg
alt: "placeholder image 2"
title: "At Present"
excerpt: 'As a club, we undertake projects ranging about topics from computer vision, deep learning, reinforcement learning and natural language processing. We are actively involved in projects and conduct sessions among our college community in these areas: with the hope of impacting society with bleeding edge technology.'
achievements:
- excerpt: <big>Our achievements over the years.</big>
feature_row3:
- image_path: /assets/images/about/competitions.png
alt: "competitions"
title: "Competitions"
- image_path: /assets/images/about/industrial.png
alt: "industrial"
title: "Industrial Projects"
- image_path: /assets/images/about/confs.png
alt: "conferences"
title: "Conferences"
support:
- excerpt: <big> Our Suppport Systems. </big>
support_row:
- image_path: "https://upload.wikimedia.org/wikipedia/en/thumb/6/69/IIT_Madras_Logo.svg/220px-IIT_Madras_Logo.svg.png"
alt: ""
title: "IIT Madras"
- image_path: "http://cfi.iitm.ac.in/main/wp-content/uploads/2014/09/favicon.png"
alt: ""
excerpt: "A 24/7 student run lab, striving to make our motto of 'Walk in with an idea, walk out with a product' a reality.'"
title: "Centre for Innovation, IIT Madras"
url: "https://cfi.iitm.ac.in/"
btn_label: Read More
btn_class: "btn--primary"
contact:
- excerpt: <big>Contact Us.</big>
feature_row4:
- image_path:
alt: ""
title: ""
url: "mailto:[email protected]"
btn_label: "Drop us a mail"
btn_class: "btn--primary"
- image_path:
alt: ""
title: ""
url: "https://www.facebook.com/iitmcvi/"
btn_label: <i class="fa fa-facebook" aria-hidden="true"></i> Facebook Page
btn_class: "btn--facebook"
- image_path:
alt: ""
title: ""
url: "https://twitter.com/iitmcvg"
btn_label: <i class="fa fa-twitter" aria-hidden="true"></i> Twitter Handle
btn_class: "btn--twitter"
---
{% include feature_row id="intro" type="center" %}
{% include feature_row %}
{% include feature_row id="who_we_are" type="center" %}
{% include feature_row id="feature_row2" %}
{% include feature_row id="achievements" type="center" %}
{% include feature_row id="feature_row3" %}
{% include feature_row id="support" type="center" %}
{% include feature_row id="support_row" type="center" %}
{% include feature_row id="contact" type="center" %}
{% include feature_row id="feature_row4" %}