2024 Research Projects

Research projects will be added to this SIP 2024 research projects page weekly through the month of May.

Total Projects Posted: 77

Anthropology

ANT-01: Eating Insects in Silicon Valley: Cultural Gaps Between Food-Tech and Tradition

Primary mentor: Azri Amram

Location: UCSC Main Campus

Number of interns: 3

Project description: The consumption of insects by humans (entomophagy) presents a unique intersection of traditional cultural practices and future sustainable food technology. As global demand for protein continues to grow, the potential of insects as a nutritious, environmentally friendly, and efficient protein source is undeniable. However, widespread acceptance and adoption of insect-based foods in Western cultures face significant cultural barriers, despite their common use in various parts of the world. This preliminary research project aims to explore the social and cultural dimensions of insect consumption in the Bay area by analyzing two distinct yet interconnected perspectives: the traditional practices among immigrants from eating insect cultures and the contemporary discourse within the food-tech sector promoting insects as a future and sustainable protein source.

Tasks: Interviews and Fieldwork: assist the mentor with the core research activities, including finding relevant interviewers, scheduling interviews, obtaining necessary permits or permissions, and coordinating with local contacts or communities.

Data Collection: Help the mentor in collecting primary data through online resources and archival research.

Literature Review: Assist in conducting literature searches and reviews related to the project’s focus.

Transcription: Transcribe recorded interviews or other qualitative data, ensuring accuracy and consistency in transcriptions.

Data Analysis: Assist the mentor in organizing and analyzing qualitative data

Administrative Tasks: Assist with administrative tasks related to the project, such as organizing meetings and maintaining project documentation.

Required skills for interns prior to acceptance: None

Applied Artificial Intelligence

AAI-01: Artificial Intelligence in Self-Driving Cars

Primary mentor: Majid Moghadam

UCSC faculty contact: Prof. Gabriel Elkaim

Location: UCSC Main Campus

Number of interns: 4

Project description: Self-driving cars use a stack of multiple sensors to observe the environment and make decisions. Artificial intelligence algorithms in recent years have helped these vehicles to improve their intelligence significantly. In this research project, the SIP interns will learn how self-driving cars see, think, and take actions using AI algorithms. The interns will involve in Python programming tasks to build rule-based and AI agents that drive cars in simulation.

Tasks: The SIP interns will:

1) Learn about how self-driving cars observe, make decisions, and take actions; 2) Learn about the basics of Machine Learning and Deep Reinforcement Learning algorithms; 3) Conduct research about the most common AI algorithms used in self-driving cars and present to the class; 4) Solve the assigned coding challenges in Python and present to the class; 5) Learn how to use a autonomous driving simulation; 6) Create rule-based lane-changing agents using Python in the simulation; 7) Train AI agents and compare
with rule-based models; 8) Present the results to the class.

The interns will need access to a laptop for this research project. Higher resource configuration helps faster AI training, but it’s not required.

The Interns need to know the basics of Python programming.

Required skills for interns prior to acceptance: None, computer programming

URL: https://scholar.google.com/citations?user=2U-z5IAAAAAJ&hl=en&authuser=1


AAI-02: Model Compression

Primary mentor: Sathyaprakash Narayanan

UCSC faculty contact: Prof. Jason K. Eshraghian

Location: UCSC Main Campus

Number of interns: 3

Project description: The overall proposal is to make Neural Network models faster, efficient in terms of energy, memory and computation.

In order to achieve this, we will have to introduce a few changes to the existing snnTorch models.

Prune the Spiking pre-trained model and make it less expensive by all means
Leverage on the unpruned structure of the model and make the model sparse efficient
Once we have a sparse model that is performing as close as the original dense model
Inputs are also sparsified to make an end-to-end sparse model
Sparsify the whole operation such that the FLOPs leverage the sparsity of the Spiking Neural Networks
Make a Comparison Metric to showcase the prowess
4. Package the whole setup into a package if possible (Future Milestone)

Tasks: Learn about Neural Networks, Make the sconce model better

Required skills for interns prior to acceptance: None

URL: https://sconce.readthedocs.io/en/latest/


AAI-03: Autoencoders in Space Optical Communications

Primary mentor: Abdulaziz Alatawi

UCSC faculty contact: Prof. Zouheir Rezki

Location: UCSC Main Campus

Number of interns: 3

Project description: Autoencoders are neural networks that can learn a compressed representation of the input data, called the latent code, through unsupervised learning. This code is a summary or compression of the input that can be used for a variety of tasks, such as image generation, anomaly detection, and dimensionality reduction. This research project focuses on autoencoders. The SIP interns will use Python libraries like PyTorch and TensorFlow to study research papers and reproduce results. This will help the interns gain practical experience in implementing end-to-end performance systems in wireless communication systems and understand other applications of autoencoders. Additionally, the interns will receive a good introduction to the Python programming language and space optical wireless communications. The SIP interns will periodically present their progress to ensure a good learning process.

Tasks:

To start, the SIP interns will receive a specific schedule for the first two weeks to learn Python programming. The coursework will entail completing exercises, watching videos, and receiving a comprehensive introduction to wireless communications. Additionally, the interns will be asked to submit daily progress reports on their assigned tasks. The interns will also be required to read the mentors’ published GLOBECOM paper to understand the system model right from the beginning.

Starting in week #3, the SIP interns will be taught how to implement autoencoders in wireless communications and create plots for (Bit Error Rate) BER results and constellation diagrams presented in the GLOBECOM paper. Through reading technical papers, the interns will focus on improving the published research work by introducing security constraints and improving BER results compared to state-of-the-art models. In addition, the interns will explore different fading channel scenarios and develop a system that can function effectively not only in specific channel conditions but also in various channel scenarios. Additionally, it would be valuable to compare the proposed autoencoder solutions for various channel conditions with the federated learning approach.

Required skills for interns prior to acceptance: Computer Programming

URL: https://sites.google.com/view/zouheir-rezki-lab/home/


AAI-04: LLM-Coordination: Developing Coordination Agents with Large Language Models

Primary mentor: Saaket Agashe

UCSC faculty contact: Prof. Xin Eric Wang

Location: UCSC Main Campus

Number of interns: 3

Project description: Large Language Models (LLMs) are revolutionizing the way we think about AI’s capabilities. They are no longer limited to language processing applications but have found uses in real-world decision-making problems that require extensive reasoning and planning abilities, such as Robotics, Code Generation, and Gaming. The LLM-Coordination project invites interns to delve into the expanding realm of LLM applications, particularly focusing on multi-agent coordination and cooperation—a key component in our everyday interactions and a critical area for advancing AI utility.

This project presents a unique opportunity for those interested in the intersection of AI and collaborative systems. Interns will explore how these powerful models can be optimized to work alongside humans and other AI agents, enhancing safety and productivity across various domains. By participating in this initiative, interns will not only contribute to cutting-edge research but also develop practical skills in AI development and application.

Tasks:

  1. Learning the Fundamentals: Begin with a comprehensive overview of LLMs—understanding their architecture, how they are trained, and their broad range of applications.
  2. Practical Application and Development: Move from theory to practice by designing and programming LLM agents. These agents will be tested in simulated environments where the focus will be on fostering effective collaboration among multiple agents. (Present your work to)
  3. Innovative Scenario Design: Take on the challenge of developing new game-like scenarios that will serve as test beds for assessing the adaptability and effectiveness of LLM agents in varied and unpredictable conditions. (Present and Discuss your work)
  4. Critical Analysis and Problem Solving: Evaluate the performance of LLM agents, identifying any limitations or challenges encountered in multi-agent settings. Interns will use their insights to propose novel solutions and improvements, pushing the boundaries of what AI can achieve.

Required skills for interns prior to acceptance: Computer Programming


AAI-05: UNet and GANs in Medical Images

Primary mentor: Nahid Nasiri

UCSC faculty contact: Prof. Gabriel Elkaim

Location: UCSC Main Campus

Number of interns: 3

Project description: UNet is a convolutional neural network architecture that expanded with few changes in the CNN architecture. It was invented to deal with biomedical images where the target is not only to classify whether there is an infection or not but also to identify the area of infection. On the other hand, medical images suffer from lack of enough images for deep learning purposes. To compensate this problem, we will study Generative Adversarial Networks (GANs) which is one of the vital efficient methods for generating a massive, high-quality artificial picture. GANs is a class of generative models that was introduced by Goodfellow et al. It is one of the most-cited papers in computer science (nearly 26000 at the time of writing of this proposal), which proves this method’s popularity and importance in the machine learning and deep learning fields. Yann LeCun, who is a pioneer in the modern revolution in deep neural networks, declared GANs as “the most interesting idea in the last 10 years in machine learning.” For diagnosing particular diseases in a medical image, a general problem is that it is expensive, usage of high radiation dosage, and time-consuming to collect data. Hence GAN is a deep learning method that has been developed for the image to image translation, i.e. from low-resolution to high-resolution image, for example generating Magnetic resonance image (MRI) from computed tomography image (CT).

Tasks: The SIP interns’ tasks will include: (1) Python programming every week; (2) machine learning frameworks such as TensorFlow and Keras; (3) data collection and augmentation; (4) the most advanced topics in deep learning — i.e., UNet and GANs; (5) critical reading of research papers; and (6) being familiar with machine learning for medical purposes.

Required skills for interns prior to acceptance: Computer Programming


AAI-06: Exploring Bias in AI-generated Content

Primary mentor: Dhanishtha Patil

UCSC faculty contact: Prof. Leilani Gilpin

Location: UCSC Main Campus

Number of interns: 4

Project description: This research project investigates bias in AI-generated images, focusing on how AI reacts to different demographic traits specified in prompts, such as race, gender, age, or cultural representation (Eg. GPT-4 might generate images of men in leadership roles, such as male executives while depicting women in more supportive or domestic roles, such as female secretaries or homemakers, even if the prompts do not specify gender roles.) The study aims to detect and analyze patterns of bias by inputting varied descriptions, prompt engineering and observing how the Gen AI models like GPT-4 generates or modifies images in response to requested edits. The goal is to understand these biases’ implications and inform the development of more equitable AI systems. Findings from this project will contribute to improving fairness in AI technologies, ensuring they serve all communities effectively.

Tasks:

  1. Understand how AI models generate images based on text prompts.
  2. Study the impacts of biased data on AI outputs.
  3. Gain hands-on experience with Python programming and its libraries.
  4. Create and manage diverse datasets for AI training.
  5. Experiment with different data to analyze bias.
  6. Visualize and analyze data for different biases

Required skills for interns prior to acceptance: None

Art, Culture, and STEM

ACS-01: Computational Narrative Cinema

Primary mentor: Allen Riley

UCSC faculty contact: Prof. Soraya Murray

Location: UCSC Main Campus

Number of interns: 3

Project description: This research project will be a good fit for SIP/TSIP interns who are interested in art and technology. During the summer, the interns will work together in a studio setting and learn how to use tools such as large language models, natural language processing, computer-controlled cameras and video mixers, and command-line video editing to create videos with a narrative storyline. The SIP mentor and interns will explore a science fiction premise that presents a fantastical reimagining of the history and future of communication technology, and will research and adapt methods from conceptual art, Fluxus, and social practice art. By doing so, the research group will examine how art can be used as a means of social critique and collaboration.

Tasks: The SIP/TSIP interns will develop skills in media production, collaboration, and critical thinking by reflecting on these representations of technology and engaging in collaborative, computationally-assisted video production. The research project will emphasize the importance of technical skills and imaginative narrative storytelling, as well as the role of activity design and participation derived from contemporary art practices. Interns will need to have full administrative access to their laptops. Interns will need to install and use VS Code to access and interact with a project server.

Required skills for interns prior to acceptance: None

URL: https://www.allen-riley.com


ACS-02: Visual Storytelling Through Archives, Research, and Design

Primary mentor: Saul Villegas

UCSC faculty contact: Prof. Jennifer Parker

Location: UCSC Main Campus

Number of interns: 15

Project description: This research project is designed to provide students with an in-depth look at the environmental issues facing California’s Central Valley. Through the use of digital tools, the SIP interns will explore the scientific, artistic, and cultural aspects of the region’s unique environment. The interns will learn about the area’s natural resources, the impact of human activity, and the current efforts to protect and conserve these resources. The project will incorporate research and digital world-building to give the interns an up-close look at the region’s unique flora and fauna. Additionally, the interns will learn the basics of digital media production to create their own projects that address a unique approach to creative research processes. Through this research project, the SIP interns will develop an appreciation for the environment and its role in the lives of all living organisms. At the conclusion of the research project, the interns will produce a final exhibition of their works, providing an interactive platform to engage with the Central Valley’s ecology. Students will have the opportunity to include research appropriate for their geographic area with an emphasis of environmental issues.

Tasks: The SIP interns will develop research assets such as speculative design and learn to create digital assets for virtual 3D world-building to be viewed on a computer browser, phone, or tablet. Speculative design, sometimes called critical design or design fiction, asks us to zoom out beyond user-centered design and ask what the effects of our designs could be on future societies. Outcomes from this research will be published as a virtual exhibition through the OpenLab Collaborative Research Center. Creating a virtual hub on Mozilla Spoke will allow for active participation in exhibiting their research for a diverse community while investigating virtual spaces that reimagine the cultivation practices as both sustainable and not sustainable. Students will use their phone devices to capture the environment through photography and video processes.

