Hypography Science Forums: Cedars - Viewing Profile - Hypography Science Forums

Jump to content

Welcome! You are currently viewing the Hypography Science Forum as a guest. In order to participate in our science discussions, you should register now! Registration is free and you can use your Facebook login if you like.

Cedars's Profile User Rating: -----

Reputation: 95910 Excellent
Group:
Members
Active Posts:
1,811 (0.72 per day)
Most Active In:
Earth science (417 posts)
Joined:
26-June 05
Profile Views:
2,643
Last Active:
User is offline Apr 03 2010 01:35 PM
Currently:
Offline

My Information

Member Title:
Creating
Age:
Age Unknown
Birthday:
November 29
Gender:
Not Telling Not Telling

Contact Information

E-mail:
Click here to e-mail me

Converted

Location:
Minnesota

Topics I've Started

  1. Climategate

    24 November 2009 - 07:28 AM

    While the info is being sorted, its really too early to declare whats going on (even though I have an opinion forming) there is some funny stuff going on regarding this embarrassment. Gotta have fun:

    The Secret Life of Climate Researchers

    Narrator

    Our very planet depends on them. Yet they remain nature's most elusive scientific species, inhabiting some of the world's most delicate and daunting academic environments. But thanks to new breakthroughs in high speed cameras and email files, metascientists are finally beginning to understand their mysterious behaviors and complex social interactions. Tonight on Iowahawk Geographic: step inside the Secret Life of the Climate Researchers.

    iowahawk - The Secret Life of Climate Researchers
  2. Race and Childrens Perceptions

    06 September 2009 - 09:24 AM

    Interesting article on behaviors of parents, kids, and society trying to increase social diversity and acceptance.

    Snippets from article (note: there is no context in these snippets and they cannot be commented on without reading the surrounding text):

    "We all want our children to be unintimidated by differences and have the social skills necessary for a diverse world. The question is, do we make it worse, or do we make it better, by calling attention to race?

    Bigler's experiment (blue and red shirts) seems to show how children will use whatever you give them to create divisions—seeming to confirm that race becomes an issue only if we make it an issue.

    When the kids turned 3, Katz showed them photographs of other children and asked them to choose whom they'd like to have as friends. Of the white children, 86 percent picked children of their own race. When the kids were 5 and 6, Katz gave these children a small deck of cards, with drawings of people on them. Katz told the children to sort the cards into two piles any way they wanted. Only 16 percent of the kids used gender to split the piles. But 68 percent of the kids used race to split the cards, without any prompting. In reporting her findings, Katz concluded: "I think it is fair to say that at no point in the study did the children exhibit the Rousseau type of color-blindness that many adults expect."

    Moody included statistical controls for activities, sports, academic tracking, and other school-structural conditions that tend to desegregate (or segregate) students within the school. The rule still holds true: more diversity translates into more division among students. Those increased opportunities to interact are also, effectively, increased opportunities to reject each other. And that is what's happening.

    Immediately, the children began to chatter about the stunning development. At the ripe old ages of 6 and 7, the children had no doubt that there was a Real Santa. Of that they were absolutely sure. But suddenly there was this huge question mark. Could Santa be black? And if so, what did that mean?

    Full article (title is misleading):

    Even Babies Discriminate: A NurtureShock Excerpt
  3. Groundwater Atlas - USA

    03 September 2009 - 07:41 AM

    Found this site looking for wisconsin glaciation info. Lots of good maps and info contained within the articles.

    Main Site:
    Ground Water Atlas Archive

    Clicking an area will bring you to that areas index. From here you can read the report or drill down to other areas. Example, clicking regional summary will bring you to the page and at the top will be additional links. Clicking the
    Preview and download Regional summary figures--

    will bring up the list of figures and images used. Heres where I found the cool stuff. Each region is slightly different in its content, but there are maps of geology, info on underground geothermals, and surprising for me, a nice pic of the glaciation areas like the one below:

    Posted Image
  4. You Tube - skill displays

    02 April 2009 - 12:02 PM

    A thread for videos of extreme skill displays. No broken bones or maimings please.

    The kid showed me this one. Extreme Sheepherding. I love trained border collies and the fireworks at the end are great!

    Extreme Sheepherding
  5. Javascript and Php

    28 March 2009 - 01:14 PM

    This is using googlemaps to produce php queried markers with info windows.

    function initialize() {
          if (GBrowserIsCompatible()) {
            var map = new GMap2(document.getElementById("map_canvas"));
            map.addControl(new GSmallMapControl());
            map.setCenter(new GLatLng(45.8598, -92.6010), 11);
    }
    //Switched stuff here and ALMOST got what I wanted
        function createMarker(point, html) {
          var marker = new GMarker(point);
          var html = loc;
    GEvent.addListener(marker, 'click', function() 
    {marker.openInfoWindowHtml(html);
    });
    return marker;
    };
    
    <?php
    //connection stuff
    //Then my isset stuff
    //Then query stuff
    if (!$result2)
    {
    echo "no results ";
    }
    while($row = mysql_fetch_array($result2))
    {
    echo "var point = new GLatLng(" . $row['lat'] . "," . $row['lon'] . ");n";
    //Switching stuff here prevents any google map from showing
    echo "var marker = createMarker(point, '" . addslashes($row['loc']) . "');n";
    
    echo "map.addOverlay(marker);n";
    echo "n";
    }
    }
    }
    mysql_close();
    ?>
    } 
    //]]>
    </script>
    

    If I edit this line:
    var html = loc;
    to
    var html = "loc";
    it prints loc in the info window.

    I have tried numerous variations on that line and cannot get it to produce the correct data in the info window.

    When I view source on the page its showing the query is pulling the correct data in a list like this (I colored the data which is not showing in the info window):

    var point = new GLatLng(45.845924,-92.625931);
    var marker = createMarker(point, 'refuge');
    map.addOverlay(marker);

    Where its red, its showing up as loc in the infowindow if I put var html = "loc". If I leave it as loc, the markers and the info window do not show.

    Any clues? Its gotta be something simple.

