Searching for "animation"

GIS and GeoWeb Technologies

https://www.libraryjuiceacademy.com/moodle/login/index.php

Eva Dodsworth

Since the emergence of easily accessible dynamic online mapping tools, there has been a drastic increase in geographic interest and awareness. Whether for personal, social, professional or academic uses, people are using Geographic Information System (GIS) technology to communicate information in a map format. Whether it’s using Google Earth to study urban change, or creating Google Map Mashups to deliver library resources, more and more members of society are turning to mapping programs for their visualization needs. With so many using GIS technology in their daily lives, library staff are now more than ever assisting library clients with their mapping queries.

This course will introduce students to a variety of mapping tools and GIS technologies such Google Earth and the creation of dynamic KML files; ArcGIS Online and webmap publishing; Google Fusion Tables and geocoding; and GIS fundamentals with geospatial data creation. Students will be able to apply their GIS skills in their reference work, in digitization projects, in webpages, in library instruction, and more.  Through hands-on exercises, pre-recorded demonstrations and lectures, students will receive a thorough overview of mapping resources that will enhance and expose their library’s resources.

http://www.lib.uwaterloo.ca/locations/umd/WeekOne_2014.wmv

 

http://www.placingliterature.com/map?modal=1

http://www.lib.uwaterloo.ca/locations/umd/WeekTwo.wmv

http://www.lib.uwaterloo.ca/locations/umd/WeekThree_Part_One.mov

http://www.lib.uwaterloo.ca/locations/umd/WeekThree_Part2.mov

http://www.lib.uwaterloo.ca/locations/umd/WeekFour.mov

 

– How to enable offline maps in your Google Maps app – http://www.huffingtonpost.com/map-happy/how-to-enable-offline-maps_b_6525832.html

– Huge news – Google Earth Pro, which used to cost the public $400 is now free! What does that mean for you? Extra features! You can import GIS files, tables, and export animated movie files!  http://google-latlong.blogspot.com.es/2015/01/google-earth-pro-is-now-free.html

– Don’t live in Canada?  Too bad! Google Maps plots best tobagonning hills in Canada!http://www.ctvnews.ca/canada/google-map-plots-canada-s-best-tobogganing-hills-1.2218207

– a map of 19 countries that were named after specific people – http://www.vox.com/2015/2/1/7954179/map-countries-pe

 

Maps that shaped the world

http://www.bbc.com/news/magazine-30840318

 

 

Content for Week Two – February 9th – February 15th

Week Two:

Podcast includes:

  • Citizen Mapping
  • OpenStreetMap – crowdsourcing
    more heads are better then one
    NYPL geomapping volunteers.

http://www.openstreetmap.org/

citizen crime reporting app for NYPD http://www.nyc.gov/html/nypd/html/crime_mapping/nyc_crime_map_introduction.shtml

when the jet disappeared, crowdsourcing for parts on the satellite maps of the ocean

potholes map

maps of the threes. emerald bug in Mnpls

http://www.fuf.net/

how does foursquare and checkins in FB and Google +fit it

  • Google Earth
  • Assignment

Podcast and Powerpoint can be accessed from:http://www.lib.uwaterloo.ca/locations/umd/JuicyLibrarianMaterial.html

Tutorials: Google Earth

Assignments:

1.       Discussion question:

Discover some citizen mapping projects that you are interested in OR

Contribute your local knowledge to Google Map Maker AND Share with the class online

2.       Google Earth Map

Please complete the tutorial and then create a map in Google Earth with the following components:

  • A title
  • A written introduction to your project
  • At least five placemarks, embedded with html tags, and images, if possible.
  • Imported KML file(s) file format by GEarth, but other apps is using it. using notepad or MS Word, one can create KML file.
    screen overlay, can be text, image, anything. legend. HTML code.
  • A screen overlay  (i.e. a legend)

areal photography.

history.
images from the library, Google is willing to buy them. citizen mapping. scanning and uploading.

geographical and societal awareness.

Gallery: 360Cities.

google street view – historical views

Google Earth Mapping

Submit online as a KML/KMZ file