Required skills for interns prior to acceptance: None

URL: https://www.modernobysaulvillegas.com/projects


ACS-03: Gender, Cyberspace, and Art Practice

Primary mentor: Jingtian Zong

UCSC faculty contact: Prof. Jennifer Parker

Location: UCSC Main Campus

Number of interns: 5

Project description: The research project focuses on the entanglements between gender and cyberspace since the 1950s and examines genderless techno-utopias in theories and artworks. Taking Cyberfeminism(s) as an anchor point, interns will critically engage with a set of shared research questions: Could we escape gender in cyberspace? How do gender expressions and the Internet shape each other? How does contemporary technology fulfill or fail feminist and queer dreams? Through readings, discussions, art critique, collaborations and hands-on making, the project will introduce interns to key concepts at the crossroads of gender, technology, and media art and help them develop a unique artistic voice in these topics.

Tasks: The SIP interns will: (1) engage with existing artworks and critical theories of gender and cyberspace; (2) develop skills in one or multiple digital mediums of their interest, such as web art, audiovisuals, generative AI, game, and physical computing; (3) develop an independent or collaborative artistic research and/or digital art project in their chosen socio-cultural context – topics include but are not limited to cyberfeminism, online representations, queer performativity, digital activism, algorithmic bias, and technological surveillance; and (4) build a collective archive and/or a platform that documents the research process and outcomes.

Required skills for interns prior to acceptance: None

URL: https://openlabresearch.com/

Astronomy and Astrophysics

AST-01: Identification of Faint Quasars via Spectroscopy of Distant Milky Way Halo RR Lyrae Candidates

Primary mentor: Prof. Raja GuhaThakurta

Secondary mentor: Yuting Feng

Location: UCSC Main Campus

Number of interns: 3

Project description: RR Lyrae, a class of pulsating stars that exhibit a characteristic pattern of periodic brightness variations, are important tracers of the structure, substructure, dynamics, chemical enrichment, and accretion history of the stellar halo of our Milky Way (MW) galaxy. The mentor’s research group has used the Next Generation Virgo Cluster Survey (NGVS) time-domain photometry data set to identify some of the most distant RR Lyrae candidates in the MW halo and some of the most robust/promising RR Lyrae candidates at these large distances. Other recent time-domain photometric surveys such as Pan-STARRS-1 (PS1), Dark Energy Survey (DES), and High-cadence Transient Survey (HiTS) have also identified distant MW halo RR Lyrae candidates. At faint apparent magnitudes however (i.e., for RR Lyrae samples at large distances), background quasars are a significant source of contamination, given the relatively sparse cadence of these time-domain photometric surveys. The mentor’s research group has obtained spectra of distant MW halo RR Lyrae candidates using the ESI instrument on the Keck II 10-meter telescope on Maunakea on the Big Island. This research project will involve the application of novel data analysis techniques to these Keck ESI spectra in order to identify background quasars.

Tasks: The SIP/TSIP/CSIP interns research tasks will include the following: (1) using the best-fit pulsational parameters of each RR Lyrae candidate to predict its g’-band brightness at the time of the spectroscopic measurement; (2) measuring the spectral continuum level of the Keck ESI spectrum of each RR Lyrae candidate within the g’ band and using it to derive a spectrum based g’ apparent magnitude on an arbitrary instrumental magnitude system; and (3) comparing these two measures of the g’ magnitude for each RR Lyrae candidate in our Keck ESI spectroscopic sample to identify outliers with respect to the 1:1 line defined by true RR Lyrae.

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory


AST-02: Distant Milky Way Halo RR Lyrae Candidates in the Subaru HyperSupremeCam Database

Primary mentor: Yuting Feng

UCSC faculty contact: Prof. Raja GuhaThakurta

Location: UCSC Main Campus

Number of interns: 3

Project description: RR Lyrae stars are pulsating variables known for their distinctive patterns of periodic brightness fluctuations. These stars serve as crucial tools for tracing the multi-dimensional structure and accretion history of the Milky Way’s stellar halo. The mentor’s research group has leveraged the Next Generation Virgo Cluster Survey (NGVS) time-domain photometry dataset, despite its relatively few observing epochs, to identify some of the most distant RR Lyrae candidates within the Milky Way’s halo. Interestingly, several of these candidates also appear in the Subaru Hyper Supreme Cam (HSC) survey, and their densely sampled light curves within the HSC database offer us a great opportunity to significantly enhance the identification and characterization of these variable stars. This research project is set to employ advanced astronomical data processing methods on raw Subaru HSC images. The goal is to develop a comprehensive photometry system and analyze the time-domain characteristics of distant RR Lyrae stars.

Tasks: The interns’ research tasks include the following: (1) crossmatching and locating NGVS RR Lyrae candidates in HSC images; (2) using python tools to measure the apparent brightness of these variable candidates, together with nearby bright stars; (3) building up a instrumental time-series photometric system with the bright star measurements; (4) use machine-learning techiniques to analyse the pulsating features of RR Lyrae candidates.

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory


AST-03: Keck DEIMOS Coadded SBF Spectroscopy of M81 Dwarf Satellite Galaxies

Primary mentor: Shreyanshi Garg

UCSC faculty contact: Prof. Raja GuhaThakurta

Secondary mentor: Aparajito Bhattacharya

Location: UCSC Main Campus

Number of interns: 3

Project description: The Local Volume of galaxies is an excellent laboratory for the study of galaxy formation and evolution. Messier 81 (M81) is a Milky Way analog in the Local Volume. The Hubble Space Telescope has been used to study the resolved stellar population of low surface brightness dwarf satellite galaxies of M81. At the distance of 3.6 Mpc, individual red giant branch stars are too faint for spectroscopy with even the world’s most powerful telescopes and spectrographs. The mentor’s research group has developed a technique that involves spectroscopy of positive surface brightness fluctuations (“hot spots”) — i.e., partially resolved stellar population — in low surface brightness dwarf galaxies in the Local Volume. In this research project, this coadded SBF spectroscopy technique will be applied to three M81 dwarf satellite galaxies for the first time.

Tasks: The SIP interns tasks will include the following for each M81 dwarf satellite galaxy:
(1) Color-magnitude diagram analysis of Hubble Space Telescope photometry of the resolved stellar population;
(2) Coaddition of Keck DEIMOS spectra of SBF hot spots; and
(3) Measurement of line-of-sight velocity and Ca II triplet based metallicity.
Time permitting, a comparative analysis will be carried out of the properties of these M81 dwarf satellite galaxies and other known dwarf satellite galaxies in the Local Volume.

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory


AST-04: Exploring the Kinematics and Substructure of M31 and M32: A Comparative Analysis of SPLASH and DESI Surveys

Primary mentor: Aaditya Bhattacharya (Juniata Coll.)

UCSC faculty contact: Prof. Raja GuhaThakurta

Secondary mentor: Rohit Raj

Location: UCSC Main Campus

Number of interns: 3

Project description: The Andromeda galaxy (M31) and its satellite galaxy M32 are two of the closest and most studied galaxies in the sky. However, there is still much we don’t know about their formation and evolution. This research project offers a unique opportunity to compare two cutting-edge astronomical surveys: the SPLASH and DESI surveys of M31 and M32. By comparing the kinematics and substructure of these galaxies as measured by these two surveys, the mentor and SIP/TSIP interns will gain insights into the history of these two galaxies, their merger and accretion events, and the distribution of dark matter in their halos. This research project is ideal for SIP/TSIP interns who are interested in galaxy formation and evolution, spectroscopic techniques, and data analysis. The interns will work with real data and learn how to manipulate, analyze, and interpret large datasets, while contributing to our understanding of the Universe.

Tasks: The SIP/TSIP interns on this research project will carry out the following data analysis tasks: (1) use existing source photometry and astrometry catalogs derived from PHAT and PHAST survey Hubble Space Telescope images asking with the ground based seeing FWHM to determine the fractional contribution of each star to each Keck/DEIMOS slit in the SPLASH survey and each DESI fiber; (2) compare the predicted (HST) vs. observed (SPLASH and DESI) spectral continuum strength; and (3) compare the SPLASH and DESI spectra.

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory


AST-05: The Kinematics, Physical Conditions, and Chemical Abundances of Ionized Gas in the Andromeda Galaxy (M31) and a Comparison to the Triangulum Galaxy (M33)

Primary mentor: Aparajito Bhattacharya (St. Xavier’s Coll.)

UCSC faculty contact: Prof. Raja GuhaThakurta

Location: UCSC Main Campus

Number of interns: 3

Project description: The space between stars within galaxies is filled with interstellar medium (ISM), a cocktail of various gases and cosmic dust. In the vicinity of massive stars, and in star-forming regions, these gases get ionized and give off characteristic ISM spectral emission lines. The Andromeda galaxy (M31) and the Triangulum galaxy (M33) are spiral galaxies in the Local Group with active star forming regions. They provide an excellent opportunity to study the dynamical properties, physical conditions (e.g., density, temperature), and chemical composition of the ISM, through emission lines.

Tasks: The SIP interns will use data from the DEIMOS spectrograph of the Keck II 10-m telescope collected by the mentoring team as part of the Spectroscopic and Photometric Landscape of Andromeda’s Stellar Halo (SPLASH) survey and the Triangulum Extended (TREX) survey. The kinematics of the ionized gases due to rotational dynamics of the galactic disk, and any deviation from it, will be measured using the Doppler shift of ISM emission lines. The SIP interns will also study the chemical abundances of various components of ISM, and look for rare emission lines In the Keck spectra (RELIKS). The interns will develop and refine the necessary algorithms for these tasks.

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory


AST-06: Hubble Space Telescope, Keck Adaptive Optics Imaging, and Keck Spectroscopy of Variable Stars in Andromeda Star Clusters

Primary mentor: Steven Umbarger (UC Merced)

UCSC faculty contact: Prof. Raja GuhaThakurta

Location: UCSC Main Campus

Number of interns: 6

Project description: The Andromeda galaxy (M31), a galaxy similar to our own, is rich with star formation in globular and open clusters. Due to the vast amount of data on these star clusters, this project has three main focuses: processing raw adaptive optics images, comparative analysis of Keck adaptive optic images and Hubble images and visualization of data products and results. The mentor’s goal is to formulate a joint analysis between Hubble images and Keck adaptive optics images along with visualizing the data in both 2D plots using python code and the creation of 3D models.

Tasks: The SIP interns will be working on one of the following tasks:
(1) Process raw adaptive optic images from Keck.
(2) Make a comparative analysis of Keck adaptive optic images and Hubble images. Interns will be looking at both Keck spectroscopy and Hubble data to get an analysis
(3) Work on presentation of high level data products working in two parts. (3a) Creating a webpage of plots created using python code
(3b) Creation of 3D models

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory


AST-07: Investigating Rare and Unusual Stars in M31 and M33

Primary mentor: Rohit Raj (Juniata Coll.)

UCSC faculty contact: Prof. Raja Guha Thakurta

Secondary mentors: Olivia Gaunt (Tufts U.), Aparajito Bhattacharya (St. Xavier’s U.)

Location: UCSC Main Campus

Number of interns: 3

Project description: M31 (the Andromeda Galaxy) and M33 (the Triangulum Galaxy) are two prominent members of the Local Group of galaxies, offering a unique opportunity to study a diverse range of stellar populations. This research project aims to investigate rare and unusual stars within these galaxies through spectroscopic analysis. Specifically, the project will focus on identifying Wolf-Rayet stars in M33, luminous blue stars with broad H-alpha emission lines (Be stars) in M31/M33, and symbiotic stars (SySts) in M31.

The properties of Wolf-Rayet stars in M33 in a lower-metal environment can challenge current models, revealing crucial details about the pre-supernova phase of massive stars.

Studying the behavior of Be stars in M31/M33 offers insights into the evolutionary pathways of massive stars and the formation of these remarkable objects.

Comparing previously identified symbiotic stars with those found in Keck data can reveal new insights into the behavior of stars and their evolution within binary systems.

Tasks: The SIP/TSIP/CSIP interns research tasks will include the following: (1) spectral analysis techniques to identify the unique signatures of our target stars. (2) Analyze spectral features to determine the properties and evolutionary status of the identified rare/unusual stars. (3) Conduct statistical analysis for comparative studies to gain insights into the behavior and evolution of these stellar populations.

Required skills for interns prior to acceptance: None

URL: https://app.ubinum.com/lab/raja-uco-lick-observatory

Biomolecular Engineering

BME-01: Exploring Hydrogels: A Journey into Bioelectronics

Primary mentor: Niloofar Asefi

UCSC faculty contact: Prof. Marco Rolandi

Secondary mentor: Dr. Narges Asefifeyzabadi

Location: UCSC Main Campus

Number of interns: 3

Project description: Exploring hydrogels unveils their transformative potential in healthcare and bioelectronics, an area ripe for innovation. These materials, characterized by their flexibility and high water content, closely mimic the properties of biological tissues, making them ideal for integration with human systems. Hydrogels are paving the way for advancements in stretchable electronics, capable of conforming to the body’s contours as seamlessly as a second skin, and sophisticated sensors for real-time health monitoring. The applications extend to healing enhancements, where bioelectronic devices expedite recovery, and to diagnostic tools that offer unprecedented precision in health assessment. For interns embarking on a career in biomedical engineering or related fields, understanding the role and capabilities of hydrogels could be crucial. The exploration of hydrogels not only offers insights into their current applications but also encourages innovative thinking about their future possibilities in medicine and technology, highlighting the potential for groundbreaking developments in healthcare solutions.

