[GRASSweb-list]markus: web/newsletter postercontest.inc,NONE,1.1 postercontest.php,NONE,1.1 title_poster.inc,NONE,1.1 menu_side.inc,1.1,1.2

grass at intevation.de grass at intevation.de
Wed Jan 19 06:16:51 EST 2005


Author: markus

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

Modified Files:
	menu_side.inc 
Added Files:
	postercontest.inc postercontest.php title_poster.inc 
Log Message:
Poster Contest added

--- NEW FILE: postercontest.inc ---
<P> The GRASS Project team is looking for posters that can be used to
show what GRASS is and what GRASS can do!! The GRASS community will
vote for the best posters. The best three will be made available on
the GRASS project website.

<P> We are looking for two types of poster: One poster should focus on
motivating GRASS development, while the other should focus on
motivating people to use GRASS.

<!--
 ... text .... For instructions which format/style shall be used,
please have a look at this working <a href=postercontest.pdf>GRASS Poster Contest pdf</a>.
 -->

<h3>Submission Guidelines:</h3>

<ul>
<li> General guidelines:</li>
	<ul>
	<li>A1 size (59.4 cm x 84.1 cm) (might be downscaled afterwards to A2 and A3);</li>
	<li>the word "GRASS", its meaning and the words "GIS" and "Remote Sensing" should appear on the poster;</li>
	<li>graphics have to be intuitive and should show GRASS functions;</li>
	<li>no screenshots (to keep the poster "timeless");</li>
	<li>text have to be short, just keywords, mention GRASS capabilites in short;</li>
	<li>address where to download/inform/tutorials/ etc.;</li>
	<li>Open Source/Free Software philosophy should be mentioned; just to let people know that this software can be used without being charged.</li>
	</ul>

<br>
<li> Poster for <B>users</B>:</li>
	<ul>
	<li>should contain URL (http://grass.itc.it/);</li>
	<li>should show relevant functions for back-end users (raster, vector, visual);</li>
	</ul>
<br>
<li> Posters for <B>development</B>:</li>
	<ul>
	<li>should contain URL (http://grass.itc.it/)</li>
	<li>programming language should be mentioned</li>
	<li>what kind of contributing is needed (ANSI-C, translation, GUI, etc.)</li>
	</ul>
</ul>


<h3>Things to consider:</h3>

<P> There are a number of things that you may want to consider when putting together your poster.

<ul>
	<li>Character size: main text around 50-60 pt, informational text around 24-30 pt</li>
	<li>Platform information (GNU/Linux, MS-Windows, MacOS X etc.)</li>
	<li>Open Source/Free Software</li>
	<li>Which GRASS capabilities would you like to present, just one or all of them (vector, raster, 3d, nviz)</li>
	<li><a href="../download/logograms.php">GRASS logo</a> </li>
</UL>


<h3>How to submit posters:</h3>

<P> Please add all your files to a compressed archive (zip, tar.gz, etc.) for uploading.
<P> For submission please visit the GRASS-News
 <a href="http://iici.no-ip.org/~dylan/grass/newsletter/submit_article.php">submission system</a>
 and submit it under "misc.".

<p>
If this is your first submission, please
<a href="http://iici.no-ip.org/~dylan/grass/newsletter/register.php">register your email here</a>.
<p>

<!--
<dl>

  <dt><strong>... Board:</strong>
   <dd>A. Davidson, M. Wegmann, ????and the GRASS community </dd>
</dl>
-->

<div align="right">
<i>Last change: $Date: 2005/01/19 11:16:49 $ </i><br>
<i>$Author: markus $</i>
</div>


--- NEW FILE: postercontest.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS Poster Contest</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="Martin Wegmann">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <DEFANGED_link rel="stylesheet" href="../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">                    
          <table cellspacing="0" cellpadding="1" border="0" width="100%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
	         include("title_poster.inc");
	       ?>
              </td>
            </tr>
          </tbody>             
          </table>
       </td>
      </tr>
    </tbody>       
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->
  
     <h3>GRASS Poster Contest</h3>
     <?php
       include("postercontest.inc");
     ?>	       
    <!-- END MAIN PART -->
 
  </td>
 </tr>  
 </tbody> 
</table>

<hr>
   <div align="right">&copy; 2005 GRASS Development Team<br>
   <a href="../impressum.html">Imprint</a> |
   <a href="../contact.php">Comments</a> about this page<br>
   </div>
		    
</body>
</html>


--- NEW FILE: title_poster.inc ---
<!-- keep indentation -->
                <center><br>
                  <h1>GRASS: Poster Contest</h1>
                </center>

Index: menu_side.inc
===================================================================
RCS file: /grassrepository/web/newsletter/menu_side.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- menu_side.inc	11 Jan 2005 10:51:55 -0000	1.1
+++ menu_side.inc	19 Jan 2005 11:16:49 -0000	1.2
@@ -11,6 +11,9 @@
 	<font size="-1">
           <a href="../community/get_involved.php">Get involved!</a>
 	  <p>
+          <a href="postercontest.php">Poster Contest</a>
+          <p>
+          <a href="newsletter.php">Newsletter</a>
         </font>
         </td>
         </tr>





More information about the grass-web mailing list