I had the opportunity to experience a gizmo that can be used to display a variety of mapping projects, including citizen mapping: Science on a Sphere. It is a sphere on which you can project static maps or animations. The one I saw, in the National Oceanic and Atmospheric Administration’s facility on Ford Island in Honolulu, displayed animations showing the 2004 Indian Ocean tsunami and the 2011 tsunami in Japan, as well as airline flight paths, ocean currents, polar ice cap change over time, and many other types of geospatial data.

The Great Backyard Bird Count actually starts today and runs through Monday, February 16th. At a minimum, it only requires 15 minutes of observation on any or all the days:  http://gbbc.birdcount.org/

Happy Cow is a site well-known to many vegetarians/vegans for finding restaurants which I’ve used when travelling. Users can submit reviews and/or restaurants that they’d like profiled (although the site reserves the right to approve or not the listing). http://www.happycow.net/search.html 

———————————–

wq and leaflet – a framework that could catch on
by Timothy Clarke – Thursday, February 12, 2015, 2:21 PM

One of the impediments to citizen mapping is the line-of-sight cell tower limitations of mobile phones, or the wifi requirements for other mobile devices.  Citizen mapping in urban and suburban environments is well-served by mobile devices, but what about natural areas, dense leaf cover, or extreme topography?  Even if obtaining absolute mapping coordinates isn’t the issue, much crowdsourcing assumes an ability to connect back to a central data repository (e.g., a web database, ‘the cloud’).  Equipment that can interact with GPS satellites and support data capture is typically expensive and generally requires proprietary software.

