2023-10-27 Mellon Mays Undergraduate Fellowship (MMUF) Graduate School Fair Mellon Mays Undergraduate Fellowship (MMUF) Graduate School Fair October 27, 2023 - October 29, 2023 Mellon Mays Undergraduate Fellowship (MMUF) Graduate School Fair This year's southeast regional conference will be held from Friday, October 27th through Sunday, October 29th, 2023 and will be hosted by Duke University. Undergraduate fellows and coordinators from Duke University, Emory University, Howard University, Rice University, the UNCF Consortium, the University of Puerto Rico and the University of Texas at Austin are eligible to attend. Time: TBA
2023-10-30 UC Berkeley Graduate Diversity Admissions Fair UC Berkeley Graduate Diversity Admissions Fair October 30, 2023 @ 8:00 AM - November 3, 2023 @ 5:00 PM UC Berkeley Graduate Diversity Admissions Fair Register today for the Graduate Diversity Admissions Fair! Monday, October 30 through Friday, November 3 Thank you for attending our virtual Graduate Diversity Admissions Fair Monday, October 30 through Friday, November 3. This admissions fair is developed specifically for underrepresented minority students considering graduate school, though it is open to all attendees. At this weeklong virtual event, we will be joined by a broad selection of our graduate programs and campus resources. Registration is open!
9:30 AM - 12:30 PM Public Speaking Workshop for Graduate Students October 30, 2023 @ 9:30 AM - 12:30 PM Public Speaking Workshop for Graduate Students Lura Dolas (Senior Continuing Lecturer Emerita and former head of the UC Berkeley Acting Program) conducts a two-session in-person workshop to help graduate students deliver job talks and professional presentations clearly, confidently, and persuasively. The workshops offer techniques for neutralizing stage fright, identifying naturally expressive behavior, achieving personal connection in virtual presentations, and replacing flat jargon with engaging language. Exercises to expand vocal range and improve eye contact and use of gesture will enhance both live and virtual audience rapport. These workshops provide a safe, constructive environment to promote individual participation. In the first meeting, participants are given a series of exercises to enhance presentation of self and material. In the second, participants may present a short sample of a job talk or professional presentation for individual coaching. Workshop dates: Monday, October 30, 2023 | 9:30 am - 12:30 pm Monday, November 6, 2023 | 9:30 am - 1:00 pm Eligibility: UC Berkeley PhD students who have advanced to candidacy and are entering the job market, broadly conceived. Admission is limited. Priority will be given to students in the arts and humanities and related social sciences. Make sure to complete the Graduate Student Public Speaking Workshop Application by October 6th.
4:00 PM - 5:00 PM UndocuGrads: Check-in Group Meetings October 30, 2023 @ 4:00 PM - 5:00 PM UndocuGrads: Check-in Group Meetings Join GradPros UndocuGrads check in group! This group serves as a dedicated and identity safe space where undocumented graduate students meet regularly during the semester with a group of other grad students. GradPro facilitators guide the check-ins, fostering an informal yet supportive community. Each member describes the progress they have made since the previous meet up, as well as any challenges they've encountered. The group then offers support and advice. Check-ins are coordinated by GradPro of the Graduate Division in partnership with OGD!
4:00 PM - 5:30 PM Treats & Tips October 30, 2023 @ 4:00 PM - 5:30 PM Treats & Tips Our mission is to create a community with our graduate students by providing a space where we can gather and learn new strategies on how to budget or save money. The purpose of the event is to inform our UndocuGrad students about helpful resources when looking for funding, personal traveling expenses, and how to maximize every dollar! RSVP here!
9:00 AM - 11:00 AM R Fundamentals: Part 3 October 31, 2023 @ 9:00 AM - 11:00 AM R Fundamentals: Part 3 This workshop is a four-part introductory series that will teach you R from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the open-sourced R Studio software, understand data and basic manipulations, import and subset data, explore and visualize data, and understand the basics of automation in the form of loops and functions. After completion of this workshop you will have a foundational understanding to create, organize, and utilize workflows for your personal research. Each of the parts is divided into a lecture-style coding walkthrough interrupted by challenge problems, discussions of the solutions, and breaks. Instructors and TAs are dedicated to engaging you in the classroom and answering questions in plain language. Prerequisites: None Part 1: Introduction Learn how to navigate the R Studio environment. You will also learn how to store data, characteristics of basic data types and data, the importance of data frames (think Excel spreadsheets), and how to save your work. Part 2: Subsetting and Reshaping You will then be introduced to loading data from files and various ways to subset it with an emphasis on bracket notation. You will also learn how to use logical vectors, search for and subset missing data, and merge data frames. Part 3: Data Exploration and Visualization Students will be introduced to data exploration and analysis in R. You will learn how to summarize data and explore it with histograms, scatterplots, and boxplots using ggplot. Part 4: Control Structures In the final part, we will cover how to use programming control structures such as functions, for-loops, and if-else statements to make more readable and re-usable code. Workshop Materials: https://github.com/dlab-berkeley/R-Fundamentals Software Requirements: Installation Instructions for R and RStudio
2:00 PM - 4:00 PM Python Fundamentals: Part 3 October 31, 2023 @ 2:00 PM - 4:00 PM Python Fundamentals: Part 3 This three-part interactive workshop series is your complete introduction to programming Python for people with little or no previous programming experience. By the end of the series, you will be able to apply your knowledge of basic principles of programming and data manipulation to a real-world social science application. The complete Python Fundamentals series has 6 parts. Each of the parts takes 2 hours, and is delivered in a lecture-style coding walkthrough interrupted by challenge problems and a break. Instructors and TAs are dedicated to engaging you in the classroom and answering questions in plain language. Parts 1-3 are intended for the complete beginner in Python. We will go over the basics of Python in Jupyter, variables and data types, and a gentle introduction to data analysis in Pandas: Part 1: Introduction to Jupyter and Python, Variables Part 2: Data Types and Structures Part 3: Introduction to Pandas After completing parts 1-3, you will be able to do basic operations in Python. You will know how to navigate Jupyter Notebooks, how to work with common data types and structures, methods, and basic operations in Pandas. You will have the minimum requirements to continue to other D-Lab workshops such as Python Data Wrangling or Python Data Visualization. Prerequisites: None Workshop Materials: https://github.com/dlab-berkeley/Python-Fundamentals Software Requirements: Installation Instructions for Python Anaconda
12:00 PM - 1:30 PM Launch Your Career as a Freelancer [ZOOM] November 1, 2023 @ 12:00 PM - 1:30 PM Launch Your Career as a Freelancer [ZOOM] Are you ready to take control of your career and embrace the freedom of independent contracting? This comprehensive workshop is an undocumented student's gateway to launching a successful career as an independent contractor. You'll gain a clear understanding of what it means to be an independent contractor, the benefits it offers, and the responsibilities it entails. We'll also discuss how you can identify your niche and how to begin offering services. RSVP here
9:00 AM - 11:00 AM R Fundamentals: Part 4 November 2, 2023 @ 9:00 AM - 11:00 AM R Fundamentals: Part 4 This workshop is a four-part introductory series that will teach you R from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the open-sourced R Studio software, understand data and basic manipulations, import and subset data, explore and visualize data, and understand the basics of automation in the form of loops and functions. After completion of this workshop you will have a foundational understanding to create, organize, and utilize workflows for your personal research. Each of the parts is divided into a lecture-style coding walkthrough interrupted by challenge problems, discussions of the solutions, and breaks. Instructors and TAs are dedicated to engaging you in the classroom and answering questions in plain language. Prerequisites: None Part 1: Introduction Learn how to navigate the R Studio environment. You will also learn how to store data, characteristics of basic data types and data, the importance of data frames (think Excel spreadsheets), and how to save your work. Part 2: Subsetting and Reshaping You will then be introduced to loading data from files and various ways to subset it with an emphasis on bracket notation. You will also learn how to use logical vectors, search for and subset missing data, and merge data frames. Part 3: Data Exploration and Visualization Students will be introduced to data exploration and analysis in R. You will learn how to summarize data and explore it with histograms, scatterplots, and boxplots using ggplot. Part 4: Control Structures In the final part, we will cover how to use programming control structures such as functions, for-loops, and if-else statements to make more readable and re-usable code. Workshop Materials: https://github.com/dlab-berkeley/R-Fundamentals Software Requirements: Installation Instructions for R and RStudio
11:00 AM - 2:00 PM San Jose State Graduate School Fair November 2, 2023 @ 11:00 AM - 2:00 PM San Jose State Graduate School Fair Attend the San Jose State Grad Fair and learn more about UC Berkeley and our graduate programs! Please pre-register for this in person event here.
11:00 AM - 12:00 PM Live on Zoom: Knowing Your Worth: How to Approach Negotiations in Academia November 2, 2023 @ 11:00 AM - 12:00 PM Live on Zoom: Knowing Your Worth: How to Approach Negotiations in Academia In this webinar, Dr. Flores and Dr. Olcott will discuss how to negotiate salaries, leave, and other elements of employment at an academic institution. They will consider how to assess academics' leverage, what elements might constrain possibilities for obtaining a better offer, and how to know when you've exhausted the negotiating process. Join Zoom Meeting Meeting ID: 858 3421 3664 Passcode: 504153
2:00 PM - 3:30 PM Peer Exchange and Feedback on Statements of Teaching Philosophy November 3, 2023 @ 2:00 PM - 3:30 PM Peer Exchange and Feedback on Statements of Teaching Philosophy This workshop is designed for graduate students who are interested in improving their statements of teaching philosophy through feedback from peers. Workshop participants will exchange statements of teaching philosophy and provide and receive input. Participants must bring two copies of a draft of their statement of teaching philosophy to participate in the workshop.
3:30 PM - 5:00 PM Professional Profile Clinic 2023 Registration November 3, 2023 @ 3:30 PM - 5:00 PM Professional Profile Clinic 2023 Registration Registration deadline: Friday, October 27, 11:59 p.m. Please join us for BA's annual Professional Profile Clinic. This event is composed of three parts: The first event (November 2nd, 4-5pm PT, Zoom) will be a workshop on how to perfect your LinkedIn profile. The second event (November 2nd, 5-7pm PT, Zoom) is a chance for you to have your resume reviewed by recruiters in industry and career center professionals at UC Berkeley. This part of the event is capped at a certain number of participants, based on how soon you sign up. We will let you know if you have been selected for the resume review by October 27th. The third event (November 3rd, 3:30-5pm PT, In-Person) will be free headshots at Ishi Court (Location may change depending on the weather). We'd love to see you there!
9:30 AM - 1:00 PM Public Speaking Workshop for Graduate Students November 6, 2023 @ 9:30 AM - 1:00 PM Public Speaking Workshop for Graduate Students Lura Dolas (Senior Continuing Lecturer Emerita and former head of the UC Berkeley Acting Program) conducts a two-session in-person workshop to help graduate students deliver job talks and professional presentations clearly, confidently, and persuasively. The workshops offer techniques for neutralizing stage fright, identifying naturally expressive behavior, achieving personal connection in virtual presentations, and replacing flat jargon with engaging language. Exercises to expand vocal range and improve eye contact and use of gesture will enhance both live and virtual audience rapport. These workshops provide a safe, constructive environment to promote individual participation. In the first meeting, participants are given a series of exercises to enhance presentation of self and material. In the second, participants may present a short sample of a job talk or professional presentation for individual coaching. Workshop dates: Monday, October 30, 2023 | 9:30 am - 12:30 pm Monday, November 6, 2023 | 9:30 am - 1:00 pm Eligibility: UC Berkeley PhD students who have advanced to candidacy and are entering the job market, broadly conceived. Admission is limited. Priority will be given to students in the arts and humanities and related social sciences. Make sure to complete the Graduate Student Public Speaking Workshop Application by October 6th.
11:00 AM - 12:00 PM Maximizing bCourses Grading: Assignments, Quizzes, and Beyond November 6, 2023 @ 11:00 AM - 12:00 PM Maximizing bCourses Grading: Assignments, Quizzes, and Beyond Join us for a workshop focused on assignments, quizzes, and grading to learn how to take advantage of more advanced features that will help you use bCourses to its fullest, freeing up your time for what matters most. In this workshop, you will learn how to: Use bCourses's grading tools to evaluate students effectively. Set up simple rubrics to help you grade. Use SpeedGrader to grade faster. Understand and apply grading rules that work for your class. Manage and interpret the Gradebook. Access resources and support to address any grading questions or challenges. This session will be held via Zoom. Please register to get the Zoom link. ➡️ Register for this event here!⬅️
9:00 AM - 12:00 PM R Geospatial Fundamentals: Vector Data, Part 1 of 2 November 7, 2023 @ 9:00 AM - 12:00 PM R Geospatial Fundamentals: Vector Data, Part 1 of 2 Geospatial data are an important component of data visualization and analysis in the social sciences, humanities, and elsewhere. The R programming language is a great platform for exploring these data and integrating them into your research. This workshop focuses on fundamental operations for reading, writing, manipulating and mapping vector data, which encodes location as points, lines and polygons. Part I: Core concepts, vector data, and plotting Basic geospatial concepts Basic vector data Geospatial data structures (the sf package) Basic plotting (base::plot and the ggplot3 package) Managing coordinate reference systems (CRS) Advanced plotting (the tmap package) Map overlays Part II: Spatial analysis Spatial measurement queries Spatial relationship queries Buffer analysis Spatial and non-spatial joins Aggregation Continued mapping practice Prerequisites: D-Lab’s R Fundamentals or equivalent knowledge; previous experience with base R is assumed and basic familiarity with the tidyverse. Workshop Materials: https://github.com/dlab-berkeley/R-Geospatial-Fundamentals Software Requirements: Requirements for R and RStudio
9:00 AM - 12:00 PM Python Machine Learning Fundamentals: Part 1 of 2 November 7, 2023 @ 9:00 AM - 12:00 PM Python Machine Learning Fundamentals: Part 1 of 2 This workshop introduces students to scikit-learn, the popular machine learning library in Python, as well as the auto-ML library built on top of scikit-learn, TPOT. The focus will be on scikit-learn syntax and available tools to apply machine learning algorithms to datasets. No theory instruction will be provided. Prerequisites: D-Lab’s Python Fundamentals introductory series or equivalent knowledge. Workshop materials: https://github.com/dlab-berkeley/Python-Machine-Learning-Fundamentals Software Requirements:Installation Instructions for Python Anaconda Is Python Not working on your laptop? Attend the workshop anyway, we can provide you with a cloud-based solution until you figure out the problems with your local installation.
11:00 AM - 12:00 PM Understanding Challenges of Entrepreneurship [ZOOM] November 7, 2023 @ 11:00 AM - 12:00 PM Understanding Challenges of Entrepreneurship [ZOOM] Starting a new business for undocumented professionals is like starting an exciting road trip, the first thing you need to do is choose the right vehicle to go on the road. This "vehicle" will determine how your business is taxed, the types of activities you can do, and how much personal liability you have. Learn more about our facilitator and RSVP here!
1:00 PM - 2:00 PM Creating Joy in Learning November 8, 2023 @ 1:00 PM - 2:00 PM Creating Joy in Learning Learning environments can promote student belonging, academic identity, and joy using inclusive teaching practices. This workshop continues our critical discussion of ways to incorporate inclusive teaching, famed by Universal Design for Learning (UDL). UDL guides instructors to proactively implement multiple ways to demonstrate understanding, engage in content, and have content represented. Through this UDL lens, this workshop explores how joy in learning creates resiliency, intrinsic motivation, meaning-making, and deeper learning. It is also linked to truth, beauty, aesthetics, artful thinking, wonderment, and activities where students feel personal fulfillment and have opportunities to create solutions to real-world problems (Muhammad, 2023). Join our workshop as we provide stories of deep learning, teaching, and researching that use joy-informed pedagogy to activate student agency, promote healing, and build community. Our discussion will revolve around these critical thinking questions: Where does joy fit into learning, and how does it manifest in learning? Can deep learning happen without joyful discoveries, deeper self-awareness, transformation? This hybrid event will be held in person in 117 Dwinelle Hall (Academic Innovation Studio) and also on Zoom. Please RSVP for the Zoom link, and if you're joining us on-site, please make sure to register as well. This workshop will also include an optional 45-minute Q&A open lab directly after the workshop for any in-person participant wanting to work towards inclusive teaching goals in their own courses. ➡️ RSVP for this event here!⬅️
4:10 PM - 6:15 PM Howison Lecture – Béatrice Longuenesse on Self-Consciousness and ‘I’ – Anscombe and Sartre in Dialogue November 8, 2023 @ 4:10 PM - 6:15 PM Howison Lecture – Béatrice Longuenesse on Self-Consciousness and ‘I’ – Anscombe and Sartre in Dialogue In this lecture, Béatrice Longuenesse examines Elizabeth Anscombe’s analysis of our use of the first-person pronoun ‘I’ and its relation to self-consciousness. Longuenesse argues that Anscombe’s account receives unexpected support from a philosophical approach which is very different from hers: Jean-Paul Sartre’s phenomenological description of consciousness, self-consciousness, and their expression in our use of ‘I.’ Anscombe’s characterization of self-consciousness as the non-observational, non-inferential, “unmediated conception of actions, happenings and states” is close to Sartre’s characterization of what he calls “non-thetic” or “non-positional” self-consciousness.
9:00 AM - 12:00 PM R Geospatial Fundamentals: Vector Data, Part 2 of 2 November 9, 2023 @ 9:00 AM - 12:00 PM R Geospatial Fundamentals: Vector Data, Part 2 of 2 Geospatial data are an important component of data visualization and analysis in the social sciences, humanities, and elsewhere. The R programming language is a great platform for exploring these data and integrating them into your research. This workshop focuses on fundamental operations for reading, writing, manipulating and mapping vector data, which encodes location as points, lines and polygons. Part I: Core concepts, vector data, and plotting Basic geospatial concepts Basic vector data Geospatial data structures (the sf package) Basic plotting (base::plot and the ggplot3 package) Managing coordinate reference systems (CRS) Advanced plotting (the tmap package) Map overlays Part II: Spatial analysis Spatial measurement queries Spatial relationship queries Buffer analysis Spatial and non-spatial joins Aggregation Continued mapping practice Prerequisites: D-Lab’s R Fundamentals or equivalent knowledge; previous experience with base R is assumed and basic familiarity with the tidyverse. Workshop Materials: https://github.com/dlab-berkeley/R-Geospatial-Fundamentals Software Requirements: Requirements for R and RStudio
9:00 AM - 12:00 PM Python Machine Learning Fundamentals: Part 2 of 2 November 9, 2023 @ 9:00 AM - 12:00 PM Python Machine Learning Fundamentals: Part 2 of 2 This workshop introduces students to scikit-learn, the popular machine learning library in Python, as well as the auto-ML library built on top of scikit-learn, TPOT. The focus will be on scikit-learn syntax and available tools to apply machine learning algorithms to datasets. No theory instruction will be provided. Prerequisites: D-Lab’s Python Fundamentals introductory series or equivalent knowledge. Workshop materials: https://github.com/dlab-berkeley/Python-Machine-Learning-Fundamentals Software Requirements: Installation Instructions for Python Anaconda Is Python Not working on your laptop? Attend the workshop anyway, we can provide you with a cloud-based solution until you figure out the problems with your local installation.
11:00 AM - 12:30 PM From Dissertation to Book: Navigating the Publication Process November 9, 2023 @ 11:00 AM - 12:30 PM From Dissertation to Book: Navigating the Publication Process Hear from a panel of experts—an acquisitions editor, a scholarly book author, and an author rights expert—about the process of turning your dissertation into a book. You’ll come away from this panel discussion with practical advice about revising your dissertation, writing a book proposal, approaching editors, signing your first contract, and navigating the peer review and publication process.
2:00 PM - 5:00 PM Python Deep Learning: Part 1 of 2 November 13, 2023 @ 2:00 PM - 5:00 PM Python Deep Learning: Part 1 of 2 The goal of this workshop is to build intuition for deep learning by building, training, and testing models in Python. Rather than a theory-centered approach, we will evaluate deep learning models through empirical results. We start with a review of what deep learning is and then unpack what neural networks are and how they work. We then jump straight into Python, using the Keras library to build neural networks. We will explore how different architectures affect the performance of predicting handwritten digit images. Lastly, we explore a specific flavor of neural networks, the convolutional neural network. We review how it’s different from a standard vanilla neural network, and build different architectures to test how well they perform on the classification of animal and vehicle image classification. Prerequisites: D-Lab's Python Machine Learning Fundamentals (6 hours) series or equivalent introductory machine learning knowledge. Workshop Materials: https://github.com/dlab-berkeley/Python-Deep-Learning.
2023-11-14 UC GIS Week 2023 UC GIS Week 2023 November 14, 2023 @ 11:00 AM - November 16, 2023 @ 4:00 PM UC GIS Week 2023 The University of California GIS Week is an opportunity for you to learn and engage with experts and mapping projects across the UC system and beyond! The event will be hosted virtually through Zoom. All talks are free and open to the public! We encourage anyone interested in GIS to attend, all experience levels are welcome. Want to share your research? We're accepting submissions for panelists until October 6! Use this form to pitch your idea. Register now to stay informed on all things UC GIS Week! Stay tuned for panelist announcements and full conference agenda.
2:00 PM - 5:00 PM R Data Wrangling and Manipulation: Part 2 of 2 November 14, 2023 @ 2:00 PM - 5:00 PM R Data Wrangling and Manipulation: Part 2 of 2 It is said that 80% of data analysis is spent on the process of cleaning and preparing the data for exploration, visualization, and analysis. This R workshop will introduce the dplyr and tidyr packages to make data wrangling and manipulation easier. Participants will learn how to use these packages to subset and reshape data sets, do calculations across groups of data, clean data, and other useful tasks. Prerequisites: D-Lab’s R Fundamentals or equivalent knowledge; previous experience with base R is assumed. Workshop Materials: https://github.com/dlab-berkeley/R-Data-Wrangling Software Requirements: Installation Instructions for R and RStudio
4:00 PM - 5:30 PM Translating Your Credentials: CV to Resume & Building a LinkedIn Profile November 14, 2023 @ 4:00 PM - 5:30 PM Translating Your Credentials: CV to Resume & Building a LinkedIn Profile You’ve done your homework, talked to working professionals in your emergent field, and are ready to begin submitting applications. Learn how to present the skills and experience you’ve developed in grad school and before in the most clear and compelling manner to your potential future employer.
2023-11-15 Annual Biomedical Research Conference for Minoritized Scientists (ABRCMS) Annual Biomedical Research Conference for Minoritized Scientists (ABRCMS) November 15, 2023 - November 18, 2023 Annual Biomedical Research Conference for Minoritized Scientists (ABRCMS) For over 20 years, the Annual Biomedical Research Conference for Minoritized Scientists (ABRCMS) – recipient of the 2019 AIMBE Excellence in STEM Education Award – has been the go-to conference for underrepresented community college, undergraduate and postbaccalaureate students in science, technology, engineering and mathematics. As ABRCMS has continued to grow and evolve, it has also become a space for graduate students, postdocs, faculty, program administrators and more. Plan to join us for ABRCMS 2023, taking place in-person, Nov. 15-18 in Phoenix, Arizona.
2:00 PM - 5:00 PM Python Deep Learning: Part 2 of 2 November 15, 2023 @ 2:00 PM - 5:00 PM Python Deep Learning: Part 2 of 2 The goal of this workshop is to build intuition for deep learning by building, training, and testing models in Python. Rather than a theory-centered approach, we will evaluate deep learning models through empirical results. We start with a review of what deep learning is and then unpack what neural networks are and how they work. We then jump straight into Python, using the Keras library to build neural networks. We will explore how different architectures affect the performance of predicting handwritten digit images. Lastly, we explore a specific flavor of neural networks, the convolutional neural network. We review how it’s different from a standard vanilla neural network, and build different architectures to test how well they perform on the classification of animal and vehicle image classification. Prerequisites: D-Lab's Python Machine Learning Fundamentals (6 hours) series or equivalent introductory machine learning knowledge. Workshop Materials: https://github.com/dlab-berkeley/Python-Deep-Learning.
5:30 PM - 7:30 PM Community Dinner: Being Thankful for our Community November 15, 2023 @ 5:30 PM - 7:30 PM Community Dinner: Being Thankful for our Community UndocuGrads has been institutionalized at UC Berkeley for 5 years now! We want to celebrate with our community over a Dinner meal, and we hope you will join us. Please complete this RSVP form and list any dietary restrictions.
3:00 PM - 4:00 PM Be A Leader In The World Of Investments With Equity Research At Morgan Stanley November 16, 2023 @ 3:00 PM - 4:00 PM Be A Leader In The World Of Investments With Equity Research At Morgan Stanley HOW WILL YOU INFLUENCE THE WORLD? Let Morgan Stanley Equity Research challenge your perceptions about Wall Street. We are dynamic in our thinking because every member of our team is unique. Hear from Kristine Liwag (Executive Director, Lead Analyst of Aerospace & Defense), MaryAnne Zhao (Vice President, Media and Entertainment), and Stefan Diaz (Associate, Tobacco and Packaged Food) as they share their career journey with you. Gain meaningful insight into what it is like to work at Morgan Stanley, our culture, and the work we do. You will hear first-hand what skills are required to succeed in Research. You will also have the opportunity to ask about what matters most to you and your career. If you want to learn how to influence the world, identify market moving trends, and be a thought-leader, join us at our MS Research Insight Webinar. We welcome your talent and ambition. Date: Thursday, November 16, 2023 Time: 6:00 pm – 7:00 pm (Eastern Time) We welcome all who are interested regardless of grade and major or discipline to register. REGISTER HERE Venue: Virtual - Zoom Learn more at www.morganstanley.com/campus
3:30 PM - 5:00 PM Universal Design for Learning November 16, 2023 @ 3:30 PM - 5:00 PM Universal Design for Learning Deepen your knowledge of inclusive teaching practices by exploring the Universal Design for Learning framework. Join us to learn more about how to center inclusion in your pedagogy, and apply this understanding through evaluating examples and resources.
10:00 AM - 11:00 AM Explore Research Internships and Scholarships with A*STAR Singapore November 17, 2023 @ 10:00 AM - 11:00 AM Explore Research Internships and Scholarships with A*STAR Singapore Agency for Science, Technology and Research (A*STAR) is Singapore’s lead public sector agency driving economic-oriented research, advancing scientific discovery, and developing innovative technology. It will be hosting a series of information session at UC Berkeley, focusing on overseas Research Internships and Scholarships for both Undergraduates and Graduates. Please register here or contact Ms June Wang at [email protected] for more info!
11:00 AM - 12:00 PM Group Career Chats: Navigating Oppressions in the Job Search (Arts & Humanities) November 17, 2023 @ 11:00 AM - 12:00 PM Group Career Chats: Navigating Oppressions in the Job Search (Arts & Humanities) This in-person group career chat is a place to discuss a range of techniques one may use to navigate internalized oppressions in the job search. We will use kyriarchy as an intersectional model of oppression as a multi identity experience. Students who have one or more marginalized identities related to any of the following are invited to join: Race, gender, sexual orientation, low income, disability, neurodivergence, ancestral heritages that have survived (or not survived) colonization, students who are parents and undocumented students are welcome to join. We will take as fact that career culture and the job search in North America at this time is located within systems such as capitalism, colonization, white supremacy, ableism, neurotypicality and other oppressive systems. We will take some time to unpack typical career experiences that reflect and enforce these systems to gain awareness. We will work through students lived experience(s) and will address scenarios brought up by students (past scenarios and future fears and or realities are all welcome) We will specifically focus on internalized oppressions for this session. Affinity based resources will also be shared. Students should come prepared to discuss group agreements prior to any shared experiences (we will co-create these). Techniques will range from somatic exercises (available to students of varying ability), community building, understanding personal values, how to lean into identity specific mentorship and other resources as needed. About the facilitator: Lily Ritchie (Career Counselor) is a white, cis-gendered woman with an invisible disability from a first generation, low income background, who currently holds education and middle class privileges'. She currently serves as the Arts & Humanities liaison within the College of Letters and Science and serves as the Berkeley Career Engagement liaison to both the The Gender Equity Resource Center and the Queer Alliance Resource Center. Limited to 20 students.
9:00 AM - 12:00 PM R Data Visualization November 20, 2023 @ 9:00 AM - 12:00 PM R Data Visualization This workshop will provide an introduction to graphics in R with ggplot2. Participants will learn how to construct, customize, and export a variety of plot types in order to visualize relationships in data. We will also explore the basic grammar of graphics, including the aesthetics and geometry layers, adding statistics, transforming scales, and coloring or panelling by groups. You will learn how to make histograms, boxplots, scatterplots, lineplots, and heatmaps as well as how to make compound figures. Prerequisites: D-Lab’s R Fundamentals or equivalent knowledge; previous experience with base R is assumed. Workshop Materials: https://github.com/dlab-berkeley/R-Data-Visualization Software Requirements:Installation Instructions for R and RStudio
5:30 PM - 6:30 PM Navigating the transition from graduate school to management consulting November 20, 2023 @ 5:30 PM - 6:30 PM Navigating the transition from graduate school to management consulting Josh Yim received his PhD in Chemical and Systems Biology at Stanford from 2014-2020. His work in the Bogyo Lab focused on imaging tumors using chemical sensors. Through his experience with industry collaborations during graduate school, Josh developed a keen interest in business which led him to join BCG’s San Francisco office upon graduation. Josh consults biopharma, biotech, payers, and providers, focusing on R&D strategy development, portfolio optimization, and organization redesign, among other areas. Currently, Josh is doing a secondment at Johnson & Johnson, working to form partnerships with data science companies to support J&J’s R&D pipeline. Josh is excited to share his insights on making the transition from research to consulting.
6:00 PM - 7:30 PM Opportunities and Paths to Build a Deeptech Startup While Being a Graduate Student/Postdoc at UC Berkeley November 20, 2023 @ 6:00 PM - 7:30 PM Opportunities and Paths to Build a Deeptech Startup While Being a Graduate Student/Postdoc at UC Berkeley As you might know, UC Berkeley is the top university in the number of companies founded by undergraduate alumni. Cal has been stepping up efforts to support the graduate students and postdocs aspiring to transition their research to building products at startups. Come attend this workshop to understand some of the resources, including fellowships, working space and mentorship that one would need to build a startup. We have three fantastic speakers, Prof. Dave Schaffer, Susan Abrahamson and Darren Cooke sharing the information and learnings.
9:00 AM - 10:00 AM Pursuing Careers in Business Development, Corporate Research and Sales November 21, 2023 @ 9:00 AM - 10:00 AM Pursuing Careers in Business Development, Corporate Research and Sales Business development and research roles inside companies draw from a range of skills, knowledge and domain expertise. They are also significantly populated by PhDs and post-graduates around the world and can offer terrific career mobility. Dr. Ray Price has worked across many roles and brings fresh insight into what these jobs entail, as well as how you might land one. Ray is a pharma/biotech business development executive responsible for increasing sales and managing collaborative R&D agreements for Neuroservices Alliance by leading the commercial team. He has an MBA from INSEAD (2009), and has work experience in Japan, the US, and France. He also has a Ph.D. in Pharmacology from Vanderbilt University and extensive R&D experience. Finally, Ray is the founder and owner of a (profitable!) small business that performs solutions services (medical writing and editing) for non-native English speakers, with global clients in more than 10 countries.
1:00 PM - 2:30 PM AIGP Presents: Dr. LaNada WarJack & Everado Reyes November 21, 2023 @ 1:00 PM - 2:30 PM AIGP Presents: Dr. LaNada WarJack & Everado Reyes This event will be a livestream event and interview provided by Everado Reyes member of the Indigenous Graduate Student Association (IGSA) (formerly AIGSA). Ever is also a current fellow within the Institute for the Study of Societal Issues (ISSI). Ever’s research focuses on the intersections between music, social movements, and Indigenous self-determination. His dissertation focuses on the contemporary sonic and political influences of the 1969 Occupation of Alcatraz Island by the Indians of All Tribes on Indigenous social movement. This interview will support the completion of Ever’s dissertation as he transitions into UC becoming Berkeley Alumni, and a mentor in the field of Indigenous musicology. Dr. LaNada WarJack is an enrolled member of the Shoshone-Bannock Tribes of the Fort Hall Indian Reservation in Idaho. She attended the University of California at Berkeley and majored in an Independent Major of Native American Law & Politics, graduating in 1970. This event will be live streamed at: https://berkeley.zoom.us/j/95228488021 In person attendance please RSVP to [email protected]. Co-Sponsored by the Joseph Myers Center for Native American Issues, Native American Student Development, Cal Athletics DEIBJ, and The American Indian Graduate Program.
1:00 PM - 2:30 PM Technical Interview Overview & Case Workshop + Recruiter Q&A November 28, 2023 @ 1:00 PM - 2:30 PM Technical Interview Overview & Case Workshop + Recruiter Q&A During this workshop we will walk through and practice the Technical Interview and a Case-Tech Interview example. These examples will be guided by Capital One professionals trained in facilitating the interview process. A recruiter will also be on the call to answer any questions you may have. This workshop is intended to help candidates prepare for the following Students & Grads roles: Technology Internship Program and the Technology Development Program.
6:00 PM - 7:00 PM Hub Garden Workshop November 28, 2023 @ 6:00 PM - 7:00 PM Hub Garden Workshop The Inclusive Excellence Hub is a new space on campus for historically underrepresented graduate students to build camaraderie and gain resources for their holistic well-being. Join us in planning and developing ideas. We are also seeking Graduate Student insight and will be having a California Native Plant Specialist who will also provide a brief presentation. Please join us & contribute your ideas as we develop our garden. Cafe Platano will be provided, RSVP here!
12:30 PM - 1:30 PM Find Your Future with Us! Natural Resources and Agriculture Career Fair November 30, 2023 @ 12:30 PM - 1:30 PM Find Your Future with Us! Natural Resources and Agriculture Career Fair Find Your Future With Us! Drop in to learn about "Entry-Level" Natural Resource and Agriculture Related Job openings which are open the week of this event! We will highlight some information about these positions, their locations, and the best way to apply and be considered! Please note, this is intended for students and graduates who have a background, interest and degree in Biology, Natural Resources, Agriculture, and related sciences. Due to HR Requirements, applicants in non-science backgrounds will not be considered for the positions.
4:00 PM - 5:15 PM Faculty panel, “Dual Careers: navigating the ‘two body’ search” November 30, 2023 @ 4:00 PM - 5:15 PM Faculty panel, “Dual Careers: navigating the ‘two body’ search” This panel will bring together UC alumni and current faculty to discuss STEM faculty hiring and share insights with the audience of STEM PhD trainees. Topics may include: Timeline for search(es), when to talk about your priorities as a couple, and who or what might provide assistance/support to you in the planning phase? When might be best to bring up a partner’s work needs/situation to potential employers? Do institutions provide any kind of dual career assistance? Is it ok to negotiate for benefits that affect a partner’s job options or work? Speakers include: Ed Green, PhD, Director, QB3-Santa Cruz and Professor of Biomolecular Engineering, UC Santa Cruz Amy Pickering, PhD, Assistant Professor, Blum Center Distinguished Chair in Global Poverty and Practice, UC Berkeley Meng-meng Fu, PhD, Assistant Professor of Cell Biology, Development and Physiology, UC Berkeley
4:30 PM - 5:30 PM Time Management: Tips and Tools November 30, 2023 @ 4:30 PM - 5:30 PM Time Management: Tips and Tools Thank you for your interest in the "Time Management: Tips and Tools" workshop offered by Graduate Peer Support Providers at UC Berkeley. Join us for a chance to learn about tips and tools to help you management your time! In this workshop, we will cover the following topics: What is Time Management Time Management Tips The Big Three Strategies Time Management Tools Tackling Procrastination This workshop will take place on Thursday November 30th at 4:30PM on Zoom or in person. For those interested in attending in person, a location will be sent via email after registration. Please complete this registration form to let us know if you will be able to join us at the workshop! If you have any question, please contact us at, [email protected]
3:30 PM - 5:00 PM Winter Wonders: Preparing for the Break and Thinking Forward December 1, 2023 @ 3:30 PM - 5:00 PM Winter Wonders: Preparing for the Break and Thinking Forward UndocuGrads invites our community to come together for this exciting virtual event that focuses on thinking about the present, past, and future of our academic journeys. Unlike traditional online meetings, we will be using an interactive avatar-based environment to not only revisit what went well (and didn’t) this past semester but also what we might want to improve on for the Spring semester. Since this event will be online, we will also provide a prize for participating! RSVP here: https://forms.gle/nvD4hpmy3odxNBDh9
October 30, 2023 @ 8:00 AM - November 3, 2023 @ 5:00 PM UC Berkeley Graduate Diversity Admissions Fair
October 30, 2023 @ 8:00 AM - November 3, 2023 @ 5:00 PM UC Berkeley Graduate Diversity Admissions Fair
October 30, 2023 @ 8:00 AM - November 3, 2023 @ 5:00 PM UC Berkeley Graduate Diversity Admissions Fair
October 30, 2023 @ 8:00 AM - November 3, 2023 @ 5:00 PM UC Berkeley Graduate Diversity Admissions Fair
November 2, 2023 @ 11:00 AM - 12:00 PM Live on Zoom: Knowing Your Worth: How to Approach Negotiations in Academia
October 30, 2023 @ 8:00 AM - November 3, 2023 @ 5:00 PM UC Berkeley Graduate Diversity Admissions Fair
November 8, 2023 @ 4:10 PM - 6:15 PM Howison Lecture – Béatrice Longuenesse on Self-Consciousness and ‘I’ – Anscombe and Sartre in Dialogue
November 14, 2023 @ 4:00 PM - 5:30 PM Translating Your Credentials: CV to Resume & Building a LinkedIn Profile
November 16, 2023 @ 3:00 PM - 4:00 PM Be A Leader In The World Of Investments With Equity Research At Morgan Stanley
November 17, 2023 @ 10:00 AM - 11:00 AM Explore Research Internships and Scholarships with A*STAR Singapore
November 17, 2023 @ 11:00 AM - 12:00 PM Group Career Chats: Navigating Oppressions in the Job Search (Arts & Humanities)
November 20, 2023 @ 5:30 PM - 6:30 PM Navigating the transition from graduate school to management consulting
November 20, 2023 @ 6:00 PM - 7:30 PM Opportunities and Paths to Build a Deeptech Startup While Being a Graduate Student/Postdoc at UC Berkeley
November 21, 2023 @ 9:00 AM - 10:00 AM Pursuing Careers in Business Development, Corporate Research and Sales
November 30, 2023 @ 12:30 PM - 1:30 PM Find Your Future with Us! Natural Resources and Agriculture Career Fair
November 30, 2023 @ 4:00 PM - 5:15 PM Faculty panel, “Dual Careers: navigating the ‘two body’ search”