Tasks: Tasks delving into the intersection of healthcare and bioelectronics, understanding these challenges is pivotal. They will learn the importance of developing robust fabrication processes and improving hydrogel properties to enhance device integration. This knowledge not only underscores the potential health applications of hydrogels, from advanced wound healing mechanisms to precise health monitoring bioelectronic devices, but also highlights the critical areas of research needed to overcome existing limitations. Engaging with these challenges, interns are poised to contribute to innovative solutions that bridge biology and electronics more effectively, opening up a spectrum of possibilities for future healthcare technologies.

Required skills for interns prior to acceptance: None


Chemistry and Biochemistry

CHE-01: Designing Porous Materials for Carbon Capture

Primary mentor: Nathan Delaney

UCSC faculty contact: Prof. Yat Li

Location: UCSC Main Campus

Number of interns: 3

Project description: Carbon Dioxide and methane atmospheric concentrations are rapidly rising, warming the planet. Capturing Carbon Dioxide and Methane from exhaust sources before it enters the atmosphere will help to reduce the carbon concentration in the atmosphere and global warming. Porous materials that can not only capture Carbon Dioxide and Methane, but separate them from other components of exhaust gasses are needed to reduce carbon emissions. Interns will: help synthesize samples for carbon capture, test the uptake of samples, and 3D print components for experimental set ups.

Tasks: The SIP interns will: (1) Read literature to review the challenges and opportunities of using porous materials for carbon capture. (2) Design a porous material for carbon capture. (3) Test the methane and carbon dioxide uptake capabilities of the material. (4) Fabricate and 3D print experimental apparatus to test the materials.

Required skills for interns prior to acceptance: None

URL: https://li.chemistry.ucsc.edu/


CHE-02: Designing High-Energy-Density Rechargeable Zinc Batteries

Primary mentor: Xinzhe Xue

UCSC faculty contact: Prof. Yat Li

Location: UCSC Main Campus

Number of interns: 3

Project description: Aqueous zinc batteries (AZBs) are considered to be one of the most attractive candidates for the new generation of energy storage, due to their high capacity and safety. To date, different kinds of cathode materials, electrolytes, and structurally engineered electrodes have been exploited to achieve higher energy density. It is critical to review the state-of-the-art AZB systems, identify the fundamental questions that limit the device’s performance, and design materials to tackle these scientific and technological challenges.

Tasks: Interns will:

(1) Read the scientific literature to review the challenges and opportunities of aqueous zinc batteries, and understand the mechanisms and design principles of high energy density AZBs.
(2) Learn to design and prepare electrode materials and electrolytes for AZBs.
(2) Learn to design experiments, conduct electrochemical tests and cell assembly.
(4) Learn the data analysis/processing after getting the testing data and data interpretation.

Required skills for interns prior to acceptance: None

URL: https://li.chemistry.ucsc.edu/


CHE-03:  Structural-Engineered Electrodes for Alkaline Water Splitting

Primary mentor: Qiu Ren

UCSC faculty contact: Prof. Yat Li

Location: UCSC Main Campus

Number of interns: 3

Project description: Alkaline water splitting (AWS) stands as a promising technology for hydrogen production. To achieve industrial-scale hydrogen generation, AWS needs to be operated at a high current density. However, the excessive formation of gas bubbles on catalytic electrodes restricts the maximum current density, thus impacting AWS efficiency. This project aims to address this challenge by constructing architected electrodes that facilitate bubble generation, detachment, and release, along with ion diffusion during high-rate AWS. The project involves designing and fabricating novel catalytic materials, conducting electrochemical measurements, and analyzing data. Students will acquire fundamental knowledge in electrochemistry and catalysis, while also engaging in the design and synthesis of new catalytic electrodes, utilizing electrochemical workstations for data collection and processing.

Tasks:

  1. Conduct literature reviews to understand the challenges and opportunities of AWS in hydrogen production, the significance of addressing bubble-related issues, understanding ion diffusion, and acquiring basic knowledge in electrocatalysis.
  2. Design and synthesize catalytic electrode aimed at enhancing bubble generation, detachment, and release, while also facilitating ion diffusion within the AWS system.
  3. Fabricate and evaluate of the designed electrodes, ensuring thorough testing to validate their effectiveness.
  4. Perform structural characterization and analyze electrochemical data collected from experiments.

Required skills for interns prior to acceptance: Lab work

URL: https://li.chemistry.ucsc.edu/


CHE-04: Efficient Electrocatalysts for Hydrogen Evolution Reaction

Primary mentor: Bingzhe Yu

UCSC faculty contact: Shaowei Chen

Location: UCSC Main Campus

Number of interns: 3

Project description: With the expanding global population and rapid industrialization, energy crisis has emerged as a significant concern in the twenty-first century. To mitigate this pressing issue, researchers are going to develop renewable and sustainable energy sources. Hydrogen energy, deemed as “fuel of the future” stands out as one of the most promising green energy sources. However, the limitations such as energy-intensive production, costly storage and transportation are waited to be addressed. Electrolysis of water can be a solution driven by using renewable energy such as solar or wind power Hydrogen evolution reaction, as a half reaction of water splitting, requires appropriate catalysts to improve its sluggish electron-transfer kinetics. In this project, we are about to develop novel and cheap catalysts for hydrogen evolution reaction.

Tasks:

  1. understand the basic principles of hydrogen evolution reaction
  2. learn and assist mentor for the preparation of the catalysts
  3. master simple skills of electrochemical measurements

Required skills for interns prior to acceptance:  None

URL: https://chen.chemistry.ucsc.edu/


CHE-05: Transition Metal Dichalcogenides (TMDs) for Electrocatalysis

Primary mentor: Tianchen Cui

UCSC faculty contact: Prof. Shaowei Chen

Location: UCSC Main Campus

Number of interns: 3

Project description: With the ever-increasing need of energy and the rapid depletion of traditional fossil fuels, hydrogen gas (H2) has been considered as one of the most promising green energy resources. Due to the efficient and stable properties, noble metal materials such as Pt, Ru, and Ir are used for electrocatalytic hydrogen evolution reaction (HER). But noble metal catalysts are expensive and scarce, which limits the large-scale industrial applications Transition Metal Dichalcogenides (TMDs) represent a diverse and intriguing class of materials that have garnered significant attention for their potential applications in electrocatalysis. Composed of transition metals (such as Mo, W, Ti, etc.) and chalcogen elements (S, Se, or Te), TMDs possess unique layered structures that facilitate efficient charge transfer and high surface area, making them ideal candidates for catalytic applications. The SIP mentor and interns will work on the synthesis, characterization and electrochemical test of TMDs.

Tasks: In this research project, the SIP interns will work on :

  • Learning of Lab safety
  • Read references
  • Learn some basic experiment skills
  • Synthesis of nanocatalysts
  • Test on electrochemical station

Required skills for interns prior to acceptance: None

URL: https://chen.chemistry.ucsc.edu/


CHE-06: Advanced Supercapacitors for Energy Storage

Primary mentor: Ella Davidi

UCSC faculty contact: Prof. Yat Li

Location: UCSC Main Campus

Number of interns: 3

Project description: 3D printing of advanced energy storage devices for developing supercapacitors utilizing carbon and oxide materials. By leveraging the conductivity and surface area of carbon alongside the pseudocapacitive properties of oxide materials, we can maximize energy storage capacity. In this research project, the SIP mentor and interns will use 3D printing techniques to print carbon and oxide materials for energy storage applications.

Tasks: 3D printing of composite electrodes
Making electrolyte solutions.
Setting up electrochemical cells.
Preforming electrochemical measurements.
Analyzing results of experiments.

Required skills for interns prior to acceptance: None


CHE-07: Nanocatalysts for Electrochemistry

Primary mentor: Dingjie Pan

UCSC faculty contact: Shaowei Chen

Location: UCSC Main Campus

Number of interns: 3

Project description: The recent hydrogen production in industry still depends on natural gas. Water constitutes 71 percent of the earth but the high energy barrier for water splitting has limited the extent of its application. The project aims to develop a cost-effective catalyst for electrochemical hydrogen evolution reaction (HER) by exploring ruthenium/copper alloy nanoparticles. The goal is to overcome the high cost and limited availability of platinum, which is currently the commercial benchmark for this reaction. The SIP interns will spend this summer to learn how to design, synthesize, and analyze new electrocatalysts for water splitting.

Tasks:

Conduct Electrochemistry Experiments: Perform electrochemical tests including linear sweep voltammetry (LSV), Tafel plots, stability tests, and electrochemical impedance spectroscopy (EIS).

Prepare Samples for Characterization: Utilize the samples for structural characterization. Prepare the samples according to the requirements of the characterization techniques, such as TEM and XPS.

Plot and Analyze Data: Organize the collected electrochemistry data into graphs and plots. Analyze the data to evaluate the electrocatalytic performance of the ruthenium/copper alloy nanoparticles. Interpret the results in comparison to the benchmarks, such as platinum catalysts. Summarize the findings and draw conclusions based on the analysis.

Required skills for interns prior to acceptance: Lab Work

URL: https://chen.chemistry.ucsc.edu/

Computational Media

CPM-01: Game Creation Tool Design

Primary mentor: Jared Pettitt

UCSC faculty contact: Prof. Nathan Altice

Location: UCSC Main Campus

Number of interns: 3

Project description: There are many different tools used to produce different kinds of video games, from casual tools like Twine, to professional tools like Unity 3D. These tools have, built into their design, certain affordances or expectations that shape what people tend to make using them. The mentor is working on research regarding game-making software, and the goal of this research project is to design and develop a prototype interface for a game creation tool, using JavaScript. If the SIP interns are interested in making games, in software engineering, or in interface design, this will be an interesting project to work on.

Tasks: Interns will use game creation tools in order to analyze their design, apply human-computer interaction ideation techniques to work out a design to implement, and finally, will use JavaScript and other web frameworks to implement the design.

Required skills for interns prior to acceptance: None


CPM-02: Interactive Dashboards as a Tool for Participatory Analytics

Primary mentor: David M. Torres-Mendoza

UCSC faculty contact: Prof. David Lee

Location: UCSC Main Campus

Number of interns: 3

Project description: This project is centered around creating data dashboards to enhance a course named CMPM 15 by using feedback collected from students. The dashboards, developed with tools like FigJam and Qualtrics, are designed to visually present the feedback in a clear and engaging way. The aim is to facilitate discussions among students and educators about how to improve the course curriculum. By focusing on an easy to follow UI and interactivity using widgets/plugins, the mentor hopes to make these discussions more interactive and engaging. This initiative not only seeks to use the insights gained from the dashboards to continually refine and advance the course experience, but also to give students more autonomy and agency in their education.

Tasks: Iterate on the design and layout of the dashboard, propose and try out new ways of visualizing data, learn how to form engaging discussion prompts, learn how to use the Figma API to develop widgets and plugins, learn basic data analysis and wrangling skills

Required skills for interns prior to acceptance: None


CPM-03: Design for Large-Scale Collaboration and Online Communities

Primary mentor: Kehua Lei

UCSC faculty contact: Prof. David Lee

Location: UCSC Main Campus – Mentor Online

Number of interns: 3

Project description: The goal of this research project is to explore novel user experience (UX) design for communication and collaboration with a large group of people. The mentor’s research group now has two research directions. The first is building an online survey platform that blends qualitative and quantitative data collection. It also allows users to collaborate and build on others’ responses. The second one is building a platform for expressing gratitude in online communities.

Tasks: There is a wide range of tasks for the SIP interns to engage in, including the following: (1) web development: HTML, CSS, Javascript, Angular web framework, and Google Firebase; (2) UX design and research: UI design in Figma, designing and conducting user surveys and interviews, analyzing qualitative data; and (3) research: scoping out a research idea – articulation of ideas, reviewing related work, etc. Prior experience is certainly a bonus, but isn’t required as the mentor will be teaching the interns all the skills they need.

Required skills for interns prior to acceptance: None

URL: https://tech4good.soe.ucsc.edu/


CPM-04: Educational Technologies and Research Ideation

Primary mentor: Dustin Palea

UCSC faculty contact: Prof. David Lee

Location: UCSC Main Campus – Mentor Online

Number of interns: 3

Project description: Over the summer we’ll be working on two potential projects. The first project asks: How might we design systems that scale experiential learning? To investigate this question, we’re working on building a crowd annotation platform called Annota. This web application introduces learners to the qualitative coding process by allowing them to make annotations on interview transcripts. Importantly, they are not only practicing their annotation skills but they are also producing valuable data that can then be used to help other learners i.e. learnersourcing. Rather than teaching only through traditional methods which can be costly and thus limited (e.g. apprenticeship learning), our hope is to provide more opportunities to learners who can instead rely on technology and their peers, especially to provide more personalized feedback. The second project, related to the first, is called Pathways. We observe that despite the vast amounts of educational materials available online, novices still struggle to navigate and effectively utilize them. The Pathways web application aims to better support learners in self-directed learning by generating personalized learning pathways based on learner preferences. Further, as learners progress through their pathways they will naturally generate valuable data (e.g. edits to the pathway, resources they found helpful, questions and answers) which we will feed back into the system to provide additional support and improved learning pathways over time for future learners (i.e. like Annota, we’re leveraging learnersourcing). This project is in its earlier stages, meaning that it’s a great opportunity to learn how researchers generate and evaluate ideas (important for those interested in potentially going to grad school and/or contributing to scientific research).

