girl looking at bees

=CURDATE() order by eventDate, eventID asc LIMIT 2"; $eventResult = mysql_query($eventQuery); //If there are events if (mysql_num_rows($eventResult) > 0) { echo "

icon2Upcoming Events

"; echo "
"; while (list($eventID,$eventDay,$monthName,$eventDate,$eventTime,$title) = mysql_fetch_row($eventResult)) { echo "

".(stripslashes($monthName))." ".(stripslashes($eventDay)).", ".(stripslashes($eventTime))."
"; echo "
".(stripslashes($title))."

"; } echo "
"; } //if there are no more events in the calendar this will print an empty paragraph else { echo "

 

"; } //Code for generating the Upcoming Kids and Family Events section of the sidebar. If there are upcoming //kids events, then the block is generated with no more than 1 of the upcoming events. If there //are no events upcoming, it should print a simple   //Querying the DB for the next upcoming kids events. It must //also occur on or after the current date $kidEventQuery = "SELECT eventID, dayofmonth(eventDate) as eventDay, monthname(eventDate) as monthName, eventDate, eventTime, title FROM events WHERE eventDate>=CURDATE() and eventCategory=5 LIMIT 1"; $kidEventResult = mysql_query($kidEventQuery); //If there are events if (mysql_num_rows($kidEventResult) > 0) { echo "

icon4For Kids and Families

"; echo "
"; while (list($eventID,$eventDay,$monthName,$eventDate,$eventTime,$title) = mysql_fetch_row($kidEventResult)) { echo "

".(stripslashes($monthName))." ".(stripslashes($eventDay)).", ".(stripslashes($eventTime))."
"; echo "
".(stripslashes($title))."

"; } echo "
"; } //if there are no more events in the calendar this will print an empty paragraph else { echo "

 

"; } ?>

icon3Research at the Museum

icon3Object of the Month

Find out about the stars of our collections. Each month we spotlight one of the rarely seen Museum treasures.

icon4Sign Up for Updates

Never miss a Museum event or exhibit again. Sign up for our Museum Update. It's FREE!

Museum Hours
Monday-Friday 9 a.m. - 5 p.m.
Saturday 9 a.m. - 4 p.m.
Sunday 10 a.m. - 4 p.m.
The University of Colorado Museum of Natural History is closed on all University holidays.

The University of Colorado Museum of Natural History

Beetles Exhibit

Beetles Exhibit Rendering a rendering of the exhibit

The new exhibition "Beetles" is open to the public starting Monday, Oct. 8. Come by and immerse yourself in the diversity, beauty and behavior of beetles.

 

child looking at mirrored object

"Cultivate the Scientist in Every Child"
January 9 – March 5, 2013
Created by
Hawkins Centers of Learning

Displayed in the museum's BioLounge this exhibition illustrates the dynamic approaches to learning and teaching that engage children's curiosity using readily available materials. It also highlights the collaboration between David Hawkins and Loris Malaguzzi, an architect of the world-renowned schools for young children in Reggio Emilia, Italy.

 

If you have questions, please contact the Front Desk: 303-492-6892 or cumuseum@colorado.edu

Object of the MonthObject of the MonthObject of the MonthObject of the Month

Museum News

Here are a couple of things that are going on in the Museum. For a list of our recent news items, please see our Museum News page.

There are no news items in our system at this time.

"; } else { //Here I'm saying that if more than 3 news stories were returned, then set //the $num_news variable to be 3. That way when we loop through the //newsResult, we will only get 3. if ($num_news > 2) { $num_news = 2; } echo "
"; echo ""; } echo "
"; ?>

CU Museum
See what others say about CU Museum of Natural History on TripAdvisor.

                        

spacer
University of Colorado at Boulder

UNIVERSITY OF COLORADO MUSEUM OF NATURAL HISTORY
Henderson Building, 15th and Broadway, Boulder, CO 80309
tel: 303.492.6892 fax: 303.492-4195
For questions or comments, please email cumuseum@colorado.edu
© Regents of the University of Colorado.