"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo "Abstracts"; echo "

"; echo ""; echo "For a complete listing of presentations from this meeting, see Presentations."; echo "

"; echo ""; echo "

"; echo "As the meeting has grown both in the number of attendees and species measured, it becomes more challenging to conduct a focused and productive meeting. As a start, we have listed on this Web site several potential discussion topics. Many of these topics are ongoing issues of calibration, intercomparison, etc. Others were drawn from the Recommendations from the 12th Meeting. We encourage submissions on these topics as well as suggestions for additional topics. Our strategy will be to use a combination of keynote presentations, selected topical presentations, ample discussion periods, and posters to focus on critical technical issues with the goal being to enhance the scientific value of our measurements."; echo "

"; echo "

"; echo "Please e-mail your abstract as a Word document to co2.experts@noaa.gov and include \"Re: Abstract\" on the subject line."; echo "

"; $n = count($regarr); echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; # echo ""; echo ""; echo ""; # echo "
"; echo "Posted Abstracts"; echo " (${n} as of ${today})"; echo "
"; echo ""; echo "

"; echo ""; echo ""; echo ""; echo ""; for ($i=0,$j=1; $i"; $field = preg_split("/\|/", trim($regarr[$i])); $z = "${field[0]} ${field[1]}"; echo ""; echo ""; $pdf = substr($abstracts[$i], strrpos($abstracts[$i], '/')); echo ""; echo ""; } echo "
NameAffiliation"; echo "Title"; echo "
${z}${field[2]}"; echo " ${field[3]}
"; echo "

"; echo "
"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; echo ""; echo "[NOAA Homepage]"; echo ""; echo ""; echo "Climate Monitoring and Diagnostics Laboratory
"; echo "[Home]"; echo "[About CMDL]"; echo "[Contact Us]"; echo "[Feedback]"; echo "[Privacy Policy]"; echo "
"; echo "
"; echo ""; echo "[OAR Homepage]"; echo "
"; echo "
"; echo "
"; echo ""; echo ""; } # # Function GetAbstracts ######################################################## # function GetAbstracts() { # # Get a list of available abstracts # exec("/bin/ls abstracts/*.pdf", $arr, $ret); return ($arr); } # # Function DB_Participants ######################################################## # function DB_Participants() { global $abstracts; # # Extract registrant name and abstract title from DB # $res = array(); for ($i = 0; $i < count($abstracts); $i++ ) { $tmp = split(".pdf", $abstracts[$i]); $field = split("_", $tmp[0]); $num = $field[count($field) - 1]; $select = "SELECT first, last, affiliation, title"; $from = " FROM data"; $where = " WHERE num = $num"; $etc = " ORDER BY last"; $z = ccgg_query($select.$from.$where.$etc); $res[$i] = $z[0]; } return ($res); } ?>