fossee-flier.tex
author Puneeth Chaganti <punchagan@fossee.in>
Wed, 22 Sep 2010 15:10:14 +0530
changeset 5 d6025e4c4971
parent 4 5c97d367e93f
child 6 547520a56cbe
permissions -rw-r--r--
Fixed position of IIT-B logo and other 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

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

\vspace{7in}

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

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

\includegraphics[width=1.4in]{scilab} 

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