Tasks: There is a wide range of tasks for interns to engage in, including the following: 1) Web development: HTML, CSS, Javascript, Angular web framework, Google Firebase, 2) Generative AI: OpenAi APIs, GPT models, prompt engineering, vector databases for similarity search, 3) UX Design and Research: UI design in Figma, designing and conducting user surveys and interviews, analyzing qualitative data, and 4) Research: scoping out a research idea – articulation of ideas, reviewing related work, etc. Prior experience is certainly a bonus, but isn’t required as we will be teaching interns all the skills they need.

Required skills for interns prior to acceptance: None

URL: https://tech4good.soe.ucsc.edu/


CPM-05: Designing Technologies for Facilitating Youth Career Exploration and Identity Formation

Primary mentor: Hayat Malik

UCSC faculty contact: Prof. David Lee

Location: UCSC Main Campus – Mentor Online

Number of interns: 3

Project description: Starting career assessment and exploration early is critical for youth and students. To support youth in their career journey, we employ multiple methods that leverage social media and online platforms to assist youth in self reflection of their aspirations and seek out in-depth information about potential career options. We design technologies that aim to bridge the disconnect between youth with their parents and mentors and encourage them to develop their vocational identity.

Tasks: The SIP interns can partake in a variety of the following tasks:

(1) Research work — scoping out prior research work, analyzing qualitative or quantitative data, designing user studies (surveys/interviews), and designing usability/evaluation studies of certain platforms;

(2) UI design —designing user interfaces on Figma, and sketching/brainstorming possible design decisions for platforms; and

(3) Web development — developing user interfaces (HTML/CSS), and developing a platform (Angular/Firebase).

Required skills for interns prior to acceptance: None

URL: https://tech4good.soe.ucsc.edu/


CPM-06: Training the Trainers: Creating Educational Materials for Facilitators Wishing to Run EduLarp STEM Camp 

Primary mentor: James Fey

UCSC faculty contact: Prof. Katherine Isbister

Location: UCSC Main Campus

Number of interns: 3

Project description: This project involves the iteration and publication of a set of training materials meant to be used by educators to get up to speed on the skills needed to host an informal learning STEM camp called the Anywear Academy. This camp combines social wearable design and educational live action role play to increase confidence in technology and design thinking skills for middle school students. Through prior research, we’ve found that training facilitators is essential to the success of the camp and through a series of workshops we’ve identified key skill areas in need of support. As part of this project, interns will work with the with researchers to create and evaluate a set of activities and support materials for use in training these trainers. This project will be primarily done online with the option for in person workshops as needed.

Tasks: Interns will be tasked with creating video guides to support training. Converting existing training material to a more engaging and user friendly format. Evaluating educational materials with experts and iterating based on feedback.

Required skills for interns prior to acceptance: None

URL: https://sites.google.com/UCSC.edu/anywear-academy


CPM-07: AI-Based Game Design through Game AI Metaphors

Primary mentor: Kyle Gonzalez

UCSC faculty contact: Prof. Noah Wardrip-Fruin

Location: UCSC Main Campus

Number of interns: 3

Project description: Although there are a few concrete examples of AI-based game design, we do not yet have a methodology clearly showing how to do Game AI research in a way that directly leads to novel, interesting game designs. This project develops a framework for doing AI-based game design centered on creating novel metaphors which allow us to make sense of an AI technique in new ways while also being suggestive of how to engage with the materials of game design. We use a multidisciplinary approach combining technical system-building, design, and humanistic theory. By developing novel game AI metaphors, bringing those metaphors to bear in concrete game designs, and then analyzing the resultant design space, we realize an approach to Game AI research as game design research.

Tasks: With support from the mentor, interns will ideate and prototype metaphors for AI techniques, use them in an iterative game design process, and analyze the resultant design space. Interns will read research literature, learn methodology, and participate in discussion to support execution of these tasks.

Required skills for interns prior to acceptance: None

URL: https://eis.ucsc.edu/


CPM-08: Situating Non-Human Actors in Nature Based Recreational Apps

Primary mentor: Bhavani Seetharaman

UCSC faculty contact: Prof. Norman Su

Location: UCSC Main Campus

Number of interns: 3

Project description: Many nature based recreations often embrace mobile applications that aid in finding new hiking trails, ideal beaches for surfing, etc. In doing so more individuals are able to access a wider array of natural resources. However, due to this access there are large shifts in the local wildlife behaviors and the biodiversity of the region. Due to which there needs to be another model of design that enables engagement in these spaces without affecting the local wildlife population. The interns will aid the mentor in literature reviews, survey creation, data collection, data analysis, and UI/UX design approaches to build possible prototype solutions for these issues.

Tasks:

  1. Literature Review
  2. Survey Creation and Dissemination
  3. Qualitative Data Analysis
  4. UI/UX Prototyping in Figma

Required skills for interns prior to acceptance: None

URL: https://authentic.soe.ucsc.edu/


CPM-09: Designing Metaphoric Interactive Applications for Supporting Emotional Communication

Primary mentor: Chen Ji

UCSC faculty contact: Prof. Katherine Isbister

Location: UCSC Main Campus

Number of interns: 8

