author | Puneeth Chaganti <punchagan@gmail.com> |
Wed, 27 Oct 2010 16:17:10 +0530 | |
changeset 18 | 5421a231675b |
parent 17 | baf92ae90c47 |
child 19 | 8cef2fe80e60 |
permissions | -rw-r--r-- |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
1 |
\documentclass[12pt]{article} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
2 |
\usepackage{nopageno} |
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
3 |
\usepackage[a4paper, margin=0.3in, landscape]{geometry} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
4 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
5 |
\newenvironment{list2}{ |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
6 |
\begin{list}{$\bullet$}{% |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
7 |
\setlength{\itemsep}{0in} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
8 |
\setlength{\parsep}{0in} \setlength{\parskip}{0in} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
9 |
\setlength{\topsep}{0in} \setlength{\partopsep}{0in} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
10 |
\setlength{\leftmargin}{0.2in}}}{\end{list}} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
11 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
12 |
\usepackage{graphicx} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
13 |
\usepackage{multicol} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
14 |
\usepackage{url} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
15 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
16 |
\parindent=0pt |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
17 |
\parskip=1em |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
18 |
\thispagestyle{empty} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
19 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
20 |
\begin{document} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
21 |
|
3
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
22 |
\setlength{\columnseprule}{0pt} |
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
23 |
\setlength{\columnsep}{30pt} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
24 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
25 |
\begin{multicols}{3} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
26 |
%% Column-1 & Column-2 |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
27 |
%% About FOSSEE |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
28 |
|
10 | 29 |
\begin{center} |
30 |
\includegraphics[width=1.5in]{fosseelogo} \\ |
|
31 |
\url{http://fossee.in} |
|
32 |
||
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
33 |
\emph{Free and Open source Software in Science \& Engineering |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
34 |
Education}. |
10 | 35 |
\end{center} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
36 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
37 |
\vspace{-.1in} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
38 |
|
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
39 |
The goal of this project is to enable the teachers and students of |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
40 |
Science and Engineering in India to use open source software tools for |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
41 |
all their computational needs, thereby improving the quality of |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
42 |
instruction and learning. We are focusing on Python and Scilab in the |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
43 |
area of Scientific Computation. |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
44 |
|
17 | 45 |
{\bf Where are we} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
46 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
47 |
\vspace{-.1in} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
48 |
The project is based at the Indian Institute of Technology, Bombay |
10 | 49 |
({\bf IIT-B}). |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
50 |
|
17 | 51 |
{\bf Who funds us} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
52 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
53 |
\vspace{-.1in} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
54 |
|
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
55 |
It is funded by the {\bf MHRD} as a part of the \emph{National Mission |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
56 |
on Education through Information and Communication Technology} ({\bf |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
57 |
NME-ICT}), with the thrust area being ``Adaptation and deployment of |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
58 |
open source simulation packages equivalent to |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
59 |
MATLAB\textsuperscript{\textregistered}, |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
60 |
ORCAD\textsuperscript{\textregistered} etc.'' |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
61 |
|
17 | 62 |
{\bf What we do} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
63 |
\begin{list2} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
64 |
\item Design courses to teach the use of FOSS tools. |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
65 |
\item Create content for these courses --- written material, |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
66 |
spoken tutorials, lectures. |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
67 |
\item Conduct workshops to spread the adoption of these tools |
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
68 |
\item Conduct conferences to popularize these tools across the |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
69 |
country. |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
70 |
\item Organize sprints to generate relevant material |
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
71 |
\item Solve curricular exercises using FOSS tools |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
72 |
\end{list2} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
73 |
|
17 | 74 |
{\bf What we can do for you} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
75 |
\begin{list2} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
76 |
\item Conduct a workshop in your college |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
77 |
\item Send you customized GNU/Linux distributions with all the tools |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
78 |
installed |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
79 |
\item Send you written and audio/visual material |
7 | 80 |
\item Help you start using FOSS tools in your curriculum |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
81 |
\end{list2} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
82 |
|
10 | 83 |
{\bf Hiring}\\* |
84 |
We are looking for enthusiastic people to join our team. Look at |
|
85 |
\url{http://fossee.in/hiring} for more information. |
|
86 |
||
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
87 |
%% \vspace{4in} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
88 |
|
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
89 |
%% Column-3 |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
90 |
|
3
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
91 |
\begin{center} |
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
92 |
\includegraphics[width=1.8in]{python} |
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
93 |
\end{center} |
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
94 |
|
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
95 |
Python is a general-purpose high-level programming language whose |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
96 |
design philosophy emphasizes code readability. |
16 | 97 |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
98 |
{\bf Why Python} |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
99 |
|
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
100 |
\begin{list2} |
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
101 |
\item Easy to learn |
16 | 102 |
\item Supports both procedural and Object Oriented programming |
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
103 |
\item Portable and cross-platform |
16 | 104 |
\item Excellent scientific computing libraries |
105 |
\item Full fledged programming language |
|
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
106 |
\item SAGE, numpy, scipy, matplotlib and Cython make Python an Open |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
107 |
Source alternative to MATLAB\textsuperscript{\textregistered}, |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
108 |
Mathematica\textsuperscript{\textregistered}, |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
109 |
Magma\textsuperscript{\textregistered} and |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
110 |
Maple\textsuperscript{\textregistered} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
111 |
\end{list2} |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
112 |
|
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
113 |
{\bf Applications of Python}\\ |
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
114 |
|
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
115 |
\begin{list2} |
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
116 |
\item Numeric and Symbolic computation |
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
117 |
\item Exploration and Visualization |
16 | 118 |
\item 2D/3D Graphics |
119 |
\item High performance parallel computing |
|
120 |
\item User interfaces |
|
121 |
\item Web development |
|
122 |
\item Game development and various other domains |
|
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
123 |
\end{list2} |
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
124 |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
125 |
{\bf Salient features of our Workshops} |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
126 |
|
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
127 |
\begin{list2} |
16 | 128 |
\item Recipe based approach designed for beginners |
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
129 |
\item High quality material taught by experts in the domain |
16 | 130 |
\item Variety of real world examples and exercises |
131 |
\item Start using Python for curricular needs like plotting, symbolic and numeric calculations, right away |
|
3
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
132 |
\item Free of cost |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
133 |
\end{list2} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
134 |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
135 |
{\bf How to get involved} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
136 |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
137 |
\begin{list2} |
3
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
138 |
\item Participate in sprints |
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
139 |
\item Participate in textbook conversion |
98bb4729e31d
moved Python logo to the top and re ordered the "why python" points
Nishanth <nishanth@fossee.in>
parents:
2
diff
changeset
|
140 |
\item Review material of converted textbooks |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
141 |
\end{list2} |
14
cc97cfdefac5
Reduced the scilab content. Updated the python content. re arranged stuff
Nishanth <nishanth@fossee.in>
parents:
13
diff
changeset
|
142 |
|
16 | 143 |
\hspace{0.1in} |
144 |
\includegraphics[width=1.4in]{sage} |
|
145 |
\hspace{0.1in} |
|
146 |
\includegraphics[width=0.7in]{scipy} |
|
147 |
\hspace{0.1in} |
|
148 |
\includegraphics[width=0.7in]{mayavi} |
|
149 |
||
150 |
||
151 |
\newpage |
|
152 |
||
153 |
%% Scilab Team |
|
154 |
%% add content for scilab fossee. |
|
155 |
||
156 |
\begin{center} |
|
157 |
\includegraphics[width=1.4in]{scilab} \\ |
|
158 |
\url{http://scilab.in} |
|
159 |
\end{center} |
|
160 |
||
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
161 |
Scilab/Xcos is a graphical dynamical system modeler and |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
162 |
simulator. With this, the user can create block diagrams to model and |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
163 |
simulate the dynamics of sophisticated dynamical systems and compile |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
164 |
such models into executable code. |
16 | 165 |
|
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
166 |
Scico/Xcos is used for signal processing, systems control, queuing |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
167 |
systems, and to study physical and biological systems. It can be used |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
168 |
to model and simulate mechanical systems, hydraulic systems, |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
169 |
electrical systems, chemical systems, biological systems and many |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
170 |
more. |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
171 |
|
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
172 |
\includegraphics[height=4in]{blank} |
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
173 |
\vspace{2in} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
174 |
|
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
175 |
%% Column-5 |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
176 |
%% Hiring & Contact Us |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
177 |
{\bf Contact us!} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
178 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
179 |
\vspace{-.1in} |
9
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
180 |
\small{{\bf Python}} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
181 |
|
9
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
182 |
\begin{list2} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
183 |
\item Website - \url{http://fossee.in} |
18
5421a231675b
Incorporated changes suggested by Prof. Madhu Belur.
Puneeth Chaganti <punchagan@gmail.com>
parents:
17
diff
changeset
|
184 |
\item General help, Queries, Workshop requests - \url{info@fossee.in} |
9
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
185 |
\item Downloads - \url{http://fossee.in/Downloads} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
186 |
\item Mailing list for discussion and help -\\ |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
187 |
\url{http://fossee.in/mailman/listinfo/python-help} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
188 |
\end{list2} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
189 |
|
9
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
190 |
\small{{\bf Scilab}} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
191 |
|
9
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
192 |
\begin{list2} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
193 |
\item Website - \url{http://scilab.in} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
194 |
\item General Help, Queries, Workshop requests - \url{contact@scilab.in} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
195 |
\item Downloads - \url{http://scilab.in/DownloadScilab} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
196 |
\item Mailing list for Scilab discussion and help -\\ |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
197 |
\url{http://scilab.in/cgi-bin/mailman/listinfo/discuss} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
198 |
\item Mailing list for Scilab announcements - \\ |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
199 |
\url{http://scilab.in/cgi-bin/mailman/listinfo/announce} |
96cf359403c9
Changed Contact us stuff.
Puneeth Chaganti <punchagan@fossee.in>
parents:
8
diff
changeset
|
200 |
\end{list2} |
12
5042cb0d2b3e
Minor spacing changes.
Puneeth Chaganti <punchagan@fossee.in>
parents:
11
diff
changeset
|
201 |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
202 |
%% Column -4 |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
203 |
%% Logos and stuff |
17 | 204 |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
205 |
\begin{center} |
13
544e92aa652f
Changed positioning of Logos.
Puneeth Chaganti <punchagan@fossee.in>
parents:
12
diff
changeset
|
206 |
\includegraphics[width=2in]{blank} |
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
207 |
\includegraphics[width=2.5in]{fosseelogo} |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
208 |
|
17 | 209 |
\includegraphics[width=2in]{blank} |
210 |
||
6 | 211 |
Sponsored by the {\bf MHRD}\\* |
212 |
under the \\* |
|
2
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
213 |
{\bf National Mission on Education through Information \& |
bf66f6d9107a
Changed to 6 column layout; Renamed IIT-B logo.
Puneeth Chaganti <punchagan@fossee.in>
parents:
0
diff
changeset
|
214 |
Communication Technology} |
5
d6025e4c4971
Fixed position of IIT-B logo and other logos.
Puneeth Chaganti <punchagan@fossee.in>
parents:
4
diff
changeset
|
215 |
\end{center} |
17 | 216 |
\includegraphics[width=1in]{blank} |
5
d6025e4c4971
Fixed position of IIT-B logo and other logos.
Puneeth Chaganti <punchagan@fossee.in>
parents:
4
diff
changeset
|
217 |
\begin{center} |
12
5042cb0d2b3e
Minor spacing changes.
Puneeth Chaganti <punchagan@fossee.in>
parents:
11
diff
changeset
|
218 |
\includegraphics[width=1.8in]{iitb_logo} |
5
d6025e4c4971
Fixed position of IIT-B logo and other logos.
Puneeth Chaganti <punchagan@fossee.in>
parents:
4
diff
changeset
|
219 |
\end{center} |
0
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
220 |
|
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
221 |
\end{multicols} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
222 |
\end{document} |
12062721aa4e
Initial commit fossee-flier. Contains all the old files.
Nishanth <nishanth@fossee.in>
parents:
diff
changeset
|
223 |