Comments

Page 1 of 1
  1. Photo

    theblackalchemist 

    02 Jan 2009 - 17:46
    Happy new year mate :)!
  2. Photo

    theblackalchemist 

    26 Nov 2008 - 07:04
    C'mo S.J create an account on AIM/MSM/Google/ICQ seriously missing your animals TBA
  3. Photo

    Michaelangelica 

    28 May 2008 - 00:56
    Thanks for your comments . Much appreciated. Men, I think, are trained to compete, women to listen. It means men miss a lot, while protecting & promoting their egos.
  4. Photo

    Turtle 

    09 May 2008 - 14:16
    Nice field work lately Cedars. :tree: :turtle:
  5. Photo

    theblackalchemist 

    09 May 2008 - 05:39
    Hi, Were not talking much of lately since the chat feature is removed.. Missing our daily chat sessions Do you have a msn id? cheers! TBA
  6. Photo

    DougF 

    25 Apr 2008 - 08:56
    Yes, you and that camera are quite the pair, I'm [COLOR="Lime"]GREEN[/COLOR] with envy over your skill. (or luck)
  7. Photo

    tangledup75 

    23 Apr 2008 - 17:11
    Nice pics Cedars! I have to get a new camera!
  8. Photo

    Turtle 

    31 Mar 2008 - 08:43
    Lovin' the new photos Cedars! :camera:
  9. Photo

    Turtle 

    28 Mar 2008 - 20:11
    Peekaboo! :flying:
Page 1 of 1

View our Science Quizzes | Science links. About the Hypography Science Forums

Friends

We recommend these stellar sites:

PC Help Forum

ATL - Atlanta Computer Repair

Sponsors

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

When we launched in May 2000, we wanted to create a site to share science-related content of all kinds on the web. As time passed, our site turned into a pure science forum with lots of cool people.

So we kept the name Hypography and the cool science forum community - and aim to be a friendly place for discussion of science topics of all kinds.