Project description: Metaphors have demonstrated their power in conveying nuanced meanings in emotional communication. For example, representing anger as fire, or life as a journey, etc. By translating abstract and fuzzy feelings and thoughts into something concrete, we might be able to communicate more accurately. This summer project will follow a complete design cycle: (1) Reading about the historical use of metaphors in linguistics and psychology (e.g., Metaphors We Live By); (2) Design concept: selecting metaphors to express the emotional messages they intend to convey; (3) Exploring implementation modalities: students will discover how to express metaphors through graphics, text, sound, and music; (4) Adding interaction: students will be guided to use programming to make all graphics, text, sounds, and music interactive. The Unity engine (https://unity.com/) will be used, and students can choose to have their interactive applications compiled for mobile or desktop platforms; (5) In the last week, students will present their projects in front of the class.

Tasks:

  • Concept design: we will follow the process of brainstorming session, ideations, research, concept discussion, and final concept selection.
  • Design Implementation: using figma, or Adobe design suit to implement the graphics aspects of the concept; using Logic pro X or Audacity to make the sound or music aspects of the concept.
  • C# programming: programming unity to make the graphics and sound interactive in UNITY engine.

Required skills for interns prior to acceptance: None

URL: https://setlab.soe.ucsc.edu/


CPM-10: Automated Playtesting for Video Games

Primary mentor: Jason Xu

UCSC faculty contact: Prof. Adam Smith

Location: UCSC Main Campus

Number of interns: 3

Project description: Playtesting newly designed levels is a crucial component to video game production process and important for discovering bugs in map exploration or collision detection. Machine playtesting offers various ways to enhance and optimize playtesting quality and time especially for solo developers or small studios. The Design Reasoning lab explores the usage of search algorithms and machine learning techniques in creating tools to help students or indie game developers playtest their newly created 3D levels and mechanics.

Tasks: The Mentor will work with SIP interns to use games engines such as Unity3D or Unreal 5 to design and create small 3D levels over the course of the summer, and then write a little bit of code in order to playtest their levels for design or movement bugs. Interested interns should not worry about being able to program or have made games previously, but just be interested in game design, programming or love video games. SIP interns will learn a little bit about game engine architecture and good level design, as well as some simple exploration algorithms.

Required skills for interns prior to acceptance: None/Computer Programming


CPM-11: Player Engagement and Interactions in Interactive Narrative Games

Primary mentor: Shweta K. Sisodiya

UCSC faculty contact: Prof. Elin Carstensdottir

Location: UCSC Main Campus

Number of interns: 4

Project description: This summer, we will focus on two main projects designed to enhance our understanding of player engagement and interaction within interactive storytelling games.

The first project aims to examine how the design of interactions influences player engagement and their comprehension of narratives in these games. To explore this, we will conduct a comparative study using two games developed in our lab. Our approach includes recruiting participants, executing the study, collecting data, and refining our game prototypes based on participant feedback to inform future research.

The second project seeks to delve into the ways players engage with interactive storytelling games. We will develop and distribute surveys and questionnaires to gather insights. This will involve formulating the survey content, disseminating it to participants, and then analyzing the qualitative data collected to better understand player experiences.

Tasks: There are a variety of opportunities for the SIP interns to work on this research project based on their interests and expertise. These opportunities include: (1) Work on game prototypes, using development and design tools to build and refine games based on research insights. This involves testing research hypotheses through game design.
(2) Participate in usability testing and controlled experiments, which includes setting up, conducting, and analyzing study results.
(3) Analyze qualitative data using data analysis tools, code interviews and survey responses, and employ statistical software for quantitative data assessment.
(4) Perform comparative studies of interactive narrative games, documenting design patterns, narrative structures, and player engagement techniques.
(5) Contribute to the research effort by synthesizing literature, documenting research, and creating visualizations to display findings.

Required skills for interns prior to acceptance: Computer Programming, Statistical Data Analysis

URL: https://www.interactiondynamicslab.com/


CPM-12: Social Media and Healthy Eating

Primary mentor: Ariel Wang

UCSC faculty contact: Prof. Christina Chung

Location: UCSC Main Campus

Number of interns: 3

Project description: With the growth of social media and algorithms used on the platforms, it is important to understand how people’s use of social media influences their health. In our research, we look into how people self-reflect on their healthy eating behaviors through social media use with qualitative research methods (e.g., interviews, codesign sessions, or diary studies). We will also focus on online communities formed around short-form video social media content, such as TikTok videos.

Tasks: Interns will identify eligible research participants, conduct qualitative studies to understand how teens use social media for reflection on their health, and analyze collected data. Interns will learn about human-computer interaction research methods, and learn about the designs of digital tools.

Required skills for interns prior to acceptance: None

Computer Science/Computer Engineering

CSE-01: Unveiling the Power of Generative Adversarial Networks (GANs) and Their Practical Applications

Primary mentor: Saeed Kargar

UCSC faculty contact: Prof. Faisal Nawab

Location: UCSC Main Campus

Number of interns: 4

Project description:

Generative Adversarial Networks (GANs) have emerged as a pivotal concept in the realm of machine learning and deep learning. Introduced by Goodfellow et al., GANs have garnered immense attention and acclaim, with more than 70,000 citations, highlighting their significance in the field. Revered figures like Yann LeCun have hailed GANs as one of the most compelling ideas in machine learning, owing to their ability to generate data instances that closely resemble real-world examples. By employing a dual model approach—comprising a generator and a discriminator—GANs learn to generate synthetic data indistinguishable from genuine samples. This adversarial training process, where the generator attempts to fool the discriminator and vice versa, underpins the effectiveness of GANs.

The applications of GANs span a wide array of domains, offering solutions to diverse problems. From generating cartoon characters to performing image-to-image translation, text-to-image translation, and semantic-image-to-photo translation, GANs demonstrate their versatility and utility. Other notable applications include face frontal view generation, generating new human poses, photograph editing, face aging, super resolution, video prediction, and 3D object generation, among others. These applications showcase the potential of GANs to address complex challenges and create realistic outputs across various fields.

This summer, the mentor’s research group will delve into the intricacies of GANs and their practical implementations. Interns participating in the Summer Internship Program (SIP) will gain a comprehensive understanding of GANs, learning both the theoretical foundations and practical aspects of implementation. Utilizing tools such as the Keras library, pre-trained models like the VGG19 network, and platforms like Google Colab, interns will develop proficiency in implementing GANs from scratch. Additionally, they will hone their skills in critically analyzing research papers and translating theoretical concepts into code, paving the way for innovative contributions in the field of machine learning.

Tasks: The SIP interns will gain proficiency in a range of valuable skills, including: 1. Python programming. 2. Utilizing machine learning frameworks like TensorFlow and Keras. 3. Collecting data from various online resources. 4. Mastering advanced topics in deep learning, notably Generative Adversarial Networks (GANs). 5. Enhancing their ability to critically analyze and comprehend research papers. 6. Collaborating effectively within a team-based research environment.

Required skills for interns prior to acceptance: Computer programming

URL: https://users.soe.ucsc.edu/~saeedkargar/


CSE-02: Building Intelligent Android Agents to Complete Tasks with Instruction Guidance

Primary mentor: Lei Ding

UCSC faculty contact: Prof. Yi Zhang

Location: UCSC Main Campus

Number of interns: 3

Project description: This project aims to help students build real agents on Android that can finish specific tasks with high-level instructions. These agents have the reasoning capacity to figure out steps that can be executed on Android from high-level plans and take action on devices accordingly. In our case, agents use large language models (LLMs) or multimodal vision language models (VLMs) with execution information (UI Screen and instructions, current status of execution) to do reasoning and track task progress. We will first guide students to understand the overview of this research (the state-of-the-art model and the gap between research and down-to-earth applications), then show them our current research status on the MagicWand platform (how data collecting and task execution can be finished on this platform). With a clear big picture, they will be guided to build Android agents using LLMs and VLMs. They will learn Python programming to build action prediction models to predict TODO-action using current UI screens and instructions. And they will also learn how to make those actions executable on Android. For those agents, we will guide them to evaluate them for real user cases: such as map navigation, shopping, event booking, etc. Last, I will help them summarize the current research’s cons and pros and determine the future direction for further improvements. If students have their own Android devices, they can deploy and run their agents on devices. Otherwise, we can set up their own Android emulators on the MagicWand platform.

Tasks: Interns will explore current agents solution and compare pros and cons (similar to a literature review). Interns will utilize the MagicWand platform to understand how data collecting processes look like and what a target android agent looks like (data collecting and target result). Interns will use GPT4V to build an action prediction model based on one of the synthetic datasets and help them understand how GPT4V works. Additionally, the project will inspire them to explore how to manage follow-ups if they need to build the model by themselves. Interns will summarize statuses and point out the gap between what they did and the state-of-arts.

Required skills for interns prior to acceptance: Computer programming, Statistical data analysis


CSE-03: Medical Image 3D Reconstruction using Neural Radiance Fields

Primary mentor: Utkarsh Gupta

UCSC faculty contact: Prof. Razvan Marinescu

Location: UCSC Main Campus

Number of interns: 3

Project description: This project aims to build a 3D reconstruction model for medical image datasets. 3D reconstruction has always been challenging; given a few images, the job is to create a model to generate novel views of a 3D scene. The research community has done a significant amount of work in the domain of 3D reconstruction for natural scenes using NeRF (Neural Radiance Fields). Still, the same idea has yet to be explored much in the domain of Medical Imaging. Therefore, we will build 3D models for Brain CT scans in this research project. The motivation to perform this work in the healthcare domain is that it will reduce the X-ray scan dosage for the patient. In other words, the X-ray detector in the CT scanner has to only collect rays from far lesser points because our project will apply NeRF to create novel X-ray scans. This will also reduce scanning time and support patient health in critical conditions.

Tasks:

Literature review: Thoroughly research existing work on 3D reconstruction using NeRF for natural images. Also review any similar techniques applied to medical images.
This will provide a strong foundation.
Dataset collection: Obtain datasets of medical CT scans to use for training and testing. Brain CT scans would be ideal, but any volumetric medical scans could work. Ensure there are multiple views of the same anatomy.
Preprocessing: Preprocess the datasets – this may involve steps like formatting, cleaning, annotation, normalization etc. Medical images often need careful preprocessing.
Model design: Design a NeRF architecture suitable for volumetric medical data. Refer to papers on NeRF for natural images, but modify for medical data properties.
Training: Train the NeRF model on the medical datasets in an end-to-end manner.
Evaluation: Evaluate both quantitatively and visually. Metrics like SSIM, PSNR are relevant.
Deployment: Package the trained model and create easy interfaces for medical researchers/practitioners to generate 3D reconstructions from limited scan data

Required skills for interns prior to acceptance: Computer Programming


CSE-04: PedAnalyze – Pedestrian Behavior Annotator and Ontology

Primary mentor: Golam Md Muktadir

UCSC faculty contact: Prof. Jim Whitehead

Location: UCSC Main Campus

Number of interns: 4

Project description:

Developing safer autonomous vehicles necessitates extensive testing of pedestrian behavior, particularly in atypical situations. Existing datasets lack consistent annotations, with text-based explanations and per-frame annotations causing redundancy and obscuring temporal relationships.

To address these issues, we propose PedAnalyze, a Python-based annotator that focuses on pedestrian and vehicle behavior and facilitates structured datasets with predefined tags. Our approach allows for both single-frame and multi-frame annotations, which reduces the number of repetitive tasks. In addition, we focus on curating datasets from dash-cam videos on platforms such as YouTube, capturing valuable and rare pedestrian-vehicle incidents.

We aim to create a comprehensive pedestrian behavior ontology and dataset to advance autonomous driving system research and development.

Tasks:

  1. New features to the PedAnalyze tool
  2. Tutorial development
  3. Identifying interesting pedestrian behavior on Youtube videos and develop dataset
  4. Analyze the dataset and build queries for research (stretch-goal)

Required skills for interns prior to acceptance: None

URL: https://github.com/adhocmaster/ped-behavior-annotator


CSE-05: Vision-Based Indoor Localization via Smartphone Sensors for the Blind and Visually Impaired

Primary mentor: Yunqian Cheng

UCSC faculty contact: Prof. Roberto Manduchi

Location: UCSC Main Campus

Number of interns: 3

Project description: Welcome to our summer project on Vision-Based Indoor Localization via Smartphone Sensors! This project is designed to introduce high school interns to the exciting field of computer vision, with a particular focus on indoor spatial understanding and localization. Through a combination of lectures, exercises, and participation in a real research, interns will gain a comprehensive understanding of the fundamental concepts and techniques involved in this area.

In the first module of the project, interns will learn about edge detection, projective geometry, image processing, as well as data collection and analysis. They will also gain exposure to popular tools like Python and OpenCV. The lectures will be followed by hands-on exercises that will enable interns to put their newly acquired knowledge into practice.

In the second module of the program, interns will contribute to running experiments. Which include collecting and labeling data that will be used to train machine learning algorithms for indoor localization or 3D scene understanding.

Throughout the program, interns will be encouraged to explore their interests and apply their newly acquired skills to real-world problems. In addition, interns will practice communicating and presenting their research.

By the end of the program, interns will have a deeper understanding in computer vision and will be able to apply their skills to tackle real-world challenges related to scene understanding and image analysis. They will also have developed valuable skills in problem-solving, critical thinking, and collaboration that will serve them well in their future academic and professional pursuits.

Tasks: Data collection, data cleaning, literature review, write python scripts, use existing deep learning tools, run algorithm analysis, produce research progress reports, project management

Required skills for interns prior to acceptance: Computer Programming

URL: https://583482035.wixsite.com/home


CSE-06: The Beginning of a New Era: Towards Visible Light Communication for Indoor Wireless Network Connection

Primary mentor: Firouz Vafadari

UCSC faculty contact: Prof. Katia Obraczka

Location: UCSC Main Campus

Number of interns: 3

Project description: In our era, Wi-Fi is a widely used wireless communication medium for indoor network connection and internet access. The future says different: As predicted by academia and industry, wireless fidelity (Wi-Fi) technology suffers from the limited radio frequency (RF) spectrum issue. That being said, with this massive growth in Wi-Fi-connected devices and high demand for downloading large data packets, such as AR and VR applications, Wi-Fi will no longer be able to provide a good Quality of Service (QoS). Hence, Wi-Fi technology and contention-based links, where clients need to compete to gain an RF channel and register on the network, will no longer be the answer to indoor wireless communication.

As a result, we will inevitably need to discover a different wireless medium to complement Wi-Fi while also offering benefits that make switching to the other option worthwhile. As of now, the industry introduces a new version of Wi-Fi every few years while adding a new FFC-approved RF spectrum, such as 5 GHz and 6 GHz (Wi-Fi 7), to mitigate this issue. This trend will no longer continue as free (unlicensed) RF spectrums are limited, and link interference will occur. Our solution would be to use optical wireless communication (OWC) and light fidelity (Li-Fi) to assist with Wi-Fi and address contention-based link issues. We use visible light communication (VLC), a subset of Li-Fi, as the core of our design; with this approach, we have bandwidth freedom and can send data at any frequency we desire. This means we can simultaneously send data at any frequency we wish, including 2.4GHz and 5GHz, which can potentially achieve data rates 100x faster than Wi-Fi in theory. Additionally, we won’t face many content-based link challenges.

This project aims to focus on the challenges of designing a Li-Fi system by re-building the Medium Access Control (MAC) layer and Physical Layer (PHY), employing modulation techniques that can provide a high data rate with low Signal Noise Ratio (SNR)—eventually, writing the code to send a binary packet over our testbed equipment.

Tasks: If you’re eager to contribute to the forefront of wireless communication research, this is your chance. Interns will not only be introduced to the basics of computer networks and the science behind Wi-Fi technology but also delve into the fascinating world of Optical Wireless Communication that is needed for this research. This is an active research that will guide the students on how to start reading academic papers, understanding the state-of-the-art, and afterward, developing their first code using Python (but C is preferred) to send a binary data packet over light using On-Off Keying (OOK) or Chirp Spread Spectrum (CSS) modulation technique and will be guided on how to use testing hardware such as an Oscilloscope and seeing the results of their code. They will eventually send packets over light!

Required skills for interns prior to acceptance:  Computer Programming, Lab Work

URL: https://inrg.engineering.ucsc.edu/


CSE-07: Accelerating LLM Inference Through Draft Model

Primary mentor: Yifan Hua

UCSC faculty contact: Prof. Chen Qian

Location: UCSC Main Campus

Number of interns: 3

Project description: LLM has been a very novel and potentially industrial changing subject in current computer science research field. The cost of LLM inference is the crucial both for widen the users base of current AI technology. There is already some insights about reducing the cost of LLM inference. This work is focused on reducing the cost of LLM inference in large scale which could potentially benefit all current and potential users of AI technology.

Tasks:

1) Understanding how large language model works.
2) Deploying a large language model application which can serve users’ requests.
3) Improving the large language model service in terms of latency and throughput.

This involves data gathering and analyzing, as well as assisting experiments.

Required skills for interns prior to acceptance: Computer Programming, Statistical Data Analysis


CSE-08: Implementing Neural Network from Scratch to Using Library

Primary mentor: Pooneh Safayenikoo

UCSC faculty contact: Prof. Andrew Quinn

Location: UCSC Main Campus

Number of interns: 3

Project description: Deep learning is the next wave of Artificial Intelligence (AI). it has a wide range of applications from image classification and speech recognition to natural language processing. Deep learning has also garnered a lot of attention recently in the context of small devices such as phones, robots, and self-driving cars. Artificial Neural Networks (ANNs) are used to solve highly non-linear problems like recognition, classification, and segmentation. The solution is mostly obtained using a network of deep convolutional and/or fully connected layers with many filters in each layer.

Tasks: In this research project, the SIP interns will learn how neural networks work and how they can implement a simple neural network in Python. The interns will also learn how to build and deploy a real-world deep learning model (like LLM) application this summer. To achieve this goal, the interns will learn about numerous deep learning ideas and tools, such as the PyTorch libraries, pre-trained models from the small networks like LeNet-5 to bigger networks like ResNet, popular datasets like MNIST, and CIFAR datasets, and the use of GitHub and Jupyter notebooks to tackle programming challenges. The interns will also learn how to read research papers and put them into practice. Please don’t send any email to my advisor, as he is not involved in this project, and feel free to send me an email if you have any questions.

Required skills for interns prior to acceptance: None


CSE-09: Improving Channel Access with Transmission Queues, Collision Resolution, and Learning

Primary mentor: Sheideh Homayon

UCSC faculty contact: Prof. JJ Garcia-Luna-Aceves

Location: UCSC Main Campus

Number of interns: 3

Project description: This research is about a new way to control how devices share data over a network. It’s called Queue Sharing Multiple Access Collision Resolution (QSMA CR). Instead of the usual methods like CSMA or ALOHA, QSMA-CR uses queues and techniques to deal with data collisions.

In QSMA-CR, devices on the same network create and manage a line for sending data. This creates cycles where devices take turns to send data without bumping into each other, followed by a period where new devices can join. Unlike other methods, QSMA-CR doesn’t need fixed time slots or complicated setups to reserve time for sending data.

When new devices want to join, QSMA-CR handles it using techniques to deal with multiple requests and potential collisions. And it does all this without needing fancy tricks at the physical level to decide when devices can send data.

Tasks: Conduct a literature review on existing MAC protocols.
Develop simulation models to compare QSMA-CR with other MAC protocols.
Implement a prototype of QSMA-CR in a simulation environment or on hardware.
Analyze the performance of QSMA-CR through simulations or real-world experiments.
Optimize QSMA-CR’s design and operation for improved performance.
Document the design, implementation, and performance of QSMA-CR.
Prepare presentations or reports on the research findings.
Collaborate with team members on project tasks and goals.

Required skills for interns prior to acceptance: None/Computer Programming

Digital Arts and New Media

DAN-01: Feminist Methods for Place-Based Media Art: Corporeality, Phenomenology, and the Everyday

Primary mentor: Nena Hedrick

UCSC faculty contact: Prof. Irene Gustafson

Location: UCSC Main Campus

Number of interns: 3

Project description: This research focuses on a lineage of Feminist artistic methods based in place, the body, and the everyday. Interns will look at and reflect on a selection of contemporary (1960s-now) feminist performance and media works chosen by the mentor and interns, with the goal of defining a methodology that addresses current and future feminist interventions in performative and place-based media art.

With a focus on sensory experience, movement, and mobile media technologies, this project will examine the artistic possibilities of place-transmissions beyond representation. This research is situated within the fields of elemental media, feminist filmmaking, and performance, addressing the interactions between these three modes of practice. Interns will reflect on the respective boundaries of temporality, corporeality, and materiality in place-based and site-specific art practice.

Tasks: Together with the mentor, interns will create and carry out a collaborative, site-specific performance with mobile media technologies, learning image and sound recording, editing, and methods of experimental documentation. Interns will also gain experience in analysis and critical writing on film and art.

Interns will need to have access to a laptop and a smartphone with a camera.

Required skills for interns prior to acceptance: None

Earth and Planetary Sciences

EPS-01: Selective Extinction of Decapods during the Cretaceous

Primary mentor: J. Fearon

