Skip to content

Latest commit

 

History

History
144 lines (121 loc) · 4.94 KB

File metadata and controls

144 lines (121 loc) · 4.94 KB
layout default
navbar Home
title Welcome
icon fas fa-home
<style> .slider-container { margin-bottom: 1rem; background-color: whitesmoke; } .slider-item { border: 3px solid white; } .carousel .card { box-shadow: unset; background-color: whitesmoke; } .carousel .card-content { font-size: 0.8rem; padding: 0.5rem 1.0rem; background-color: whitesmoke; } </style>
Scholars at the Exploratorium field trip as part of the CS Head Start program in 2019.
Scholars at the AutoDesk Technology Center field trip as part of the Community Engaged CS course in 2019.
Scholars at the Lyft field trip as part of the Community Engaged CS course in 2019.
Brian Douglas, Developer Advocate at Github.com, speaking to scholars as part of the Community Engaged CS course in 2019.
<iframe width="560" height="315" src="https://www.youtube.com/embed/wpYx__6KhHk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="has-ratio"></iframe>
Video from Professor Sophie Engle introducting the Computer Engaged Scholars in CS scholarship program.

Welcome to the Community Engaged Scholars in Computer Science scholarship program at the University of San Francisco. This program combines scholarships with community-building activities such as field trips to tech companies, guest speakers, faculty and alumni mentoring, social events, and coursework. Scholars receive up to $4,062.50 in scholarships per semester plus another $1,000 for conference travel.

Latest Announcements

{% for post in site.posts limit:3 %}

{{ post.title }}

Posted {{ post.date | date: "%A %b %d, %Y" }}

{% if post.content contains site.excerpt_separator %} {{ post.excerpt }}

Click to read more...

{% else %} {{ post.content }} {% endif %}

{% unless forloop.last %}


{% endunless %}

{% endfor %}

See More »

<script src="https://cdn.jsdelivr.net/npm/bulma-carousel@4.0.4/dist/js/bulma-carousel.min.js"></script> <script> bulmaCarousel.attach('#field-trips', { slidesToScroll: 1, slidesToShow: 3, infinite: true, autoplay: true, duration: 2000, pauseOnHover: true }); </script>