fossee-flier.tex
author Puneeth Chaganti <punchagan@fossee.in>
Wed, 22 Sep 2010 17:01:37 +0530
changeset 13 544e92aa652f
parent 12 5042cb0d2b3e
child 14 cc97cfdefac5
permissions -rw-r--r--
Changed positioning of Logos.

\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

\begin{center}
\includegraphics[width=1.5in]{fosseelogo} \\
\url{http://fossee.in}

 \emph{Free and Open source Software in Science \& Engineering Education}. 
\end{center}

\vspace{-.1in}

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. 
We are focusing on Scilab and Python in the area of Scientific Computation.

{\bf Where are we?}

\vspace{-.1in}
The project is based at the Indian Institute of Technology, Bombay
({\bf IIT-B}).  

{\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 
\item Solve curricular exercises and problems using FOSS tools
\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}

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

\vspace{4in}

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

\begin{center}
\includegraphics[width=1.4in]{scilab} \\
\url{http://scilab.in}
\end{center}

{\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}

\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{2.5in}

%% Column-5
%% Hiring & Contact Us
{\bf Contact us!}

\vspace{-.1in}
\small{{\bf Python}}

\begin{list2}
\item Website - \url{http://fossee.in}
\item General Help, Queries, Workshop requests - \url{info@fossee.in}
\item Downloads - \url{http://fossee.in/Downloads}
\item Mailing list for discussion and help -\\
  \url{http://fossee.in/mailman/listinfo/python-help} 
\end{list2}

\small{{\bf Scilab}}

\begin{list2}
\item Website - \url{http://scilab.in}
\item General Help, Queries, Workshop requests - \url{contact@scilab.in}
\item Downloads - \url{http://scilab.in/DownloadScilab}
\item Mailing list for Scilab discussion and help -\\
  \url{http://scilab.in/cgi-bin/mailman/listinfo/discuss}
\item Mailing list for Scilab announcements - \\
  \url{http://scilab.in/cgi-bin/mailman/listinfo/announce} 
\end{list2}

%% Column -4
%% Logos and stuff
\begin{center}
\includegraphics[width=2in]{blank}
\includegraphics[width=2.5in]{fosseelogo}

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

\end{multicols}
\end{document}