UCSC faculty contact: Prof. Matthew E. Clapham

Location: UCSC Main Campus

Number of interns: 3

Project description: The late Cretaceous had one of the warmest oceans during recorded geologic history. Intervals known as Ocean Anoxic Events stratified the water column, creating low-oxygen dead zones in the middle of the water column and provoking mass extinctions in the oceans. In the present day, oxygen deficient zones are spreading due to ocean warming. It is important for basic evolutionary biology and potential conservation applications that we know how anoxia affects selective extinction. This study asks: were Decapods (arthropods such as crabs and shrimp) more or less likely to go extinct based on where they lived in the water column?

Tasks: This project uses the Paleobiology Database to aggregate previously published data to calculate extinction rates for 3 ecological groups of decapods that live in different areas of the water column. Interns will input data from published papers into the database, and in the process learn how to read a scientific paper and wrangle data. If there is time, interns may learn to operate a light microscope to study microfossils. Interns will gain skills in data manipulation, data wrangling, statistics, and commonly used methods in invertebrate paleontology. No previous experience is required, just consistent access to the internet.

Required skills for interns prior to acceptance: None

URL: https://slugsites.ucsc.edu/jfearon/

Ecology and Evolutionary Biology

EEB-01: The Role of Oxytocin in Social Competence

Primary mentor: Megan Molinari

UCSC faculty contact: Prof. Suzanne Alonzo

Location: UCSC Coastal Sciences Campus

Number of interns: 4

Project description: Oxytocin is a hormone that is involved in social interactions across diverse animal groups including fish, amphibians, birds, and mammals. Despite being very important in social interactions, the way oxytocin works is still debated due to the differing effects oxytocin can have on animal behavior- sometimes increasing cooperation while in other cases increasing aggression towards other individuals. One theory behind the influence of oxytocin is that it may help animals pay attention to the social cues of their peers, allowing them to make the appropriate social decision. This project will test the impact of oxytocin on the behavior of a fish species with complex social behavior, the ocellated wrasse (Symphodus ocellatus), in order to better understand how oxytocin evolves.

Tasks: Interns will learn how to use a behavioral coding software BORIS to quantify the behavior of animals. They will use this knowledge to analyze a set of videos of fish behavior collected by the mentor in the field. They will then learn the programming language R to perform statistical analysis on the behavioral data collected and visualize their results. The project will focus on analyzing animal behavior, in an effort of understanding how it evolves. Interns will learn to communicate and present this work at the end of the program.

Required skills for interns prior to acceptance: None

URL: https://alonzo.sites.ucsc.edu/


Economics

EC0-01: Temperature and Temporary Migration in India

Primary mentor: Moumita Das

UCSC faculty contact: Prof. Alan Spearot

Location: UCSC Main Campus

Number of interns: 3

Project description: Climate-induced migration is one among many profound consequences of climate change for lives and livelihoods everywhere. In South Asia, a climate-vulnerable region with substantial agriculture dependence, a 2018 World Bank study estimates that there could be 40 million internal climate migrants by 2050. This research project lies at the intersection of development economics and environmental economics – it aims to study the impact of rising temperatures on internal migration patterns in a large developing country. It combines novel data from a large-scale household survey in India with a spatial economic migration model to predict migration flows under various IPCC climate scenarios.

Tasks: The intern would be expected to contribute to the following:

  1. Conduct a literature review and classify readings thematically. Create short notes for important papers. The mentor will provide a list of readings and will help with classification.
  2. Analyze data, create summary statistics, and output them in a publishable format. This will require the use of R software (free) and the mentor will help with code-writing.
  3. Calculate distance and travel time metrics between various locations using Open Street Maps or Google Maps API. Might require the use of software like R/Python (also free!), and the mentor will help with code-writing.

Required skills for interns prior to acceptance: None


EC0-02: Effect of Uncertainty in Different Markets

Primary mentor: Sajad Tahavori

UCSC faculty contact: Prof. Ajay M. Shenoy

Location: UCSC Main Campus

Number of interns: 3

Project description: In this research project, we investigate the effects of uncertainty on various markets by leveraging social media data. Our study aims to understand how economic and financial uncertainties manifest across different sectors. We collect data from platforms such as Instagram, YouTube, TikTok, Twitter, and Facebook to analyze the correlation between uncertainty indicators and market performance. By scraping relevant information from social media, we gain insights into market sentiment, investor behavior, and potential risk factors. The findings will contribute to a deeper understanding of how uncertainty influences market dynamics and guide informed decision-making.

Tasks: The SIP interns tasks will include: (1) collecting data from platforms such as Instagram, YouTube, TikTok, Twitter, and Facebook; and (2) analyzing the correlation between uncertainty indicators and market performance.

Required skills for interns prior to acceptance: None

Electrical Engineering

ELE-01: Learning-Based Framework for Heart Disease Identification

Primary mentor: Xinyi Wu

UCSC faculty contact: Prof. Zouheir Rezki

Location: UCSC Main Campus

Number of interns: 3

Project description: Computer-assisted test interpretations have efficiently supported doctors in addressing early diagnosis of heart disease during routine examinations. In particular, an electrocardiogram (ECG), one of the most popular cardiac tests, is a quick and painless tool for early diagnosis. It presents the status of the patient’s heart condition, depending on precision of test interpretation. The objective of this research project is to substantially enhance heart disease identification via a comprehensive learning-based framework leveraging physical tests such as ECG test, cardiac stress test, etc.

Tasks:

This research project will be conducted using Python programming software. The SIP interns will:

(1) Gain knowledge about an electrocardiogram (ECG);

(2) Learn about signal processing methods, machine learning, and deep learning;

(3) Develop a detection model for ECG signals;

(4) Develop a multi-label classification model based on deep learning methods; and

(5) Develop a multivariate forecasting model based on deep learning methods.

Required skills for interns prior to acceptance: Computer programming, Statistical data analysis


ELE-02: Simulation of Electrical Circuits

Primary mentor: Parisa Aghaei

UCSC faculty contact: Prof. Sarah Loerch

Location: UCSC Main Campus

Number of interns: 4

Project description: In this project, interns will use simulation software to explore electrical circuits. They’ll learn circuit basics and design virtual circuits, analyzing their behavior and optimizing performance. This hands-on experience connects to broader engineering goals, developing valuable skills applicable across STEM fields. Interns work closely with mentors, gaining insights into electronics, power systems, and communications. By simulating circuits and presenting findings, interns build a strong foundation for future studies and careers in engineering.
Throughout the project, interns will explore different circuit components and configurations, learning how to design circuits for specific purposes and simulate their behavior under various conditions.

Tasks:

  1. Circuit Design: Interns will learn to design electrical circuits using simulation software, exploring components like resistors, capacitors, and transistors.
  2. Simulation and Analysis: Interns will simulate designed circuits, analyzing voltage, current, and performance characteristics under different conditions.
  3. Optimization Challenges: Interns will tackle circuit optimization challenges, refining designs for efficiency and functionality.
  4. Troubleshooting: Interns will troubleshoot simulated circuits, identifying and resolving issues to ensure optimal performance.
  5. Presentation and Documentation: Interns will present their circuit designs, analyses, and solutions, developing communication and documentation skills.

Required skills for interns prior to acceptance: None


ELE-03: How to Fabricate Solar Cells

Primary mentor: Hamid Mirzanezhad

UCSC faculty contact: Prof. Shiva Abbaszade

Location: UCSC Main Campus

Number of interns: 4

Project description: This project offers interns an in-depth exploration into the fascinating world of solar energy, focusing on the instruments and different processes used in solar cell fabrication. Under the mentor’s guidance, interns will explore the various stages of fabricating solar cells, from materials and instruments to testing.
They’ll learn about different types of solar cells and their real-world applications, gaining insights into how solar energy plays a critical role in sustainability. This research project aims to inspire curiosity about renewable energy while contributing to broader research goals in advancing solar technology and its implementation. It’s an exciting opportunity for interns to connect with cutting-edge technology and understand its impact on the future.

Tasks: To implement this research project, the interns will learn various skills, tools, and concepts such as (1) exploring the fabrication process of solar cells, (2) understanding instruments used in solar cell production, like chemical vapor deposition machines and wafer cutters, (3) examining different types of solar cells, including monocrystalline, polycrystalline, and thin-film, (4) analyzing real-world applications of solar cells in residential, commercial, and industrial contexts, (5) researching emerging technologies in solar energy, such as perovskite solar cells and bifacial panels, and (6) discussing the role of solar energy in sustainability and climate change. The SIP interns will also gain experience in reading technical articles and applying theoretical knowledge to real-world scenarios, culminating in a final presentation showing their findings and innovative ideas for the future of solar power.

Required skills for interns prior to acceptance: None

Environmental Studies

ENV-01: Investigating Historical Solar Energy Opposition: California vs. San Bernardino County

Primary mentor: Charlie Chesney

UCSC faculty contact: Prof. Brent Haddad

Location: UCSC Main Campus

Number of interns: 3

Project description:

California is adopting more solar energy to combat climate change. While people all over California reap the benefits from solar energy, people who live near solar energy facilities experience changes to their community and ecosystem. San Bernardino County, which is home to many solar facilities, wants to stop the state from building more.

This project investigates if San Bernardino County’s solar energy opposition is only based on protecting communities, or if there are some other motivations stemming from historical events unrelated to solar energy. The project also investigates what compromises might motivate San Bernardino County to agree to solar development.

Tasks:

Interns will:
(1) Learn about California’s renewable energy policy, social opposition, San Bernardino county history, and qualitative data analysis methods;
(2) Transcribe interviews in English recorded with San Bernardino County board members, community representatives, and California State agency employees;
(3) Collaborate to build a code book to analyze historical documents and interview transcripts. Interns will use the codes to identify themes and draw conclusions;
(4) Use Google Drive and Discord to organize documents and share research progress;
(5) Create a presentation showcasing their research and findings.

Required skills for interns prior to acceptance: None


ENV-02: Integrated Aquaculture-Agriculture for Soil-Borne Pathogen Suppression in Strawberries

Primary mentor: Danielle Klawitter

UCSC faculty contact: Prof. Michael Loik

Location: UCSC Main Campus

Number of interns: 3

Project description: This project aims to evaluate the potential for aquaculture fish effluent to be used as a fertilizer and soil-borne pathogen suppressor for strawberries. We will conduct a lab study, greenhouse study, and field study where we apply the fish effluent and collect data to determine plant health and pathogen suppression. This research project aims to address the following research questions: How effective is aquaculture effluent as fertilizer for strawberry production? What are optimal effluent application rates for strawberries? Does aquaculture effluent suppress common soil-borne pathogens in strawberries?

Tasks: Interns will help to apply treatments to the plants. This will involve collecting the fish effluent at the UCSC farms and transporting to the experiment sites for application. Interns will also assist with data collection, which may include leaf fluorescence, leaf chlorophyll content, total leaf area, fresh and dry biomass, number of fruit and leaves, and nutritional content of the fruit. Interns will also assist with lab analyses of effluent composition (nitrogen, phosphorus, etc.) and pathogen presence in soils and on plant samples.

Required skills for interns prior to acceptance: None

History

Latin American and Latino Studies

LAL-01: The Histories and Economies of Colombia’s Surf Cyberscape

Primary mentor: Brianne Cotter

UCSC faculty contact: Prof. Cecilia Rivas

Location: UCSC Main Campus

Number of interns: 3

Project description: This project analyzes the patterns, tropes, references, politics, surfers, and sponsors that characterize the popularization of surfing and surf history in Colombia. This research will perform content analysis on the Instagram reel interviews of surf enthusiast @elpalosurftrips_interviews, and also analyze the Instagram pages of US brands (@vanscolombia, @roxycolombia.oficial, @oneillcolombia, and @billabongcolombia.oficial) to examine the sponsorships between US corporations and Colombian surfers, identifying the discourses, images, strategies and influencers of US surf industry expansion into the Colombian market. Overall, this project seeks to understand how the cyberscape of Colombian surfing offers insight into surfing’s histories, economies, and audiences.

Tasks: Interns will perform digital media research: media analysis and transcription. For the first four weeks, interns will focus on the Instagram account @elpalosurftrips_interviews, which posts weekly interviews with a different Colombian surfer each week. Interns will focus on one interview each day, reporting first a basic summary, then more detailed notes and partial transcripts based on patterns and areas of interest we define in a daily collaborative meeting. For the remaining weeks, interns will focus on the brands sponsoring Colombian surfers (Vans, Roxy, O’Neill, Billabong), identifying trends in their brand profiles, and the prominent Colombian surfers associated with each brand.

Required skills for interns prior to acceptance: None

Linguistics

Literature

LIT-01:  Uncovering the “Hidden Inventory” of Jujutsu Kaisen

Primary mentor: Zoë Sprott

UCSC faculty contact: Prof. Renée Fox

Location: UCSC Main Campus

Number of interns: 4

Project description: When did the Gothic tradition begin in Japan? How is the Japanese Gothic different from more Western versions of the Gothic? And why is manga/anime in particular a genre and medium so closely associated with the Japanese Gothic? This summer, we will approach these questions and more by focusing on one of the most popular anime series of the 21st century, Jujutsu Kaisen, and explore Japanese approaches to folklore, myth, aesthetics, ethics, genre, gender, and (in)humanity.

