<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Carlos Maltzahn | UCSC OSPO</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/author/carlos-maltzahn/</link><atom:link href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/carlos-maltzahn/index.xml" rel="self" type="application/rss+xml"/><description>Carlos Maltzahn</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><image><url>https://deploy-preview-1007--ucsc-ospo.netlify.app/author/carlos-maltzahn/avatar_hue97a424c08a82cf023f70665a2e52816_688399_270x270_fill_q75_lanczos_center.jpg</url><title>Carlos Maltzahn</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/author/carlos-maltzahn/</link></image><item><title>Writing a blog about your OSRE 2025 project</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre25/ucsc/admin/20241021-admin/</link><pubDate>Mon, 21 Oct 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre25/ucsc/admin/20241021-admin/</guid><description>&lt;p>OSRE participants are required to blog three times during their summer program. The first blog is a chance to introduce yourself and your project. The second blog occurs around the mid-point of the project and a final blog post is expected as part of you final project delverable. The organization administrator will send emails with specific dates. Instructions for the blog are indicated below. All blogs should include links to proposals, presentations, links to any deliverables/products as well as an overview of the student&amp;rsquo;s experience. Check out the student pages from previous years to get an idea of content / size.&lt;/p>
&lt;p>We will also ask students and contributors to provide regular status updates which will help track your activities. The organization administrator will provide more details once the program work begins.&lt;/p>
&lt;h2 id="making-a-pull-request-for-your-blog">Making a pull request for your blog&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Fork the &lt;a href="https://github.com/ucsc-ospo/ucsc-ospo.github.io" target="_blank" rel="noopener">git repository&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>If you haven&amp;rsquo;t already done so, add your profile using &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/formentors/#instructions-for-adding-a-mentor">these instructions&lt;/a>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>IMPORTANT&lt;/strong>: Under &lt;code>user_groups:&lt;/code> add &lt;code>- 2025 Contributors&lt;/code> (as opposed to any of the two mentor groups)&lt;/li>
&lt;li>The short bio and any other information goes below the frontmatter&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Post your blog&lt;/p>
&lt;ul>
&lt;li>Add &lt;code>/content/report/osre25/ORGANIZATION/PROJECTNAME/DATE-USERNAME/index.md&lt;/code>&lt;/li>
&lt;li>Add a frontmatter to &lt;code>index.md&lt;/code>, using the labels below&lt;/li>
&lt;li>Blog text goes below the frontmatter&lt;/li>
&lt;li>In that same directory include a picture and call it &lt;code>featured.png&lt;/code> (also supports &lt;code>.jpg&lt;/code>, &lt;code>.jpeg&lt;/code>)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Commit to your fork and make a pull request. &lt;a href="mailto:ospo-info-group@ucsc.edu/">Email OSRE Admins&lt;/a> with questions.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="example-frontmatter-and-text-body">Example frontmatter and text body&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">title: &amp;#34;YOUR TITLE&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">subtitle: &amp;#34;YOUR SUBTITLE (OPTIONAL)&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">summary:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">authors:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME1
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME2
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">tags: [&amp;#34;osre25&amp;#34;]
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">categories: []
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">date: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">lastmod: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">featured: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">draft: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Featured image
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># To use, add an image named `featured.jpg/png` to your page&amp;#39;s folder.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">image:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> caption: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> focal_point: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> preview_only: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">As part of the [PROJECTNAME](/project/osre25/ORGANIZATION/PROJECTNAME) my [proposal](https://...) under the mentorship of MENTOR aims to ...
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Writing a blog about your OSRE 2026 project</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre26/ucsc/admin/20241021-admin/</link><pubDate>Mon, 21 Oct 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre26/ucsc/admin/20241021-admin/</guid><description>&lt;p>OSRE participants are required to blog three times during their summer program. The first blog is a chance to introduce yourself and your project. The second blog occurs around the mid-point of the project and a final blog post is expected as part of you final project delverable. The organization administrator will send emails with specific dates. Instructions for the blog are indicated below. All blogs should include links to proposals, presentations, links to any deliverables/products as well as an overview of the student&amp;rsquo;s experience. Check out the student pages from previous years to get an idea of content / size.&lt;/p>
&lt;p>We will also ask students and contributors to provide regular status updates which will help track your activities. The organization administrator will provide more details once the program work begins.&lt;/p>
&lt;h2 id="making-a-pull-request-for-your-blog">Making a pull request for your blog&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Fork the &lt;a href="https://github.com/ucsc-ospo/ucsc-ospo.github.io" target="_blank" rel="noopener">git repository&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>If you haven&amp;rsquo;t already done so, add your profile using &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/formentors/#instructions-for-adding-a-mentor">these instructions&lt;/a>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>IMPORTANT&lt;/strong>: Under &lt;code>user_groups:&lt;/code> add &lt;code>- 2026 Contributors&lt;/code> (as opposed to any of the two mentor groups)&lt;/li>
&lt;li>The short bio and any other information goes below the frontmatter&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Post your blog&lt;/p>
&lt;ul>
&lt;li>Add &lt;code>/content/report/osre26/ORGANIZATION/PROJECTNAME/DATE-USERNAME/index.md&lt;/code>&lt;/li>
&lt;li>Add a frontmatter to &lt;code>index.md&lt;/code>, using the labels below&lt;/li>
&lt;li>Blog text goes below the frontmatter&lt;/li>
&lt;li>In that same directory include a picture and call it &lt;code>featured.png&lt;/code> (also supports &lt;code>.jpg&lt;/code>, &lt;code>.jpeg&lt;/code>)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Commit to your fork and make a pull request. &lt;a href="mailto:ospo-info-group@ucsc.edu/">Email OSRE Admins&lt;/a> with questions.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="example-frontmatter-and-text-body">Example frontmatter and text body&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">title: &amp;#34;YOUR TITLE&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">subtitle: &amp;#34;YOUR SUBTITLE (OPTIONAL)&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">summary:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">authors:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME1
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME2
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">tags: [&amp;#34;osre26&amp;#34;]
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">categories: []
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">date: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">lastmod: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">featured: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">draft: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Featured image
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># To use, add an image named `featured.jpg/png` to your page&amp;#39;s folder.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">image:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> caption: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> focal_point: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> preview_only: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">As part of the [PROJECTNAME](/project/osre26/ORGANIZATION/PROJECTNAME) my [proposal](https://...) under the mentorship of MENTOR aims to ...
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>40 Contributors participating in OSRE '24</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20240528osre/</link><pubDate>Tue, 28 May 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20240528osre/</guid><description>&lt;h1 id="summer-2024-osre-supporting-40-students-working-on-open-source-and-reproductivity">Summer 2024 OSRE supporting 40 students working on Open Source and Reproductivity&lt;/h1>
&lt;p>Thanks to the support from the Google Summer of Code (GSoC) and the National Science Foundation FAIROS RCN program, the UCSC OSPO has matched 40 students with mentors to contribute to open source and reproducibility this year. This year GSoC awarded us a record 18 slots with the Summer of Reproducibility supporting another 22 students. We are also working with other funding opportunities to support the work of additional students – so our list will be growing.&lt;/p>
&lt;p>Most projects will run from late May to the end of August / early September.&lt;/p>
&lt;p>Funding for these contributors is provided by the &lt;a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2226407" target="_blank" rel="noopener">NSF REPETO Project&lt;/a>-sponsored &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/sor">Summer of Reproducibility&lt;/a>, the &lt;a href="https://summerofcode.withgoogle.com/" target="_blank" rel="noopener">Google Summer of Code&lt;/a>, and &lt;a href="https://engineering.ucsc.edu" target="_blank" rel="noopener">Baskin Engineering&lt;/a>.
Check out the &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre24/#studentpages">Student Pages&lt;/a> where contributors have begun blogging updates about their summer projects!&lt;/p></description></item><item><title>How to add a new project idea to OSRE</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/formentors/</link><pubDate>Wed, 07 Feb 2024 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/formentors/</guid><description>&lt;h3 id="instructions-for-addingupdating-a-project">Instructions for adding/updating a project&lt;/h3>
&lt;p>A project serves as the context for one or more project ideas. Each project is represented as a web page with project information and ideas. Projects and their updates are subject to review of the OSRE administrators.&lt;/p>
&lt;ul>
&lt;li>Preferred method (via git):
&lt;ul>
&lt;li>Fork &lt;a href="https://github.com/ucsc-ospo/ucsc-ospo.github.io" target="_blank" rel="noopener">git repository&lt;/a>&lt;/li>
&lt;li>Create &lt;code>content/project/osre26/ORGANIZATION/PROJECTNAME&lt;/code> directory or copy it from previous year&amp;rsquo;s &lt;code>content/project/osre25/ORGANIZATION/PROJECTNAME&lt;/code>&lt;/li>
&lt;li>In that directory create/update &lt;code>index.md&lt;/code> and the project&amp;rsquo;s image (&lt;code>featured.png&lt;/code> or &lt;code>featured.jpg&lt;/code>)&lt;/li>
&lt;li>In &lt;code>index.md&lt;/code> fill in the frontmatter (see &lt;a href="https://raw.githubusercontent.com/ucsc-ospo/ucsc-ospo.github.io/main/content/project/osre22/ucsc/polyphorm/index.md" target="_blank" rel="noopener">example&lt;/a>):
&lt;ul>
&lt;li>Add the project&amp;rsquo;s title in &lt;code>title:&lt;/code>,&lt;/li>
&lt;li>Date the project entry with &lt;code>date:&lt;/code> and &lt;code>lastmod:&lt;/code>, using the format YYYY-MM-DD, e.g. &lt;code>2026-05-27&lt;/code>. Note that projects dated in the future will not display.&lt;/li>
&lt;li>Include a list of &lt;code>authors:&lt;/code>, using either names in quotes or user names (see below for instructions on how to add user names)&lt;/li>
&lt;li>&lt;strong>IMPORTANT&lt;/strong>: set a list of tags that include &lt;code>&amp;quot;osre26&amp;quot;&lt;/code>. Feel free to add additional tags.&lt;/li>
&lt;li>Below the frontmatter start with a description of the project and include links to the project&amp;rsquo;s webpage.&lt;/li>
&lt;li>Add each project idea with level-3 header, i.e., &lt;code>### ...&lt;/code> and add a list of &lt;strong>essential information&lt;/strong> that includes &lt;em>topics&lt;/em>, &lt;em>skills&lt;/em>, &lt;em>difficulty&lt;/em>, &lt;em>size&lt;/em> (175 vs 350 hours), and &lt;em>mentors&lt;/em>.&lt;/li>
&lt;li>Every mentor should at least have a &lt;code>mailto:&lt;/code> link. Better yet: add the mentor using the instructions below and use the shortcut &lt;code>{{% mention &amp;quot;USERNAME&amp;quot; %}}&lt;/code>. There should be at least two mentors per project idea.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Make a pull request and &lt;a href="mailto:ospo-info-group@ucsc.edu">email OSRE Admins&lt;/a> (currently: Stephanie Lieggi).&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;p>&lt;em>If you are unable to upload via git please &lt;a href="mailto:ospo-info-group@ucsc.edu">email OSRE Admins&lt;/a> (currently: Stephanie Lieggi) for other options&lt;/em>&lt;/p>
&lt;h3 id="instructions-for-adding-a-mentor">Instructions for adding a mentor&lt;/h3>
&lt;p>Mentors are welcome to add information about themselves (see &lt;a href="https://ospo.ucsc.edu/author/stephanie-lieggi/" target="_blank" rel="noopener">example&lt;/a>):&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Preferred methond (via git):&lt;/p>
&lt;ul>
&lt;li>Fork &lt;a href="https://github.com/ucsc-ospo/ucsc-ospo.github.io" target="_blank" rel="noopener">git repository&lt;/a> (or combine with pull request of adding/updating a project above)&lt;/li>
&lt;li>Create &lt;code>/content/authors/USERNAME&lt;/code> directory.&lt;/li>
&lt;li>In that directory copy an &lt;code>_index.md&lt;/code> file from another user and update it (see &lt;a href="https://raw.githubusercontent.com/ucsc-ospo/ucsc-ospo.github.io/main/content/authors/slieggi/_index.md" target="_blank" rel="noopener">example&lt;/a>)
&lt;ul>
&lt;li>Many icons are available (see &lt;a href="https://bootstrap.hugoblox.com/getting-started/page-builder/#icons" target="_blank" rel="noopener">documentation&lt;/a>)&lt;/li>
&lt;li>&lt;strong>IMPORTANT&lt;/strong>: Under &lt;code>user_groups:&lt;/code> add &lt;code>- University of California Mentors&lt;/code>.&lt;/li>
&lt;li>The short bio and any other information goes below the frontmatter.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Make a pull request and &lt;a href="mailto:ospo-info-group@ucsc.edu">email OSRE Admins&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Or &lt;a href="mailto:ospo-info-group@ucsc.edu">email OSRE Admins&lt;/a>&lt;/p>
&lt;ul>
&lt;li>Include name, title, affiliations, email, short bio, whether you are UC or Summer of Reproducibility mentor (or both), and, optionally, photo, web page and social media links.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul></description></item><item><title>I'm retiring!</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20231215/</link><pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20231215/</guid><description>&lt;p>After 19 years at UC Santa Cruz I retired on December 15, 2023. The reason is entirely personal. I found my time at UC Santa Cruz extremely fulfilling, and I really enjoyed working with all of you!&lt;/p>
&lt;p>I’m aware that this announcement comes rather sudden. In fact, I planned this step for a while. However as a soft money guy I won’t get funding for my group if I announce my retirement too early. So it’s a caught-a-tiger-by-the-tail kind of situation. I hope for your understanding.&lt;/p>
&lt;p>I&amp;rsquo;m really happy about CROSS and the OSPO being able to continue in very capable hands: &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/stephanie-lieggi/">Stephanie Lieggi&lt;/a> will continue as executive director and &lt;a href="https://news.ucsc.edu/2024/02/davis-cross-director.html" target="_blank" rel="noopener">James Davis is succeeding me as faculty director&lt;/a> — both are very familiar with the structure, vision, and finances of CROSS and the OSPO (James Davis has been serving on the CROSS Advisory Committee for a number of years). Also part of the leadership team will be &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/emily-lovell/">Emily Lovell&lt;/a>.&lt;/p>
&lt;p>James fully supports the vision of the OSPO UC Santa Cruz and our effort to expand across multiple UC campuses with the “UC Network of OSPOs”. Stephanie is leading that amazing six-campus-spanning effort, including UC Berkeley, UC Davis, UCLA, UCSB, UCSC, and UCSD. We are also seeing progress towards getting the OSPO UC Santa Cruz established as part of the Office of Research and work on having Stephanie lead it.&lt;/p>
&lt;p>The new PIs and co-PIs for my ongoing grants are: &lt;a href="https://users.soe.ucsc.edu/~cormac/" target="_blank" rel="noopener">Cormac Flanagan&lt;/a> and &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/stephanie-lieggi/">Stephanie Lieggi&lt;/a> for &lt;a href="https://repeto.cs.uchicago.edu/" target="_blank" rel="noopener">REPETO&lt;/a>, &lt;a href="https://www.linkedin.com/in/heiner-litz-3a332713/" target="_blank" rel="noopener">Heiner Litz&lt;/a> for &lt;a href="https://iris-hep.org/" target="_blank" rel="noopener">IRIS-HEP&lt;/a>, and &lt;a href="https://arquinn.github.io/" target="_blank" rel="noopener">Andrew Quinn&lt;/a> for the LLNL subcontract with &lt;a href="https://www.linkedin.com/in/tgamblin/" target="_blank" rel="noopener">Todd Gamblin&lt;/a>.&lt;/p>
&lt;p>Foremost I thank my graduated Ph.D. students &lt;a href="http://www.linkedin.com/in/sashaames" target="_blank" rel="noopener">Sasha Ames&lt;/a> (2011), &lt;a href="http://www.linkedin.com/pub/joe-buck/3/70a/97a" target="_blank" rel="noopener">Joe Buck&lt;/a> (2014), &lt;a href="http://www.linkedin.com/in/skourtis" target="_blank" rel="noopener">Dimitris Skourtis&lt;/a> (2014), &lt;a href="http://www.linkedin.com/pub/adam-crume/48/7b3/330" target="_blank" rel="noopener">Adam Crume&lt;/a> (2015), &lt;a href="http://www.linkedin.com/in/ashewmaker" target="_blank" rel="noopener">Andrew Shewmaker&lt;/a> (2016), &lt;a href="http://www.linkedin.com/pub/latchesar-ionkov/2/b9b/768" target="_blank" rel="noopener">Lucho Ionkov&lt;/a> (2018), &lt;a href="http://www.linkedin.com/in/michaelandrewsevilla" target="_blank" rel="noopener">Michael Sevilla&lt;/a> (2018), &lt;a href="http://www.linkedin.com/in/noahwatkins" target="_blank" rel="noopener">Noah Watkins&lt;/a> (2018), &lt;a href="http://www.linkedin.com/in/ivotron" target="_blank" rel="noopener">Ivo Jimenez&lt;/a> (2019), and &lt;a href="https://www.linkedin.com/in/jianshenliu/" target="_blank" rel="noopener">Jianshen Liu&lt;/a> (2023). Their passionate curiosity, never-ending sense of wonder, and hard work were the real reason why anything got accomplished.&lt;/p>
&lt;p>I want to apologize to my current Ph.D. students for forcing them to pick a new advisor in the middle of their UC Santa Cruz careers. But I&amp;rsquo;m very happy that they all found great new advisors: &lt;a href="https://www.linkedin.com/in/esmaeil-m-12a71879/" target="_blank" rel="noopener">Esmaeil Mirvakili&lt;/a> is now working with &lt;a href="https://www.linkedin.com/in/chen-qian-7b59b521/" target="_blank" rel="noopener">Chen Qian&lt;/a>, &lt;a href="https://www.linkedin.com/in/fmzakari/" target="_blank" rel="noopener">Farid Zakaria&lt;/a> with &lt;a href="https://arquinn.github.io/" target="_blank" rel="noopener">Andrew Quinn&lt;/a>, and &lt;a href="https://www.linkedin.com/in/jayjeet-chakraborty-077579162/" target="_blank" rel="noopener">Jayjeet Chakraborty&lt;/a> with &lt;a href="https://www.linkedin.com/in/heiner-litz-3a332713/" target="_blank" rel="noopener">Heiner Litz&lt;/a>.&lt;/p>
&lt;p>I thank &lt;a href="https://www.linkedin.com/in/sageweil/" target="_blank" rel="noopener">Sage Weil&lt;/a> for creating Ceph, for the initial spark of an idea and incredible generosity without which CROSS would not exist, for lending his amazing track record and credibility to CROSS that was essential for recruiting our first industry members, and for sharing his technical expertise in many CROSS research and incubator project reviews. I thank &lt;a href="https://www.linkedin.com/in/karensandler/" target="_blank" rel="noopener">Karen Sandler&lt;/a> for writing part of the CROSS membership agreement and, together with &lt;a href="https://www.linkedin.com/in/nissastrottman/" target="_blank" rel="noopener">Nissa Strottman&lt;/a>, sharing their invaluable legal expertise and experience. I thank &lt;a href="https://www.linkedin.com/in/cutting/" target="_blank" rel="noopener">Doug Cutting&lt;/a> for his great guest lectures, sharing his technical expertise, and explaining the Apache Software Foundation to us. I thank &lt;a href="https://www.linkedin.com/in/nithyaruff/" target="_blank" rel="noopener">Nithya Ruff&lt;/a> for championing CROSS at all the important places, and for connecting us to OSPO++, a fantastic community that is helping us establish an OSPO at UC Santa Cruz and other UC campuses.&lt;/p>
&lt;p>I thank Lavinia Preston, Cynthia McCarley, and Genine Scelfo as well as so many more fantastic individuals in the leadership and staff on all levels of the UC Santa Cruz campus for making everything work and for their skillful navigation of the UC Santa Cruz bureaucracy.&lt;/p>
&lt;p>Finally but not least, I thank &lt;a href="https://www.linkedin.com/in/scott-brandt-074177/" target="_blank" rel="noopener">Scott Brandt&lt;/a> for his invaluable support and mentorship without which my career at UC Santa Cruz would not have been possible. It all started when he suggested to me in early 2004, during my leave from industry, to check out the storage systems research group meetings at UC Santa Cruz.&lt;/p>
&lt;p>Thank you all!&lt;/p></description></item><item><title>Virtual Reproducibility Hackathon</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20231130/</link><pubDate>Thu, 30 Nov 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20231130/</guid><description>&lt;p>[This is a copy of the &lt;a href="https://repeto.cs.uchicago.edu/2023/11/13/announcing-virtual-reproducibility-hackathon/" target="_blank" rel="noopener">original post&lt;/a>]&lt;/p>
&lt;h1 id="about-the-event">About the Event&lt;/h1>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="http://uchicago.zoom.us/webinar/register/WN_CF0ohbNUSlS_IN4szHJKFw" class="btn btn-primary px-3 py-3">Register on Zoom&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>Reproducibility is not just a sound scientific practice – it also has many potential practical applications in teaching and creating new research results. At this event, the attendees will learn about how to package their computer science research experiments in such a way that they are not only reproducible – but also practically reproducible, i.e., capable of being reproduced easily enough to be used as a mainstream method of interactive scientific exploration and exchange.&lt;/p>
&lt;p>Sign up to learn about practical reproducibility on Chameleon, receive guidance on packaging your experiments, share insights and feedback on the reproducibility process, and much more!&lt;/p>
&lt;blockquote>
&lt;p>Get your research out there!&lt;/p>
&lt;p>All participants who attend the hackathon and successfully upload an experiment as a reproducible artifact on Trovi by the end of December 2023 will have their artifacts featured on Trovi during January 2024 and receive an invitation to have their research featured in our Chameleon blog.&lt;/p>
&lt;/blockquote>
&lt;p>We hope that participants can use their initial work and what they learn at the Hackathon to make future contributions to reproducibility workshops and conferences such as &lt;a href="https://acm-rep.github.io" target="_blank" rel="noopener">ACM REP&lt;/a>.&lt;/p>
&lt;h1 id="reproducibility-sessions">Reproducibility Sessions&lt;/h1>
&lt;p>The Hackathon will consist of three sessions held throughout the day to accommodate folks outside of the Central time zone:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Session I&lt;/strong>: Tutorial – Packaging Experiments for Practical Reproducibility – 10-12pm CT&lt;/li>
&lt;li>&lt;strong>Session II&lt;/strong>: Open Work Period – Packaging Your Experiments – 1-4pm CT&lt;/li>
&lt;li>&lt;strong>Session III&lt;/strong>: Open Discussion – Share Your Experience – 4:10-5pm CT&lt;/li>
&lt;/ul>
&lt;p>Participants are encouraged, but not required, to attend all three sessions.&lt;/p>
&lt;h2 id="i-tutorial-packaging-experiments-for-practical-reproducibility">I. Tutorial: Packaging Experiments for Practical Reproducibility&lt;/h2>
&lt;p>Session I will include an overview of Chameleon services, how to run experiments on Chameleon, how to package experiments for reproducibility, how to make such artifacts searchable and shareable, and other best practices for practical reproducibility. If you are interested in learning more about Chameleon Cloud and our digital artifact hub (Trovi), this session is for you!&lt;/p>
&lt;p>Concepts may include how to use the NSF-funded Chameleon platform, one of the largest academic clouds, and how to package experiments for reproducibility using this platform; tools and services Chameleon provides to share experiments, including using Jupyter to manage the full experimental workflow including creating the environment, implementing the experiment body, and data analytics; using Chameleon daypass to give access to the testbed for reproducibility; as well as Trovi, an experiment sharing portal integrated with the testbed. The tutorial will also cover the existing experiment patterns available via Trovi representing common elements of experimental configurations such as e.g., configuring storage with RAID, NFS, or RDMA.&lt;/p>
&lt;h2 id="ii-open-work-period-packaging-actual-experiments">II. Open Work Period: Packaging Actual Experiments&lt;/h2>
&lt;p>During Session II, participants will work on packaging their experiments to share on the Chameleon digital artifact hub, Trovi, following the guidelines covered in Session I. Technical support and “office hours” will be provided for individuals and teams during this session. If you have an experiment that you have been wanting to share with others, this is a great opportunity to finally get that artifact online with some extra help and support from the Chameleon team!&lt;/p>
&lt;p>No experiment to share at the moment? No problem! Participants are also encouraged to use this session to reproduce existing artifacts from a curated list of recommended experiments that we will post two weeks before the event.&lt;/p>
&lt;h3 id="how-to-come-prepared-for-reproducibility-success">How to come prepared for reproducibility success:&lt;/h3>
&lt;p>We recommend that participants who attend this session bring one of their own experiments that they would like to package and make available for reproducibility on Trovi. Experiments that already have an established code base with some documentation on GitHub or other public repositories are typically quicker to package and will be easier to work with during the session. Some knowledge of Chameleon and general cloud computing is also helpful (such as concepts covered in Session I). However, participants are not required to use Session II to package their experiments. Participants can also use the time to run other experiments that are already on Chameleon.&lt;/p>
&lt;h2 id="iii-open-discussion-share-your-experience">III. Open Discussion: Share Your Experience&lt;/h2>
&lt;p>Participants will share their experiences during the hackathon and have time to ask more questions about the platform, give feedback on the Chameleon site, and brainstorm ideas to facilitate experiment reproducibility on public testbeds.&lt;/p>
&lt;p>We hope to see you all on December 15!&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="http://uchicago.zoom.us/webinar/register/WN_CF0ohbNUSlS_IN4szHJKFw" class="btn btn-primary px-3 py-3">Sign Up Here!&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>Writing a blog about your OSRE 2024 project</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre24/ucsc/admin/20231006-admin/</link><pubDate>Fri, 06 Oct 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre24/ucsc/admin/20231006-admin/</guid><description>&lt;p>As last year, the Organization Admins will be asking students and contributors to provide regular status updates which will help us better highlight the work you are doing and track activities within our OSRE projects. These progress reports will also form the basis of blog reports prepared by students in the course of their summer. Blog reports should include links to proposals, presentations, reports, and an overview of the student&amp;rsquo;s experience.&lt;/p>
&lt;p>Your experience is invaluable for future OSRE candidates and for improving the program every year.&lt;/p>
&lt;h2 id="size-and-content">Size and content&lt;/h2>
&lt;p>Keep it short and crisp. Include a short description of your project, a link to your project proposal, and, later in the program, links to the GSoC reports you provided.&lt;/p>
&lt;h2 id="making-a-pull-request-for-your-blog">Making a pull request for your blog&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Fork the &lt;a href="https://github.com/ucsc-ospo/ucsc-ospo.github.io" target="_blank" rel="noopener">git repository&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>If you haven&amp;rsquo;t already done so, add your profile using &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/formentors/#instructions-for-adding-a-mentor">these instructions&lt;/a>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>IMPORTANT&lt;/strong>: Under &lt;code>user_groups:&lt;/code> add &lt;code>- 2024 Contributors&lt;/code> (as opposed to any of the two mentor groups)&lt;/li>
&lt;li>The short bio and any other information goes below the frontmatter&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Post your blog&lt;/p>
&lt;ul>
&lt;li>Add &lt;code>/content/report/osre24/ORGANIZATION/PROJECTNAME/DATE-USERNAME/index.md&lt;/code>&lt;/li>
&lt;li>Add a frontmatter to &lt;code>index.md&lt;/code>, using the labels below&lt;/li>
&lt;li>Blog text goes below the frontmatter&lt;/li>
&lt;li>In that same directory include a picture and call it &lt;code>featured.png&lt;/code> (also supports &lt;code>.jpg&lt;/code>, &lt;code>.jpeg&lt;/code>)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Commit to your fork and make a pull request and &lt;a href="mailto:ospo-info-group@ucsc.edu/">email OSRE Admins&lt;/a> (currently: Stephanie Lieggi, Carlos Maltzahn).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="example-frontmatter-and-text-body">Example frontmatter and text body&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">title: &amp;#34;YOUR TITLE&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">subtitle: &amp;#34;YOUR SUBTITLE (OPTIONAL)&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">summary:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">authors:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME1
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME2
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">tags: [&amp;#34;osre24&amp;#34;]
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">categories: []
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">date: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">lastmod: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">featured: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">draft: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Featured image
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># To use, add an image named `featured.jpg/png` to your page&amp;#39;s folder.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">image:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> caption: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> focal_point: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> preview_only: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">As part of the [PROJECTNAME](/project/osre24/ORGANIZATION/PROJECTNAME) my [proposal](https://...) under the mentorship of MENTOR aims to ...
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>2023 UC Open Source Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20230927/</link><pubDate>Wed, 27 Sep 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20230927/</guid><description>&lt;h2 id="join-us-in-creating-new-communities-partnerships-and-collaborations-in-amplifying-research-impact-with-open-source">Join us in creating new communities, partnerships, and collaborations in amplifying research impact with open source.&lt;/h2>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://ucospo23.sched.com/" class="btn btn-primary px-3 py-3">Preliminary Agenda →&lt;/a>
&lt;/li>
&lt;/ul>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://ucospo23.sched.com/" class="btn btn-primary px-3 py-3">Registration Now Open&lt;/a>
&lt;/li>
&lt;/ul>
&lt;ul>
&lt;li>&lt;strong>Three-day hybrid event&lt;/strong> (in-person attendance highly encouraged, online participation welcome) that includes keynote speakers, expert panels, and technical workshops, as well as poster presentations and lightening talks highlighting the work of our Open Source Research Experience students.&lt;/li>
&lt;li>&lt;strong>Wed 9/27, Day 1 (hybrid):&lt;/strong> single-track program with keynotes and panels, Oktoberfest reception in the evening, all at the UC Santa Cruz Cowell Hay Barn, breakfast, lunch, dinner provided.&lt;/li>
&lt;li>&lt;strong>Thu 9/28, Day 2 (hybrid):&lt;/strong> two-track program of workshops at the UC Santa Cruz Engineering 2 building, breakfast, lunch&lt;/li>
&lt;li>&lt;strong>Fri 9/29, Day 3 (online-only):&lt;/strong> single-track program with workshops.&lt;/li>
&lt;/ul>
&lt;p>The event is organized by the &lt;a href="https://ospo.ucsc.edu/" target="_blank" rel="noopener">UC Santa Cruz Open Source Program Office&lt;/a> (OSPO). This year we are offering &lt;a href="#sponsors">four levels of sponsorships&lt;/a> to help make this event possible. The event follows &lt;a href="https://docs.google.com/document/d/e/2PACX-1vQMA4vVjqQYmAvSRpjOemfBJUb-1NsBThQSvJOrECzyYJz9myHrqdr6DBV2oFFBpvFeQ7TG_Sn793SZ/pub" target="_blank" rel="noopener">this code of conduct&lt;/a>.&lt;/p>
&lt;blockquote>
&lt;p>Free for UC affiliated and remote participants&lt;br>
Cost for non-UC affiliated participants: $299&lt;/p>
&lt;/blockquote>
&lt;p>Interested in sponsoring this event? Sponsors get complimentary registration, recognition and other benefits (see &lt;a href="#sponsor-benefits">below&lt;/a>)&lt;/p>
&lt;h1 id="sponsors">Sponsors&lt;/h1>
&lt;h2 id="hahahugoshortcode108s2hbhb">
&lt;figure id="figure-platinum-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Platinum Sponsors" srcset="
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp 400w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_13d78ff462d862d9d01309d9405bd610.webp 760w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp"
width="15%"
height="240"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Platinum Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;h2 id="hahahugoshortcode108s3hbhb">
&lt;figure id="figure-gold-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Gold Sponsors" srcset="
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp 400w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_7c7f52faeb3af74bb31aaba9805b83ef.webp 760w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp"
width="15%"
height="251"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Gold Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;h2 id="hahahugoshortcode108s4hbhb">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Silver Sponsors" srcset="
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp 400w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_a12308b00b0f0bc6f5bdc50a45d25cad.webp 760w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp"
width="15%"
height="252"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;h2 id="hahahugoshortcode108s5hbhb">
&lt;figure id="figure-bronze-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Bronze Sponsors" srcset="
/media/bronze_hu776e988f930279dc93324ef59b619105_638135_2d8b889cffdd1f28b38accc6d15ed7a2.webp 400w,
/media/bronze_hu776e988f930279dc93324ef59b619105_638135_19516a39ba6793eb3c390a73ec771ec9.webp 760w,
/media/bronze_hu776e988f930279dc93324ef59b619105_638135_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/bronze_hu776e988f930279dc93324ef59b619105_638135_2d8b889cffdd1f28b38accc6d15ed7a2.webp"
width="15%"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Bronze Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;h1 id="sponsor-benefits">Sponsor Benefits&lt;/h1>
&lt;p>Does your organization want to support and promote open source innovation in academia? Do you want to foster collaboration between industry, academia and open source communities? Why not be a sponsor for the 2022 Open Source Research Symposium?&lt;/p>
&lt;p>Organizations that sponsor this event will be given public acknowledgement on the Symposium website and agenda, and get free passes for in-person participation.&lt;/p>
&lt;style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:bold;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align: middle}
&lt;/style>
&lt;table class="tg">
&lt;thead>
&lt;tr>
&lt;th class="th-0pky">Sponsorship Level&lt;/th>
&lt;th class="th-0pky">Amount&lt;/th>
&lt;th class="th-0pky">Benefits&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Bronze Sponsors" srcset="
/media/bronze_hu776e988f930279dc93324ef59b619105_638135_2d8b889cffdd1f28b38accc6d15ed7a2.webp 400w,
/media/bronze_hu776e988f930279dc93324ef59b619105_638135_19516a39ba6793eb3c390a73ec771ec9.webp 760w,
/media/bronze_hu776e988f930279dc93324ef59b619105_638135_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/bronze_hu776e988f930279dc93324ef59b619105_638135_2d8b889cffdd1f28b38accc6d15ed7a2.webp"
width="50%"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$500&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 1 free registration&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Silver Sponsors" srcset="
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp 400w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_a12308b00b0f0bc6f5bdc50a45d25cad.webp 760w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp"
width="50%"
height="252"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$1,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 2 free registration&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-gold-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Gold Sponsors" srcset="
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp 400w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_7c7f52faeb3af74bb31aaba9805b83ef.webp 760w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp"
width="50%"
height="251"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Gold Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$2,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 4 free registrations&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-platinum-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Platinum Sponsors" srcset="
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp 400w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_13d78ff462d862d9d01309d9405bd610.webp 760w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp"
width="50%"
height="240"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Platinum Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$4,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 8 free registrations&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>If your organization might be interested in sponsoring, please contact Stephanie Lieggi (&lt;a href="mailto:slieggi@ucsc.edu">slieggi@ucsc.edu&lt;/a>). You can&lt;/p>
&lt;ul>
&lt;li>sponsor by credit card during &lt;a href="https://ucsc.irisregistration.com/Register/Form/Form?formId=10271" target="_blank" rel="noopener">registration&lt;/a>,&lt;/li>
&lt;li>&lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/bankinfo/">send a check, or use wire transfer&lt;/a>.&lt;/li>
&lt;/ul>
&lt;h1 id="logistics">Logistics&lt;/h1>
&lt;h2 id="parking">Parking&lt;/h2>
&lt;p>&lt;a href="https://taps.ucsc.edu/pdf/parking-map.pdf" target="_blank" rel="noopener">Link to UCSC Campus and Parking Map&lt;/a>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Day 1 at Hay Barn:&lt;/strong> Parking permits will be available near the Hay Barn (lot 170) with overflow parking nearby in lot 116. Parking permits will be available from attendants upon arrival at the Hay Barn. For late arrivals come to the reception desk in the Hay Barn.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Day 2 at Baskin Engineering:&lt;/strong> Parking permits provided upon arrival at CORE WEST Parking. When you arrive, drive to the third floor of CORE WEST and request a free permit from the attendants. If you arrive after 10am, please go to the parking kiosk at the main entrance to pick up your permit.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h2 id="hotels-in-santa-cruz">Hotels in Santa Cruz&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="http://www.dreaminnsantacruz.com" target="_blank" rel="noopener">Dream Inn&lt;/a>&lt;br>
175 West Cliff Drive, Santa Cruz, CA 95060&lt;br>
Call 831-426-4330 and ask for the UCSC rate (rates not available online)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.marriott.com/en-us/hotels/sjcak-hotel-paradox-autograph-collection/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0" target="_blank" rel="noopener">The Hotel Paradox&lt;/a>&lt;br>
611 Ocean St., Santa Cruz, 95060&lt;br>
Use code UC0 online for the UCSC rate&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.marriott.com/en-us/hotels/sjccr-fairfield-inn-and-suites-santa-cruz/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0" target="_blank" rel="noopener">Fairfield Inn and Suites&lt;/a>&lt;br>
2956 Mission Street, Santa Cruz, CA 95060&lt;br>
Use code UC0 online for the UCSC rate&lt;/p>
&lt;/li>
&lt;/ul></description></item><item><title>Computational I/O Stack Workshop</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20230817/</link><pubDate>Thu, 17 Aug 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20230817/</guid><description>&lt;p>👋 Join us for an exciting event featuring IEEE Distinguished Lecturer &lt;a href="https://skyhookdm.github.io/author/yoichiro-tanaka/" target="_blank" rel="noopener">Yoichiro Tanaka&lt;/a> (Tohoku University) discussing technological and institutional innovations to make the computational I/O stack a reality!&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://skyhookdm.github.io/event/20230817/" class="btn btn-primary px-3 py-3">Agenda &amp;amp; Media of Past Event&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>The introduction of computational data management services into the I/O stack, especially in storage and networking devices, requires both technological innovations and new relations between university and industry. This one-day workshop will convene experts from storage systems, open source, and community architecture to discuss technologies and strategies for a computational I/O stack with low market entry barriers.&lt;/p>
&lt;p>The workshop will take place on August 17, 2023 from 10am to 5pm, at UC Santa Cruz, Engineering 2 (room to be confirmed) and is jointly organized by the &lt;a href="https://ieeemagnetics.org/membership/educational-outreach/distinguished-lecturers" target="_blank" rel="noopener">IEEE Magnetics Society&amp;rsquo;s Distinguished Lecturers Program&lt;/a>, the Skyhook Data Management community with funding by the National Science Foundation (&lt;a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2229773" target="_blank" rel="noopener">TI-2229773&lt;/a>), the Center for Research in Open Source Software (&lt;a href="https://cross.ucsc.edu" target="_blank" rel="noopener">cross.ucsc.edu&lt;/a>), and the Open Source Program Office, UC Santa Cruz (&lt;a href="https://ospo.ucsc.edu" target="_blank" rel="noopener">ospo.ucsc.edu&lt;/a>).&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://skyhookdm.github.io/event/20230817/" class="btn btn-primary px-3 py-3">Agenda &amp;amp; Media of Past Event&lt;/a>
&lt;/li>
&lt;/ul>
&lt;!-- Resources --></description></item><item><title>The urgent need to make the value of open source visible and quantifiable to university leadership</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230801/</link><pubDate>Tue, 01 Aug 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230801/</guid><description>&lt;h2 id="a-surprisingly-high-number">A surprisingly high number&lt;/h2>
&lt;p>Earlier this year, &lt;a href="https://www.sdsc.edu//research/researcher_spotlight/wuerthwein_frank.html" target="_blank" rel="noopener">Frank Wuerthwein&lt;/a>, Director of the San Diego Supercomputing Center (SDSC) mentioned to me a number: 32,000. That&amp;rsquo;s the estimated number of public GitHub repositories that UC San Diego faculty and students have contributed to. This discovery is interesting in at least two ways:&lt;/p>
&lt;ol>
&lt;li>It is an example of an intuitive metric for at least a first-order approximation of the value of open source to the university&amp;rsquo;s research enterprise, and&lt;/li>
&lt;li>Even if it turns out that only a fraction of 32,000 repositories represents significant work, these repositories provide a treasure trove of data to greatly improve that approximation.&lt;/li>
&lt;/ol>
&lt;p>Quoting Frank:&lt;/p>
&lt;blockquote>
&lt;p>There is a sense that 100&amp;rsquo;s of faculty and thousands of students are contributing or have contributed to open source projects. These numbers were presented in a meeting that high level leadership at UCSD participated (VCR, EVC, CTO, …) and the statement made quite a stir.&lt;/p>
&lt;/blockquote>
&lt;h2 id="software-production-will-be-regulated">Software production will be regulated&lt;/h2>
&lt;p>It is high time for the leadership of universities to understand the value of open source to their research enterprise. Software is now so important to society and the associated threat of cybercrime so great that legislation to regulate the software industry is coming. At the forefront is the European Union with its proposed Cyber Resiliency Act (CRA) which considers declaring software hazardous and might require as early as next year a burden of documentation and certification to ensure safety of software that is well beyond the means of most open source projects. While the &lt;a href="https://blog.opensource.org/convening-public-benefit-and-charitable-foundations-working-in-open-domains/" target="_blank" rel="noopener">Open Source Initiative&lt;/a>, the &lt;a href="https://linuxfoundation.eu/cyber-resilience-act" target="_blank" rel="noopener">Linux Foundation&lt;/a>, the Eclipse Foundation (see &lt;a href="https://www.youtube.com/watch?v=AmsM5_5QO5A" target="_blank" rel="noopener">the excellent presentation&lt;/a> by Eclipse Executive Director Mike Milinkovich), the &lt;a href="https://www.drupal.org/association/blog/open-source-unity-joint-concerns-over-the-proposed-cyber-resilience-act-in-the-eu" target="_blank" rel="noopener">Drupal Association&lt;/a>, the &lt;a href="https://news.apache.org/foundation/entry/save-open-source-the-impending-tragedy-of-the-cyber-resilience-act" target="_blank" rel="noopener">Apache Software Foundation&lt;/a>, and &lt;a href="https://github.blog/2023-07-12-no-cyber-resilience-without-open-source-sustainability/" target="_blank" rel="noopener">GitHub&lt;/a> are among the growing number of organizations that are recognizing the impact of this proposed legislation and are actively lobbying for amendments, there is, according to Milinkovich &lt;a href="https://youtube.com/clip/UgkxLtjHxiGQg1wdib79Q3AsvKqTZHBUxbGg" target="_blank" rel="noopener">no engagement from universities&lt;/a> (clip from the excellent &lt;a href="https://youtu.be/Nedn2T06auI" target="_blank" rel="noopener">May 10, 2023 Apereo Micro Conference&lt;/a> hosted by Apereo Executive Director Patrick Masson).&lt;/p>
&lt;h2 id="getting-universities-engaged">Getting universities engaged&lt;/h2>
&lt;p>I think there is a good reason for this lack of engagement: &lt;em>universities have little to no data to justify engagement&lt;/em>. While universities employ considerable staff to carefully track fund raising, publications, student enrollments, licensing income, and all kinds of other indications of societal impact, there are little to no resources dedicated to track the role of software &amp;ndash; particularly open source software &amp;ndash; in research, reproducibility, teaching, technology transfer, and how universities engage with outside stakeholders.&lt;/p>
&lt;p>The &amp;ldquo;32,000 repositories&amp;rdquo; number of a single university campus (UC San Diego) extrapolated to all research universities is just one (and very crude) indicator that the potential impact of coming legislation like EU&amp;rsquo;s CRA might be significant. As the OSPO of UC Santa Cruz, the first within the UC system, we feel an urgent responsibility for making the value of open source visible and quantifiable so that the need to engage becomes obvious.&lt;/p>
&lt;h2 id="proposing-the-open-source-repo-browser">Proposing the Open source Repo Browser&lt;/h2>
&lt;p>Luckily, the technologies to help make that a reality already exist: large repository hubs such as GitHub, GitLab, and BitBucket have query APIs for discovering public repositories. We are now working with UC San Diego on extending their repository discovery to other UC campuses towards a University of California system-wide Open source Repository Browser (UC ORB). Sophisticated measurement tools exist that can characterize these repositories, including their research topics, their dependencies, their development processes, their maturity, and their community health. We will partner with &lt;a href="https://bitergia.com/bitergia-analytics/" target="_blank" rel="noopener">Bitergia&lt;/a>, the market leader in these tools, to ensure that we apply state of the art from the beginning. Bitergia specializes in providing quality data about open source projects and has a ready-to-use open source platform, &lt;a href="https://chaoss.github.io/grimoirelab/" target="_blank" rel="noopener">CHAOSS GrimoireLab&lt;/a>. By leveraging Bitergia’s knowledge and platform, we avoid building tools for which open source solutions already exist and are enabled to focus on the interesting questions that can be answered by working with the data.&lt;/p>
&lt;h2 id="virtuous-cycles-of-visibility">Virtuous Cycles of Visibility&lt;/h2>
&lt;p>This dataset is however only a first approximation of the set of all relevant repositories. To achieve high precision and recall, these queries would have to be continually updated as new research efforts emerge, especially in large multi-campus institutions like the University of California. Thus, we will complement this effort by creating incentives for researchers to register their repositories. One example is the OSPO UC Santa Cruz’ &lt;a href="https://ospo.ucsc.edu/osre23" target="_blank" rel="noopener">Open Source Research Experience&lt;/a> (OSRE) which enables researchers to register their projects with Google Summer of Code and other outreach efforts. Profiling these registered repositories will allow us to identify similar projects in the dataset for targeted promotion of OSPO programs. Thus, while the initial dataset will have imperfect precision and recall, it provides a great starting point for bootstrapping UC ORB and using incentives created by OSPO programs to achieve high precision and recall. We expect that UC ORB&amp;rsquo;s success will incentivize researchers to more carefully design their repository profiles so their projects are more easily discovered. These optimizations will increase research visibility, and by extension, strengthen the impact of the UC system. We in collaboration with other UC campuses will promote UC ORB to external stakeholders such as Open Source Science (a collaboration between NumFOCUS and IBM Research who are working on mapping the landscape of open source software used in science), companies who are interested in engaging with researchers, and open source foundations who are interested in supporting new technologies.&lt;/p>
&lt;h2 id="reducing-the-burden-of-software-regulation">Reducing the burden of software regulation&lt;/h2>
&lt;p>UC ORB will be just one instance of valuable datasets that will be hopefully established in many other universities, not only for statistics about the value of open source software but also for university researchers to explore new ways to reduce the burden of supply chain security and software safety assurance. Whatever software regulation is going to look like in the future, there is an urgent need for society to find paths towards greater security and safety without diminishing the flow of innovation. Once the value of open source software becomes visible, universities with their outstanding research talent are in a great position to not only engage but provide valuable insights of how software should be regulated in the future.&lt;/p>
&lt;h2 id="looking-for-funding">Looking for funding&lt;/h2>
&lt;p>I&amp;rsquo;m looking for funding for this important project. Please contact me if you or someone you know might be interested in supporting this effort.&lt;/p></description></item><item><title>A Record 38 Contributors participating in OSRE '23</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230529/</link><pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230529/</guid><description>&lt;p>This year&amp;rsquo;s Open Source Research Experience is off to a fantastic start, with 38 contributors getting ready to work this summer on projects spanning open source hardware, software, and reproducibility in research and in teaching. Funding for these contributors is provided by the &lt;a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2226407" target="_blank" rel="noopener">NSF REPETO Project&lt;/a>-sponsored &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/sor">Summer of Reproducibility&lt;/a>, the &lt;a href="https://summerofcode.withgoogle.com/" target="_blank" rel="noopener">2023 Google Summer of Code&lt;/a>, and &lt;a href="https://engineering.ucsc.edu" target="_blank" rel="noopener">Baskin Engineering&lt;/a>&amp;rsquo;s &lt;a href="https://engineering.ucsc.edu/diversity-inclusion/" target="_blank" rel="noopener">Inclusive Excellence Hub&lt;/a>.&lt;/p>
&lt;p>Check out the &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23/#studentpages">Student Pages&lt;/a> where contributors have begun blogging updates about their summer projects!&lt;/p></description></item><item><title>CROSS, Skyhook, and Polyphy</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20230427/</link><pubDate>Thu, 27 Apr 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20230427/</guid><description>&lt;p>We would like to invite you to a day-long hybrid workshop on April 27, 2023, entitled “CROSS, Skyhook, and Polyphy: Institutional support for creating Paths to Open Source Ecosystems for Open Source Products in Research.&amp;quot; This hybrid workshop will be held at UC Santa Cruz with remote access for participants unable to attend in-person.&lt;/p>
&lt;p>With support from an NSF Pathways to Enable Open Source Ecosystems (POSE) Phase 1 grant, the NSF Institute for Research and Innovation in Software for High-Energy Physics (IRIS-HEP), and the Alfred P. Sloan Foundation, the goal of the workshop is to scope out self-sustaining ecosystems for the &lt;a href="https://github.com/skyhookdm" target="_blank" rel="noopener">Skyhook&lt;/a> and &lt;a href="https://polyphy.io/" target="_blank" rel="noopener">Polyphy&lt;/a> projects and to create an institutional model within the &lt;a href="https://cross.ucsc.edu" target="_blank" rel="noopener">Center for Research in Open Source Software (CROSS)&lt;/a> and the &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/">Open Source Program Office (OSPO) UC Santa Cruz&lt;/a> to create paths to sustainable open source ecosystems for research products across UC campuses.&lt;/p>
&lt;p>A draft agenda for the event &lt;del>will be provided by March 27&lt;/del> is available &lt;a href="https://cross.ucsc.edu/news/news/20230427poseevent.html" target="_blank" rel="noopener">here&lt;/a> as well as a &lt;a href="https://docs.google.com/document/d/1znmoRvnmoZk1YMGWu7wIusC7KxlI6R_sSuXuK5PQ9LQ/edit?usp=sharing" target="_blank" rel="noopener">white paper&lt;/a> that will form the basis for the day’s discussion. The workshop’s interactive sessions will discuss strategies for creating and sustaining institutional support for creating open source ecosystems, using
Skyhook and Polyphy as examples. We will also hear updates from our CROSS fellows about their research projects that are already creating open source products that likely will benefit from institutional support for open source ecosystems in the future.&lt;/p></description></item><item><title>2023 UCSC Open Source for Business</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2023osss/</link><pubDate>Wed, 19 Apr 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2023osss/</guid><description>&lt;p>The OSPO at UC Santa Cruz is pleased to be hosting the third Summer Seminar Series for our affiliated researchers, students and industry partners facilitated by Dr. Dirk Riehle, Professor of Open Source Software at the Friedrich-Alexander University Erlangen-Nürnberg.&lt;/p>
&lt;p>The seminar entitled Open Source for Business consists of 12 lectures addressing everything you need to understand open source and to develop a corporate open source strategy.&lt;/p>
&lt;p>&lt;a href="https://forms.gle/AYaXTQTFNT3sHkxf9" target="_blank" rel="noopener">Registration information&lt;/a>&lt;/p>
&lt;h3 id="module-1-open-source-software">Module 1: Open source software&lt;/h3>
&lt;p>July 10th, 2023 - Lecture 1: Open-source software&lt;/p>
&lt;p>July 12th, 2023 - Lecture 2: The software supply chain&lt;/p>
&lt;p>July 13th, 2023 - Lecture 3: Compliance and security&lt;/p>
&lt;h3 id="module-2-supply-chain-economics">Module 2: Supply chain economics&lt;/h3>
&lt;p>July 17th, 2023 - Lecture 4: Community open source projects&lt;/p>
&lt;p>July 19th, 2023 - Lecture 5: Software supply chain economics&lt;/p>
&lt;p>July 21th, 2023* - Lecture 6: Open source foundations and consortia &lt;em>note date change from original schedule&lt;/em>&lt;/p>
&lt;h3 id="module-3-commercial-open-source">Module 3: Commercial open source&lt;/h3>
&lt;p>July 24th, 2023 - Lecture 7: Commercial open source business models&lt;/p>
&lt;p>July 26th, 2023 - Lecture 8: The new proprietary open source&lt;/p>
&lt;p>July 27th, 2023 - Lecture 9: Intellectual property strategies&lt;/p>
&lt;h3 id="module-4-open-source-strategy">Module 4: Open source strategy&lt;/h3>
&lt;p>July 31th, 2023 - Lecture 10: The open source program office&lt;/p>
&lt;p>Aug 1st, 2023 - Lecture 11: Open source risk management&lt;/p>
&lt;p>Aug 2nd, 2023 - Lecture 12: The corporate open source strategy&lt;/p></description></item><item><title>CROSS, Skyhook, and Polyphy</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/pose/20230321/</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/pose/20230321/</guid><description>&lt;p>We would like to invite you to a day-long hybrid workshop on April 27, 2023, entitled “CROSS, Skyhook, and Polyphy: Institutional support for creating Paths to Open Source Ecosystems for Open Source Products in Research.&amp;quot; This hybrid workshop will be held at UC Santa Cruz with remote access for participants unable to attend in-person.&lt;/p>
&lt;p>With support from an NSF Pathways to Enable Open Source Ecosystems (POSE) Phase 1 grant, the NSF Institute for Research and Innovation in Software for High-Energy Physics (IRIS-HEP), and the Alfred P. Sloan Foundation, the goal of the workshop is to scope out self-sustaining ecosystems for the &lt;a href="https://github.com/skyhookdm" target="_blank" rel="noopener">Skyhook&lt;/a> and &lt;a href="https://polyphy.io/" target="_blank" rel="noopener">Polyphy&lt;/a> projects and to create an institutional model within the &lt;a href="https://cross.ucsc.edu" target="_blank" rel="noopener">Center for Research in Open Source Software (CROSS)&lt;/a> and the &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/">Open Source Program Office (OSPO) UC Santa Cruz&lt;/a> to create paths to sustainable open source ecosystems for research products across UC campuses.&lt;/p>
&lt;p>A draft agenda for the event &lt;del>will be provided by March 27&lt;/del> is available &lt;a href="https://cross.ucsc.edu/news/news/20230427poseevent.html" target="_blank" rel="noopener">here&lt;/a> as well as a &lt;a href="https://docs.google.com/document/d/1znmoRvnmoZk1YMGWu7wIusC7KxlI6R_sSuXuK5PQ9LQ/edit?usp=sharing" target="_blank" rel="noopener">white paper&lt;/a> that will form the basis for the day’s discussion. The workshop’s interactive sessions will discuss strategies for creating and sustaining institutional support for creating open source ecosystems, using
Skyhook and Polyphy as examples. We will also hear updates from our CROSS fellows about their research projects that are already creating open source products that likely will benefit from institutional support for open source ecosystems in the future.&lt;/p>
&lt;p>Please fill out &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSc58DwXh9Jmms7XEVwf7B1i4TEVMqXlHWfUqF9EoGBfpdXEWw/viewform?usp=sf_link" target="_blank" rel="noopener">this brief attendees form&lt;/a> &lt;del>by April 4&lt;/del> to let us know if you think you will be able to participate – either in person or remotely.&lt;/p></description></item><item><title>Sponsor Open Source Research Experience</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230223/</link><pubDate>Thu, 23 Feb 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230223/</guid><description>&lt;p>&lt;strong>Is your organization looking to better utilize open source and want to support projects that directly benefit your work?&lt;/strong>&lt;/p>
&lt;p>&lt;strong>Does your company want to strengthen the talent pipeline able to work on technologies essential to your organization’s success?&lt;/strong>&lt;/p>
&lt;p>&lt;strong>Do you want to collaborate with innovative open source projects being developed by University of California researchers?&lt;/strong>&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://forms.gle/9ZTg7pMwa1dQ94NS6" class="btn btn-primary px-3 py-3">Sponsor Projects &amp;ndash;&amp;gt;&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>The &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23">UC Open Source Research Experience (OSRE)&lt;/a> offers your organization the chance to participate in projects that can help your development cycles run faster, benefit from wide collaborations, and help support workforce development in domains your organization needs.&lt;/p>
&lt;p>To become a sponsor, fill out the &lt;a href="https://forms.gle/9ZTg7pMwa1dQ94NS6" target="_blank" rel="noopener">Sponsorship Interest Form&lt;/a>. You will be asked to indicate the level of sponsorship you would like to fund and &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23/#projects">the open source projects&lt;/a> you are most interested in engaging with.&lt;/p>
&lt;h3 id="overview-of-program">Overview of Program&lt;/h3>
&lt;p>The OSRE includes University of California-based open source projects covering multiple disciplines. Our mentors, who are faculty and researchers from throughout the UC system, have provided a &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23/#projects">list of project ideas&lt;/a> that will be the basis for the OSRE student’s work.&lt;/p>
&lt;p>Launched in 2020, the Open Source Research Experience program has developed into a marketplace for open source project ideas that matches students to mentors, and engages sponsoring organizations to fund and participate in open source based summer internships. The goal of this program is to increase student capabilities in working in open source, add productive contributors to on-going projects, and further promote open source as a way to engage with communities spanning industry and academia.&lt;/p>
&lt;p>OSRE mentors have posted their project ideas for undergraduates to review and help them create proposals for the summer. Industry partners and other outside sponsors can sponsor OSRE summer student funding and indicate their interest in particular projects.&lt;/p>
&lt;h3 id="benefits-of-sponsorship">Benefits of sponsorship&lt;/h3>
&lt;ul>
&lt;li>Collaborating on innovative project that are of strategic interest to your industry;&lt;/li>
&lt;li>Supporting the teaching of open source techniques to a wide range of student contributors;&lt;/li>
&lt;li>Interacting with the next generation of open source leaders and up and coming talent; and&lt;/li>
&lt;li>Recognition as an OSRE Sponsor at the Open Source Research Symposium (Fall 2023)&lt;/li>
&lt;/ul>
&lt;h3 id="osre-sponsor-levels">OSRE Sponsor Levels&lt;/h3>
&lt;table class="table">
&lt;tr> &lt;th>Level&lt;/th> &lt;th>Amount&lt;/th> &lt;/tr>
&lt;tr>
&lt;td data-table-dtype="text">Bronze&lt;/td>
&lt;td data-table-dtype="text">$3,750 (covers 50% of one student stipend for summer)&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td data-table-dtype="text">Silver&lt;/td>
&lt;td data-table-dtype="text">$7,500 (covers one student full-time for summer)&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td data-table-dtype="text">Gold&lt;/td>
&lt;td data-table-dtype="text">$15,000 (covers two students full-time for summer)&lt;/td>
&lt;/tr>
&lt;caption>Table: OSRE 2023 Sponsorship Levels&lt;/caption>
&lt;/table>
&lt;h3 id="becoming-a-sponsor">Becoming a Sponsor&lt;/h3>
&lt;p>Becoming a sponsor is easy! Fill out the &lt;a href="https://forms.gle/9ZTg7pMwa1dQ94NS6" target="_blank" rel="noopener">Sponsorship Interest Form&lt;/a> or reach out to the &lt;a href="mailto:ospo-info-group@ucsc.edu">OSRE Admins&lt;/a> by April 20. Information requested by the form include: name of contact person, level of sponsorship, and projects you are most interested in (if applicable.) The &lt;a href="mailto:ospo-info-group@ucsc.edu">OSRE Admins&lt;/a> will follow up with next steps for finalizing the sponsorship process.&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://forms.gle/9ZTg7pMwa1dQ94NS6" class="btn btn-primary px-3 py-3">Sponsor Projects &amp;ndash;&amp;gt;&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>Accepted as 2023 GSoC Mentor Organiztion</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230222/</link><pubDate>Wed, 22 Feb 2023 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230222/</guid><description>&lt;p>We are very excited to have been selected as a &lt;a href="https://summerofcode.withgoogle.com" target="_blank" rel="noopener">2023 Google Summer of Code&lt;/a> Mentor Organization. The &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23">2023 Open Source Research Experience&lt;/a> and with it the &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/sor">2023 Summer of Reproducibility&lt;/a> will therefore benefit from GSOC&amp;rsquo;s world-wide outreach and generous funding of contributors. We are now listed among &lt;a href="https://summerofcode.withgoogle.com/programs/2023/organizations" target="_blank" rel="noopener">172 selected mentor organizations&lt;/a>. We are listed under &amp;ldquo;Data&amp;rdquo; and &amp;ldquo;Science and medicine&amp;rdquo;.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Since 2018, the we have successfully mentored a total of 22 GSoC students. We look forward to mentoring this year&amp;rsquo;s students.
&lt;/div>
&lt;/div>
&lt;p>Interested students can check out our &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23/#projects">projects&lt;/a> for proposal ideas from our mentors. Our projects cover a wide range of topics this year. Students are encouraged to reach out to our mentors during the proposals stage. See our &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osre23/#forstudents">student information section&lt;/a>&lt;/p></description></item><item><title>Creating a ROS 2 Open Source Distribution</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230105/</link><pubDate>Thu, 05 Jan 2023 11:15:56 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20230105/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://forms.gle/ncBBX4NiZWNZAfo8A" class="btn btn-primary px-3 py-3">REGISTER &amp;ndash;&amp;gt;&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Abstract:&lt;/strong> The Robot Operating System (now ROS 2) is an open source middleware for operating robots. Similarly to Linux, Kubernetes, or OpenStack, ROS 2 has grown to be so complex that building ROS 2 from scratch has become impossible for most users. Hence, like in the other examples, users want to use a preconfigured well-integrated open source distribution of ROS 2. Open source distributions are being created in practice, but have not seen any research yet. In this talk, I will outline the challenges I see with building well-integrated, reproducible/verifiable, and certifiable open source distributions using ROS 2 as the example. I will speculate how beyond research, a commercial product could be created.&lt;/p>
&lt;p>&lt;strong>Audience:&lt;/strong> Researchers interested in open source, robotics, and startups&lt;/p>
&lt;p>&lt;strong>Speaker:&lt;/strong> Prof. Dr. Dirk Riehle, Univ. Erlangen / Bayave GmbH&lt;/p>
&lt;p>&lt;strong>Bio:&lt;/strong> Prof. Dr. Dirk Riehle, M.B.A., is the Professor of Open Source Software at the Friedrich-Alexander University of Erlangen-Nürnberg. Before joining academia, Riehle led the Open Source Research Group at SAP Labs, LLC, in Palo Alto, California (Silicon Valley). Riehle founded the Open Symposium, now the international conference on open collaboration. He was also the lead architect of the first UML virtual machine. He is interested in open source and inner source software engineering, agile software development methods, complexity science and human collaboration, and software system architecture, design, and implementation. Prof. Riehle holds a Ph.D. in computer science from ETH Zürich and an M.B.A. from Stanford Graduate School of Business. He welcomes email at &lt;a href="mailto:dirk@riehle.org">dirk@riehle.org&lt;/a>, blogs at &lt;a href="https://dirkriehle.com" target="_blank" rel="noopener">https://dirkriehle.com&lt;/a>, and tweets as @dirkriehle.&lt;/p></description></item><item><title>CephFS</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre22/ucsc/cephfs/</link><pubDate>Mon, 07 Nov 2022 10:15:56 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre22/ucsc/cephfs/</guid><description>&lt;p>&lt;a href="https://docs.ceph.com/en/latest/cephfs/" target="_blank" rel="noopener">CephFS&lt;/a> is a distributed file system on top of &lt;a href="https://ceph.io" target="_blank" rel="noopener">Ceph&lt;/a>. It is implemented as a distributed metadata service (MDS) that uses dynamic subtree balancing to trade parallelism for locality during a continually changing workloads. Clients that mount a CephFS file system connect to the MDS and acquire capabilities as they traverse the file namespace. Capabilities not only convey metadata but can also implement strong consistency semantics by granting and revoking the ability of clients to cache data locally.&lt;/p>
&lt;h3 id="cephfs-namespace-traversal-offloading">CephFS namespace traversal offloading&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Topics&lt;/strong>: &lt;code>Ceph&lt;/code>, &lt;code>filesystems&lt;/code>, &lt;code>metadata&lt;/code>, &lt;code>programmable storage&lt;/code>&lt;/li>
&lt;li>&lt;strong>Skills&lt;/strong>: C++, Ceph / MDS&lt;/li>
&lt;li>&lt;strong>Difficulty&lt;/strong>: Medium&lt;/li>
&lt;li>&lt;strong>Size&lt;/strong>: Large (350 hours)&lt;/li>
&lt;li>&lt;strong>Mentor&lt;/strong>: &lt;a href="mailto:carlosm@ucsc.edu">Carlos Maltzahn&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>The frequency of metadata service (MDS) requests relative to the amount of data accessed can severely affect the performance of distributed file systems like CephFS, especially for workloads that randomly access a large number of small files as is commonly the case for machine learning workloads: they purposefully randomize access for training and evaluation to prevent overfitting. The datasets of these workloads are read-only and therefore do not require strong coherence mechanisms that metadata services provide by default.&lt;/p>
&lt;p>The key idea of this project is to reduce the frequency of MDS requests by offloading namespace traversal, i.e. the need to open a directory, list its entries, open each subdirectory, etc. Each of these operations usually require a separate MDS request. Offloading namespace traversal refers to a client’s ability to request the metadata (and associated read-only capabilities) of an entire subtree with one request, thereby offloading the traversal work for tree discovery to the MDS.&lt;/p>
&lt;p>Once the basic functionality is implemented, this project can be expanded to address optimization opportunities, e.g. describing regular tree structures as a closed form expression in the tree’s root, shortcutting tree discovery.&lt;/p></description></item><item><title>Eusocial Storage Devices</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre22/ucsc/eusocial/</link><pubDate>Mon, 07 Nov 2022 10:15:56 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/project/osre22/ucsc/eusocial/</guid><description>&lt;p>As storage devices get faster, data management tasks rob the host of CPU cycles and main memory bandwidth. The &lt;a href="https://cross.ucsc.edu/projects/eusocialpage.html" target="_blank" rel="noopener">Eusocial project&lt;/a> aims to create a new interface to storage devices that can leverage existing and new CPU and main memory resources to take over data management tasks like availability, recovery, and migrations. The project refers to these storage devices as “eusocial” because we are inspired by eusocial insects like ants, termites, and bees, which as individuals are primitive but collectively accomplish amazing things.&lt;/p>
&lt;h3 id="dynamic-function-injection-for-rocksdb">Dynamic function injection for RocksDB&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Skills:&lt;/strong> C/C++, Java&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Challenging&lt;/li>
&lt;li>&lt;strong>Size&lt;/strong> 175 or 350 hours&lt;/li>
&lt;li>&lt;strong>Mentor:&lt;/strong> &lt;a href="mailto:jliu120@ucsc.edu">Jianshen Liu&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>Recent research reveals that the compaction process in RocksDB can be altered to optimize future data access by changing the data layout in compaction levels. The benefit of this approach can be extended to different data layout optimization based on application access patterns and requirements. In this project, we want to create an interface that would allow users to dynamically inject layout optimization functions to RockDB, using containerization technologies such as Webassembly.&lt;/p>
&lt;ul>
&lt;li>Reference: Saxena, Hemant, et al. &amp;ldquo;Real-Time LSM-Trees for HTAP Workloads.&amp;rdquo; arXiv preprint arXiv:2101.06801 (2021).&lt;/li>
&lt;/ul>
&lt;h3 id="demonstrating-a-composable-storage-system-accelerated-by-memory-semantic-technologies">Demonstrating a composable storage system accelerated by memory semantic technologies&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Skills:&lt;/strong> C/C++, Bash, Python, System architecture, Network fabrics&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Challenging&lt;/li>
&lt;li>&lt;strong>Size&lt;/strong> 350 hours&lt;/li>
&lt;li>&lt;strong>Mentor:&lt;/strong> &lt;a href="mailto:jliu120@ucsc.edu">Jianshen Liu&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>Since the last decade, the slowing down in the performance improvement of general-purpose processors is driving the system architecture to be increasingly heterogeneous. We have seen the kinds of domain-specific accelerator hardware (e.g., FPAG, SmartNIC, TPU, GPU) are growing to take over many different jobs from the general-purpose processors. On the other hand, the network and storage device performance have been tremendously improved with a trajectory much outweighed than that of processors. With this trend, a natural thought to continuously scale the storage system performance economically is to efficiently utilize and share different sources from different nodes over the network. There already exist different resource sharing protocols like CCIX, CXL, and GEN-Z. Among these GEN-Z is the most interesting because, unlike RDMA, it enables remote memory accessing without exposing details to applications (i.e., not application changes). Therefore, it would be interesting to see how/whether these technologies can help improve the performance of storage systems, and to what extent. This project would require building a demo system that uses some of these technologies (especially GEN-Z) and run selected applications/workloads to better understand the benefits.&lt;/p>
&lt;ul>
&lt;li>References: Gen-Z: An Open Memory Fabric for Future Data Processing Needs: &lt;a href="https://www.youtube.com/watch?v=JLb9nojNS8E" target="_blank" rel="noopener">https://www.youtube.com/watch?v=JLb9nojNS8E&lt;/a>, Pekon Gupta, SMART Modular; Gen-Z subsystem for Linux, &lt;a href="https://github.com/linux-genz" target="_blank" rel="noopener">https://github.com/linux-genz&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="when-will-rotational-media-users-abandon-sata-and-converge-to-nvme">When will Rotational Media Users abandon SATA and converge to NVMe?&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Skills:&lt;/strong> Entrepreneurial mind, interest in researching high technology markets&lt;/li>
&lt;li>&lt;strong>Difficulty:&lt;/strong> Medium&lt;/li>
&lt;li>&lt;strong>Size:&lt;/strong> 350 hours&lt;/li>
&lt;li>&lt;strong>Mentor:&lt;/strong> &lt;a href="mailto:carlosm@ucsc.edu">Carlos Maltzahn&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Goal:&lt;/strong> Determine the benefits in particular market verticals such as genomics and health care to converge the storage stack in data center computer systems to the NVMe device interface, even when devices include rotational media (aka disk drives). The key question: “When do people abandon SATA and SAS and converge to NVMe?”&lt;/p>
&lt;p>&lt;strong>Background:&lt;/strong> NVMe is a widely used device interface for fast storage devices such as flash that behave much more like random access memory than the traditional rotational media. Rotational media is accessed mostly via SATA and SAS which has served the industry well for close to two decades. SATA in particular is much cheaper than NVMe. Now that NVMe is widely available and quickly advancing in functionality, an interesting question is whether there is a market for rotational media devices with NVMe interfaces, converging the storage stack to only one logical device interface, thereby enabling a common ecosystem and more efficient connectivity from multiple processes to storage devices.&lt;/p>
&lt;p>The NVMe 2.0 specification, which came out last year, has been restructured to support the increasingly diverse NVMe device environment (including rotational media). The extensibility of 2.0 encourages enhancements of independent command sets such as Zoned Namespaces (ZNS) and Key Value (NVMe-KV) while supporting transport protocols for NVMe over Fabrics (NVMe-oF). A lot of creative energy is now focused on advancing NVMe while SATA has not changed in 16 years. Having all storage devices connect the same way not only frees up space on motherboards but also enables new ways to manage drives, for example via NVMe-oF that allows drives to be networked without additional abstraction layers.&lt;/p>
&lt;p>&lt;strong>Suggested Project Structure:&lt;/strong> This is really just a suggestion for a starting point. As research progresses, a better structure might emerge.&lt;/p>
&lt;ol>
&lt;li>Convergence of software stack: seamless integration between rotational media and hot storage&lt;/li>
&lt;/ol>
&lt;ul>
&lt;li>Direct tiering: one unified interface to place data among fast and slow devices on the same NVMe fabric depending on whether the data is hot or cold.&lt;/li>
&lt;/ul>
&lt;ol start="2">
&lt;li>Computational storage:&lt;/li>
&lt;/ol>
&lt;ul>
&lt;li>What are the architectures of computational NVMe devices? For example, offloading compute to an FPGA vs an onboard processor in a disk drive?&lt;/li>
&lt;li>Do market verticals such as genomics and health care for one over the other? When do people abandon SATA and converge to NVMe?&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Project tasks:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Review current literature&lt;/li>
&lt;li>Survey what the industry is doing&lt;/li>
&lt;li>Join weekly meetings to discuss findings with Ph.D. students, experienced industry veterans, and faculty (Thursday’s 2-3pm, can be adjusted if necessary)&lt;/li>
&lt;li>Product is a slide deck with lots of pictures&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Interesting links:&lt;/strong>&lt;br>
&lt;a href="https://www.opencompute.org/wiki/Storage/NVMeHDD" target="_blank" rel="noopener">https://www.opencompute.org/wiki/Storage/NVMeHDD&lt;/a>&lt;br>
&lt;a href="https://2021ocpglobal.fnvirtual.app/a/event/1714" target="_blank" rel="noopener">https://2021ocpglobal.fnvirtual.app/a/event/1714&lt;/a> (video and slides, requires $0 registration)&lt;br>
&lt;a href="https://www.storagereview.com/news/nvme-hdd-edges-closer-to-reality" target="_blank" rel="noopener">https://www.storagereview.com/news/nvme-hdd-edges-closer-to-reality&lt;/a>&lt;br>
&lt;a href="https://www.tomshardware.com/news/seagate-demonstrates-hdd-with-pcie-nvme-interface" target="_blank" rel="noopener">https://www.tomshardware.com/news/seagate-demonstrates-hdd-with-pcie-nvme-interface&lt;/a>&lt;br>
&lt;a href="https://nvmexpress.org/everything-you-need-to-know-about-the-nvme-2-0-specifications-and-new-technical-proposals/" target="_blank" rel="noopener">https://nvmexpress.org/everything-you-need-to-know-about-the-nvme-2-0-specifications-and-new-technical-proposals/&lt;/a>&lt;br>
&lt;a href="https://www.tomshardware.com/news/nvme-2-0-supports-hard-disk-drives" target="_blank" rel="noopener">https://www.tomshardware.com/news/nvme-2-0-supports-hard-disk-drives&lt;/a>&lt;/p></description></item><item><title>Writing a blog about your OSRE 2023 project</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre23/ucsc/admin/20221106-admin/</link><pubDate>Sun, 06 Nov 2022 11:15:56 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/report/osre23/ucsc/admin/20221106-admin/</guid><description>&lt;p>Starting in 2023 the Organization Admins will be asking students and contributors to provide regular status updates which will help us better highlight the work you are doing and track activities within our OSRE projects. These progress reports will also form the basis of blog reports prepared by students in the course of their summer. Blog reports should include links to proposals, presentations, reports, and an overview of the student&amp;rsquo;s experience.&lt;/p>
&lt;p>Your experience is invaluable for future OSRE candidates and for improving the program every year.&lt;/p>
&lt;h2 id="size-and-content">Size and content&lt;/h2>
&lt;p>Keep it short and crisp. Include a short description of your project, a link to your project proposal, and, later in the program, links to the GSoC reports you provided.&lt;/p>
&lt;h2 id="making-a-pull-request-for-your-blog">Making a pull request for your blog&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Fork the &lt;a href="https://github.com/ucsc-ospo/ucsc-ospo.github.io" target="_blank" rel="noopener">git repository&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>If you haven&amp;rsquo;t already done so, add your profile using &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/formentors/#instructions-for-adding-a-mentor">these instructions&lt;/a>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>IMPORTANT&lt;/strong>: Under &lt;code>user_groups:&lt;/code> add &lt;code>- 2023 Contributors&lt;/code> (as opposed to any of the two mentor groups)&lt;/li>
&lt;li>The short bio and any other information goes below the frontmatter&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Post your blog&lt;/p>
&lt;ul>
&lt;li>Add &lt;code>/content/report/osre23/ORGANIZATION/PROJECTNAME/DATE-USERNAME/index.md&lt;/code>&lt;/li>
&lt;li>Add a frontmatter to &lt;code>index.md&lt;/code>, using the labels below&lt;/li>
&lt;li>Blog text goes below the frontmatter&lt;/li>
&lt;li>In that same directory include a picture and call it &lt;code>featured.png&lt;/code> (also supports &lt;code>.jpg&lt;/code>, &lt;code>.jpeg&lt;/code>)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Commit to your fork and make a pull request and &lt;a href="mailto:ospo-info-group@ucsc.edu/">email OSRE Admins&lt;/a> (currently: Stephanie Lieggi, Carlos Maltzahn).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="example-frontmatter-and-text-body">Example frontmatter and text body&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">title: &amp;#34;YOUR TITLE&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">subtitle: &amp;#34;YOUR SUBTITLE (OPTIONAL)&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">summary:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">authors:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME1
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> - USERNAME2
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">tags: [&amp;#34;osre23&amp;#34;]
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">categories: []
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">date: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">lastmod: YYYY-MM-DD
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">featured: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">draft: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Featured image
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># To use, add an image named `featured.jpg/png` to your page&amp;#39;s folder.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"># Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">image:
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> caption: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> focal_point: &amp;#34;&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> preview_only: false
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">---
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">As part of the [PROJECTNAME](/project/osre23/ORGANIZATION/PROJECTNAME) my [proposal](https://...) under the mentorship of MENTOR aims to ...
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Mentoring FARR Fellow Milad Hakimshafaei</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20221026/</link><pubDate>Wed, 26 Oct 2022 11:15:56 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20221026/</guid><description>&lt;p>I&amp;rsquo;m very proud to have the OSPO UC Santa Cruz play a part of &lt;a href="https://ieh.soe.ucsc.edu/" target="_blank" rel="noopener">Baskin Engineering Inclusive Excellence Hub&lt;/a>&amp;rsquo;s Fellowship for Anti-Racism Research (FARR) by providing mentorship to computational media Ph.D. student Milad Hakimshafaei in his work to expand diverse perceptions in visual design.&lt;/p>
&lt;blockquote>
&lt;p>Incubator Fellow and PolyPhy Project Lead &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/oskar-elek/">Oskar Elek&lt;/a> and &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/stephanie-lieggi/">Stephanie Lieggi&lt;/a>, executive director for OSPO and the Center for Research in Open Source Software, Hakimshafaei will develop an interface built off of an existing web-based AI generator that will allow the end user to control the system’s behavior to generate interesting and unique patterns. By studying a broad array of users’ visual design aesthetic preferences, he plans to develop algorithms that better represent the experience of beauty for different people.&lt;/p>
&lt;/blockquote>
&lt;p>I encourage you to read the &lt;a href="https://news.ucsc.edu/2022/10/fellowship-for-anti-racism-research-2022.html" target="_blank" rel="noopener">full news release&lt;/a>.&lt;/p></description></item><item><title>2022 UC Santa Cruz Open Source Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20220927/</link><pubDate>Tue, 27 Sep 2022 08:30:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20220927/</guid><description>&lt;h2 id="join-us-in-creating-new-communities-partnerships-and-collaborations-in-amplifying-research-impact-with-open-source">Join us in creating new communities, partnerships, and collaborations in amplifying research impact with open source.&lt;/h2>
&lt;p>&lt;strong>In Case You Missed It, Recordings from The UC Santa Cruz Open Source Symposium are available now!&lt;/strong>&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://www.youtube.com/channel/UCCbqOaAyKrVuYIaehV2cF1g" class="btn btn-primary px-3 py-3">WATCH HERE&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>This year’s event is organized by the &lt;a href="https://ospo.ucsc.edu/" target="_blank" rel="noopener">UC Santa Cruz Open Source Program Office&lt;/a> (OSPO) and we thank our &lt;a href="#sponsors">sponsors&lt;/a> to help make this event possible. The event follows &lt;a href="https://docs.google.com/document/d/e/2PACX-1vQMA4vVjqQYmAvSRpjOemfBJUb-1NsBThQSvJOrECzyYJz9myHrqdr6DBV2oFFBpvFeQ7TG_Sn793SZ/pub" target="_blank" rel="noopener">this code of conduct&lt;/a>. It includes keynote speakers, expert panels, and technical workshops, as well as poster presentations highlighting the work of our Open Source Research Experience students. This year we are excited to host keynotes by Demetris Cheatham (GitHub), Nithya Ruff (Amazon), Karsten Wade (Red Hat), and Stephen Walli (Microsoft).&lt;/p>
&lt;blockquote>
&lt;p>Free for UC affiliated and remote participants&lt;br>
Cost for non-UC affiliated participants: $299&lt;/p>
&lt;/blockquote>
&lt;p>Interested in sponsoring this event? Sponsors get complimentary registration, recognition and other benefits (see &lt;a href="#sponsor-benefits">below&lt;/a>)&lt;/p>
&lt;h1 id="agenda-overview">Agenda Overview&lt;/h1>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Tue 9/27&lt;/strong> @ &lt;a href="https://cowellhaybarn.ucsc.edu/about/index.html" target="_blank" rel="noopener">UC Santa Cruz Hay Barn&lt;/a> (&lt;a href="https://cowellhaybarn.ucsc.edu/resources/haybarn-guest%20parking%20map.pdf" target="_blank" rel="noopener">directions&lt;/a>). Plenary (single-track) sessions. In-person participation limited to 50 people; remote participation also available.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Wed 9/28&lt;/strong> @ UC Santa Cruz Baskin Engineering 2 (&lt;a href="https://engineering.ucsc.edu/about/locations/baskin-engineering-building" target="_blank" rel="noopener">directions&lt;/a>). Technical Workshops (two-track). In-person participation limited to 60 people; Remote participation also available.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Thu 9/29&lt;/strong>, Fully Remote. Technical Workshops (single-track).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h1 id="detailed-agendahttpsdocsgooglecomdocumentd1fvyw33wecosydea_sfrlfmi5vb-nbfwxobbs2vaneycedituspsharing">&lt;a href="https://docs.google.com/document/d/1FvYw33WeCOsyDEa_sfRlFmI5vB-NbfwxoBBs2vaNEyc/edit?usp=sharing" target="_blank" rel="noopener">Detailed Agenda&lt;/a>&lt;/h1>
&lt;p>(&lt;a href="https://docs.google.com/document/d/1FvYw33WeCOsyDEa_sfRlFmI5vB-NbfwxoBBs2vaNEyc/edit?usp=sharing" target="_blank" rel="noopener">separate page&lt;/a> or scroll below)
&lt;div class="responsive-wrap">
&lt;iframe src="https://docs.google.com/document/d/e/2PACX-1vTrtltPPiCV6ML5Y6Z7FmmKsAQiVpNpSMtuG4CAinroC_9dTN9543r9qHArcJMjRhWj0a-Hk-E-bJsJ/pub?embedded=true" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">&lt;/iframe>
&lt;/div>&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://www.youtube.com/channel/UCCbqOaAyKrVuYIaehV2cF1g" class="btn btn-primary px-3 py-3">WATCH HERE&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h1 id="sponsors">Sponsors&lt;/h1>
&lt;h2 id="hahahugoshortcode104s3hbhb">
&lt;figure id="figure-platinum-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Platinum Sponsors" srcset="
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp 400w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_13d78ff462d862d9d01309d9405bd610.webp 760w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp"
width="15%"
height="240"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Platinum Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;p>&lt;a href="https://sloan.org" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Alfred P. Sloan Froundation" srcset="
/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_0515d04c18135bf113bde0b6b2c7054e.webp 400w,
/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_040b1fb971f40216be6334ddbecbe1d8.webp 760w,
/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_0515d04c18135bf113bde0b6b2c7054e.webp"
width="50%"
height="149"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.linuxfoundation.org" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="The Linux Foundation" srcset="
/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_936cee10b54de2988f355624525256ab.webp 400w,
/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_866e1b16a97a7f929d3c9ac76647af40.webp 760w,
/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_936cee10b54de2988f355624525256ab.webp"
width="40%"
height="258"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://ieh.soe.ucsc.edu/" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Baskin Engineering Inclusive Excellence Hub - ieh.soe.ucsc.edu" srcset="
/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_0c9efd3968e88e47745767cd01b0efef.webp 400w,
/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_3e09361573900c2babb3d6504d3e9909.webp 760w,
/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_0c9efd3968e88e47745767cd01b0efef.webp"
width="45%"
height="245"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://cross.ucsc.edu" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Center for Research in Open Source Software - cross.ucsc.edu" srcset="
/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_9683ca63c8d02860213a0a7b118ec913.webp 400w,
/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_ef8187816415472dc2c235fc4aa3256d.webp 760w,
/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_9683ca63c8d02860213a0a7b118ec913.webp"
width="50%"
height="206"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h2 id="hahahugoshortcode104s8hbhb">
&lt;figure id="figure-gold-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Gold Sponsors" srcset="
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp 400w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_7c7f52faeb3af74bb31aaba9805b83ef.webp 760w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp"
width="15%"
height="251"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Gold Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;p>&lt;a href="https://research.ibm.com" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="IBM Research" srcset="
/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_8821af396550c96fcce3e88db3f3d43d.webp 400w,
/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_59657b6ae71c413c9f7a019c0117cd27.webp 760w,
/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_8821af396550c96fcce3e88db3f3d43d.webp"
width="50%"
height="103"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h2 id="hahahugoshortcode104s10hbhb">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Silver Sponsors" srcset="
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp 400w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_a12308b00b0f0bc6f5bdc50a45d25cad.webp 760w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp"
width="15%"
height="252"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;p>&lt;a href="https://www.intel.com" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Intel" srcset="
/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_d517c7be108511eaa4e726a548457855.webp 400w,
/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_a8a14de9fd0b07b4ab25e1a2ecb6d114.webp 760w,
/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_d517c7be108511eaa4e726a548457855.webp"
width="30%"
height="317"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h1 id="sponsor-benefits">Sponsor Benefits&lt;/h1>
&lt;p>Does your organization want to support and promote open source innovation in academia? Do you want to foster collaboration between industry, academia and open source communities? Why not be a sponsor for the 2022 Open Source Research Symposium?&lt;/p>
&lt;p>Organizations that sponsor this event will be given public acknowledgement on the Symposium website and agenda, and get free passes for in-person participation.&lt;/p>
&lt;style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:bold;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align: middle}
&lt;/style>
&lt;table class="tg">
&lt;thead>
&lt;tr>
&lt;th class="th-0pky">Sponsorship Level&lt;/th>
&lt;th class="th-0pky">Amount&lt;/th>
&lt;th class="th-0pky">Benefits&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Silver Sponsors" srcset="
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp 400w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_a12308b00b0f0bc6f5bdc50a45d25cad.webp 760w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp"
width="50%"
height="252"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$500&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 1 free registration&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-gold-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Gold Sponsors" srcset="
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp 400w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_7c7f52faeb3af74bb31aaba9805b83ef.webp 760w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp"
width="50%"
height="251"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Gold Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$1,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 2 free registrations&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-platinum-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Platinum Sponsors" srcset="
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp 400w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_13d78ff462d862d9d01309d9405bd610.webp 760w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp"
width="50%"
height="240"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Platinum Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$2,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 4 free registrations&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>If your organization might be interested in sponsoring, please contact Stephanie Lieggi (&lt;a href="mailto:slieggi@ucsc.edu">slieggi@ucsc.edu&lt;/a>). You can&lt;/p>
&lt;ul>
&lt;li>sponsor by credit card during &lt;a href="https://ucsc.irisregistration.com/Register/Form/Form?formId=10271" target="_blank" rel="noopener">registration&lt;/a>,&lt;/li>
&lt;li>&lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/bankinfo/">send a check, or use wire transfer&lt;/a>.&lt;/li>
&lt;/ul>
&lt;h1 id="logistics">Logistics&lt;/h1>
&lt;h2 id="parking">Parking&lt;/h2>
&lt;p>&lt;a href="https://taps.ucsc.edu/pdf/parking-map.pdf" target="_blank" rel="noopener">Link to UCSC Campus and Parking Map&lt;/a>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Day 1 at Hay Barn:&lt;/strong> Parking permits will be available near the Hay Barn (lot 170) with overflow parking nearby in lot 116. Parking permits will be available from attendants upon arrival at the Hay Barn. For late arrivals come to the reception desk in the Hay Barn.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Day 2 at Baskin Engineering:&lt;/strong> Parking permits provided upon arrival at CORE WEST Parking. When you arrive, drive to the third floor of CORE WEST and request a free permit from the attendants. If you arrive after 10am, please go to the parking kiosk at the main entrance to pick up your permit.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h2 id="hotels-in-santa-cruz">Hotels in Santa Cruz&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="http://www.dreaminnsantacruz.com" target="_blank" rel="noopener">Dream Inn&lt;/a>&lt;br>
175 West Cliff Drive, Santa Cruz, CA 95060&lt;br>
Call 831-426-4330 and ask for the UCSC rate (rates not available online)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.marriott.com/en-us/hotels/sjcak-hotel-paradox-autograph-collection/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0" target="_blank" rel="noopener">The Hotel Paradox&lt;/a>&lt;br>
611 Ocean St., Santa Cruz, 95060&lt;br>
Use code UC0 online for the UCSC rate&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.marriott.com/en-us/hotels/sjccr-fairfield-inn-and-suites-santa-cruz/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0" target="_blank" rel="noopener">Fairfield Inn and Suites&lt;/a>&lt;br>
2956 Mission Street, Santa Cruz, CA 95060&lt;br>
Use code UC0 online for the UCSC rate&lt;/p>
&lt;/li>
&lt;/ul></description></item><item><title>2022 UC Santa Cruz Open Source Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20220927/</link><pubDate>Tue, 27 Sep 2022 08:30:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20220927/</guid><description>&lt;h2 id="join-us-in-creating-new-communities-partnerships-and-collaborations-in-amplifying-research-impact-with-open-source">Join us in creating new communities, partnerships, and collaborations in amplifying research impact with open source.&lt;/h2>
&lt;p>&lt;strong>In Case You Missed It, Recordings from The UC Santa Cruz Open Source Symposium are available now!&lt;/strong>&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://www.youtube.com/channel/UCCbqOaAyKrVuYIaehV2cF1g" class="btn btn-primary px-3 py-3">WATCH HERE&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>This year’s event is organized by the &lt;a href="https://ospo.ucsc.edu/" target="_blank" rel="noopener">UC Santa Cruz Open Source Program Office&lt;/a> (OSPO) and we thank our &lt;a href="#sponsors">sponsors&lt;/a> to help make this event possible. The event follows &lt;a href="https://docs.google.com/document/d/e/2PACX-1vQMA4vVjqQYmAvSRpjOemfBJUb-1NsBThQSvJOrECzyYJz9myHrqdr6DBV2oFFBpvFeQ7TG_Sn793SZ/pub" target="_blank" rel="noopener">this code of conduct&lt;/a>. It includes keynote speakers, expert panels, and technical workshops, as well as poster presentations highlighting the work of our Open Source Research Experience students. This year we are excited to host keynotes by Demetris Cheatham (GitHub), Nithya Ruff (Amazon), Karsten Wade (Red Hat), and Stephen Walli (Microsoft).&lt;/p>
&lt;blockquote>
&lt;p>Free for UC affiliated and remote participants&lt;br>
Cost for non-UC affiliated participants: $299&lt;/p>
&lt;/blockquote>
&lt;p>Interested in sponsoring this event? Sponsors get complimentary registration, recognition and other benefits (see &lt;a href="#sponsor-benefits">below&lt;/a>)&lt;/p>
&lt;h1 id="agenda-overview">Agenda Overview&lt;/h1>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Tue 9/27&lt;/strong> @ &lt;a href="https://cowellhaybarn.ucsc.edu/about/index.html" target="_blank" rel="noopener">UC Santa Cruz Hay Barn&lt;/a> (&lt;a href="https://cowellhaybarn.ucsc.edu/resources/haybarn-guest%20parking%20map.pdf" target="_blank" rel="noopener">directions&lt;/a>). Plenary (single-track) sessions. In-person participation limited to 50 people; remote participation also available.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Wed 9/28&lt;/strong> @ UC Santa Cruz Baskin Engineering 2 (&lt;a href="https://engineering.ucsc.edu/about/locations/baskin-engineering-building" target="_blank" rel="noopener">directions&lt;/a>). Technical Workshops (two-track). In-person participation limited to 60 people; Remote participation also available.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Thu 9/29&lt;/strong>, Fully Remote. Technical Workshops (single-track).&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h1 id="detailed-agendahttpsdocsgooglecomdocumentd1fvyw33wecosydea_sfrlfmi5vb-nbfwxobbs2vaneycedituspsharing">&lt;a href="https://docs.google.com/document/d/1FvYw33WeCOsyDEa_sfRlFmI5vB-NbfwxoBBs2vaNEyc/edit?usp=sharing" target="_blank" rel="noopener">Detailed Agenda&lt;/a>&lt;/h1>
&lt;p>(&lt;a href="https://docs.google.com/document/d/1FvYw33WeCOsyDEa_sfRlFmI5vB-NbfwxoBBs2vaNEyc/edit?usp=sharing" target="_blank" rel="noopener">separate page&lt;/a> or scroll below)
&lt;div class="responsive-wrap">
&lt;iframe src="https://docs.google.com/document/d/e/2PACX-1vTrtltPPiCV6ML5Y6Z7FmmKsAQiVpNpSMtuG4CAinroC_9dTN9543r9qHArcJMjRhWj0a-Hk-E-bJsJ/pub?embedded=true" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">&lt;/iframe>
&lt;/div>&lt;/p>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://www.youtube.com/channel/UCCbqOaAyKrVuYIaehV2cF1g" class="btn btn-primary px-3 py-3">WATCH HERE&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h1 id="sponsors">Sponsors&lt;/h1>
&lt;h2 id="hahahugoshortcode132s3hbhb">
&lt;figure id="figure-platinum-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Platinum Sponsors" srcset="
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp 400w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_13d78ff462d862d9d01309d9405bd610.webp 760w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp"
width="15%"
height="240"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Platinum Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;p>&lt;a href="https://sloan.org" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Alfred P. Sloan Froundation" srcset="
/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_0515d04c18135bf113bde0b6b2c7054e.webp 400w,
/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_040b1fb971f40216be6334ddbecbe1d8.webp 760w,
/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/Logo-2B-SMALL-Gold-Blue_huaa4cd7b7f113a344af299d7a00b99b92_31595_0515d04c18135bf113bde0b6b2c7054e.webp"
width="50%"
height="149"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.linuxfoundation.org" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="The Linux Foundation" srcset="
/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_936cee10b54de2988f355624525256ab.webp 400w,
/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_866e1b16a97a7f929d3c9ac76647af40.webp 760w,
/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/LF-logo_hu7ca771f684e20728757f636181877a17_50215_936cee10b54de2988f355624525256ab.webp"
width="40%"
height="258"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://ieh.soe.ucsc.edu/" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Baskin Engineering Inclusive Excellence Hub - ieh.soe.ucsc.edu" srcset="
/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_0c9efd3968e88e47745767cd01b0efef.webp 400w,
/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_3e09361573900c2babb3d6504d3e9909.webp 760w,
/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/IEH-logo_hu7b68382ebb8c8902e9b628284b008507_79145_0c9efd3968e88e47745767cd01b0efef.webp"
width="45%"
height="245"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://cross.ucsc.edu" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Center for Research in Open Source Software - cross.ucsc.edu" srcset="
/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_9683ca63c8d02860213a0a7b118ec913.webp 400w,
/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_ef8187816415472dc2c235fc4aa3256d.webp 760w,
/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/SwagLogo.stickerCropped_hu689c1511a199ba041e45f59a9d0eb65b_65022_9683ca63c8d02860213a0a7b118ec913.webp"
width="50%"
height="206"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h2 id="hahahugoshortcode132s8hbhb">
&lt;figure id="figure-gold-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Gold Sponsors" srcset="
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp 400w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_7c7f52faeb3af74bb31aaba9805b83ef.webp 760w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp"
width="15%"
height="251"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Gold Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;p>&lt;a href="https://research.ibm.com" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="IBM Research" srcset="
/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_8821af396550c96fcce3e88db3f3d43d.webp 400w,
/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_59657b6ae71c413c9f7a019c0117cd27.webp 760w,
/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_1200x1200_fit_q75_h2_lanczos.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/IBM-logo_hu409836f2ceace1315dd6bb4633d737e4_33022_8821af396550c96fcce3e88db3f3d43d.webp"
width="50%"
height="103"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h2 id="hahahugoshortcode132s10hbhb">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Silver Sponsors" srcset="
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp 400w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_a12308b00b0f0bc6f5bdc50a45d25cad.webp 760w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp"
width="15%"
height="252"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/h2>
&lt;p>&lt;a href="https://www.intel.com" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Intel" srcset="
/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_d517c7be108511eaa4e726a548457855.webp 400w,
/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_a8a14de9fd0b07b4ab25e1a2ecb6d114.webp 760w,
/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/intel-logo_huff063584a3997302c2d343bc10579e32_53753_d517c7be108511eaa4e726a548457855.webp"
width="30%"
height="317"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;h1 id="sponsor-benefits">Sponsor Benefits&lt;/h1>
&lt;p>Does your organization want to support and promote open source innovation in academia? Do you want to foster collaboration between industry, academia and open source communities? Why not be a sponsor for the 2022 Open Source Research Symposium?&lt;/p>
&lt;p>Organizations that sponsor this event will be given public acknowledgement on the Symposium website and agenda, and get free passes for in-person participation.&lt;/p>
&lt;style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:bold;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align: middle}
&lt;/style>
&lt;table class="tg">
&lt;thead>
&lt;tr>
&lt;th class="th-0pky">Sponsorship Level&lt;/th>
&lt;th class="th-0pky">Amount&lt;/th>
&lt;th class="th-0pky">Benefits&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-silver-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Silver Sponsors" srcset="
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp 400w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_a12308b00b0f0bc6f5bdc50a45d25cad.webp 760w,
/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/silver_hu59403056ba33c5d88b6fdf74729f9f38_64218_491ab46bbdb83f05664f3666a1603318.webp"
width="50%"
height="252"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Silver Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$500&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 1 free registration&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-gold-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Gold Sponsors" srcset="
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp 400w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_7c7f52faeb3af74bb31aaba9805b83ef.webp 760w,
/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/gold_hub7a39ea5d921d67ca02de5a90355df03_100099_90024a4ebb55a2d13c3dd83642ffe597.webp"
width="50%"
height="251"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Gold Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$1,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 2 free registrations&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td class="tg-0pky">
&lt;figure id="figure-platinum-sponsors">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Platinum Sponsors" srcset="
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp 400w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_13d78ff462d862d9d01309d9405bd610.webp 760w,
/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://deploy-preview-1007--ucsc-ospo.netlify.app/media/platinum_hua2b6786383dcc06017bdad3c7aa76cb5_83919_74d3c04efcb73f15397e2cea029bb81e.webp"
width="50%"
height="240"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Platinum Sponsors
&lt;/figcaption>&lt;/figure>
&lt;/td>
&lt;td class="tg-0pky">$2,000&lt;/td>
&lt;td class="tg-0pky">Acknowledgements + 4 free registrations&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>If your organization might be interested in sponsoring, please contact Stephanie Lieggi (&lt;a href="mailto:slieggi@ucsc.edu">slieggi@ucsc.edu&lt;/a>). You can&lt;/p>
&lt;ul>
&lt;li>sponsor by credit card during &lt;a href="https://ucsc.irisregistration.com/Register/Form/Form?formId=10271" target="_blank" rel="noopener">registration&lt;/a>,&lt;/li>
&lt;li>&lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/bankinfo/">send a check, or use wire transfer&lt;/a>.&lt;/li>
&lt;/ul>
&lt;h1 id="logistics">Logistics&lt;/h1>
&lt;h2 id="parking">Parking&lt;/h2>
&lt;p>&lt;a href="https://taps.ucsc.edu/pdf/parking-map.pdf" target="_blank" rel="noopener">Link to UCSC Campus and Parking Map&lt;/a>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Day 1 at Hay Barn:&lt;/strong> Parking permits will be available near the Hay Barn (lot 170) with overflow parking nearby in lot 116. Parking permits will be available from attendants upon arrival at the Hay Barn. For late arrivals come to the reception desk in the Hay Barn.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Day 2 at Baskin Engineering:&lt;/strong> Parking permits provided upon arrival at CORE WEST Parking. When you arrive, drive to the third floor of CORE WEST and request a free permit from the attendants. If you arrive after 10am, please go to the parking kiosk at the main entrance to pick up your permit.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h2 id="hotels-in-santa-cruz">Hotels in Santa Cruz&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="http://www.dreaminnsantacruz.com" target="_blank" rel="noopener">Dream Inn&lt;/a>&lt;br>
175 West Cliff Drive, Santa Cruz, CA 95060&lt;br>
Call 831-426-4330 and ask for the UCSC rate (rates not available online)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.marriott.com/en-us/hotels/sjcak-hotel-paradox-autograph-collection/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0" target="_blank" rel="noopener">The Hotel Paradox&lt;/a>&lt;br>
611 Ocean St., Santa Cruz, 95060&lt;br>
Use code UC0 online for the UCSC rate&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://www.marriott.com/en-us/hotels/sjccr-fairfield-inn-and-suites-santa-cruz/overview/?scid=f2ae0541-1279-4f24-b197-a979c79310b0" target="_blank" rel="noopener">Fairfield Inn and Suites&lt;/a>&lt;br>
2956 Mission Street, Santa Cruz, CA 95060&lt;br>
Use code UC0 online for the UCSC rate&lt;/p>
&lt;/li>
&lt;/ul></description></item><item><title>NSF will fund design of a support infrastructure for CROSS incubator project</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20220909/</link><pubDate>Fri, 09 Sep 2022 19:15:56 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20220909/</guid><description>&lt;p>I am delighted to be one of the inaugural Phase 1 awardees of the &lt;a href="https://beta.nsf.gov/tip/latest" target="_blank" rel="noopener">NSF/TIP&lt;/a> &lt;a href="https://beta.nsf.gov/funding/opportunities/pathways-enable-open-source-ecosystems-pose" target="_blank" rel="noopener">Pathways to Enable Open Source Ecosystems (POSE) program&lt;/a>, with &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/stephanie-lieggi/">Stephanie Lieggi&lt;/a> as co-PI. The goal of this 1-year, $300,000 project is to explore support infrastructures for &lt;a href="https://users.soe.ucsc.edu/~carlosm/dev/project/skyhook/" target="_blank" rel="noopener">Skyhook Data Management&lt;/a>, a graduated CROSS incubator project.&lt;/p>
&lt;p>&lt;strong>Title:&lt;/strong> POSE: Phase I: Scoping the Ecosystem of Skyhook Data Management&lt;/p>
&lt;p>&lt;strong>Abstract:&lt;/strong> New, well-funded, and fast-moving open source ecosystems around big data and data science have emerged due to the successful business models in hyperscale computing industries. These include the Apache Arrow ecosystem for processing structured data and the Ceph distributed storage ecosystem. Skyhook Data Management embeds Apache Arrow in Ceph and is a result of years of storage systems research at UC Santa Cruz where Ceph originated. Embedding processing of data into storage can dramatically reduce data movement, a major cost center in datacenters. This Phase 1 project explores sustainable and effective pathways for establishing open source as an alternative translation for technologies using Skyhook as a pilot project. The project’s novelties are a series of workshops which are convening open source experts and community leaders with diverse backgrounds to figure out governance, staffing and staff retention strategies for Skyhook while also building out expertise for open tech transfer within the university. As co-founder of the Ceph project, as founder and leader of the UC Santa Cruz Center for Research in Open Source Software and the Open Source Program Office UC Santa Cruz the investigators are well-positioned to convene these workshops due to their professional network of open source experts in industry and foundations. An important focus in these workshops is inclusiveness to foster a diverse community and encourage participation from historically excluded communities. The project’s impacts are the adoption of Skyhook technology for production, for reproducible research prototyping, and as a teaching tool in classrooms, and the establishment of open source as a viable translation path of technologies for research universities.&lt;/p>
&lt;p>Apache Arrow is a representation of columnar data in memory which has created a wide-ranging and rapidly growing open source ecosystem of efficient data processing with many different programming language bindings (so far C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, Python, R, Ruby, and Rust). Due to the common representation, data can move efficiently without conversion between the ecosystem&amp;rsquo;s processing engines running on different systems. Data processing and exchange can be implemented with a number of building blocks that includes the Parquet file format, the Flight framework for efficient data interchange between processes, the Gandiva LLVM-based JIT computation for executing analytical expressions by leveraging modern CPU SIMD instructions to process Arrow data, the Acero streaming execution engine for query plans, and Awkward Array for restructuring computation on columnar and nested data. On top of these building blocks exist a number of Arrow integration frameworks, including the Fletcher framework that integrates FPGAs with Apache Arrow, Nvidia’s RAPIDS cuDF framework that integrates GPUs with Apache Arrow, the Plasma high-performance shared-memory object store, and the Substrait open format for query plans between query optimizers and processing engines. Skyhook integrates Ceph with Arrow by embedding Arrow processing engines within Ceph storage objects such that objects can be accessed via Apache Arrow API calls that are executed on a storage server. API calls are atomic and, in case of failures, Ceph automatically remaps the call to another server where the object is available due to storage redundancy. Skyhook aims to become a research prototyping ecosystem and a blueprint for efficiently embedding data processing libraries in storage systems and computational storage devices while enabling processing and storage ecosystems to evolve independently.&lt;/p></description></item><item><title>🧪 Open Source Research Experience</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/osre/</link><pubDate>Wed, 24 Aug 2022 12:23:07 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/osre/</guid><description/></item><item><title>🪺 Open Source Incubator Fellowship</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/incubator/</link><pubDate>Wed, 24 Aug 2022 11:10:07 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/incubator/</guid><description>&lt;h1 id="overview">Overview&lt;/h1>
&lt;p>The Open Source Incubator Fellowship, funded through through the UCSC Open Source Program Office (OSPO), supports the work of postdoctoral scholars aiming to create and grow productive open source contributor communities around innovative research prototypes in order to amplify the impact of their research. A successful application includes (1) a research prototype with significant open source software or hardware infrastructure typically created as part of the applicant’s Ph.D. project and (2) strong evidence that the proposed project would be met with great interest by at least one well-established open source community.&lt;/p>
&lt;p>Incubator Fellows play the role of &amp;ldquo;open source ambassadors&amp;rdquo; at UC Santa Cruz by displaying exemplary open source project and community management practices and by sharing their experience via mentorship and classroom instructions so students learn how to productively engage in open source projects. Ideal incubator fellows are inclusive, comfortable reaching across different scientific disciplines, and run compelling projects that have broad interdisciplinary appeal.&lt;/p>
&lt;h1 id="current-incubator-fellows">Current Incubator Fellows&lt;/h1>
&lt;p>Thanks to the Alfred P. Sloan Foundation the OSPO can currently fund up to two incubator fellows. The OSPO is in the process of raising more funding to expand the Incubator Fellowship within UC Santa Cruz and across other UC campuses. Please welcome the inaugural 2022 cohort:&lt;/p>
&lt;div style="float:right;position: releative; top: -80px">
&lt;img src="oskarelek.jpg" alt="Portrait of Oskar Elek" style="width:150px">
&lt;/div>
&lt;h2 id="dr-ing-oskar-elek">Dr.-Ing. Oskar Elek&lt;/h2>
&lt;p>Dr.-Ing. &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/oskar-elek/">Oskar Elek&lt;/a> works on the project &amp;ldquo;Polyphorm + PolyPhy: An open source software platform for learning and visualizing connectivity patterns in complex datasets.&amp;rdquo; For more information, please see his &lt;a href="https://elek.pub/" target="_blank" rel="noopener">website&lt;/a>.&lt;/p>
&lt;div style="float:right;position: releative; top: -80px">
&lt;img src="emilylovell.jpg" alt="Portrait of Emily Lovell" style="width:150px">
&lt;/div>
&lt;h2 id="dr-emily-lovell">Dr. Emily Lovell&lt;/h2>
&lt;p>Dr. &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/emily-lovell/">Emily Lovell&lt;/a> works on &amp;ldquo;Strengthening Underserved Segments of the Open Source Pipeline&amp;rdquo;. For more information, please see her &lt;a href="https://users.soe.ucsc.edu/~emme/" target="_blank" rel="noopener">website&lt;/a>.&lt;/p>
&lt;h1 id="eligibilityrequirements">Eligibility/Requirements&lt;/h1>
&lt;ul>
&lt;li>A mentor who is a member of UC Santa Cruz faculty&lt;/li>
&lt;li>Completion of Ph.D. (Ph.D. must be in hand at time of appointment)&lt;/li>
&lt;li>Ph.D. dissertation or equivalent level of research that includes an innovative open source prototype (software or hardware)&lt;/li>
&lt;li>Experience with teaching or mentoring undergraduates preferred&lt;/li>
&lt;li>Experience with open source community management preferred&lt;/li>
&lt;/ul>
&lt;h1 id="timeline-current-academic-year">Timeline (current academic year)&lt;/h1>
&lt;ul>
&lt;li>Begin reviewing applications on March 15, 2022; positions open until filled&lt;/li>
&lt;/ul>
&lt;h1 id="fellowship-terms">Fellowship Terms&lt;/h1>
&lt;ul>
&lt;li>Number of positions: three (3)&lt;/li>
&lt;li>Resident fellowship based at UC Santa Cruz&lt;/li>
&lt;li>Salary commensurate with qualifications and experience. Minimum annual salary rates are made based on the individual’s Experience Level, which is determined by the number of months of postdoctoral service at any institution. See current salary scale for Postdoctoral Titles at &lt;a href="https://apo.ucsc.edu/compensation/salary-scales/index.html" target="_blank" rel="noopener">https://apo.ucsc.edu/compensation/salary-scales/index.html&lt;/a>,&lt;/li>
&lt;li>Anticipated start: as early as April 2022&lt;/li>
&lt;li>Postdoctoral Scholar appointments are full-time; the initial appointment is for a minimum of one year, with the possibility of reappointment. Reappointment will be contingent upon positive performance review and availability of funding.&lt;/li>
&lt;/ul>
&lt;h1 id="application-structure">Application Structure&lt;/h1>
&lt;p>All applications should include:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Project Title&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Background, overview &amp;amp; objectives&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Expected time needed to meet objectives&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Brief explanation of the relevant experience / previous work of project lead&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Description of Diversity and Inclusion efforts/plans for project&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Detail on the project roadmap and strategy for sustainability after fellowship ends&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Risk assessment due to dependencies on any organization&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Details related to project infrastructure and community engagement, including when applicable:&lt;/p>
&lt;ul>
&lt;li>Software project name and homepage URL&lt;/li>
&lt;li>Main code repository&lt;/li>
&lt;li>Documentation or other publication(s) describing project&lt;/li>
&lt;li>Name and affiliation of those with commit rights to the code repositories&lt;/li>
&lt;li>Names and affiliations of other maintainers/contributors&lt;/li>
&lt;li>Open source license&lt;/li>
&lt;li>Primary main programming language and other relevant language(s)&lt;/li>
&lt;li>List of scholarly papers citing or mentioning the software project&lt;/li>
&lt;li>Current number of unique users/contributors&lt;/li>
&lt;li>Number of software projects that depend on the software project&lt;/li>
&lt;li>Estimate of the potential number of users who could adopt this software project&lt;/li>
&lt;li>List of upstream, downstream, or related software projects that you are contributing to or receiving contributions from.&lt;/li>
&lt;li>Provide links to:
&lt;ul>
&lt;li>End-user documentation&lt;/li>
&lt;li>Issue tracker&lt;/li>
&lt;li>Community engagement or on-boarding forum&lt;/li>
&lt;li>Contribution/coding guidelines&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="other-application-material-to-be-included-in-proposal">Other Application Material to be included in proposal:&lt;/h1>
&lt;ul>
&lt;li>CV of postdoctoral applicant&lt;/li>
&lt;/ul></description></item><item><title>Register: 2022 UC Santa Cruz Open Source Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20220823/</link><pubDate>Tue, 23 Aug 2022 11:22:07 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/20220823/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://ucsc.irisregistration.com/Register/Form/Form?formId=10271" class="btn btn-primary px-3 py-3">Register →&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>The UC Open Source Research Symposium (successor to the CROSS Research Symposia series) is happy to be able to mix in-person, hybrid and fully remote activities in an effort to provide a larger audience the opportunity to learn about open source research at the University of California. Participants can interact with UC faculty, graduate students, and affiliated researchers, and discuss future directions and discover areas of collaboration from campuses throughout the UC system.&lt;/p>
&lt;blockquote>
&lt;p>Returning after a two year hiatus, the Symposium will once again include the annual UC Santa Cruz Systems Research Lab’s Oktoberfest barbeque on the evening of the first day of the symposium.&lt;/p>
&lt;/blockquote>
&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/event" class="btn btn-primary px-3 py-3">Symposium Details →&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>🎓 Open Source Education</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/education/</link><pubDate>Mon, 22 Aug 2022 12:23:07 -0700</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/education/</guid><description/></item><item><title>2022 Open Source Seminar Series at UC Santa Cruz</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2022osss/</link><pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2022osss/</guid><description>&lt;div class="alert alert-note">
&lt;div>
This is a past event. If you are interested in finding out more about future events like this, please contact &lt;a href="https://deploy-preview-1007--ucsc-ospo.netlify.app/author/stephanie-lieggi/">Stephanie Lieggi&lt;/a>.
&lt;/div>
&lt;/div>
&lt;p>The OSPO UC Santa Cruz and CROSS are pleased to be hosting a Summer seminar series for our affiliated researchers, students and industry partners facilitated by Dr. Dirk Riehle, Professor of Open Source Software at the Friedrich-Alexander University Erlangen-Nürnberg. The series will include four multi-session modules (12 sessions in total).&lt;/p>
&lt;p>&lt;a href="#module-1-open-source-licenses">Module 1: Open source licenses (July 5, 6, 7)&lt;/a>&lt;br>
&lt;a href="#module-2-open-source-audits">Module 2: Open source audits (July 11, 12, 14)&lt;/a>&lt;br>
&lt;a href="#module-3-license-compliant-distribution">Module 3: License-compliant distribution (July 18, 20, 21)&lt;/a>&lt;br>
&lt;a href="#module-4-the-open-source-program-office">Module 4: Open source program office (July 25, 27, 28)&lt;/a>&lt;/p>
&lt;p>All sessions last approximately one hour and begin at 8am Pacific Time. See specific dates for all sessions below.&lt;/p>
&lt;h3 id="module-1-open-source-licenses">Module 1: Open source licenses&lt;/h3>
&lt;p>Participants learn about open source software and how to interpret its licenses.&lt;/p>
&lt;p>This module covers the following topics over the course of three sessions of 1h each:&lt;/p>
&lt;ul>
&lt;li>July 5 (Tuesday): Free/libre, and open-source software licenses&lt;/li>
&lt;li>July 6 (Wednesday): The copyleft obligation&lt;/li>
&lt;li>July 7 (Thursday): The state of open source licensing&lt;/li>
&lt;/ul>
&lt;h3 id="module-2-open-source-audits">Module 2: Open source audits&lt;/h3>
&lt;p>Participants learn how to create a bill of materials and audit open source software.&lt;/p>
&lt;p>This module covers the following topics over the course of three sessions of 1h each:&lt;/p>
&lt;ul>
&lt;li>July 11 (Monday): Software bill of materials&lt;/li>
&lt;li>July 12 (Tuesday): Software composition analysis&lt;/li>
&lt;li>July 14 (Thursday): Open source legal risks&lt;/li>
&lt;/ul>
&lt;h3 id="module-3-license-compliant-distribution">Module 3: License-compliant distribution&lt;/h3>
&lt;p>Participants learn how to deliver products built on open source to third parties.&lt;/p>
&lt;p>This module covers the following topics over the course of three sessions of 1h each:&lt;/p>
&lt;ul>
&lt;li>July 18 (Monday): Standardized license interpretation&lt;/li>
&lt;li>July 20 (Wednesday): License-compliant distribution&lt;/li>
&lt;li>July 21 (Thursday): Continuous integration&lt;/li>
&lt;/ul>
&lt;h3 id="module-4-the-open-source-program-office">Module 4: The open source program office&lt;/h3>
&lt;p>Participants learn how to set up and operate an open source program office.&lt;/p>
&lt;p>This module covers the following topics over the course of three sessions of 1h each:&lt;/p>
&lt;ul>
&lt;li>July 25 (Monday): The open source program office&lt;/li>
&lt;li>July 27 (Wednesday): Securing the software supply chain&lt;/li>
&lt;li>July 28 (Thursday): University open source program office (Carlos Maltzahn &amp;amp; Stephanie Lieggi)&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>About the Facilitator:&lt;/strong> Prof. Dr. Dirk Riehle, M.B.A., is the Professor of Open Source Software at the Friedrich-Alexander University Erlangen-Nürnberg. Before joining academia, Riehle led the Open Source Research Group at SAP Labs, LLC, in Palo Alto, California (Silicon Valley). He works on open source and inner source software engineering as well as agile software development methods and continuous delivery. Prof. Riehle holds a Ph.D. in computer science from ETH Zürich and an M.B.A. from Stanford Graduate School of Business. He welcomes email at &lt;a href="mailto:dirk@riehle.org">dirk@riehle.org&lt;/a>, blogs at &lt;a href="https://dirkriehle.com" target="_blank" rel="noopener">https://dirkriehle.com&lt;/a>, and tweets as @dirkriehle.&lt;/p></description></item><item><title>2021 CROSS Research Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20211011/</link><pubDate>Mon, 11 Oct 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20211011/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://cross.ucsc.edu/2021-symposium" class="btn btn-primary px-3 py-3">Go to Event&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>2021 Commercial Open Source Start Up Workshop Series (hosted by CROSS)</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2021osss/</link><pubDate>Mon, 19 Apr 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2021osss/</guid><description/></item><item><title>2020 CROSS Research Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20201006/</link><pubDate>Tue, 06 Oct 2020 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20201006/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://cross.ucsc.edu/2020-symposium" class="btn btn-primary px-3 py-3">Go to Event&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>2020 Commercial Open Source Workshop Series (hosted by CROSS)</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2020osss/</link><pubDate>Sun, 19 Apr 2020 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/post/2020osss/</guid><description/></item><item><title>2019 CROSS Research Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20191002/</link><pubDate>Wed, 02 Oct 2019 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20191002/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://cross.ucsc.edu/2019-symposium" class="btn btn-primary px-3 py-3">Go to Event&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>2018 CROSS Research Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20181003/</link><pubDate>Wed, 03 Oct 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20181003/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://cross.ucsc.edu/2018-symposium" class="btn btn-primary px-3 py-3">Go to Event&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>2017 CROSS Research Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20171003/</link><pubDate>Tue, 03 Oct 2017 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20171003/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://cross.ucsc.edu/2017-symposium" class="btn btn-primary px-3 py-3">Go to Event&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>2016 CROSS Research Symposium</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20161024/</link><pubDate>Mon, 24 Oct 2016 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/event/20161024/</guid><description>&lt;ul class="cta-group">
&lt;li>
&lt;a href="https://cross.ucsc.edu/2016-symposium" class="btn btn-primary px-3 py-3">Go to Event&lt;/a>
&lt;/li>
&lt;/ul></description></item><item><title>Guidelines for Summer Students</title><link>https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/forstudents/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1007--ucsc-ospo.netlify.app/osredocs/forstudents/</guid><description>&lt;h2 id="ai-usage-policyhttpsucsc-ospogithubioosredocsaipolicy">&lt;a href="https://ucsc-ospo.github.io/osredocs/aipolicy/" target="_blank" rel="noopener">AI USAGE POLICY&lt;/a>&lt;/h2>
&lt;h2 id="how-to-apply-to-the-be-a-contributor-in-our-summer-programs">How to apply to the be a contributor in our summer programs&lt;/h2>
&lt;ol>
&lt;li>Take a look at the current year&amp;rsquo;s project ideas and refer to the timeline for exact dates.&lt;/li>
&lt;li>Between &lt;strong>late February&lt;/strong> and &lt;strong>mid March&lt;/strong>, select projects of interest, contact mentor(s), and tell them your motivation and provide them with your relevant background/experience. You are strongly encouraged to apply to no more than two projects.&lt;/li>
&lt;li>&lt;strong>Join the slack channel for contributor applicants&lt;/strong>. You should contact the Organization Admins for access. Note that we will only review proposals of contributors who have also joined our slack channel by the deadline stated on the timeline. Use this time to also get to know the project to which you are applying and the members of the project community. You are highly encouraged to ask questions.&lt;/li>
&lt;li>Be prepared to provide mentors with some examples of your technical knowledge as an initial step. For instance, mentors may ask you to carry out a technical test or show work you have done in the past to assess your knowledge. This is an important step for ensuring you are proposing something that is beneficial to you, the mentor and the community. We have opportunities for contributors with a wide range of skill levels, so do not worry about &amp;ldquo;passing&amp;rdquo; the test - just show what your skill levels are and areas you are interested to grow in.&lt;/li>
&lt;li>Once you and the mentor have established your level of proficiency and how it fits within project ideas, you may receive feedback from the mentor on writing the proposal. Each mentor or mentor team will establish their own process for reviewing and commenting on the work of interested students.
&lt;em>Note &amp;ndash; &lt;strong>DO NOT RELY ON AI TOOLS&lt;/strong> for your proposal writing or showing your competence. Mentors need to see your work in order to judge if you are a good fit and will be successful in your project. While you can utilize tools to refine you project if necessary &lt;strong>YOU WILL BE EXPECTED TO BE ABLE TO EXPLAIN ANY AND ALL WORK THAT YOU PRESENT TO THE MENTORS&lt;/strong> and the application text must be your origianal work. We prohibit the use of AI tools for generating your project deliverables. Misuse of AI tools will be grounds from removal from the program.&lt;/em>&lt;/li>
&lt;li>Keep track of that year&amp;rsquo;s project deadlines. Proposal must be turned in on time and include:
&lt;ul>
&lt;li>A detailed plan of work with an estimate of the time needed (typically 175 or 375 hours in total). See below for a &lt;a href="#suggested-proposal-template">suggested template&lt;/a>.&lt;/li>
&lt;li>Well defined tasks and their objectives, list of deliverables&lt;/li>
&lt;li>Note: any committments that could impact the amount of time you can spend on the project.&lt;/li>
&lt;li>Submit via the &lt;a href="https://summerofcode.withgoogle.com/" target="_blank" rel="noopener">GSoC portal&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Mentors will provide a ranked list of proposals to Org Admins. Results are made public in &lt;strong>early May&lt;/strong>.&lt;/li>
&lt;/ol>
&lt;div class="alert alert-note">
&lt;div>
&lt;p>IMPORTANT REQUIREMENT FOR ALL ACCEPTED PROPOSALS&lt;/p>
&lt;p>Summer contributors will be required to provide short bi-weekly status updates. These will help the mentors and the Org Admins see that your project is on track. They are also meant to provide a basis for blog posts to be completed by the contributors and highlighted by the organization admins.&lt;/p>
&lt;p>Mentors and Org Admins expect summer contributors to act professionally and respect the mentor&amp;rsquo;s time and efforts. As with any professional setting, it is the responsibility of the contributor/student to inform their mentor if they will be taking any vacations or if they have any other obligation that conflicts with the proposed workplan. Not informing the mentor of these conflicts can result in removal from the program.&lt;/p>
&lt;p>Contributors will be expected to attend all-hands and other group meetings throughout the program. These meetings will be via zoom and held at various times of day to allow participation for a wide range of time zones.&lt;/p>
&lt;/div>
&lt;/div>
&lt;p>Do not hesitate to contact &lt;a href="ospo-info-group@ucsc.edu">Org Admins&lt;/a> for further questions.&lt;/p>
&lt;h2 id="suggested-proposal-template">Suggested proposal template&lt;/h2>
&lt;div class="alert alert-note">
&lt;div>
In your proposal, be specific and make sure your mentor can see evidence that you will be able to succeed at your project.
&lt;/div>
&lt;/div>
&lt;ol>
&lt;li>Proposal title - Should give an indication of what your proposal is expecting to accomplish&lt;/li>
&lt;li>Name of project mentor(s)&lt;/li>
&lt;li>Contributor&amp;rsquo;s full name&lt;/li>
&lt;li>Slack and github handles&lt;/li>
&lt;li>Introduction
&lt;ul>
&lt;li>Define the problem you are trying to solve&lt;/li>
&lt;li>Provide background about the current state of the problem&lt;/li>
&lt;li>Descrbe you solution&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Project goals
&lt;ul>
&lt;li>Project objectives: What do you expect to get from this project? How will the community benefit?&lt;/li>
&lt;li>Expected deliverables: What do you think the results will be from this proposal?&lt;/li>
&lt;li>Future work based on project (if applicable)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Implementation plan
&lt;ul>
&lt;li>Project methodology: How will you work to meet your objectives? How will you interact with the mentor and other members of the relevant open source community?&lt;/li>
&lt;li>Describe the project&amp;rsquo;s technical elements&lt;/li>
&lt;li>Describe any challenges and proposed solutions&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Project timeline
&lt;ul>
&lt;li>Project plan and deliverables schedule.&lt;/li>
&lt;li>Total number of hours expected to need for project and number of weeks to complete.&lt;/li>
&lt;li>IMPORTANT &amp;ndash; the timeline must specify any time conflicts that you anticipate during the program (ie conflicts due to travel, school, other activities.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>Biographical information
&lt;ul>
&lt;li>Relevant experience and educational background&lt;/li>
&lt;li>Technical interests and strengths&lt;/li>
&lt;li>Contact information:
&lt;ul>
&lt;li>Required: your full name, email address, current affiliation (for instance, which school are you currently attending);&lt;/li>
&lt;li>Required: Timezone you will reside in during program;&lt;/li>
&lt;li>Optional: relevant blog or website URL; Linkedin profile; other social media links.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ol></description></item></channel></rss>