Skip to main content

Home/ academic technology/ Group items tagged google

Rss Feed Group items tagged

Judy Brophy

Google Politics & Elections - 0 views

  •  
    Google has developed this helpful web-based tool to help citizens, journalists, and others stay abreast of various political campaigns throughout the United States. Visitors can view and interact with a clickable map of the United States to find out information about each candidate and his (or potentially her) activities. Additionally, visitors can use the Issues area to track news items on topics like the economy, immigration, healthcare, and others. This version is compatible with all operating systems
Judy Brophy

Overcoming the email obstacle for student Google Docs accounts | Digital Learning Envir... - 0 views

  •  
    The problem is that to have a Google Docs account, you need an email address.  You need it to verify your Google Docs account.  Most elementary and some middle school students don't have email addresses and their parents may not want them to have one.  Mailcatch.com is a disposable email address service.  You create an email address by just using it.  Then you go to mailcatch.com and retrieve any emails sent to it.  In a few hours, the email disappears.  You can't send email from it and you can return to it to get recovery password emails.
Judy Brophy

Embed or Link to PDF files - philridout's Google Sites help site - 0 views

  •  
    How to link or embed a pdf file into a google SITE
Judy Brophy

Technology Tip for Students: Google Search-by-Image - 0 views

  •  
    larning activity: search for mystery image using google search-by-image
Jenny Darrow

Google Forms - Kern Kelley - 1 views

  •  
    List of Google forms templates
Jenny Darrow

From Pencils to Pixels: Tools for Helping Faculty Integrate Technology - WikiPODia - 0 views

  •  
    Participants will collaboratively build a set of shared online resources as they gain knowledge and skills to help faculty integrate technology. In each activity, groups will develop materials as Google Docs that will be immediately available to all. Participants don't need to be wizards but should be familiar with digital learning tools. Each participant must bring a laptop and should be able to create and edit Google Docs. The intended audience includes instructional technologists and technology integration specialists.
Judy Brophy

cloudcourse - Project Hosting on Google Code - 0 views

  •  
    CloudCourse is a course scheduling system. Built entirely on App Engine, CloudCourse allows anyone to create and track learning activities. It also offers calendaring, waitlist management and approval features. CloudCourse is fully integrated with Google Calendar and can be further customized for your organization with the following service provider interfaces (replaceable components): * Sync service - to sync CloudCourse data with your internal systems * Room info service - to schedule classes in your locations * User info service - to look up user profile (employee title, picture, etc) CloudCourse has been developed in Python, using the Django web application framework and the Closure Javascript library.
Judy Brophy

Google Search Options - 0 views

  •  
    many types of google searches: squared, knol, sets, public source code, blogs
Jenny Darrow

Marlboro 2010 - Workhop 1 - Google Tools - 0 views

  •  
    Google workshop led by Luci - MAT program
Jenny Darrow

What is iGoogle? : Features - Web Search Help - 0 views

  •  
    iGoogle is a customizable homepage iGoogle lets you create a personalized homepage that contains a Google search box at the top, and your choice of any number of gadgets below. Gadgets come in lots of different forms and provide access to activities and information from all across the web, without ever having to leave your iGoogle page. Here are some things you can do with gadgets: View your latest Gmail messagesRead headlines from Google News and other top news sourcesCheck out weather forecasts, stock quotes, and movie showtimesStore bookmarks for quick access to your favorite sites from any computerDesign your own gadget.
Matthew Ragan