Tasks: For the first three weeks of the program, the interns will watch the series alongside their mentor and hold discussions while watching. During independent working time, interns will compile observation notebooks, effectively conducting close readings, as well as research Japanese folklore and myth as connected to the series. As the program progresses, interns will develop their own research interests related to the series, and work closely with their mentor to develop a research plan that will entail close reading, historicization and contextualization, and a robust theoretical framework. No language fluency outside of English is required, but Japanese language learners are especially encouraged to apply. A laptop is necessary for the work we will do; there are no specifications other than ability to connect to the internet.

Required skills for interns prior to acceptance: None

URL: https://campusdirectory.ucsc.edu/cd_detail?uid=zsprott


LIT-02: Written in Stone: Culture and the Lithic Imagination

Primary mentor: Shane Baker

UCSC faculty contact: Prof. Carla Freccero

Location: UCSC Main Campus

Number of interns: 3

Project description: At the intersection of nature and culture, this project is ultimately interested in the future of religion and spirituality in an era of anthropogenic climate change. But there is a metaphysical issue at the heart of any such speculation: The (in)separability of spirit and matter. This duality has structured much of Western thought for millennia, from philosophy to the major Abrahamic faiths. A religious tradition or spiritual system capable of addressing/redressing our unfolding ecological crises would allow for spirit and matter to be convivial, to sit cozily together. This project considers the cultural history of stone: As the hardest and crudest material substance, stone provides a limit case for the intermingling of spirit and matter, and indeed has long been a category of theological, philosophical, and literary reflection. From the abacus to stone tools to the graphite we now use for writing, the very etymology of “lithic”––meaning both “relating to stone” and “relating to calculus”––suggests that stone has always provided the material support for human thought. But the calcium in our bones also indicates that the hardness of mineral and stone acts as the material support for our very lives. Ultimately, these are borrowed materials that are given back to the earth upon our death, and those left to mourn us will write our names, of course, in stone. But death is only the beginning of our wondering: In a scientific age, the sheer scale of geologic (or “deep”) time has become its own wellspring of spiritual feeling. The animal and the vegetable pass before us, but the mineral abides; stones are the solid objects the very age of which gesture towards that unsolid thing called eternity. Our group’s task will be nothing less than wringing meaning from rocks.

Tasks:

Interns will 1) search for and aggregate the appearance of stones in various texts by utilizing the library database, 2) learn how to write a summary (“précis”) of research findings, 3) be led on a tour through the UCSC Campus Natural Reserve, where they will observe, identify, and document rocks and geological formations, and 4) read and discuss many selections from literary and some non-literary texts that depict stones.

You are not an innocent bystander! Your mentor is completing the final chapter of his dissertation, and intern tasks are designed so that you will be helping your mentor complete his dissertation research. This is not a drill; this is real research 🙂

Required skills for interns prior to acceptance: None


LIT-03: Women or Witches?: Mining Witchcraft Archives for Biographical Information

Primary mentor: Kristen E. Nelson

UCSC faculty contact: Prof. Micah Perks

Location: UCSC Main Campus

Number of interns: 4

Project description: Throughout human history, women have been persecuted for being witches, but according to the historical context of a particular trial, the definition of “witch” and “witchcraft” varies. During the witch-craze in Early Modern Europe, hundreds of thousands of women were tortured and killed. However, there are historical records of laws against magic and witchcraft dating back to 358 CE, and women who are accused of witchcraft are still tried and murdered today. This research project takes a multi-disciplinary approach to understanding the lives and activities of individual women who have been accused of witchcraft. Research questions include: How are the terms witch and witchcraft being defined in the context of the individual trial? What do we know about the life of an accused witch from archival material? What kind of activities was a woman engaging in during a particular time and location that warranted an accusation of witchcraft?

Tasks: Each intern will work with the mentor to develop a research agenda that includes reading and analyzing archival documents such as trial transcripts, theoretical texts, personal artifacts such as letters, and literature and movies based on these trials to understand the lives of women who were tortured and killed under accusations of witchcraft. To foster independent research skills, each intern will choose a selection of trials and associated documentation to analyze and consider. With assistance from the mentor. Interns will develop interdisciplinary research skills, as well as strengthen their technical reading and writing skills.

Required skills for interns prior to acceptance: None


LIT-04: Deconstructing the Narrative of Villainy and Victimhood in Fictional Representations of Facial Difference

Primary mentor: Ariane Farris

UCSC faculty contact: Prof. Kimberly Lau

Location: UCSC Main Campus

Number of interns: 4

Project description: Facial differences in fiction, which I define as scarred, “disfigured,” or “monstrous” faces are one of the most common tropes used to visually mark villains or victims in fiction. Like forms of coding that use race, gender, sexuality, religion, or other types of disability, these portrayals have a reciprocal relationship to real world stigmas. This project explores how fictional representations can create, reinforce, or even challenge the stereotypes and stigmas associated with scarred or “disfigured” faces.

Tasks: The SIP interns will analyze representations of facial differences in fictional characters. To support this research, they will read some of the critical literature that informs this project, and will discuss these ideas with their peers and mentor. They will then select several texts that feature characters with facial differences, take detailed notes on the text, and answer a series of questions about the appearance of the characters and the specific ways in which their facial differences are represented within the text. Interns will have the opportunity to deepen their understanding of the relationship between media representation and stigma and develop their own related project using the research skills they’ve developed.

Required skills for interns prior to acceptance: None


LIT-05: Unearthing Emily Dickinson’s Neglected Poems: Exploring the Unnoticed

Primary mentor: Lena Thai

UCSC faculty contact: Prof. Sean Keilen

Location: UCSC Main Campus

Number of interns: 3

Project description: Although Dickinson has written nearly 2,000 poems, it is frequently the same pieces and themes that are given an ample amount of attention and analysis. Why the same ten or twenty, and not her other hundreds of poems? Dickinson’s pearl, for instance, is repeatedly charged with sexual symbolism and is seldom simply ornamental, occurring sixteen times in her poems. But what of other precious crystals and gemstones? Although amber appears in Dickinson’s poems twenty three times, there is more interest in the poet’s pearl imagery. In addition to well known works about Death as a mannerly friend, marriage as a haunted house, and a hope that perches on the soul, it is a wonder what else Emily wrote about, and why. By digging into Dickinson’s more obscure poems, this project aims to answer those questions and bring more of Dickinson’s oeuvre to the fore.

Tasks: Alongside the mentor, the interns will conduct close readings of Dickinson’s most popular poems to start to familiarize themselves with the poet’s form, idiosyncrasies, punctuation, style, syntax, and themes, as well as learn about her life and literary influences. Each intern will maintain a commonplace notebook, a collection and compilation of analyses, ideas, and observations as close reading of the poems are conducted in groups and independently. While working closely with their mentor, interns will develop their own research interests as the program progresses. These interests will be based on recurring patterns or themes they discover in Dickinson’s less popular poems.

Required skills for interns prior to acceptance: None

URL: https://literature.ucsc.edu/


LIT-06: Understanding U.S. Multicultural Subjectivities through Literature

Primary mentor: Paulina Cardenas

UCSC faculty contact: Prof. Kirsten Silva-Gruesz

Location: UCSC Main Campus

Number of interns: 3

Project description: This research project will engage with the fictional works of Latinx writer, Kali Fajardo-Anstine, in order to understand the role of narrative in the construction of U.S. cultural subjectivities. The project aims to examine the relationality between place, historical context, and subjectivity as represented by the setting, plot, and characters in Fajardo-Anstine’s works. Questions driving this project include: How do certain sociopolitical contexts shape Latinx subjectivities, including facets like gender and age? What role does ancestry have in preserving culture? What is the relevance of culture for subjectivity and Latinx identity? In closely examining the nuances of subject-formation in Fajardo-Anstine’s works, interns will be able to think more broadly about multiculturalism’s role in the construction of U.S. subjectivities.

Tasks: SIP interns will ground their thinking through the creation of a personal narrative in which they will reflect on their understanding of their own cultural subjectivities. Interns will begin the program by developing a deeper understanding of relevant terminology (subjectivity, identity, gender, culture, ethnicity) that will ground the rest of their work. Leading to their personal narrative writing, students will be asked to read Fajardo-Anstine’s novel Woman of Light incrementally, paying particular attention to Fajardo-Anstine’s characterization strategies. Interns will each select a character to examine and map out the role of external factors that lead to the subject-formation of their chosen characters. Interns will then collaborate with one another to find points of relation among each of their chosen characters, paying particular attention to the ways Latinx culture manifests in each character’s subject-formation. Through this engagement with subject-formation analysis, interns will complete their tasks for the project by producing a personal narrative in which they think about their own subject-formation in relation to culture.

Required skills for interns prior to acceptance: None

Mathematics

Microbiology and Environmental Toxicology

MET-01: The Association Between Environmental Enteric Dysfunction and Inflammatory Biomarkers with Telomere Shortening

Primary mentor: Md Ziaur Rahman

UCSC faculty contact: Prof. Audrie Lin

Location: UCSC Main Campus

Number of interns: 3

Project description: Telomeres, the repetitive DNA sequences, and protein complexes shielding the ends of chromosomes, shorten during normal cell division. Telomere shortening can lead to chromosome instability and cell agedness. The highest rates of telomere length (TL) attrition, growth, and development happen throughout the first 2 years of life. Environmental enteric dysfunction (EED), a contributor to growth faltering, is a form of gut dysfunction that includes elevated local and systemic inflammation. Elevated systemic inflammation is associated with decreased leukocyte TL. We observed from a cross-sectional analysis nested within a randomized controlled trial (the WASH Benefits study) that longer TL in early life could be associated with improved growth. This secondary observational analysis aims to investigate the potential associations between EED and inflammatory biomarkers with telomere length using data from the WASH Benefits trial. In this observational analysis, the interns will gain exposure to molecular epidemiology and public health research through critical thinking and basic biostatistical analysis.

Tasks: The interns will be involved with literature review, data cleaning, data analysis, statistical analysis, helping their mentor in the interpretation of results, creating figures and tables, and outlining a scientific manuscript.

Required skills for interns prior to acceptance: None

URL: https://audrielin.com/

Molecular, Cell and Developmental Biology

MCD-01: Neuronal DNA Damage in Aging and Disease

Primary mentor: Stefan Abreo

UCSC faculty contact: Prof. Yi Zuo

Location: UCSC Main Campus

Number of interns: 3

Project description: The project will explore how the molecular mechanisms that control homeostasis of DNA damage in mouse neurons are affected by aging and disease. Interns will learn skills at the lab bench, how to read and present research papers, critical thinking, lab etiquette, and image analysis.

Tasks: Immunohistochemistry, confocal microscopy, FIJI image analysis, data analysis and statistics.

Required skills for interns prior to acceptance: None

URL: http://www.zuolab.org


MCD-02:  Determining the Impact of the GAPLINC Complex on Immune Response Genes

Primary mentor: Valeriya Smaliy

UCSC faculty contact: Prof. Susan Carpenter

Location: UCSC Main Campus

Number of interns: 3

Project description: Over 85% of the genome is transcribed, but less than 3% of these transcripts are protein coding. Long non-coding RNAs (lncRNAs) make up the largest class of non-coding RNAs – statistics from Human GENCODE show nearly 20,000 genes annotated to date. They are known to be involved in multiple pathways and diseases, and they can regulate gene expression through interactions with protein, DNA, RNA and chromatin remodeling complexes, either at epigenetic, transcriptional, or translational levels. This project will explore a specific lncRNA, GAPLINC, within the context of immunity.

Tasks: SIP interns will gain experience with RNA purification, RT-qPCR, western blots, data analysis, reading primary literature, and more. Interns are expected to have good time-management skills and when in doubt, ask plenty of questions!

Required skills for interns prior to acceptance: None

URL: https://sites.google.com/a/ucsc.edu/carpenter-lab/research?authuser=0

Music

Ocean Sciences

OCS-01: Future Projected Changes in the Distribution and Variability of Ocean Chlorophyll in Climate Simulations

Primary mentor: Dongran Zhai

UCSC faculty contact: Prof. Claudie Beaulieu

Location: UCSC Main Campus

Number of interns: 3

Project description: Global climate change increasingly affects marine ecosystems, altering their physical, chemical, and biological environment. The concentration of chlorophyll-a (CHL) in the ocean is an important proxy for primary production at the base of the food web. Changes in CHL distribution, as well as its variability and extreme, as a response to anthropogenic climate change, are key to understanding climate change impacts and developing adaptation strategies. This project will analyze changes in variability and extremes of future chlorophyll projections based on a range of scenarios for greenhouse gas emissions representing different levels of mitigation, to quantify changes expected and identify safe emission pathways.

Tasks: The SIP mentor and interns will assess whether the changes detected over the satellite record are reproduced in historical simulations, and investigate whether the observed changes are caused by human activities. In addition, quantify future changes in ocean chlorophyll distribution in model projections over a range of scenarios. This project uses quantile regression models to assess changes in ocean chlorophyll distribution in model simulations. This work will be conducted using the R computing software. The interns will: (1) learn the skills of data analysis and visualization; (2) gain experience about deal with coupled model simulations; and (3) master R computing software.

Required skills for interns prior to acceptance: Computer Programming

URL: https://beaulieu.sites.ucsc.edu/

Philosophy

PHL-01: Pragmatism in the Philosophy of Science and Language

Primary mentor: Matthew Smith

