fossee-flier.tex
author Nishanth <nishanth@fossee.in>
Wed, 22 Sep 2010 15:21:58 +0530
changeset 7 ceee658e8c86
parent 6 547520a56cbe
child 8 24ee6f6ec381
permissions -rw-r--r--
Added scilab content

\documentclass[12pt]{article}
\usepackage{nopageno}
\usepackage[a4paper, margin=0.5in, landscape]{geometry}

\newenvironment{list2}{
  \begin{list}{$\bullet$}{%
      \setlength{\itemsep}{0in}
      \setlength{\parsep}{0in} \setlength{\parskip}{0in}
      \setlength{\topsep}{0in} \setlength{\partopsep}{0in} 
      \setlength{\leftmargin}{0.2in}}}{\end{list}}

\usepackage{graphicx}
\usepackage{multicol}
\usepackage{url}

\parindent=0pt
\parskip=1em
\thispagestyle{empty}

\begin{document}

\setlength{\columnseprule}{0pt}
\setlength{\columnsep}{20pt}

\begin{multicols}{3}
%% Column-1 & Column-2
%% About FOSSEE

{\bf What is FOSSEE?}

\vspace{-.1in}

{\bf FOSSEE} stands for \emph{Free and Open source Software in Science
  \& Engineering Education}. The goal of this project is to enable the
teachers and students of Science and Engineering in India to use open
source software tools for all their computational needs, thereby
improving the quality of instruction and learning.


{\bf Where are we?}

\vspace{-.1in}
The project is based at the Indian Institute of Technology, Bombay
({\bf IIT-B}).  We are focusing on Scilab and Python in the area of
Scientific Computation.


{\bf Who funds us?}

\vspace{-.1in} 

It is funded by the {\bf MHRD} as a part of the \emph{National
  Mission on Education through Information and Communication
  Technology} ({\bf NME-ICT}), with the thrust area being `Adaptation and
deployment of open source simulation packages equivalent to MATLAB,
ORCAD etc.'

{\bf What do we do?}
\begin{list2}
\item Design courses to teach the use of FOSS tools.
\item Create content for these courses ---  written material,
  spoken tutorials, lectures. 
\item Conduct workshops to spread the adoption of these tools
\item Conduct conferences to popularize these tools in India
\item Organize sprints to generate relevant material 
\end{list2}

{\bf What can we do for you?}
\begin{list2}
\item Conduct a workshop in your college
\item Send you customized GNU/Linux distributions with all the tools
  installed  
\item Send you written and audio/visual material
\item Help you start using FOSS tools in your curriculum
\end{list2}

\vspace{7in}

%% Column-3
%% Scilab Team 
%% add content for scilab fossee. 

\includegraphics[width=1.4in]{scilab} 

{\bf Features of Scilab}

\begin{list2}
\item 2-D and 3-D graphics, animation
\item Linear algebra, sparse matrices
\item Polynomials and rational functions
\item Interpolation, approximation
\item Simulation: ODE solver and DAE solver
\item Xcos: a hybrid dynamic systems modeler and simulator
\item Classic and robust control, LMI optimization
\item Differentiable and non-differentiable optimization
\item Signal processing
\item Metanet: graphs and networks
\item Parallel Scilab
\item Statistics
\item Interface with Computer Algebra: Maple package for Scilab code generation
\item Interface with Fortran, Tcl/Tk, C, C++, Java, LabVIEW
\item And a large number of contributions for various domains.
\end{list2}

{\bf Contact us}
\begin{list2}
\item contact@scilab.in
\end{list2}

{\bf Mailing Lists}
\begin{list2}
\item http://scilab.in/cgi-bin/mailman/listinfo/announce
\item http://scilab.in/cgi-bin/mailman/listinfo/discuss
\end{list2}


\newpage
%% Column-6
%% Python Team

\begin{center}
\includegraphics[width=1.8in]{python}  
\end{center}

{\bf Why Python}

\begin{list2}
\item Excellent for beginners, yet superb for experts
\item Highly scalable, suitable for large projects as well as small ones
\item Portable, cross-platform
\item Good for Scientific computing but not confined to it. Full fledged programming language
\item Well documented
\item Wealth of 3rd party packages.
\item SAGE, numpy, scipy and matplotlib make it a complete Open Source alternative to MATLAB, Mathematica, Magma and Maple
\end{list2}

{\bf Salient features of our Workshops}

\begin{list2}
\item Easy to learn, recipe based approach designed for complete
  beginners
\item Learn to use Python for Scientific Computing without having to
  learn much of language specific features Python
\item Participation certificate endorsed by IIT-B
\item Free of cost
\end{list2}

{\bf How to get involved}

\begin{list2}
\item Participate in sprints
\item Participate in textbook conversion
\item Review material of converted textbooks
\end{list2}
\hspace{0.1in}
\includegraphics[width=1.4in]{sage}
\hspace{0.1in}
\includegraphics[width=0.7in]{scipy}
\hspace{0.1in}
\includegraphics[width=0.7in]{mayavi}
\vspace{0.2in}

%% Column-5
%% Hiring & Contact Us
{\bf Hiring}\\*
We are looking for enthusiastic people to join our team. Look at
\url{http://fossee.in/hiring} for more information. 

{\bf Contact us!}

\vspace{-.1in}

For more information about the project, visit our websites
\url{http://fossee.in} \& \url{http://scilab.in}.


In case of any general queries regarding FOSSEE or workshop requests,
send an email to \url{info@fossee.in}.

{\bf Need Help?}

You can find useful material to download at \\ \url{http://fossee.in/Downloads}.

If you need help with any of the Python tools, you can join the
mailing list \url{http://fossee.in/mailman/listinfo/python-help} and
ask your queries there.  They will either be answered directly or
redirected to appropriate channels.

If you need any help with Scilab, you can join the mailing list
\url{http://fossee.in/mailman/listinfo/scilab-help} and ask your
queries there.  They will either be answered directly or redirected to
appropriate channels.
\vspace{4in}

%% Column -4
%% Logos and stuff
\begin{center}

\includegraphics[width=2.5in]{fosseelogo}

Sponsored by the {\bf MHRD}\\* 
under the \\*
{\bf National Mission on Education through Information \&
  Communication Technology}
\end{center}
\begin{center}
  \includegraphics[width=2in]{iitb_logo}
\end{center}


\end{multicols}
\end{document}