Data Scraping Wikipedia with Google Spreadsheets « OUseful.Info, the blog… - 0 views

  •  
    Prompted in part by a presentation I have to give tomorrow as an OU eLearning community session (I hope some folks turn up - the 90 minute session on Mashing Up the PLE - RSS edition is the only reason I'm going in…), and in part by Scott Leslie's compelling programme for a similar duration Mashing Up your own PLE session (scene scetting here: Hunting the Wily "PLE"), I started having a tinker with using Google spreadsheets as for data table screenscraping.
Matthew Ragan

Function list : Functions - Google Docs Help - 1 views

  • Frequency distribution
  • FREQUENCY(data, classes)
  • FILTER(sourceArray, arrayCondition_1, arrayCondition_2, ..., arrayCondition_30)
  • ...21 more annotations...
  • SORT(data, keyColumn_1, ascOrDesc_1, keyColumn_2, ascOrDesc_2, ..., keyColumn_30, ascOrDesc_30)
  • Cross-workbook referenceImportRange(spreadsheet_key, [sheet!]range)
  • Elements based on criteriaCOUNTIF(range, criteria)
  • RANDBETWEEN (bottom, top)Returns an integer random number between bottom and top (inclusive).
  • ROUND(number, count)Rounds the given number to a certain number of decimal places according to valid mathematical criteria. Count (optional) is the number of the places to which the value is to be rounded. If the count parameter is negative, only the whole number portion is rounded. It is rounded to the place indicated by the count.
  • RAND()Returns a random number between 0 and 1.
  • AVERAGE(number_1, number_2, ... number_30)Returns the average of the arguments. Number_1, number_2, ... number_30 are numerical values or ranges. Text is ignored.
  • CONFIDENCE(alpha, STDEV, size)Returns the (1-alpha) confidence interval for a normal distribution. Alpha is the level of the confidence interval. STDEV is the standard deviation for the total population. Size is the size of the total population.
  • CORREL(data_1, data_2)Returns the correlation coefficient between two data sets. Data_1 is the first data set. Data_2 is the second data set.
  • COUNT(value_1, value_2, ... value_30)Counts how many numbers are in the list of arguments. Text entries are ignored. Value_1, value_2, ... value_30 are values or ranges which are to be counted.
  • COUNTA(value_1, value_2, ... value_30)Counts how many values are in the list of arguments. Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored. value_1, value_2, ... value_30 are up to 30 arguments representing the values to be counted.
  • MAX(number_1, number_2, ... number_30)Returns the maximum value in a list of arguments. Number_1, number_2, ... number_30 are numerical values or ranges.
  • MEDIAN(number_1, number_2, ... number_30)Returns the median of a set of numbers. Number_1, number_2, ... number_30 are values or ranges, which represent a sample. Each number can also be replaced by a reference.
  • MIN(number_1, number_2, ... number_30)Returns the minimum value in a list of arguments. Number_1, number_2, ... number_30 are numerical values or ranges.
  • MODE(number_1, number_2, ... number_30)Returns the most common value in a data set. Number_1, number_2, ... number_30 are numerical values or ranges. If several values have the same frequency, it returns the smallest value. An error occurs when a value does not appear twice.
  • PERCENTILE(data, alpha)Returns the alpha-percentile of data values in an array. Data is the array of data. Alpha is the percentage of the scale between 0 and 1.
  • QUARTILE(data, type)Returns the quartile of a data set. Data is the array of data in the sample. Type is the type of quartile. (0 = Min, 1 = 25%, 2 = 50% (Median), 3 = 75% and 4 = Max.)
  • RANK(value, data, type)Returns the rank of the given Value in a sample. Data is the array or range of data in the sample. Type (optional) is the sequence order, either ascending (0) or descending (1).
  • STDEV(number_1, number_2, ... number_30)Estimates the standard deviation based on a sample. Number_1, number_2, ... number_30 are numerical values or ranges representing a sample based on an entire population.
  • STDEVP(number_1, number_2, ... number_30) Calculates the standard deviation based on the entire population. Number_1, number_2, ... number_30 are numerical values or ranges representing a sample based on an entire population.
  • Combines text stringsCONCATENATE(text_1, text_2, ..., text_30)Combines several text strings into one string. Text_1, text_2, ... text_30 are text passages that are to be combined into one string.
  •  
    Google Spreadsheets Formula Help
Judy Brophy

Free Technology for Teachers: Build A Map - Create Layered Google Maps - 1 views

  •  
    a new service that allows you to build layers on top of Google Maps.   Using Build A Map you can add information from data sets, add shapes, and add custom labels. The service is currently in a private beta so you do have to register your email address and wait for an invitation to try it
Jenny Darrow

Skype vs Google+ Hangouts, a business perspective - 0 views

  •  
    Nice comparison matrix 
Judy Brophy

Google Docs for Writing Instructors Outline - Google Docs - 1 views

  •  
    outline of talk and slides
Jenny Darrow

EdCampNH Smack Down List - Google Docs - 1 views

  •  
    EdCampNH Smack Down List - Google Docs
Judy Brophy

7 Image Search Tools That Will Change Your Life | Brain Pickings - 1 views

  •  
    Although Google has been playing with some fun image search toys in its lab and the official Google Image Search has recently significantly upped its game, some of its most hyped features - color search, instant scrolling, hover preview - are but mere shadows of sleeker, better versions that geekier, more sophisticated image search tools offer. Here are seven of our favorites.
« First ‹ Previous 41 - 60 of 215 Next › Last »
Showing 20 items per page