UCSC faculty contact: Prof. Massimiliano Tomba

Location: UCSC Main Campus

Number of interns: 3

Project description: “Pragmatism” is a philosophical school that originated in the United States in the late nineteenth century. After receiving an initially skeptical reaction from British philosophers, pragmatism overcame this skepticism to secure a pivotal place among philosophy faculties at Oxford and Cambridge in the United Kingdom, as well as in the United States. Pragmatist philosophers from Charles Sanders Peirce (1839-1914) to J.L. Austen (1911-1960) and Huw Price (1953- ) have undertaken to address central questions in modern philosophy about truth in scientific method and the meaning of everyday language. While philosophers and intellectual historians now generally agree that pragmatism has an important role to play in the philosophy of science and language, the nature and extent of that role is still contested, as are the contributions of the philosophers who have shaped pragmatism into a discrete set of philosophical ideas.

The “Pragmatism in the Philosophy of Science and Language” project will invite student researchers to engage with and take a position on the evolving philosophical and historical debate about pragmatism’s place in the philosophy of language and scientific method. Researchers will be asked to prepare a concise historiographical research paper based on independent research into the reception and interpretation by intellectual historians and philosophers of a pragmatist philosopher chosen by the researcher, with the advice and consultation of the research coordinator. The research papers will address the following questions:
How have historians of philosophy understood the place of the researcher’s chosen philosopher in the pragmatist tradition? How has the historical understanding of the philosopher’s position changed over time? What are the major points of controversy in historians’ understanding of the philosopher’s role in the pragmatist tradition, and, indeed, in historians’ understanding of what is distinctive about pragmatism as a philosophical school? What does the researcher conclude about how these disagreements could be resolved?

By participating in the project, student researchers will learn fundamental skills for college-level research in the humanities and social sciences, including learning how to write a literature-review essay and how to identify and interpret secondary sources addressing a common body of material. The research program will be particularly attractive to students with an interest in the history of philosophy, the philosophy of science, and the philosophy of language. Substantively, students will become familiar with important, contemporary debates about how to understand the development of an influential, yet controversial, philosophical school, whose position in the philosophy of science and of language is actively debated by philosophers and historians today.

Tasks: (1) Identify a philosopher in the pragmatist tradition whose work interests the researcher.

(2) Compile a bibliography of works addressing the philosopher’s contributions to the philosophy of science and language.

(3) Prepare an outline of a historiographical/literature-review essay based on the research.

(4) Write a historiographical/literature-review essay addressing questions identified in consultation with the research coordinator about the interpretation among historians of philosophy of the chosen philosopher’s contributions to the philosophy of science or of language.

Researchers will need to have access to a word processor and have basic familiarity with how to perform internet searches. More specific research techniques on the relevant literature will be introduced by the research coordinator.

Required skills for interns prior to acceptance: None

Physics

PHY-01: Study of Two-Dimensional Semiconductor Devices

Primary mentor: Carlos Gonzalez

UCSC faculty contact: Prof. Aiming Yan

Location: UCSC Main Campus

Number of interns: 3

Project description: Recent experimental studies of two-dimensional (2D) materials, otherwise known as van der Waals heterostructures, have shown promising results for the creation of new devices that exhibit exciting electronic, magnetic, and optical properties. One such group is the transition metal dichalcogenide (TMD) family which can manifest as either conducting or semiconducting. Semiconducting TMDs show promise to replace silicon as the semiconductor in electronic devices, allowing for smaller and more flexible electronics. In this project, we will be fabricating stacks of 2D materials to further study the properties of TMDs through various methods.

Tasks: In this research project, the SIP interns will get the opportunity to get hands-on experience in a research lab. They will learn fabrication of 2D materials, such as scotch-tape exfoliation and material synthesis. These materials will then be characterized through different methods to observe their physical properties, observing first-hand the miniscule size of the materials that are studied. Finally, these materials will be fabricated into devices to observe the electronic/magnetic properties exhibited. Research into assigned papers on 2D materials will assist the understanding of the methods and observations in the lab.

Required skills for interns prior to acceptance: None

URL: https://ayanlab.sites.ucsc.edu/


PHY-02: Structural Characterization of Few-Layer Chromium Trihalides Using 4D STEM

Primary mentor: Hem Prasad Bhusal

UCSC faculty contact: Prof. Aiming Yan

Location: UCSC Main Campus

Number of interns: 3

Project description: Recently, chromium trihalides (CrX3; X = Cl, Br, I), air-sensitive two-dimensional magnets, have attracted significant interest in the field due to having a unique opportunity for exploring novel magnetic phenomena in two-dimensional limits. Magnetic properties in chromium trihalides are intimately related to stacking order. In this project, we use the electron microscopy technique, particularly four-dimensional scanning transmission electron microscopy (4D-STEM), to characterize crystal structure, including various stacking sequences of few-layer chromium trihalides. We fabricate few-layer chromium trihalides samples on quantifoil TEM substrate and study them under TEM. In CrX3, structure dictates the magnetic ordering. Therefore, this study is a crucial step toward controlling the magnetic properties of few-layer chromium trichlorides.

Tasks: This research project mainly involves experimental work in the lab. The first step in the experiment is to prepare the sample for the transmission electron microscopy (TEM) study. The SIP interns’ help during sample preparation is crucial. For this project, the interns will perform the mechanical exfoliation (using scotch tape) of bulk chromium trihalides and bulk graphites to get few-layer flakes. In the next step, the interns will use the optical microscope to characterize the thickness and size of the obtained flakes. Furthermore, the interns will learn and help in Atomic Force Microscope (AFM) characterization to estimate the layer numbers of the flakes. Finally, the interns will learn how to transfer flakes to make heterostructures and then stamp down the heterostructure onto a TEM substrate. Then, the sample will be ready for TEM study for structural characterization.

Required skills for interns prior to acceptance: None

URL: https://ayanlab.sites.ucsc.edu/

Psychology

PSY-01: Electrophysiological Correlates of Attention and Cognitive Control

Primary mentor: Ashley Rosenfeld

UCSC faculty contact: Prof. Megan Boudewyn

Location: UCSC Main Campus

Number of interns: 3

Project description: This project investigates the underlying neural mechanisms of cognitive control using cognitive neuroscience methods to analyze brain activity. SIP interns will work with electroencephalography (EEG) data, which derives from electrical activity from cortical parts of the brain recorded by electrodes placed on the surface of the scalp. The experimenters are primarily interested in analyzing the time-locked event-related potentials (ERPs) and wave oscillations associated with attention and comprehension (both auditory and visual). Interns will learn how to read and analyze EEG data, recognize neural patterns associated with different cognitive functions, and conduct cognitive neuroscience research at different stages.

Tasks: SIP interns will be assigned a combination of tasks, including the following: (1) shadow experiments and data monitoring; (2) data collection and processing; (3) stimuli creation for current and future research; and (4) literature reviews on related research.

Required skills for interns prior to acceptance: None

URL: https://sites.google.com/ucsc.edu/boudewynlab


PSY-02: The Effects of Brain Waves and Imagination on Visual Perception

Primary mentor: April Pilipenko

UCSC faculty contact: Prof. Jason Samaha

Location: UCSC Main Campus

Number of interns: 3

Project description: In visual experiments, participants can be shown many trials that contain either static noise or stripes embedded in static. When asked to report whether a trial was noise or stripes, they sometimes report stripes when only static had been presented. This project is interested in understanding how brain waves (which are recorded through EEG) might help explain when and why participants wrongfully report stripes as well as understand how imagination might be playing a role in these reports. This research will help our understanding of conscious visual perception.

Tasks: Interns will learn about EEG research and better understand how EEG data is analyzed, interpreted, and collected. Interns will also learn the basics of MATLAB programming language and practice their coding in group projects. For this, any laptop with MATLAB will be required.

Required skills for interns prior to acceptance: None

URL: https://samahalab.ucsc.edu/


PSY-03: Remembering and Forgetting of Online Information Using the Directed-Forgetting Paradigm

Primary mentor: Melissa Chen

UCSC faculty contact: Prof. Benjamin Storm

Location: UCSC Main Campus

Number of interns: 3

Project description: Increased accessibility to the internet has allowed people to consume information about the news with ease. Although this can be advantageous, it has also led to a rise in the spread of misinformation and fake news. Corrections to misinformation may reduce the misinformation effect, however, some have found that the misinformation effect still persists over time. The importance of understanding how misinformation impacts memory increases as we move towards the digital age.

Tasks: Interns will be conducting literature reviews to gain a better understanding about the concepts relating to the project such as the mechanisms behind the directed forgetting paradigm. They may also be asked to present some research articles. They will learn about what goes into an experimental design. There will be weekly group meetings. They will also help with experimental design and shadow data collection.

Required skills for interns prior to acceptance: 

URL: https://people.ucsc.edu/~bcstorm/research.html


PSY-04: Coding Collective Temporal Thought Survey Responses

Primary mentor: Barry Yao

UCSC faculty contact: Prof. Jeremy Yamashiro

Location: UCSC Main Campus

Number of interns: 3

Project description: If you’re fascinated by American history and curious about the collective outlook on America’s future, consider joining this project on American collective temporal thought. Collective temporal thought (CTT) explores the ways in which groups remember past events and envision future ones within the public domain. CTT is vital for (re)shaping a community’s identity and ensuring its cultural cohesion and social unity. This study explores the extent of Americans’ recollection and foresight regarding public events (temporal distance), as well as their perceived connections to these events (level of construal). The findings will reveal insights into how Americans conceptualize their country (e.g., between different ethnicities and generations) and identify broader patterns in collective temporal thought.

Tasks: The SIP interns will famaliarize themselves with research related to collective temporal thought. They will gain experience with softwares like Excels and OpenRefine through data coding. We collected survey reponses on the events people remember about American history and events that they imagine to happen in America’s future. The interns task is to code the approximate year each event happened/will happen, and the level of construal (i.e., specific, general, or abstract) of those events. The interns may learn how to conduct statistical analysis through Jasp and/or Jamovi.

Required skills for interns prior to acceptance: None

URL: https://yamashiro.sites.ucsc.edu/


PSY-05: Testing Speech and Error Monitoring Models Using Non-Invasive Brain Stimulation

Primary mentor: Nathan Caines

UCSC faculty contact: Prof. Megan Boudewyn

Location: UCSC Main Campus

Number of interns: 3

Project description: This project is at the intersection of language and cognitive neuroscience, it involves using several techniques such as EEG and non-invasive brain stimulation to better understand the relationship between the brain and its general processes in regards to language production and comprehension. Specifically focused on how we are able to monitor and correct our own speech errors.

Tasks: Interns will learn how to set up, monitor and operate EEG and tDCS brain stimulation, assist in the data gathering and potential analysis of data.
Outside of lab work, interns will utilize literature reviews to gain an understanding of the surrounding research that makes our work possible, in addition to helping build upon our previous work and refining our experimental parameters.

Required skills for interns prior to acceptance: None


PSY-06: Motivation and Memory Convergence: The Role of Relational and Epistemic Motives on Memory Influences in Socially Distributed Rehearsal

Primary mentor: Edward Pashkov

UCSC faculty contact: Prof. Jeremy Yamashiro

Location: UCSC Main Campus

Number of interns: 3

Project description: Remembering is a task often done in the context of others. Remembering with others can reshape what we remember long after the interaction. In order to understand how this reshaping occurs, we investigate how the kind of exposure (i.e., repeated/distributed) to information from social others influences what we remember after the interaction. Specifically, this project manipulates the motivation listeners have to attend to speakers during either distributed or repeated social rehearsal and how that affects what is and isn’t remembered after the interaction. Understanding how these social rehearsal dynamics operate in social interactions can help us understand how groups converge onto similar representations of the past, present, and future.

Tasks: Interns can expect to gain experience at various stages of conducting research in cognitive psychology: reading primary source literature, preparing data for analysis, and communicating about research in poster format. Reading primary source literature involves conducting a literature review on a topic related to the project. Preparing data for analysis involves data wrangling and coding participant memory protocols. Communicating about research in a poster format will involve creating a poster presentation combining what Interns have worked on in the previous sections. Interns can expect a collaborative and supportive learning environment.

Required skills for interns prior to acceptance: None

URL: https://yamashiro.sites.ucsc.edu/

Sociology

SOC-01: Sex Education for Latinx Communities

Primary mentor: Michelle Parra

UCSC faculty contact: Prof. Julie Bettie

Location: UCSC Main Campus

Number of interns: 3

Project description: In this project, students will examine research written about sex education in schools as well as in non-profits. Students will conduct a literature review addressing the following questions: What sex education is available to low-income Latinx students? What sex education and programming is available for adult Latinx immigrants? Additionally, research interns will begin to identify methods for studying the sex education of Latinx immigrants in California. Students in this project can expect to acquire qualitative research skills such as retrieving and reading peer-reviewed articles and writing a literature review. They will also learn about various social science methods. Students will have an opportunity to practice their public speaking and writing skills through assignments.

Tasks: Students will retrieve articles on the topic of sex education. Based on these articles, students will write annotations and prepare weekly presentations for the remainder of the research team in which they summarize the article.

Additionally, students will read about various methods and identify potential ones to conduct a study examining the sex education of adult Latinx immigrants.

The research interns will conclude the program by presenting their research to SIP.

Required skills for interns prior to acceptance: None