wq (https://wq.io/) is a framework that is ‘device first’ and ‘offline-enabled’.  It attempts to leverage several open source technologies to build an entire mobile solution that can support citizen science data collection work, and then synchronize with a central repository once the device (and operator) return to an area served by cellular or wifi networks.

I’m stretching here, so if I get stuff wrong, please don’t yell.  Still, I’ll take a pass at generally describing the framework and its related technology stack.

wq relies upon python, and a web framework called django for building offline-capable web apps that can run on iOS and Android devices.  These web apps, then, rely very heavily upon javascript, particularly requirejs (http://requirejs.org/) and mustache (https://mustache.github.io/), for the templates that permit quick and (somewhat) painless web application development.  Data visualization relies upon d3.js (http://d3js.org/), and geography makes heavy use of Leaflet (http://leafletjs.com/) — maybe the most pertinent layer of the stack for those of us in this course.  If you’re not familiar withLeaflet.js, check it out!

Finally, wq extends several other open source technologies to enable synchronizing between a central data repository and multiple mobile devices in the hands of citizen mappers.  Lastly, wq employs a set of tools to more easily build and distribute customized mapping apps that can be served from Apple’s app store, Google Play, etc.

What wq intends is to allow highly specialized citizen science/citizen mapping apps to be more easily and quickly built, based upon a solid collection of aligned F/OSS tools.  Ideally, an app can spin up quickly to respond to a particular need (e.g., a pipeline spill), or a specialized audience (the run up to a public comment period for a development project), or even something like a high school field trip or higher ed service learning project.

Some examples of citizen mapping projects already built upon wq are here:

https://wq.io/examples/

—————–

Creating a walking tour map with Google Earth_2014

————-

Week 3

Podcast includes:

  • Geocoding
  • Georeferencing
  • Spatial Data Formats
  • Geospatial Data Online
  • Discussion Question

Podcast and Powerpoint available from: http://www.lib.uwaterloo.ca/locations/umd/JuicyLibrarianMaterial.html

Tutorials: BatchGeo (optional); Google Fusion (optional)

https://en.batchgeo.com/

enter Xcel data, and export KLM file ready for google map and/or google earth

https://support.google.com/fusiontables/answer/2571232
http://en.wikipedia.org/wiki/Google_Fusion_Tables

store maps online, no latitude needed.
visualize geospatial data by map
spatial analysis by mapping different layers together
showing data by map, graph or chart
e.g. how many cars cross specific point
crowdsourcing: spotting butterflies, using fusion tables to map the spices and sightings
http://www.theguardian.com/news/datablog/2011/mar/31/deprivation-map-indices-multiple

students: journalism, history, geography.

Georeferencing (geocoding – data, geo referencing – image)
historical air maps or photos are much more useful when they are georeferenced.
Photos from different year is difficult to lay over one another without referencing. the only reference might be the river. usually reference the four corners, but sometimes river. Using GIS program to determine the longitute/latitude for each corner. sometimes only farmland and it is impossible

 

Game Design Finds a ‘Sweet Spot’ with Education

Game Design Finds a ‘Sweet Spot’ with Education

http://www.edtechmagazine.com/k12/article/2014/06/game-design-finds-sweet-spot-education

\three areas that generally get neglected in school: architecture, animation and game design.

students create their own games using these concepts. They may choose from several programming platforms, including Beta, Kandu, Flowlab, Unity, Atmosphir, Gamestar Mechanic and Game Maker. Some of these require knowledge of coding; others are almost purely visual.

Game Design Toolkit Available

http://education.mit.edu/blogs/carole/2014/11/05

https://gamestarmechanic.com/

http://gamesandimpact.org/

A brief history of video games (Part I) – Safwat Saleem

http://ed.ted.com/lessons/a-brief-history-of-video-games-part-i-safwat-saleem

basics of design

Tuesday, Jan 22, 2PM, we met to discuss the basics of design, graphic design in particular.

Sliderocket and SLideshare

Here is the handout with sources and outlines. Pls feel welcome to contribute with your sources and ideas.

Design Basics

Handouts

–          What is design and how to we approach it

to prepare the preliminary sketch or the plans for (a work to be executed), especially to plan the form and structure of
http://dictionary.reference.com/browse/design
what is graphic design
The process and art of combining text and graphics and communicating an effective message in the design of logos, graphics, brochures, newsletters, posters, signs, and any other type of visual communication is the formal, short definition of graphic design. Today’s graphic designers often use desktop publishing software and techniques to achieve their goals.
http://desktoppub.about.com/cs/basic/g/graphicdesign.htm

–          Why is it important to consider it
Graphic design helps clarify meaning and ease communication from one person (persons) to another, and it does so in a few ways.
http://www.quora.com/Why-is-graphic-design-important

–          How do we enact it

Hands-on exercise: create well-designed PowerPoint.

–          Keep it simple
Your slides should have plenty of white space, or negative space. Do not feel compelled to fill empty areas on your slide with your logo or other unnecessary graphics or text boxes that do not contribute to better understanding. The less clutter you have on your slide, the more powerful your visual message will become.

–          Limit bullet points and text
The best slides may have no text at all.

–          Limit transitions and builds (animation)

–          Use high quality graphics

–          Have a visual theme but avoid using PowerPoint templates

–          Use color well
Color evokes feelings. Color is emotional. The right color can help persuade and motivate. Studies show that color usage can increase interest and improve learning comprehension and retention.
You do not need to be an expert in color theory, but it’s good for business professionals to know at least a bit on the subject. Colors can be divided into two general categories: cool (such as blue and green) and warm (such as orange and red). Cool colors work best for backgrounds, as they appear to recede away from us into the background. Warm colors generally work best for objects in the foreground (such as text) because they appear to be coming at us.

–          Choose your fonts well
Fonts communicate subtle messages in and of themselves, which is why you should choose fonts deliberately. Use the same font set throughout your entire slide presentation and use no more than two complementary fonts (e.g., Arial and Arial Bold). Make sure you know the difference between a serif font (e.g., Times New Roman) and a sans-serif font (e.g., Helvetica or Arial).
Serif fonts were designed to be used in documents filled with lots of text. They’re said to be easier to read at small point sizes, but for onscreen presentations, the serifs tend to get lost due to the relatively low resolution of projectors. Sans- serif fonts are generally best for PowerPoint presentations, but try to avoid the ubiquitous Helvetica.

–          Spend time in the slider sorter
According to the Segmentation Principle of multimedia learning theory, people comprehend better when information is presented in small chunks or segments. By getting out of the Slide view and into the Slide Sorter view, you can see how the logical flow of your presentation is progressing. In this view, you may decide to break up one slide into, say, two or three slides so that your presentation has a more natural and logical flow or process.

http://www.techrepublic.com/article/10-slide-design-tips-for-producing-powerful-and-effective-presentations/6117178

Graphic Design Fundamentals
http://www.garrreynolds.com/design/basics.html

Graphic Design Basics

http://www.1stwebdesigner.com/design/graphic-design-basics-elements/

50 Totally Free Lessons in Graphic Design Theory

http://psd.tutsplus.com/articles/web/50-totally-free-lessons-in-graphic-design-theory/

Graphic Design: The New Basics

http://www.gdbasics.com/

Know Thy User: The Role of Research in Great Interactive Design

http://www.slideshare.net/frogdesign/know-thy-user-the-role-of-research-in-great-interactive-design

Basics of Web Design

http://webdesign.about.com/od/webdesigntutorials/a/aa070504.htm

Basics of Web Design

http://ontwik.com/ui/basics-of-web-design/

D2L camp Wednesday January 9, 2013

D2L: SHARING PRACTICES IN LEARNING AND TEACHING

– mostly it is visual changes. D2L is now using a lot of collapsing / scroll down bars to navigate. it is more compact
– changes and improvements in different tools: e.g. discussion, rubrics, grades (e.g.  export straight to Excel), pager etc
– faculty cannot add tools to the default navbar, but can email d2l@stcloudstate.edu and request a tool to be added. Faculty CAN take off tool; don;t forget to save
– must post first in discussion

  • 10:00-10:30am: Make D2L work for you: discussions and grades in D2L . Dr. David Switzer, Economics

– grades, how to streamline them. copying again and again in D2L can be too timeconsuming. exxporting to Excel, calculating and importing back is easier. Remeber to export a blank D2L grading item, so the template can be set. q/n: when final grades will be able to export straight from D2L to R&R
-use subscription on discussion
-show students in class that surveys are anonimous indeed

– who to turn for help and ideas: colleagues, tech support, tech insrtruct people, students
– how to organize lectures’ content and put it online, D2L in particular
– F2F, hybrid and online. how do we choose and discriminate?

– online learning, disruptive technology. touched on MOOC, student-center edlearning
Camtasia. free version of the C Studio 8.0 for Win and Mac. Shareware (30 days). for every min of recorded lecture, will take 5 to 10 min to record it, edit it and prepared it.
Adobe Captivate. use it through the virtual lab. it is not that connvenient. $30 per year for the key server version
-Blue Berry is superior to Camtesia by allowing to draw
Jing. Free
Screencast. bandwidh restriction. means that too many students cannot view simultanously the lecture video.  Flash-based and this is not compatible with Apple products.
– Mediaserver (media4.stcloudstate.edu) upload zipped folder (SCORM compliant). Need an account, request from Greg Jorgenson.
— Mike from the Adobe Connect participants shared ” I’ve used Screenhunter to captures images (jpg), which is a free software”
– multimedia formats: video, audio, images, animations
– differences between raster and vector graphics. Camtasia will accept only JPG, PNG formats, but not vectorgraphics

  • 11:30-12:00pm: Open time for individual projects and problem solving.

Lunch Break

– Steve: rubrics and grading. D2L is not flexible and we need to adapt our assessment to the D2L capabilities.
– homework and papers, holistic and analytic.
Amazon Kindle much better for grading online then iPAD.
– separate criteria did not work for Steve, but Ken has his rubrics in different criteria. KISS rule. Properly defines students’ expecations.  Create a grid of the rubrics and then cut and paste into the D2L rubrics. Also go over with students over the rubrics details.
– Ken: have several levels in rubrics. New Rubric must be “published” and not a “draft” otherwise cannot be linked to grades.

– calibrated peer review.
another way of using rubrics. potential advantage of using this app is to do automated blind peer review. D2L cannot do it that well as this app. handy for large classes and short writing assignments. Contact Joe Melcher (jmmelcher@stcloudstate.edu) for an account to be created.
crowd control versus really learning the content. The software gives a good feedback what students have actually done (student progress tab).
export callibrated results to D2L

  • 2:00-3:00pm: Open time for individual projects and problem solving.

 

You can also join us via virtual synchronous connection through Adobe Connect at:
http://media4.stcloudstate.edu/d2lworkshop/

Limited space; please consider registering at:  https://secure.mnsu.edu/mnscupd/login/default.asp?campusid=0073

We would like similar event during the Spring 2013 semester? Please share with us your preference for day/time, as well as topics of interest.

For any questions, recommendations, suggestions, please use the following contact:

Plamen Miltenoff
320-308-3072
pmiltenoff@stcloudstate.edu

 

 

1 2 3 4