Skip to content
Snippets Groups Projects
Commit b9125e48 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

globe populated with featured people

parent 0b9edd6b
No related branches found
No related tags found
No related merge requests found
......@@ -61,11 +61,36 @@ function letsdothisloop() {
else if(c==9) displayPamDingman();
else if(c==10) displayChristopherElbow();
else if(c==11) displayShaneFarritor();
else if(c==12) displaySheriFritz();
else if(c==13) displayRulonGardner();
else if(c==14) displayDavidHarwood();
else if(c==15) displayJohnHoerner();
else if(c==16) displayMichaelHoff();
else if(c==17) displayJohnJanovyJr();
else if(c==18) displayJayKeasling();
else if(c==19) displayScottKillinger();
else if(c==20) displayKarenKunc();
else if(c==21) displayNithalKuwa();
else if(c==22) displayCindyMcCaffrey();
else if(c==23) displayBetsyOBrien();
else if(c==24) displayJuanitaPage();
else if(c==25) displayLarkinPowell();
else if(c==26) displayJeffreyRaikes();
else if(c==27) displayBrettRatcliffe();
else if(c==28) displayJorgeAlbertoRodriguez();
else if(c==29) displayAverySchwer();
else if(c==30) displayTedSorensen();
else if(c==31) displayBobThacker();
else if(c==32) displayKenVogel();
else if(c==33) displaySidnieWhiteCrawford();
else if(c==34) displayCharlesWood();
else if(c==35) displayJohnYohe();
else if(c==36) displayTrischaZornHudson();
else {
c=-1;
}
c=c+1;
t=setTimeout("letsdothisloop()",6000);
t=setTimeout("letsdothisloop()",5000);
};
function openLocationFeat(lng, lat, username, location, displayname, title, comment, linkname) {
clearTimeout(t);
......
......@@ -2,8 +2,8 @@
//row 1
function displayNancyAndreasen() {
return openLocationFeat('-91.5330870','41.6578850','demouser','USA - Iowa City, IA','Nancy Andreasen',
'',
return openLocationFeat('-91.5330870', '41.6578850','demouser','USA - Iowa City, IA','Nancy Andreasen',
'Andrew H. Woods Chair of Psychiatry and Director of its Neuroimaging Research Center',
'Nancy Andreasen\'s Breakthrough Research Changed The Way Modern Science Understands Schizophrenia.',
'Nancy_Andreasen');
};
......@@ -81,43 +81,165 @@ function displayShaneFarritor() {
//row 4
function displaySheriFritz() {
return openLocationFeat('-80.2064440','25.9794980','demouser','Bolivia - Lake Titicaca','Sheri Fritz',
return openLocationFeat('-69.3831079','-15.7961915','demouser','Bolivia - Lake Titicaca','Sheri Fritz',
'Willa Cather professor, Department of Geosciences',
'Football delivered Dr. L. Trey Coleman out of a troubled past to Nebraska. He left with a future.',
'Sheri Fritz studies lake mud to research climate change and human impact on the environment.',
'Sheri_Fritz');
};
function displayPamDingman() {
return openLocationFeat('-96.7','40.8','demouser','Lincoln, NE','Pam Dingman',
'CEO of Engineering Design Consultants (EDC)',
'Pam Dingman is one of a handful of U.S. women who manages and owns a civil engineering firm.',
'Pam_Dingman');
function displayRulonGardner() {
return openLocationFeat('151.2071140','-33.8671390','demouser','Australia - Sydney','Rulon Gardner',
'Olympic gold medal-winning wrestler',
'Rulon Gardner, \'96, won Olympic gold, but he\'ll never stop pushing.',
'Rulon_Gardner');
};
function displayChristopherElbow() {
return openLocationFeat('-94.5836440','39.0904310','demouser','Kansas City, MO','Christopher Elbow',
'',
'Christopher Elbow, \'96, has developed a national reputation for his exquisite handmade chocolates.',
'Christopher_Elbow');
function displayDavidHarwood() {
return openLocationFeat('160.336071','-79.464507','demouser','Antarctica','David Harwood',
'Professor and Stout Chair in Stratigraphy',
'David Harwood brings the entire continent of Antarctica into his UNL classroom.',
'David_Harwood');
};
function displayShaneFarritor() {
return openLocationFeat('-96.7','40.8','demouser','Lincoln, NE','Shane Farritor',
'Associate Professor, Mechanical Engineering',
'Shane Farritor, \'92, has conducted promising research on railcar derailment and surgical robots.',
'Shane_Farritor');
function displayJohnHoerner() {
return openLocationFeat('15.4729620','49.8174920','demouser','Czech Republic, Slovakia and Hungary','John Hoerner',
'',
'John Hoerner, \'61, has been a leader in European retail for more than 20 years.',
'John_Hoerner');
};
//row 5
function displayMichaelHoff() {
return openLocationFeat('30.8540570','36.9598850','demouser','Turkey - Mediterranean Coast','Michael Hoff',
'Professor of Art History',
'Michael Hoff explores ruins of a Roman temple in Turkey - and takes students along for the ride.',
'Michael_Hoff');
};
function displayJohnJanovyJr() {
return openLocationFeat('-101.7204980','41.1309980','demouser','USA - Ogallala, NE','John Janovy, Jr.',
'Varner Professor of Biological Sciences',
'John Janovy, Jr., is at his best teaching biology in the field.',
'John_Janovy-Jr');
};
function displayJayKeasling() {
return openLocationFeat('-122.4192090','37.7752060','demouser','USA - San Francsico, CA','Jay Keasling',
'',
'Jay Keasling, \'86, runs a lab that is creating a cure for malaria.',
'Jay_Keasling');
};
function displayScottKillinger() {
return openLocationFeat('117.2523808','39.1038561','demouser','China - Tianjin','Scott Killinger',
'',
'Scott Killinger (\'61) specializes in planning new housing and commercial buildings in China.',
'Scott_Killinger');
};
//row 6
function displayKarenKunc() {
return openLocationFeat('2.3509871','48.8566667','demouser','France, Poland and Italy','Karen Kunc',
'',
'Karen Kunc, \'75, is an artist whose work has been shown in galleries around the world.',
'Karen_Kunc');
};
function displayNithalKuwa() {
return openLocationFeat('37.9061930','-0.0235590','demouser','Kenya and Zambia','Nithal Kuwa',
'Graduate student, Biological Sciences',
'Nithal Kuwa\'s research could impact more than 1.8 million children in sub-Saharan Africa.',
'Nithal_Kuwa');
};
function displayCindyMcCaffrey() {
return openLocationFeat('-122.0851100','37.4219470','demouser','USA - San Francsico, CA','Cindy McCaffrey',
'',
'Cindy McCaffrey, \'80, shaped marketing blitz that helped make "Google" what it is today.',
'Cindy_McCaffrey');
};
function displayBetsyOBrien() {
return openLocationFeat('-77.0265910','38.8856150','demouser','USA - Washington, D.C.','Betsy O\'Brien',
'',
'Betsy O\'Brien, \'67, made a career of quantifying future energy sources and costs.',
'Betsy_O\'Brien');
};
//row 7
function displayJuanitaPage() {
return openLocationFeat('-77.0240550','38.8920910','demouser','USA - Washington, D.C.','Juanita Page',
'',
'Juanita Page, \'04, is the network manager and advertising sales producer for Discovery Health Channel.',
'Juanita_Page');
};
function displayLarkinPowell() {
return openLocationFeat('18.4904100','-22.9576400','demouser','Nambia','Larkin Powell',
'',
'Larkin Powell blogs about his year-long Fulbright experience in Namibia.',
'Larkin_Powell');
};
function displayJeffreyRaikes() {
return openLocationFeat('-96.7','40.8','demouser','USA - Lincoln, NE','Jeffrey Raikes',
'CEO, Bill & Melinda Gates Foundation',
'Jeffrey Raikes, CEO of the Gates Foundation, is a major supporter of the University of NebraskaLincoln.',
'Jeffrey_Raikes');
};
function displayBrettRatcliffe() {
return openLocationFeat('-88.4976500','17.1898770','demouser','Belize, Guatemala, Mexico','Brett Ratcliffe',
'',
'Brett Ratcliffe, who some call an extreme scientist, studies beetles in Central America.',
'Brett_Ratcliffe');
};
//row 8
function displayJorgeAlbertoRodriguez() {
return openLocationFeat('-58.3731613','-34.6084175','demouser','Argentina','Jorge Alberto Rodriguez',
'',
'Jorge Rodriguez, \'79, \'80, is a past chief of the Cabinet of Ministers for the Republic of Argentina.',
'Jorge-Alberto_Rodriguez');
};
function displayAverySchwer() {
return openLocationFeat('-95.9423630','41.2597510','demouser','USA - Omaha, NE','Avery Schwer',
'Associate Professor of construction systems',
'Avery Schwer, associate professor of construction systems, is building the house of the future.',
'Avery_Schwer');
};
function displayTedSorensen() {
return openLocationFeat('-73.9856550','40.7484330','demouser','USA - New York, NY','Ted Sorensen',
'',
'Ted Sorensen, \'49, \'51 spent 11 years as JFK\'s highly influential speechwriter and domestic policy adviser.',
'Ted_Sorensen');
};
function displayBobThacker() {
return openLocationFeat('-87.6348870','41.8776540','demouser','USA - Chicago, IL','Bob Thacker',
'',
'Bob Thacker (\'70) is a legendary retail marketer whose secret is "Look before you leap - but leap!"',
'Bob_Thacker');
};
//row 9
function displayKenVogel() {
return openLocationFeat('-98.9770470','42.5366690','demouser','USA - Atkinson/Crofton, NE','Ken Vogel',
'USDA-ARS plant geneticist at UNL',
'Ken Vogel, \'74, studies what may become the next generation of biofuels - switchgrass.',
'Ken_Vogel');
};
function displaySidnieWhiteCrawford() {
return openLocationFeat('35.2007000','31.7857000','demouser','Isreal and Palestine','Sidnie White Crawford',
'Willa Cather Professor and Chair, Department of Classics and Religious Studies',
'Sidnie White Crawford\'s work sheds light on Middle East conflict.',
'Sidnie_White-Crawford');
};
function displayCharlesWood() {
return openLocationFeat('28.2871670','-15.4081930','demouser','Zambia','Charles Wood',
'',
'Charles Wood empowers Zambians to fight the HIV/AIDS battle themselves.',
'Charles_Wood');
};
function displayJohnYohe() {
return openLocationFeat('34.8888220','-6.3690280','demouser','Tanzania','John Yohe',
'Associate Prof and Dir, Int Sorghum/Millet Collaborative Research Support Prgm',
'John Yohe is delivering higher sorghum and millet yields in Africa - and back home.',
'John_Yohe');
};
function displayNithalKuwa() {
return openLocationFeat('28.2871670','-15.4081930','demouser','Zambia','Nithal Kuwa',
'Graduate student, Biological Sciences',
'Nithal Kuwa\'s research could impact more than 1.8 million children in sub-Saharan Africa.',
'Nithal_Kuwa');
//row 10
function displayTrischaZornHudson() {
return openLocationFeat('23.7166470','37.9791800','demouser','Athens, Seoul, Barcelona, Sydney, Beijing','Trischa Zorn-Hudson',
'',
'Trischa Zorn-Hudson, \'87, was an athlete at Nebraska. She may be the Huskers\' biggest fan, too.',
'Trischa_Zorn-Hudson');
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment