|
| |||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||
|
|
| The North Texas Burn Rehabilitation Model System (NTBRMS) including Parkland Health and Hospital System (PHHS) and the University of Texas, Southwestern Medical center (UTSW) is internationally renown for its top quality comprehensive program of care, rehabilitation, and research involving children and adults who sustain major burn injury. The new grant cycle began on October 1, 2007 and will end September 30, 2012. Research
Dissemination
Project Staff
Collaboration
Funding for this grant is made possible by the National Institute on Disability and Rehabilitation Research (NIDRR), U.S. Department of Education (Grant # H133A070024) October 1, 2007 through September 30, 2012. Webmaster: Ruth.Davies@utsouthwestern.edu
/* * Retrieve total pageviews and visits for 30 days. */ // Create the analytics service object var analyticsService = new google.gdata.analytics.AnalyticsService('iSample_dataVP_v1.0'); // The feed URI that is used for retrieving the analytics data var feedUri = 'https://www.google.com/analytics/feeds/data' '?start-date=2009-01-01' '&end-date=2009-01-31' '&dimensions=ga:date' '&metrics=ga:visits,ga:pageviews' '&sort=ga:date' '&ids=' document.getElementById('tableid').value; // callback method to be invoked when getDataFeed() returns data var callback = function(result) { // An array of analytics entries var entries = result.feed.entry; // create an HTML Table using an array of elements var outputTable = [' ']; outputTable.push(''); // Iterate through the feed entries and add the data as table rows for (var i = 0; i < entries.length; i ) { var entry = entries[i]; // add a row in the HTML Table array var row = [ entry.getValueOf('ga:date'), entry.getValueOf('ga:visits'), entry.getValueOf('ga:pageviews') ].join(''); } outputTable.push(' ', ' Date ', ' Visits ', ' Pageviews '); outputTable.push(' ', row, ' '); // print the generated table PRINT(outputTable.join('')); } // Error handler var handleError = function(error) { PRINT(error); } // Submit the request using the analytics service object analyticsService.getDataFeed(feedUri, callback, handleError);
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Copyright 2010. The University of Texas Southwestern Medical Center at Dallas 5323 Harry Hines Boulevard, Dallas, Texas 75390. Telephone 214-648-3111 |