<?php
        $f = fopen("https://stonybrook.edu/__admin-units/commencement/data/commencement_data_2026_05_11.csv", "r");
        echo "<section class='graduates' id='graduates'>";

        $atmosoceangrads = "";
        $climatescigrads = "";
        $csggrads = "";
        $ecosyshumangrads = "";
        $envirodppgrads = "";
        $envirohumangrads = "";
        $envirostudiesgrads = "";
        $marinescigrads = "";
        $marinevertbiograds = "";
        $sustainstudygrads = "";

        while (($line = fgetcsv($f)) !== false) {
            $fn = $line[1];
            $ln = $line[3];
            $pac = $line[6];
            $plandesc = $line[9];
            $honorestimate = $line[5];
            $degreelevel = $line[10];
            $csc = $line[8];

            if ($pac == "MSRC") {
                if ($plandesc == "Atmospheric and Oceanic Sciences") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $atmosoceangrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $atmosoceangrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $atmosoceangrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $atmosoceangrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $atmosoceangrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Climate Science") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $climatescigrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $climatescigrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $climatescigrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $climatescigrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $climatescigrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Coastal Environmental Studies") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $csggrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $csggrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $csggrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $csggrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $csggrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Ecosystems and Human Impact") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $ecosyshumangrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $ecosyshumangrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $ecosyshumangrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $ecosyshumangrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $ecosyshumangrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Environmental Design, Policy and Planning") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $envirodppgrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $envirodppgrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $envirodppgrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $envirodppgrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $envirodppgrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Environmental Humanities") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $envirohumangrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $envirohumangrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $envirohumangrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $envirohumangrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $envirohumangrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Environmental Studies") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $envirostudiesgrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $envirostudiesgrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $envirostudiesgrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $envirostudiesgrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $envirostudiesgrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Marine Sciences") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $marinescigrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $marinescigrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $marinescigrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $marinescigrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $marinescigrads .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Marine Vertebrate Biology") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $marinevertbiograds .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $marinevertbiograds .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $marinevertbiograds .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $marinevertbiograds .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $marinevertbiograds .= "</p></div>";
                        }
                    }
                }
            }
            if ($pac == "MSRC") {
                if ($plandesc == "Sustainability Studies") {
                    if ($degreelevel == "BA" ||  $degreelevel == "BS") {
                        $sustainstudygrads .= "<div class='grad'><p>" . $fn . " " . $ln;
                        if ($honorestimate != '') {
                            if ($honorestimate == "MAGNA") {
                                $sustainstudygrads .= "<span class='honorestimate m-c'>M</span></p></div>";
                            }
                            if ($honorestimate == "SUMMA") {
                                $sustainstudygrads .= "<span class='honorestimate s-c'>S</span></p></div>";
                            }
                            if ($honorestimate == "LAUDE") {
                                $sustainstudygrads .= "<span class='honorestimate l-c'>L</span></p></div>";
                            }
                        } else {
                            $sustainstudygrads .= "</p></div>";
                        }
                    }
                }
            }
        }
        echo "<section class='gradsection'><h4>Atmospheric and Oceanic Sciences</h4>" . $atmosoceangrads . "</section>";
        echo "<section class='gradsection'><h4>Climate Science</h4>" . $climatescigrads . "</section>";
        echo "<section class='gradsection'><h4>Coastal Environmental Studies</h4>" . $csggrads . "</section>";
        echo "<section class='gradsection'><h4>Ecosystems and Human Impact</h4>" . $ecosyshumangrads . "</section>";
        echo "<section class='gradsection'><h4>Environmental Design, Policy and Planning</h4>" . $envirodppgrads . "</section>";
        echo "<section class='gradsection'><h4>Environmental Humanities</h4>" . $envirohumangrads . "</section>";
        echo "<section class='gradsection'><h4>Environmental Studies</h4>" . $envirostudiesgrads . "</section>";
        echo "<section class='gradsection'><h4>Marine Sciences</h4>" . $marinescigrads . "</section>";
        echo "<section class='gradsection'><h4>Marine Vertebrate Biology</h4>" . $marinevertbiograds . "</section>";
        echo "<section class='gradsection'><h4>Sustainability Studies</h4>" . $sustainstudygrads . "</section>";
        echo "</section>";
        fclose($f);
        ?>