Skip to main content

Student Dynamic Map Competition

                The North American Cartographic Information Society (NACIS) is sponsoring the 13th Annual Student Dynamic Map Competition to promote cartographic excellence and innovation in this versatile medium. This competition aims to award student achievement in dynamic mapping in two categories:
  • A narrative map presents information in a way that communicates a story, cause or message.
  • An interactive map provides tools that may be used for navigation, location-based services, or exploratory geovisualization. 
          The rules for the competition are simple:
  • There is no entry fee and your map must be publicly accessible online through October 31, 2011. 
  • Students may enter as many times as they wish, but may only win one prize.
  • Up to four students may enter the same project. 
  • Judges reserve the right to change an entry's category if they feel it is more appropriate. 
  • Entries must be submitted by Friday September 16, 2011. 
  • URLs pointing to all contest entries must be active through October 31, 2011. 
  • Any student enrolled in a certificate program, undergraduate, or graduate/post-graduate program in any country who has not previously won first prize in either of the categories from this contest may enter.

Each map will be judged by a panel of three professional cartographers. The winners will be announced (and demonstrated) during this year's NACIS annual meeting in Madison, WI. The winners will also be announced in the following issue of Cartographic Perspectives. A first prize of $500 will be awarded to the best narrative map and best interactive map. At the discretion of the judges, additional noteworthy maps may receive an honorable mention award. All first place and honorable mention maps will receive award certificates.

You can register for the contest here. So all students out there, put on your mapping caps and gear up for two (find the details of the other mapping contest here.) exciting map contests this season.

Comments

Recommended for You

Playing with the markers and info window bubbles...

    In the last few posts, we have seen some marker examples and some information window examples. Now, lets do something interesting combining these two things. Just writing that "This is an info window" in the information bubble is not very interesting! And I know this...Have gone through the same phase!     So, today we will do something interesting! We will display the latitude- longitude co-ordinates of the point that the user clicks on the map! Doing this is not at all complex! Copy paste the following code and you will see for yourself a map coming to life!     The output of the above code looks as seen in the result section above! If you have any queries regarding the above code please comment on the blog post or feel free to contact me at my mail ID .

Form info window

         Today we will look at a Google Maps API v3 example to add a form in the information bubble! This is usually required when we wish to accept some data/information from the user! This data can be saved to a server in the form of an XML file or a database! The information can then be retrieved back at a later stage, when necessary!          In this example we will only look at form in the information bubble! The connectivity part with the server will be discussed in another post! So, today's code snippet is as seen below! <html> <head> <title> Google Maps API v3 - Adding marker and info window on Click and creating a form in the infowindow with the lat-lng information in it. </title> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> var map;    //When using ev...

jQuery Mobile's Next Big Step

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years 📆, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍

ES6 101 - Class

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years 📆, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍

ES6 101 - For..of

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years 📆, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