[GRASSweb-list]markus: web/newsletter index.html,NONE,1.1 template.tex,NONE,1.1

grass at intevation.de grass at intevation.de
Mon May 10 05:11:24 EDT 2004


Author: markus

Update of /grassrepository/web/newsletter
In directory doto:/tmp/cvs-serv10486

Added Files:
	index.html template.tex 
Log Message:
added pages for newsletter project

--- NEW FILE: index.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <DEFANGED_meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <title>GRASS Newsletter - The newsletter of the GRASS Project</title>
  <DEFANGED_meta name="Author" content="Martin Wegmann">
  <DEFANGED_link rel="stylesheet" type="text/css" href="../sitestyle.css">
</head>
<body>
<!-- HEADER -->
<table width="100%">
  <tbody>
    <tr>
      <td width="80"> <a href="../index.html"> <DEFANGED_IMG src="../images/grass.smlogo.gif" alt="HOME" border="0" align="middle"></a> </td>
      <td>
      <h1> GRASS News - The newsletter of the GRASS Project </h1>
      </td>
    </tr>
  </tbody>
</table>
<!-- END OF HEADER -->

<br>

The GRASS newsletter aims at covering the gap between scientific
publications and manuals on one hand and the mailing list on the other
hand. Articles shall not be as scientific/professional as in
scientific journals and reach beyond the usual question-answer
structure of a mailing list.  The review process is a benign one, just
to ensure the quality of contributions. Moreover by the way of the
newsletter new modules can be explained & presented briefly and hence
cited.

<p>
If you are considering writing an article please add the commands
used, so that the reader can reproduce it. Further more, your article
should be written in <a href="http://www.latex-project.org/">Latex</a>. 
For instructions which format/style shall be used, please have a look at this 
preliminary <a href="template.tex">template.tex</a>.

If you do not know Latex yet, don't be scared as it is quite easy.
You might want to have a look at the Latex Cheat Sheet 
<a href="http://www.stdout.org/~winston/latex/">(PDF)</a> 
to get to know a few commands, e.g. how to enumerate, make tables etc.


<h3>Newsletter topics:</h3>

<ul>
<li> getting off the ground with GRASS - articles targeting GRASS novices </li>
<li> presentation of GRASS capabilities e.g. modeling, animation, spatial statistics </li>
<li> presentation/description of new/noteworthy GRASS modules (rather technical)</li>
<li> Programmer niche e.g. "how to become a GRASS developer -- step 1"</li>
<li> forthcoming GRASS capabilities e.g. new functions in 5.7</li>
<li> summary of GRASS development, discussions</li>
<li> new GRASS related publications - in which journal & abstract </li>
<li> Interviews, misc.</li>
<li> upcoming events, news & news about past meetings etc.</li>
<li> extra-section: presentations of non-GRASS GIS/RS related programs </li>
</ul>

Fancy images are welcome, but please use the Encapsulated Postscript format (<b>EPS</b>)!    

<p>
<table border="0" cellspacing="2" cellpadding="2" width="100%" bgcolor="#yyyy">
<tbody>
 <tr>
  <td bgcolor="#FFFF00"><b>Volunteers needed !</b> &nbsp;<br>
   <br>
We want to proceed to a fully grown GRASS newsletter. There
is lots of work and any kind of help would be greatly appreciated.

<p>
<b>To do list:</b>

<ul>
<li> create a web article submission form</li>
<li> find native speakers for check spelling and grammar of submissions</li>
<!-- ???? <li> taking over a section for editing (in Latex) (e.g. news, publications)</li> -->
</ul>

If interested, please send an email to the Editor-in-Chief (see below).</td>
    </tr>
  </tbody>
</table>
<p>

</b>

<h3>Submissions:</h3>

Articles should be send to the respective section editor or to the Editor-in-Chief
<p>

<dl>
  <dt><strong>Editor-in-Chief:</strong>
   <dd>Martin Wegmann<br>
   <dd <a href="mailto:Martin Wegmann <surname at biozentrum.uni-wuerzburg.de>" >surname at biozentrum.uni-wuerzburg.de</a></dd>
   <dd> until you receive a confirmation mail, please consider your mail as not delivered, this can be caused by misclassification by the spam filter
  <dt><strong>Editorial Board:</strong>
   <dd>Paul Kelly, Markus Neteler and Martin Wegmann</dd>
  <dt><strong>Editor News section/Publication section etc:</strong>
   <dd>volunteers needed</dd>
</dl>

<p>
We would like to acknowledge the R News editorial board of the 
<a href="http://www.r-project.org/"> R-project</a>, for without their
contribution of the R news *.tex and *.sty file the GRASS newsletter
would have taken much more time to reach the current level.

<!-- FOOTER -->
<hr>
<DIV ALIGN=right>&copy; 2004 GRASS Development Team<br>
<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../faq/index.html">FAQ</a> | <a href="../download.html">Download</a> | <a href="../support.html">Support</a> | <a href="../gdp/index.html">Docs</a>  | <a href="../grassdevel.html">Programming</a> | Back <a href=../index.html>HOME</a><br>
<i>Last change:
$Date: 2004/05/10 09:11:21 $
</i></DIV>

</body>
</html>


--- NEW FILE: template.tex ---
% Template GRASS newsletter
% Language: Latex
%

% Head
\title{your title}
\author{by first author and second author}

% Text goes here
\section{the name of this section}
\label{sec:label_of_this_section}

your text goes here ....

% Figures, usually in EPS (Encapsulated Postscript)
to insert an image: ...
the figure~\ref{fig:label_of_your_image} shows the structure 
of the project ...

\begin{figure*}[htbp]
 \begin{center}
 \includegraphics{the name of the image.eps}
 \caption{the caption of your image}
 \label{fig:label_of_your_image}
 \end{center}
\end{figure*}


\section{name of another section}
\label{sec:label_of_another_section}

.... text ....

\subsection{title subsection} 
\label{subsec:label_of_subsection}

... text ....

if you want to cite please use:
.... revealed by \cite{name:year}
if it shall be in parentheses use \citep{name:year}

The excellent article of \cite{herborg:2003} showed ...

End of text.

% At the end of your article write:
\bibitem[surname et~al.(year) surname first author, second author, and
third]{name:year}
first author, second author and third author (year)
\newblock the title of the paper
\newblock {\em name of the journal}, volume: page


e.g. in the text:

.... \cite{herborg:2003} showed ......


and at the end:


\bibitem[Herborg et~al. (2003) Herborg, Bentley, Clare, Rushton]{herborg:2003}
 L.M.Herborg, M.G. Bentley, A.S. Clare, S.P. Rushton (2003)
\newblock The spread of the Chinese mitten crab (Eriocheir sinensis) in
Europe; the predictive value of an historical data set.
\newblock {\em Hydrobiologia} 503: 21-28.





More information about the grass-web mailing list