-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
213 lines (204 loc) · 10.3 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE HTML>
<html>
<head>
<title>FSMK Lab Manual Project- Spreading Freedom in the labs</title>
<meta charset="utf-8">
<script src="js/jquery-1.8.3.min.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px"></script>
<script src="js/init.js"></script>
<link rel="stylesheet" href="css/site.css">
<noscript>
<link rel="stylesheet" href="css/5grid/core.css">
<link rel="stylesheet" href="css/5grid/core-desktop.css">
<link rel="stylesheet" href="css/5grid/core-1200px.css">
<link rel="stylesheet" href="css/5grid/core-noscript.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-desktop.css">
</noscript>
</head>
<body>
<div id="github-ribbon">
<a href="https://github.com/fsmk/labmanual-site" target="_blank">
<img src="images/fork_me.png" alt="Fork Me on Github">
</a>
</div>
<nav id="nav">
<ul>
<li><a href="#top">Lab Manual</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#app"><span color="blue">Android App</span></a></li>
<li><a href="#contribute">Contribute</a></li>
<li><a href="#testimonial">Testimonials</a></li>
<li><a href="#docathon">Docathon'14</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<div class="wrapper wrapper-style1 wrapper-first">
<article class="5grid-layout" id="top">
<div class="row">
<div class="4u"> <span class="me image image-full"><img src="images/logo2.png" alt=""></span> </div>
<div class="8u">
<header>
<h2><strong>FSMK Lab Manual</strong></h2>
</header>
<p>
FSMK Lab Manual is an attempt to come up with documentation which helps in migrating labs in colleges completely to Free Software. As part of this, we have selected VTU's Computer Science Department and have come up with complete lab manual for all the labs that are conducted as part of the course.
</p>
</div>
</div>
</article>
</div>
<div class="wrapper wrapper-style3">
<article id="download">
<header>
<h2>Download</h2>
</header>
<span>
Currently lab manual for CS Department of <a href="http://vtu.ac.in">Visvesvaraya Technological University</a> is available.
<br>We are looking forward to collaborate with other universities.
<br><a href="#contact">Contact Us</a> in case you are faculty from any other university and interested to collaborate with us.
</span>
<div class="5grid-layout">
<div class="row">
<div class="12u"> </div>
</div>
<div class="row">
<div class="4u">
<article class="box box-style2">
<a href="https://github.com/fsmk/CS-VTU-Lab-Manual/blob/master/VTU/Sem1_Sem2/OLD2010/CPP_Lab/CPL.pdf?raw=true" class="button button-big">C Programming Lab(1st Sem) </a>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="https://github.com/fsmk/CS-VTU-Lab-Manual/blob/master/VTU/Sem4/ADA_Lab/ADA.pdf?raw=true" class="button button-big">Algorithms Lab (4th Sem)</a>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="https://github.com/fsmk/CS-VTU-Lab-Manual/blob/master/VTU/Sem5/DB_Lab/DB_CSE_5thSem.pdf?raw=true" class="button button-big">Database Lab (5th Sem)</a>
</article>
</div>
</div>
<div class="row">
<div class="4u">
<article class="box box-style2">
<a href="https://github.com/fsmk/CS-VTU-Lab-Manual/blob/master/VTU/Sem6/CG_Lab/CG.pdf?raw=true" class="button button-big">Computer Graphics Lab(6th Sem)</a>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<a href="https://github.com/fsmk/CS-VTU-Lab-Manual/blob/master/VTU/Sem6/USP_CD_Lab/USP.pdf?raw=true" class="button button-big">Unix System Programming Lab(6th Sem)</a>
</article>
</div>
</div>
</div>
<div class="wrapper wrapper-style3">
<article id="app">
<header>
<h2>Android App</h2>
</header>
<span color="blue">
Lab Manual content is now available as an Android App too thanks to <a href="http://www.amabyte.com/">Amabyte</a>.
<br>F-Droid Version for the app will soon be available.
</span>
<div class="4u">
<article class="box box-style2">
<a href="https://play.google.com/store/apps/details?id=com.amabyte.vtucslabmanual&hl=en" target="_blank" class="button button-big">VTU CS Lab Manual</a>
</article>
</div>
</article>
</div>
<div class="wrapper wrapper-style3">
<article id="contribute">
<header>
<h2>Contribute</h2>
</header>
<span color="blue">
Want to help us in improving this project! Checkout the <a href="https://github.com/fsmk/CS-VTU-Lab-Manual/">Git Repo</a>. Join us!
<ul>
<li>If you are good at any of these subjects, help us in adding new content.</li>
<li>If you are a student or a faculty, help us in verifying existing content.</li>
<li>You can also help us improve the explanation to make it more easier and intuitive for students to learn.</li>
<li>You can also join us in helping colleges to migrate their labs to Free Software.</li>
<li>You can also donate to FSMK to help us continue working on such great projects.</li>
</ul>
</span>
</article>
</div>
<div class="wrapper wrapper-style3">
<article id="testimonial">
<header>
<h2>Testimonials</h2>
<span>
This is what various stakeholders of College Lab had to say about FMSK Lab Manual project.
</span>
</header>
<div class="5grid-layout">
<div class="row">
<div class="12u"> </div>
</div>
<div class="row">
<div class="4u">
<article class="box box-style2" style="padding-bottom:11.8em;">
<p><i>"Finding a comprehensive guide to help you with your lab studies isn't easy, and FSMK has done a wonder in this regard! The documentation is accurate; and the best part is, if you ever find a mistake, you can rectify it yourself because it's open sourced and free."</i>
<br>Suryoday Basak, 2nd Year, CSE, <a href="http://pesit.pes.edu/">PESIT Bangalore South Campus</a>
</p>
</article>
</div>
<div class="4u">
<article class="box box-style2" style="padding-bottom:6.2em;">
<p><i>"Today the Department of Computer Science and Engineering of Oxford College of Engineering is proud to say that none of their systems make use of Windows/proprietary software and they have all successfully and enthusiastically moved over to FOSS as the only operating system in use."</i>
<br>Dr. R J Anandhi, Dean Academics, Professor & HOD(CSE), <a href="http://www.theoxford.edu/engineering/">The Oxford College of Engineering</a>
</p>
</article>
</div>
<div class="4u">
<article class="box box-style2">
<p><i>"With this lab manual FSMK has been able to break the myth and the perceived mind barrier in the academic community students and faculty alike, that 'conducting labs entirely using free software is not possible'. Unlike any other lab manual which only provides solutions to exercises this manual has been carefully designed to also include explanations of solutions, installation procedures for various tools being used."</i>
<br>Mr. Prabodh C P, Assistant Professor, <a href="http://www.sit.ac.in/">SIT Tumkur</a>
</p>
</article>
</div>
</div>
</article>
</div>
<div class="wrapper wrapper-style3">
<article id="docathon">
<header>
<h2>Docathon'14</h2>
</header>
<div id="docathon-img">
<img src="images/docathon.png" align="middle" alt="FSMK Docathon 2014 at JVIT" title="FSMK Docathon 2014 at JVIT">
</div>
<span>
FSMK conducted a documentation workshop for college faculty members where they all could come together and help us produce this lab manual. It was a 3 day residential documentation workshop jointly organized with Jnana Vikas Institute of Technology, Bidadi at their campus from 23 January, 2014. It was attended by 16 faculty members of different colleges and 40 volunteers from FSMK. The documentation workshop was sponsored by Spoken Tutorial Project, an initiative by Government of India to promote IT literacy through Open Source software. Spoken Tutorials are very good learning material to learn about various Free Software tools and hence the videos are excellent companion to this Lab Manual. The videos themselves are released under Creative Commons license, so students can easily download them and share it with others. We would highly recommend our students to go through the Spoken Tutorials while using this Lab Manual and web links to the respective spoken tutorials are shared within the lab manual also.
</span>
</article>
</div>
<div class="wrapper wrapper-style3">
<article id="contact">
<header>
<h2>Contact Us</h2>
</header>
<span color="blue">
Join our mailing list here, <a href="http://lists.fsmk.in/listinfo.cgi/fsmk-discuss-fsmk.in" target="_blank">FSMK Mailing List</a> <br>
You can also call Vignesh @ NINE 53 FIVE 321976 or Shijil @ 8 Eight 923 TWO 4346
<br> We would be glad to hear from you.
</span>
</article>
</div>
<div class="wrapper wrapper-style4">
<div class="12u">
<h3>Find us on ...</h3>
<ul class="social">
<li class="facebook"><a href="https://www.facebook.com/groups/freesoftwaremovementkarnataka/" target="_blank">Facebook</a></li>
<li class="twitter"><a href="https://twitter.com/fsmk_org" target="_blank">Twitter</a></li>
</ul>
</div>
<footer>
<img src="images/cc.png"></img>
<p id="copyright"> This work is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/deed.en_US" rel="license">Creative Commons Attribution 3.0 Unported License</a></p>
</footer>
</div>
</body>
</html>