<?xml version="1.0"?>
<News hasArchived="true" page="150" pageCount="1231" pageSize="10" timestamp="Fri, 14 Aug 2026 16:40:29 -0400" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts.xml?mode=activity&amp;page=150">
<NewsItem contentIssues="true" id="133064" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133064">
<Title>Tyler Josephson advances research with NSF CAREER AWARD</Title>
<Tagline>Creating &#8220;AI Scientists&#8221;</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <em>from <a href="https://umbc.edu/stories/tyler-josephson-wins-nsf-career-award-ai/" rel="nofollow external" class="bo">UMBC NEWS</a>, "Creating “AI Scientists”: Tyler Josephson advances a new field of research through $650,000 NSF CAREER award",  by Catherine Meyers on Published: May 12, 2023</em><div><br></div>
    <div><br></div>
    
    <p><strong>Tyler Josephson</strong>’s <a href="https://atomslab.github.io/" rel="nofollow external" class="bo">lab</a> sits off a main corridor in the <a href="https://cbee.umbc.edu/" rel="nofollow external" class="bo">department of chemical, biochemical and environmental engineering</a> at UMBC. Open the door, though, and you’ll see nary a beaker, chemical closet, or lab coat. Inside, a few computers sit on tables. You might see equations scrawled on the white board or a few students poring over lines of code.</p>
    <p>Using this modest setup, Josephson has launched an ambitious project to equip computers to make scientific discoveries—starting in the realm of chemistry. This March he won a prestigious<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2236769" rel="nofollow external" class="bo"> NSF CAREER award</a> to advance the project.</p>
    <p>The goal of the work is ultimately to speed up the process of science, which should in turn give humanity new knowledge and tools to face down big challenges such as climate change and environmental degradation.</p>
    <p>As Josephson and his students dive into the work, they are bringing together techniques from across mathematics, computer science, and chemical engineering. Their first step is to translate chemical theories into a rigorous mathematical language that a computer can understand.</p>
    <h4><strong>Math as the language of science</strong></h4>
    <p>In 1623, the Italian natural philosopher Galileo Galilei wrote an <a href="https://web.stanford.edu/~jsabol/certainty/readings/Galileo-Assayer.pdf" rel="nofollow external" class="bo">essay</a> in which he described nature as a book written in “the language of mathematics.” Many scientists since have puzzled over the mysterious power of math to describe physical phenomena.</p>
    <p>Josephson and his students are tapping into this power. They are using a tool developed by researchers at Microsoft called the Lean theorem prover.<a href="https://www.microsoft.com/en-us/research/project/lean/" rel="nofollow external" class="bo"> Lean</a> is both a computer language and a program for checking each step of a rigorous mathematical proof.</p>
    <p>“Formal proofs, which are verified by a computer, differ from the informal, handwritten versions often used by scientists,” says Josephson. Informal proofs are easier to write, but they usually skip logical steps, assuming a human reader will have the knowledge and skill to follow along. This means that errors can creep in undetected.</p>
    <p>On the other hand, if a proof has been written and checked in Lean, it is guaranteed to be correct as long as the stated assumptions are true.</p>
    <h4><strong>A community of Lean programmers</strong></h4>
    <p>Lean has a dedicated community of volunteer developers who have built a large library of mathematical proofs, each of which can then serve as a building block for more complicated proofs. They aim to <a href="https://www.quantamagazine.org/building-the-mathematical-library-of-the-future-20201001/" rel="nofollow external" class="bo">digitize mathematics</a>, starting with the entirety of the undergraduate math curriculum, which will lay the foundation for formal proofs in advanced modern mathematics.</p>
    <p>Josephson plans to build a similar library with formally correct derivations in science and engineering, starting with chemical concepts such as the thermodynamic behavior of gases and of molecules sticking and unsticking from surfaces.</p>
    <p>He and his students describe their approach in a first<a href="https://arxiv.org/pdf/2210.12150.pdf" rel="nofollow external" class="bo"> paper</a> on the subject, and are in the process of submitting it to journals.</p>
    <img src="https://umbc.edu/wp-content/uploads/2023/05/Tyler-Josephson-lab-resized-1200x800.jpg" alt='One standing person and three seated people (all AI researchers) look at computer monitor placed on a table. A banner on the wall reads "UMBC" and "#RetrieverNation"' width="1200" height="800" style="max-width: 100%; height: auto;">
    Tyler Josephson (standing) and students Max Bobbin (left), Parivash Feyzishendi (center), and Samiha Sharlin (right) in the lab. (Marlayna Demond ’11/UMBC)
    
    <p>The power of the work will multiply as more of the foundations of science are translated into Lean, so a large part of the team’s work will also be to recruit, inspire, and train fellow proof creators. They will hold workshops to showcase Lean for scientists and engineers, and they plan to create fun and educational games that will teach Lean-programming skills to newcomers.</p>
    <p>“I’m really excited to share this tool with students and the scientific community,” Josephson says.</p>
    <h4><strong>Building better scientific computing tools</strong></h4>
    <p>Josephson’s goal to formally verify scientific theories isn’t just an intellectual exercise—it’s a means of building better tools for better science. One such tool he plans to create with NSF CAREER award support is Lean-based computer software that can simulate the behavior of molecules under a range of conditions. </p>
    <p>Scientists often use such software to test theories as an alternative to physical experiments. It can be easier to run simulations of reactions on a computer, for example, than to mix real chemicals again and again, and some molecular phenomena may happen so fast, or under such extreme conditions, that current experimental tools cannot capture them.</p>
    <p>However, bugs can mar the performance of the software. For example, starting in 2011, a hidden coding error fueled a seven-year “<a href="https://pubs.aip.org/physicstoday/Online/4628/The-war-over-supercooled-water" rel="nofollow external" class="bo">war over supercooled water</a>,” in which two scientific groups disagreed about what happens to ultrapure water when it is cooled significantly below the freezing point of normal water, and then suddenly crystallizes.</p>
    <p>Code written in Lean is unique from that written in the programming languages commonly used in scientific computing, since it can be provably free of such math errors, Josephson says. </p>
    <p>As more scientists and engineers learn to write code and proofs in Lean, others will be able to write bug-free software for applications as diverse as weather forecasting, drug discovery, and predicting material performance.</p>
    <h4><strong>“AI scientists” who reason on their own</strong></h4>
    <p>Ultimately, Josephson hopes to use a Lean-based library of scientific knowledge to train computers as fellow scientists. For example, large language models, such as the recently popularized ChatGPT, might be trained on a library of scientific proofs and gain the ability to “autocomplete” proofs on their own, translate informal proofs from the literature into formal ones, and even discover entirely new scientific theories, which could then be checked for correctness by Lean.</p>
    <p>A tool like this might revolutionize science. In Galileo’s time, a single person could master large portions of human scientific knowledge, but now scientists usually go to school for decades to become experts in a tiny subfield, Josephson says.</p>
    <p>AI scientists capable of digesting a database of thousands of scientific proofs in multiple disciplines might draw connections across them to reveal new discoveries. “Such a tool could lead to an AI-powered Renaissance in interdisciplinary scientific discovery,” says Josephson.</p>
    <p>While such lofty goals remain in the future, Josephson and his students are energized by the possibilities. As they embark on an exciting scientific journey, they are thrilled to bring as many people as possible along on the ride.</p>
    </div>
]]>
</Body>
<Summary>from UMBC NEWS, "Creating “AI Scientists”: Tyler Josephson advances a new field of research through $650,000 NSF CAREER award",  by Catherine Meyers on Published: May 12, 2023         Tyler...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133064/guest@my.umbc.edu/3d87a874ac5b8c8fc9d5e108c4749646/api/pixel</TrackingUrl>
<Tag>award</Tag>
<Tag>faculty</Tag>
<Tag>josephson</Tag>
<Tag>spring-2023</Tag>
<Group token="cbee">Chemical, Biochemical and Environmental Engineering</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/cbee</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xsmall.png?1746794587</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/original.png?1746794587</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xxlarge.png?1746794587</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xlarge.png?1746794587</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/large.png?1746794587</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/medium.png?1746794587</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/small.png?1746794587</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xsmall.png?1746794587</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xxsmall.png?1746794587</AvatarUrl>
<Sponsor>Chemical, Biochemical and Environmental Engineering</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/xxlarge.jpg?1684341161</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/xlarge.jpg?1684341161</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/large.jpg?1684341161</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/medium.jpg?1684341161</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/small.jpg?1684341161</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/xsmall.jpg?1684341161</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/064/f3c6a66c048263f2b362db019ca84932/xxsmall.jpg?1684341161</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 May 2023 12:37:43 -0400</PostedAt>
<EditAt>Mon, 29 Apr 2024 12:36:11 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="133552" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133552">
<Title>LIVESTREAMING IS  NOW AVAILABLE FOR RETRIEVER TALKS!</Title>
<Tagline>Tune in tomorrow, Wed., 5/17 at 10am!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <span>If you are unable to be on campus tomorrow, Wed., May 17th for the 3rd Cohort of Retriever Talks, you are in luck!  LIVESTREAMING WILL BE AVAILABLE!  </span><div><span><br></span></div>
    <div><span>Get your laptop/desktop/technology cued up a few minutes before 10am.  It's gonna be good, something for EVERYONE, no matter how you are connected to UMBC (student, staff, faculty, alumni, and/or community partner). If you can't join us in person or virtually via livestream, it will be recorded, just as the 1st and 2nd cohorts are.  </span></div>
    <div><span><br></span></div>
    <div><span>For more info, visit: </span></div>
    </div>
]]>
</Body>
<Summary>If you are unable to be on campus tomorrow, Wed., May 17th for the 3rd Cohort of Retriever Talks, you are in luck!  LIVESTREAMING WILL BE AVAILABLE!      Get your laptop/desktop/technology cued up...</Summary>
<Website>https://hr.umbc.edu/umbc-retriever-talks-2023/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133552/guest@my.umbc.edu/3feb0e7f2d343f45c0a49881772d75af/api/pixel</TrackingUrl>
<Group token="shriver">The Shriver Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/shriver</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/original.jpg?1441293069</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/large.png?1441293069</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/medium.png?1441293069</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/small.png?1441293069</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxsmall.png?1441293069</AvatarUrl>
<Sponsor>The Shriver Center</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 16 May 2023 18:16:54 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="133551" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133551">
<Title>Exploring Artificial Reproductive Technologies</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><em>Positionally statement: This post is written by Audrey Gatewood. I am a senior in the UMBC School of Social Work, completing my field placement at the Women’s Center. I’m writing this blog as a result of learning about reproductive technologies in my personal life, with the belief that other people may be interested too. I do not have any background in medical education, and do not have first- hand experience with reproductive technologies. This blog is written from research I’ve done for myself, prompted by my own interest in using reproductive technologies, and does not cover everyone’s experience or all possible circumstances in which reproductive technologies may be used. </em></p>
    
    
    
    <a href="https://womenscenteratumbc.wordpress.com/wp-content/uploads/2023/05/image.png" rel="nofollow external" class="bo"><img width="1024" height="435" src="https://womenscenteratumbc.wordpress.com/wp-content/uploads/2023/05/image.png?w=1024" alt="" style="max-width: 100%; height: auto;"></a>
    
    
    
    <p><em>(A simplified illustration of the difference between artificial insemination, in which sperm is injected directly into the uterus, and in vitro fertilization, in which an egg is fertilized in a petri dish before being inserted into the uterus. Photo via </em><a href="https://www.invitra.com/" rel="nofollow external" class="bo"><em>https://www.invitra.com/</em></a><em> ) </em></p>
    
    
    
    <p>When I mention my partner and I may consider having kids, generally a beat of intrigued confusion follows. My partner and I are both women, and cannot get pregnant on our own. Even surrounded by other LGBTQ people, follow up ensues: Adoption? Intrauterine insemination? Sperm donor? </p>
    
    
    
    <p>Fertility is typically viewed as a given for people of a certain age, and parenthood as inherent in long-term heterosexual partnerships. For women in particular, fertility and motherhood are seen as defining states of being. But what about people who are infertile, who can’t get pregnant for health reasons, who want children but don’t want to be pregnant, who are older, lesbian and gay couples, and so on? Disrupting the typical image of childbearing comes with many questions of intention, method, and outcome. Particularly interesting are the medical technologies and methods that people may use to get pregnant, called <strong>artificial reproductive technology</strong>, or ART. </p>
    
    
    
    <p>Artificial reproductive technologies are innovations in healthcare that help people conceive. According to the American Center for Disease Control definition, ART includes </p>
    
    
    
    <p><em>“any fertility-related treatments in which eggs or embryos are manipulated. Procedures where only sperm are manipulated, such as intrauterine inseminations, are not considered under this definition (</em><a href="https://pubmed.ncbi.nlm.nih.gov/35015434/" rel="nofollow external" class="bo"><em>Jain and Singh, 2023</em></a><em>).”</em></p>
    
    
    
    <p>The most well known and common ART procedure is in vitro fertilization, or IVF, in which a sperm and an egg are combined outside of the body in a laboratory dish. Eggs are retrieved in a process called ovarian stimulation, in which a person is given hormonal fertility medications to stimulate multiple egg growth in the ovaries, instead of just one per month (Jain and Singh, 2023). This way there are more chances for the egg to be effectively fertilized and result in a pregnancy, as not every egg will fertilize, and not every fertilized egg will result in a full term pregnancy. The fertilized egg, or multiple eggs, are then transplanted into the uterus, where they may or may not attach to the uterine lining and develop into a pregnancy. </p>
    
    
    
    <a href="https://womenscenteratumbc.wordpress.com/wp-content/uploads/2023/05/image-2.png" rel="nofollow external" class="bo"><img width="1024" height="798" src="https://womenscenteratumbc.wordpress.com/wp-content/uploads/2023/05/image-2.png?w=1024" alt="" style="max-width: 100%; height: auto;"></a>
    
    
    
    <p><em>(Illustration of the in vitro fertilization process. Photo via dreamstime.com)</em></p>
    
    
    
    <p>In this same process, one could choose to have eggs and/or embryos frozen for future use in a process called cryopreservation (Jain and Singh, 2023). This saves the person from having to go through the process of ovarian stimulation again, as it’s a relatively involved, 1-2 week long process that requires many doctors visits and potential side effects from hormone fluctuation. Some people choose to use cryopreservation to preserve eggs before undergoing major health undertakings, like chemotherapy, to prevent eggs from being damaged, or if age is a concern, one may choose to freeze their eggs at a younger age and use them at a later time, when they are ready to be pregnant.</p>
    
    
    
    <p>IVF is the most common ART in use, but there is also intrauterine insemination, or IUI. IUI is the process of inserting sperm directly into the uterus around the time of ovulation to increase the chance of fertilization (<a href="https://www.plannedparenthood.org/learn/pregnancy/fertility-treatments/what-iui" rel="nofollow external" class="bo">Planned Parenthood)</a>. Sperm is collected either from a partner or from a donor, “washed” in a process that collects healthy sperm and removes chemicals in the semen, and inserted via a catheter. The process is much more low- tech than IVF, less invasive, and generally takes about 5-10 minutes. But how do you get pregnant when sperm isn’t readily available? Most likely through a sperm bank, using donor sperm. </p>
    
    
    
    <a href="https://womenscenteratumbc.wordpress.com/wp-content/uploads/2023/05/image-1.png" rel="nofollow external" class="bo"><img width="1024" height="553" src="https://womenscenteratumbc.wordpress.com/wp-content/uploads/2023/05/image-1.png?w=1024" alt="" style="max-width: 100%; height: auto;"></a>
    
    
    
    <p><em>(Illustration of the intrauterine insemination process, in which washed sperm is injected into the uterus via a catheter. Photo via Jonathan Dimes for BabyCenter)</em></p>
    
    
    
    <p>People may choose to use donor sperm for a variety of reasons: if their/their partner’s sperm is infertile, to avoid passing down hereditary diseases, if a single woman is ready to have a kid, or if neither partner can produce sperm, like many lesbian couples, for example. People can use sperm from a friend or relative, but often sperm is coming from donors with varying levels of anonymity. Whether and to what degree a donor remains anonymous depends on the sperm bank and policies local to the state and country. Generally, though, total anonymity cannot be <em>guaranteed</em> to a sperm donor, particularly with the rise of consumer-level DNA testing for websites like 23AndMe or Ancestery.com. Generally, a medical history and varying levels of descriptors are provided to a person or couple looking to use donated sperm, descriptors that may include hair color, self-reported personality traits, ethnicity, personal interests/hobbies/ career, and sometimes, though not always, a photo. Sperm donors are heavily screened for infectious and hereditary disease, undergoing extensive medical questionnaires, full physical exams, and sperm analysis. Donors will also go through mental health screening and a criminal background check (<a href="https://www.ucsfhealth.org/treatments/donor-sperm-insemination#:~:text=Once%20retrieved%2C%20your%20eggs%20will,enhance%20fertilization%20of%20the%20egg" rel="nofollow external" class="bo">UCSF Health 2020</a>). </p>
    
    
    
    <p>ART and other related procedures like IUI come with a price. A single IVF cycle can range from $15,000 to $30,000 on average (<a href="https://www.forbes.com/health/family/how-much-does-ivf-cost/" rel="nofollow external" class="bo">Forbes Magazine, 2023</a>). IUI can cost between $300 to $1,000 per session, depending on if donor sperm is used (Planned Parenthood). Neither procedure guarantees a full term pregnancy. In fact, national data from the Society for Assisted Reproductive Technology reports that <em>“the rate of live births following first-use IVF for women under the age of 35 using their own oocytes is only 37% (Center for Reproductive Rights, 2020)”</em>. Private insurance companies may cover some or much of the procedure, and there are grants, discount programs and clinical studies that can reduce the cost  (Forbes Magazine, 2023). </p>
    
    
    
    <p>Even so, fertility treatments come with a barrier of accessibility, and may only be available to those who can afford them. IVF in particular can be burdensome for those who utilize it, not only coming at a huge financial cost, but demanding an investment of time and emotional and physical strain, causing many people to discontinue using it after an unsuccessful first attempt. </p>
    
    
    
    <p>IUI faces a much lower barrier of accessibility, but is not an option for everyone in need of fertility assistance. In addition to being financially inaccessible for many, infertility or using ART can come with a stigma, one which typically affects women. Deviance from the typical fertility narrative challenges the societal expectation of women as inherently mothers, and of the normative family dynamic of a married man and woman having children ‘naturally.’ Women using ART due to fertility issues may experience social stigma, personal shame, and anxiety or depression <a href="https://reproductiverights.org/" rel="nofollow external" class="bo">(Center for Reproductive Rights, 2020)</a>. Despite the fact that male-factor infertility accounts for 50% of clinical cases, women tend to receive the brunt of this stigma. For lesbian couples using IUI, stigma can follow the couple through their whole lives as a family, as the rules of a normative family structure are broken when a man is removed from the equation, and when pregnancy is achieved in a non-normative way. </p>
    
    
    
    <p> There isn’t much representation of lesbian moms. Even surrounded by my sizable LGBTQ community, in a “progressive” city, I haven’t had many examples of what parenting as a lesbain couple could look like. Sometimes I find myself wondering, if I had a kid, what their experience would be like having two moms? Will it be a huge difference from how I grew up? How would our family be treated by others? Will they be asked invasive questions about their birth? How much would they look like the sperm donor? What if they got in touch with the sperm donor when they were older, and what would that mean?</p>
    
    
    
    <p> Regardless of these questions, I’m grateful that reproductive technologies exist, and hope to see barriers to access removed. The future potential for growth, not only in the technological aspect, but in the regulation and accessibility of consumer use of fertility treatments, and of societal understanding, points to ongoing questions about medical technology, genetics, parenthood and more. </p>
    
    
    
    <p><strong>Reference </strong></p>
    
    
    
    <p><a href="https://reproductiverights.org/wp-content/uploads/2020/02/64785006_Infertility-and-IVF-Access-in-the-U.S.-Fact-Sheet_2.5.2020_Final.pdf" rel="nofollow external" class="bo">Center for Reproductive Rights. (2020).  <em>Infertility and IVF access in the United States</em>.</a> </p>
    
    
    
    <p><a href="https://www.forbes.com/health/family/how-much-does-ivf-cost/" rel="nofollow external" class="bo">Forbes Magazine. (2023, March 7th). <em>How much does IVF cost?</em>. Forbes. </a></p>
    
    
    
    <p><a href="https://pubmed.ncbi.nlm.nih.gov/35015434/" rel="nofollow external" class="bo">Jain, Meaghan; Singh, Manvinder. (January 2023)  <em>Assisted Reproductive Technology (ART) techniques</em>. National Center for Biotechnology Information.</a></p>
    
    
    
    <p><a href="https://www.plannedparenthood.org/learn/pregnancy/fertility-treatments/what-iui" rel="nofollow external" class="bo">Planned Parenthood. <em>What is intrauterine insemination (IUI)?</em> </a></p>
    
    
    
    <p><a href="https://www.ucsfhealth.org/treatments/donor-sperm-insemination#:~:text=Once%20retrieved%2C%20your%20eggs%20will,enhance%20fertilization%20of%20the%20egg" rel="nofollow external" class="bo">UCSF Health. (2020, October 7). <em>Donor sperm insemination</em>. ucsfhealth.org. </a></p>
    </div>
]]>
</Body>
<Summary>Positionally statement: This post is written by Audrey Gatewood. I am a senior in the UMBC School of Social Work, completing my field placement at the Women’s Center. I’m writing this blog as a...</Summary>
<Website>https://womenscenteratumbc.wordpress.com/2023/05/16/exploring-artificial-reproductive-technologies/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133551/guest@my.umbc.edu/98cadefc71272c49fd70b403fd045215/api/pixel</TrackingUrl>
<Tag>artificial-reproductive-technologies</Tag>
<Tag>feminism</Tag>
<Tag>ivf</Tag>
<Tag>lgbtq</Tag>
<Tag>lgbtq-readings</Tag>
<Tag>pregnancy</Tag>
<Tag>reproductive-health</Tag>
<Group token="womenscenter">Women's, Gender, &amp;amp; Equity Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/womenscenter</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xsmall.png?1750974263</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/original.png?1750974263</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xxlarge.png?1750974263</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xlarge.png?1750974263</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/large.png?1750974263</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/medium.png?1750974263</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/small.png?1750974263</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xsmall.png?1750974263</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xxsmall.png?1750974263</AvatarUrl>
<Sponsor>Women's Center</Sponsor>
<PawCount>5</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 16 May 2023 16:06:44 -0400</PostedAt>
<EditAt>Tue, 16 May 2023 16:06:44 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="133546" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133546">
<Title>The value of supporting through research mentorship</Title>
<Tagline>Joana Hernandez, '23 Chemical Engineering</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div>FROM <a href="https://umbc.edu/stories/mcnair-scholar-reflects-on-mentorship-leadership/" rel="nofollow external" class="bo">UMBC NEWS</a>,  </div>
    <strong>McNair Scholar reflects on the power of research mentorship and leadership through supporting others</strong>, by Adriana Fraser, Published: May 9, 2023<div><br></div>
    
    <h3><strong>Joana Hernandez</strong></h3>
    <p><strong>Degree:</strong> B.S., Chemical Engineering, biotechnology &amp; bioengineering track<br><strong>Hometown:</strong> Hyattsville, MD<br><strong>Post-grad plans: </strong>Applying to biochemical engineering Ph.D. programs</p>
    <p><a href="https://mcnair.umbc.edu/" rel="nofollow external" class="bo">McNair Scholar</a> <strong>Joana Hernandez</strong> is a research enthusiast who found her interest in scientific exploration and mentorship while at UMBC. Since 2019, Hernandez has worked as a research assistant in the lab of <a href="https://vonhofflab.umbc.edu/" rel="nofollow external" class="bo"><strong>Fernando Vonhoff</strong></a>, assistant professor of biological sciences. The lab uses fruit flies as a model to study human neurological diseases. It was in Vonhoff’s lab where she realized that there were opportunities to turn her love of learning into a career in research. </p>
    <p>Hernandez has taken her interest in conducting research to the next level by helping to guide fellow students who may be unfamiliar with the academic research process. As a teaching fellow in the McNair Scholars Program, Hernandez led workshops in a class dedicated to teaching students how to develop research proposals. During these workshops, she presented on topics ranging from how to give a research presentation to how to apply to Research Experiences for Undergraduates (<a href="https://new.nsf.gov/funding/opportunities/research-experiences-undergraduates-reu" rel="nofollow external" class="bo">REUs</a>). </p>
    <p>Hernadez shares that she’s proud to be a McNair Scholar. “As a first-generation college student, it can be difficult to navigate academic spaces and obtain resources on applying to graduate programs,” Hernandez says. “McNair welcomed me with open arms and helped grow my confidence by providing me with opportunities to conduct research and present at national conferences.”</p>
    <img src="https://umbc.edu/wp-content/uploads/2023/05/McNair-Scholars-April-2023-274-Joana-Hernandez-1200x800.jpg" alt="Group of students smiling and posing in front of a backdrop with UMBC Academic Opportunity Programs, TRIO, and McNair Scholar logos." width="892" height="594" style="max-width: 100%; height: auto;">
    Joana Hernandez (fourth from the right, in glasses) with fellow McNair Scholars and Michael Hunt (far left), director of UMBC’s McNair Scholars Program. (Photo courtesy of Joana Hernandez)
    
    <h4><strong>Has there been a mentor or fellow student who influenced your time at UMBC?</strong></h4>
    <p>“My mentors <a href="https://biology.umbc.edu/directory/faculty/person/ii89055/" rel="nofollow external" class="bo"><strong>Fernando Vonhoff</strong></a> and <a href="https://gwst.umbc.edu/maria-celleri/" rel="nofollow external" class="bo"><strong>María Célleri</strong></a>, assistant professor of gender, women’s, and sexuality studies, have both had a positive influence on me. As a first-generation college student, I was unaware that undergraduates could participate in research or present at research conferences. When Dr. Vonhoff enabled me to join his lab my freshman year, it opened the doors to a lot of future opportunities. I am very grateful to have had a research mentor that was so understanding and encouraging.</p>
    <p>“Dr. Celleri, my McNair mentor, is someone I can always count on to give me advice about navigating academic spaces as a Latina, and how to balance my life between my immigrant household and school. I appreciate all the wisdom I have gathered from her.”</p>
    <h4><strong>What academic achievement are you most proud of?</strong></h4>
    <p>“I am most proud of when I presented the research I did in the Vonhoff lab at the 2019 Annual Biomedical Research Conference for Minoritized Scientists (<a href="https://abrcms.org/" rel="nofollow external" class="bo">ABRCMS</a>). That was the first time that I had attended a national conference and flew out to the West Coast. It was an eye-opening experience being able to see other undergraduate researchers from diverse backgrounds who were also just as passionate about communicating their work.”</p>
    </div>
]]>
</Body>
<Summary>FROM UMBC NEWS,   McNair Scholar reflects on the power of research mentorship and leadership through supporting others, by Adriana Fraser, Published: May 9, 2023      Joana Hernandez...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133546/guest@my.umbc.edu/685ef4bb305d381c7d754f84560b9e77/api/pixel</TrackingUrl>
<Tag>research</Tag>
<Tag>spring-2023</Tag>
<Tag>ug</Tag>
<Tag>ugrad</Tag>
<Group token="cbee">Chemical, Biochemical and Environmental Engineering</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/cbee</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xsmall.png?1746794587</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/original.png?1746794587</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xxlarge.png?1746794587</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xlarge.png?1746794587</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/large.png?1746794587</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/medium.png?1746794587</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/small.png?1746794587</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xsmall.png?1746794587</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/771/b5e579e81b2e3624611890fa3ca2716a/xxsmall.png?1746794587</AvatarUrl>
<Sponsor>Chemical, Biochemical and Environmental Engineering</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/xxlarge.jpg?1684262656</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/xlarge.jpg?1684262656</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/large.jpg?1684262656</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/medium.jpg?1684262656</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/small.jpg?1684262656</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/xsmall.jpg?1684262656</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/546/6f4a037577471bd4dd8ee2729f909b38/xxsmall.jpg?1684262656</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 16 May 2023 14:45:19 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="133544" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133544">
<Title>GWST 315 Modern Masculinities</Title>
<Tagline>Spring Course Highlight!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <img src="https://gwst.umbc.edu/wp-content/uploads/sites/20/2023/05/IMG_0116.jpg" style="max-width: 100%; height: auto;"><div><br></div>
    <div>
    <div>Check out GWST 315: Modern Masculinities!</div>
    <div><br></div>
    <div>
    <div>By integrating theoretical and experiential perspectives, this course explores the social construction of masculinities and their intersections with other systems of inequality, such as race, class, and sexuality. Drawing on the contemporary feminist and masculinity studies scholarship on men and masculinities, the course examines the multiple and hierarchically organized configurations of masculinities primarily within the U.S context. However, an overall global approach is also pursued through an investigation of the linkages between formations of globalization and masculinities.</div>
    <div><br></div>
    </div>
    <div><br></div>
    </div>
    </div>
]]>
</Body>
<Summary>Check out GWST 315: Modern Masculinities!      By integrating theoretical and experiential perspectives, this course explores the social construction of masculinities and their intersections with...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133544/guest@my.umbc.edu/14f0479dd67c53c412e81a34df657406/api/pixel</TrackingUrl>
<Group token="gwst">Department of Gender, Women's, + Sexuality Studies</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/gwst</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xsmall.png?1551107229</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/original.png?1551107229</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xxlarge.png?1551107229</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xlarge.png?1551107229</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/large.png?1551107229</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/medium.png?1551107229</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/small.png?1551107229</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xsmall.png?1551107229</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xxsmall.png?1551107229</AvatarUrl>
<Sponsor>Department of Gender, Women's, + Sexuality Studies</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 16 May 2023 13:37:23 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="133543" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133543">
<Title>GWST 381 Reproductive Justice *Repost*</Title>
<Tagline>Spring Course Highlight!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><img src="https://gwst.umbc.edu/wp-content/uploads/sites/20/2022/11/GWST-381-1.jpg" style="max-width: 100%; height: auto;"></div>
    <div><br></div>
    <div>Check out GWST 381: Reproductive Justice!</div>
    <div><br></div>
    <div>The course investigates the histories, cultural politics, and embodied practices of human reproduction in the US using a reproductive justice framework. It examines heteropatriarchal and white supremacist institutions and ideologies that shape American notions of appropriate family formation, national belonging, and reproductive liberty/duty. It considers the impacts of both material technologies for preventing, interrupting, and assisting procreative processes and organized advocacy for sexual and reproductive rights, health, and justice on diverse reproductive lives.</div>
    <div><br></div>
    <div><br></div>
    </div>
]]>
</Body>
<Summary>Check out GWST 381: Reproductive Justice!     The course investigates the histories, cultural politics, and embodied practices of human reproduction in the US using a reproductive justice...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133543/guest@my.umbc.edu/0b9042b5c899b6a93c2a0c5cc4b83946/api/pixel</TrackingUrl>
<Group token="gwst">Department of Gender, Women's, + Sexuality Studies</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/gwst</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xsmall.png?1551107229</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/original.png?1551107229</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xxlarge.png?1551107229</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xlarge.png?1551107229</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/large.png?1551107229</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/medium.png?1551107229</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/small.png?1551107229</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xsmall.png?1551107229</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/442/0951c34dc17cf35be31bb59fa96435df/xxsmall.png?1551107229</AvatarUrl>
<Sponsor>Department of Gender, Women's, + Sexuality Studies</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 16 May 2023 13:32:02 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="133484" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133484">
<Title>Intern of the Week: Isha Shah</Title>
<Tagline>Check out Isha's Internship</Tagline>
<Body>
<![CDATA[
    <div class="html-content"><span><p><span>Name</span><span>:  Isha Shah</span></p>
    <p><span>Internship, Co-op, or Research Site</span><span>: Technuf, LLC</span></p>
    <p><span>Position Title</span><span>: Software Engineer and Data Science Intern</span></p>
    <p><span>Major or Program</span><span>: Information Systems</span></p>
    <p><span>Current Class Level</span><span>: Master’s Student</span></p>
    <p><span>Work Term</span><span>: Fall 2023</span></p>
    <p><span>Tell us about your internship, co-op, or research opportunity, including your day-to-day responsibilities.</span><span> </span></p>
    <p><span>"During my internship at Technuf, LLC as a Software Engineer and Data Science Intern, I had the opportunity to work on various tasks and responsibilities that contributed to the company's mission critical business needs. Technuf is a Maryland-based company known for its expertise in providing leading-edge technologies and highly skilled professionals.</span></p>
    <br><p><span>On a day-to-day basis, I was actively involved in data analysis tasks, which included gathering, cleaning, and analyzing large datasets to extract meaningful insights. This required me to utilize my knowledge of data science techniques and programming languages such as Python. I worked closely with the team to identify patterns, trends, and correlations in the data, enabling the organization to make informed decisions based on the findings.</span></p>
    <br><p><span>Another important aspect of my role was software testing. I was responsible for ensuring the quality and reliability of the software developed by the team. This involved creating test plans, executing test cases, and identifying and reporting any bugs or issues that arose during the testing process. By performing thorough testing, I contributed to the overall improvement of the software's functionality and user experience. Furthermore, I had the opportunity to work on Android and Flutter development projects. I collaborated with experienced developers to build mobile &amp; web-based applications using these technologies. I gained hands-on experience developing user-friendly interfaces, implementing backend functionality, and conducting thorough testing to ensure a smooth and responsive user experience. This exposure to mobile app development broadened my skill set and provided me with a deeper understanding of the software development lifecycle.</span></p>
    <br><p><span>In addition to data analysis and software testing, I also had the opportunity to generate weekly reports. These reports provided valuable insights and progress updates to the management team, enabling them to assess the performance of various projects and make informed decisions. I gained valuable experience in data visualization tools such as Power BI, which helped me effectively present the analyzed data in a visually appealing and concise manner.</span></p>
    <br><p><span>Throughout my internship, I maintained regular communication with my supervisor and team members. This allowed me to collaborate effectively, seek guidance when needed, and contribute to the team's overall success. I also utilized this opportunity to enhance my technical skills by taking part in various training sessions and workshops provided by the company. This helped me stay up-to-date with the latest industry trends and expand my knowledge in software engineering and data science.</span></p>
    <br><p><span>Overall, my internship experience at Technuf, LLC as a Software Engineer and Data Science Intern was incredibly enriching. It allowed me to apply my theoretical knowledge in a real-world setting, develop practical skills, and contribute to the company's mission-critical business needs. I am grateful for the opportunities I received and the skills I acquired during my time at Technuf. I am confident that these experiences have prepared me well for a successful career in software engineering and data science."</span></p>
    <p><span>Describe the process of obtaining your position. When did you hear of the position and submit your application?</span><span> </span></p>
    <p><span>"The process of securing my position as a Software Engineer and Data Science Intern at Technuf, LLC involved several steps and interactions. It all began when I became aware of the opportunity through a valuable alumni connection who holds the positions of Adjunct Professor and President at Technuf LLC.</span></p>
    <br><p><span>During our conversation, I further discussed my passion for the field and highlighted my abilities and skills relevant to the position. The alumni, impressed with my enthusiasm and qualifications, offered to review my resume and consider me for the internship opportunity. This initial interaction allowed me to establish a connection and showcase my dedication to joining Technuf.</span></p>
    <br><p><span>After reviewing my resume, the company proceeded to schedule an interview with a team of software managers and developers. The interview provided an opportunity for me to demonstrate my technical knowledge, problem-solving skills, and fit for the position. I prepared thoroughly for the interview by researching the company, familiarizing myself with their projects, and reviewing relevant technical concepts.</span></p>
    <br><p><span>Overall, the process of obtaining my position at Technuf, LLC involved reaching out to an alumni connection, expressing my interest, and engaging in a thorough interview process. This approach allowed me to establish a meaningful connection, present my qualifications, and ultimately secure the opportunity to contribute to the company as a Software Engineer and Data Science Intern."</span></p>
    <br><p><span>Which of the following resources did you use to find your current experience? </span></p>
    <p><span>Alumni Networking, Faculty Connections, LinkedIn or Other Social Media</span></p>
    <p><span>What have you enjoyed the most about your position or organization? </span><span> </span></p>
    <p><span>"One of the aspects I have enjoyed the most about my position at Technuf, LLC is the opportunity to work with cutting-edge technologies and industry-leading professionals. The company's commitment to providing innovative solutions and its emphasis on staying at the forefront of technological advancements has created an exciting and dynamic work environment.</span></p>
    <br><p><span>Being part of a team that constantly strives to push boundaries and deliver top-notch solutions has been both inspiring and fulfilling. I have had the privilege of collaborating with skilled and motivated professionals who have been instrumental in my personal and professional growth. Their expertise and guidance have allowed me to enhance my technical skills and broaden my knowledge in software engineering and data science.</span></p>
    <br><p><span>The organization encourages employees to stay updated with the latest industry trends through training sessions, workshops, and knowledge-sharing initiatives. This commitment to ongoing growth has provided me with invaluable opportunities to expand my skill set and stay ahead in a rapidly evolving field.</span></p>
    <br><p><span>Lastly, the supportive and collaborative work environment at Technuf, LLC has made my experience enjoyable. The culture of teamwork, open communication, and mutual respect has fostered a sense of belonging and camaraderie. I have had the privilege of working alongside talented individuals who are not only passionate about their work but also genuinely supportive and helpful.</span></p>
    <br><p><span>Overall, the combination of working with cutting-edge technologies, collaborating with skilled professionals, the focus on continuous learning, and the meaningful projects have made my position at Technuf, LLC truly enjoyable and rewarding."</span></p>
    <br><p><span>How do you believe you have made an impact through your work?</span></p>
    <p><span>"I believe I have made a significant impact through my work at Technuf, LLC. As a Software Engineer and Data Science Intern, I actively contributed to the company's mission-critical business needs by delivering good quality work and adding value to projects. Through my data analysis tasks, I unearthed valuable insights and trends that helped drive informed decision-making for the organization. By effectively utilizing programming languages like Python as well as SQL and Postgres SQL for database manipulation, I streamlined data processes and enhanced efficiency. </span></p>
    <br><p><span>In addition, I have worked on research and analysis for a project to identify and target potential clients. This involved conducting in-depth research, analyzing market trends and data, and presenting findings to the team. </span></p>
    <br><p><span>Moreover, my contributions as a software tester ensured the delivery of reliable and robust software solutions to clients. By understanding test plans, executing test cases, and identifying and reporting bugs, I with the other QA's played a crucial role in improving the functionality and user experience of the software developed by the team.</span></p>
    <br><p><span>Furthermore, my efforts in generating weekly reports using data visualization tools such as Power BI provided the management team with concise and visually appealing insights. These reports aided in monitoring project progress, evaluating performance, and making data-driven decisions. Overall, by actively participating in various aspects of software engineering and data science, I made a tangible impact on the organization's success and its ability to meet the needs of its clients."</span></p>
    <br><p><span>What advice would you give to another student who is seeking an internship or similar experience? </span></p>
    <p><span>"My advice would be to approach your internship with a proactive mindset and a genuine enthusiasm for learning. Embrace the opportunity to expand your knowledge and skills by actively seeking out new challenges and taking initiative in your day-to-day tasks.</span></p>
    <br><p><span>Rather than letting fears or doubts hold you back, use them as fuel to drive your growth. Recognize that it's natural to have some uncertainty, especially if you're still developing your skills. However, don't let that deter you from stepping out of your comfort zone and taking advantage of the valuable opportunities that lie ahead.</span></p>
    <br><p><span>To make the most of your internship, actively engage with your colleagues and supervisors. Be curious and don't hesitate to ask questions or seek guidance. By observing how experienced professionals work and seeking feedback on your own performance, you can accelerate your learning and gain valuable insights into the industry.</span></p>
    <br><p><span>Remember that internships are not just about the work itself, but also about building connections and expanding your professional network. Take the initiative to connect with others, attend networking events, and seize any chance to learn from those around you.</span></p>
    <br><p><span>Approach each day with a proactive mindset, actively seeking out new tasks and responsibilities. By demonstrating your eagerness to learn and contribute, you'll make a lasting impression and create valuable opportunities for yourself. Embrace the experience wholeheartedly, be proactive in your learning, and make the most of every moment."</span></p>
    <p><span>Please provide a short reflection or quote about what you liked most about your position / earning internship credit / working with the Career Center.</span></p>
    <p><span>"I appreciated the opportunity to gain practical experience and earn internship while also receiving guidance and support from experienced professionals. The Career Center team helped me refine my career goals, develop my resume and cover letter. I also enjoyed attending the various workshops, events, and networking opportunities organized by the Center, which allowed me to learn from industry experts, connect with alumni and employers, and expand my knowledge and skills. Overall, I am grateful for the valuable resources and mentorship provided by the Career Center, which have helped me grow both personally and professionally."</span></p>
    <p><span>Check out this post on our social media platforms!</span></p>
    <p><span>Follow us</span><span> on </span><a href="https://twitter.com/UMBCcareers" rel="nofollow external" class="bo"><span>Twitter</span></a><span> and </span><a href="https://www.instagram.com/umbccareers/" rel="nofollow external" class="bo"><span>Instagram</span></a><span> and</span><a href="https://www.linkedin.com/showcase/umbc-careers" rel="nofollow external" class="bo"><span>LinkedIn</span></a><span> </span></p>
    <p><span>#UMBCintern</span><span> </span></p>
    <span>Want to be the next Intern of the Week? Make sure to fill out this </span><a href="https://docs.google.com/forms/d/e/1FAIpQLScL7OPgE66vwQIsTVgky-Gnn3rlwmbj_DPm6zTDzFCaAvpaUQ/viewform?usp=sf_link" rel="nofollow external" class="bo"><span>form</span></a><span> and stay tuned. New interns are announced every Monday</span></span></div>
]]>
</Body>
<Summary>Name:  Isha Shah  Internship, Co-op, or Research Site: Technuf, LLC  Position Title: Software Engineer and Data Science Intern  Major or Program: Information Systems  Current Class Level: Master’s...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133484/guest@my.umbc.edu/88313dee66eda98fb9877b311eaaed5a/api/pixel</TrackingUrl>
<Tag>data</Tag>
<Tag>data-science</Tag>
<Tag>intern</Tag>
<Tag>intern-of-the-week</Tag>
<Tag>internship</Tag>
<Tag>software</Tag>
<Tag>software-developer</Tag>
<Tag>software-development</Tag>
<Tag>tech</Tag>
<Tag>technology</Tag>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Center</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/xxlarge.jpg?1683932664</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/xlarge.jpg?1683932664</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/large.jpg?1683932664</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/medium.jpg?1683932664</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/small.jpg?1683932664</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/xsmall.jpg?1683932664</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/484/e17233dc1c4e3457d5a259c06c7eb502/xxsmall.jpg?1683932664</ThumbnailUrl>
<PawCount>2</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 12 May 2023 19:04:42 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="133470" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133470">
<Title>i3b End of Semester Hours &amp; Summer 2023 Hours</Title>
<Tagline>Wishing everyone the best on finals!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">As we are wrapping up the Spring 2023 semester, all of i3b is wishing our community the best of luck on their finals and congratulations to our graduates! Below you can find end of semester hours and updates for operation for Summer 2023. <div><br></div>
    <div><strong><u>The Gathering Space for Spiritual Well-Being </u></strong></div>
    <div>Operating at normal hours - Monday, May 15, 2023 - Wednesday, May 24, 2023</div>
    <div><em>Monday - Friday: 8am - 10pm </em></div>
    <div><br></div>
    <div>Adjusted hours - Thursday, May 25, 2023</div>
    <div><em>8am - 8pm </em></div>
    <div><em><br></em></div>
    <div>The Gathering Space will close for Summer 2023 on Thursday, May 25, 2023 at 8pm. The space will reopen in August for the Fall 2023 - Spring 2024 academic year. More information to come. </div>
    <div><br></div>
    <div>
    <p><strong>***Temporary Summer Prayer, Meditation, &amp; Reflection Space***</strong></p>
    <p>Starting June 1, 2023</p>
    <p>The Commons, Room 328</p>
    <p>Monday - Friday: 8am - 4:30pm </p>
    <ul>
    <li><span>The Commons and the UMBC Campus will be closed on 5/29/23 in observance of Memorial Day.</span></li>
    <li>The Commons and the UMBC Campus will be closed on 6/19/23 in observance of Juneteenth.</li>
    <li>The Commons and the UMBC Campus will be closed on 7/4/23 in observance of Independence Day.</li>
    </ul>
    </div>
    <div><br></div>
    <div>
    <em>For all questions or inquiries about The Gathering Space for Spiritual Well-Being, please reach out to Matt Hoffman, Assistant Director, at <a href="mailto:mdhoffma@umbc.edu">mdhoffma@umbc.edu</a>. </em> </div>
    <div><br></div>
    <div>----------------------------------------------------------------------------</div>
    <div><br></div>
    <div><strong><u>The Mosaic: Center for Cultural Diversity </u></strong></div>
    <div>Operating at normal hours -  Monday, May 15, 2023 - Friday, May 19, 2023</div>
    <div><em>Monday, Tuesday, Thursday, and Friday: 10am - 6p</em></div>
    <div><em>Wednesday: 12pm - 8pm</em></div>
    <div><em><br></em></div>
    <div>The Mosaic will close for Summer 2023 on Friday, May 19th, 2023 at 6pm. The space will reopen in August for the Fall 2023 - Spring 2024 academic year. More information to come. </div>
    <div><br></div>
    <div>
    <em>For all questions or inquiries about The Mosaic: Center for Cultural Diversity, please reach out to Angelina R. Jenkins, Assistant Director, at <a href="mailto:arjenkins@umbc.edu">arjenkins@umbc.edu</a></em>. </div>
    <div><br></div>
    <div>----------------------------------------------------------------------------</div>
    <div><br></div>
    <div><strong><u>The Pride Center</u></strong></div>
    <div>
    <div>Operating at normal hours -  Monday, May 15, 2023 - Thursday, May 18, 2023</div>
    <div><em>Monday: 10am - 7:30pm</em></div>
    <div><em>Tuesday: 10am - 9pm </em></div>
    <div><em>Wednesday: 10am - 7pm </em></div>
    <div><em>Thursday: 11am - 9pm </em></div>
    <div>
    <div><br></div>
    <div>Adjusted hours - Friday, May 19, 2023</div>
    <div><em>10am - 4pm </em></div>
    </div>
    <div><em><br></em></div>
    <div>The Pride Center will close for Summer 2023 on Friday, May 19th, 2023 at 4pm. The space will reopen in August for the Fall 2023 - Spring 2024 academic year. More information to come. </div>
    <div><br></div>
    <div>
    <em>For all questions or inquiries about The Pride Center, please reach out to Carlos Turcios, Assistant Director, at <a href="mailto:carlos6@umbc.edu">carlos6@umbc.edu</a></em>. </div>
    <div><br></div>
    </div>
    <div><br></div>
    <div>We are greatly appreciative to all of our UMBC family for a great year and look forward to seeing everyone again come fall! </div>
    <div><br></div>
    </div>
]]>
</Body>
<Summary>As we are wrapping up the Spring 2023 semester, all of i3b is wishing our community the best of luck on their finals and congratulations to our graduates! Below you can find end of semester hours...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133470/guest@my.umbc.edu/9da5add95df1e27692d1752e08abb037/api/pixel</TrackingUrl>
<Group token="themosaic">The Mosaic: Center for Cultural Diversity </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/themosaic</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xsmall.png?1755890395</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/original.png?1755890395</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xxlarge.png?1755890395</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xlarge.png?1755890395</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/large.png?1755890395</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/medium.png?1755890395</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/small.png?1755890395</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xsmall.png?1755890395</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xxsmall.png?1755890395</AvatarUrl>
<Sponsor>Initiatives for Identity, Inclusion &amp; Belonging (i3b)</Sponsor>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 12 May 2023 14:35:51 -0400</PostedAt>
<EditAt>Fri, 12 May 2023 14:37:56 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="133474" important="false" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133474">
<Title>Tips and Tricks for Interviewing</Title>
<Tagline>Need interview help? We're here for you!</Tagline>
<Body>
<![CDATA[
    <div class="html-content"><span><p><span>With graduation coming up soon, as well as internship and job searching going on, it is a good time to brush up on interviewing skills. Have you ever been in an interview where you were asked a question about yourself or behavior that was difficult to answer? What is a Behavior Based Interview (BBI) and How can you prepare for one? An example of this type of question is “tell me about a time when…” and it can be difficult to come up with specific examples on the spot. Don’t worry - We have some tips to help you! </span></p>
    <br><p><span>Why do interviewers ask this kind of question?</span></p>
    <ul>
    <li><p><span>Interviewers ask this question to get some insight into how you use certain skills to navigate specific situations. </span></p></li>
    <li><p><span>It gives them a more realistic and nuanced view of how you function at work and tackle problems. </span></p></li>
    <li><p><span>Interviewers can use this type of question to learn more about your skills in many different areas: teamwork, communication, customer service, adaptability, time management, and motivation. </span></p></li>
    </ul>
    <p><span>How should I answer this question?</span></p>
    <ul>
    <li><p><span>Start off by identifying the skill or quality the interviewer is inquiring about. </span></p></li>
    <li><p><span>Choose the story of a time you demonstrated this skill.</span></p></li>
    <li><p><span>Share the story in a concise way that focuses on details pertaining to the skill you are trying to highlight.</span></p></li>
    <li><p><span>Conclude your answer by noting how you generally approach these types of situations that the interviewer presented.</span></p></li>
    </ul>
    <p><span>How can I practice?</span></p>
    <ul><li><p><span>At the Career Center, we have many resources available to students to assist with interviewing and interview prep.</span></p></li></ul>
    <p><span>Big Interview</span></p>
    <ul>
    <li><p><span>Big Interview is a FREE interview training platform with a video curriculum and question library to help you prepare and practice with crafting answers to interview questions and receiving feedback. You can videotape your responses and review them yourself or share with others for feedback.</span></p></li>
    <li><p><span>At the Career Center, we have an email inbox (</span><a href="mailto:interviews@umbc.edu" rel="nofollow external" class="bo"><span>interviews@umbc.edu</span></a><span>) that you can send your recorded questions to and receive feedback on your answers. Go to our website for more information! </span><a href="https://careers.umbc.edu/tools/big-interview/" rel="nofollow external" class="bo"><span>https://careers.umbc.edu/tools/big-interview/</span></a></p></li>
    <li><p><span>Big Interview has a designated BBI section as well to help you craft your STAR answers. To access this, go to your dashboard → practice → answer builder → build an answer.</span></p></li>
    </ul>
    <p><span>Practice Interview</span></p>
    <ul><li><p><span>Once you have practiced on the Big Interview platform, we offer two different types of interview appointments. We have general interview preparation appointments, and we also have mock interview appointments. </span></p></li></ul>
    <br><p><span>Hopefully with this insight, you feel more equipped to tackle these tough questions during an interview. As with any skill, practice makes the best kind of progress. The Career Center is equipped to help you handle any questions you may have about interviews and other aspects of professional development. Consider taking advantage of our resources to get some tips and feedback on your interviewing skills before the real thing!</span></p>
    <p><span>Visit </span><a href="https://careers.umbc.edu/" rel="nofollow external" class="bo"><span>our website</span></a><span> for more information regarding our services and events and check out </span><a href="https://careers.umbc.edu/handshake/" rel="nofollow external" class="bo"><span>Handshake</span></a><span> to make an appointment with us!</span></p>
    <br><p><span>Best Regards,</span></p>
    <p><span>Faith Martin</span></p>
    <p><span>Career Peer</span></p>
    <br><p><span>Reference:</span></p>
    <p><span>Zhang, Lily. “Everything You Need to Know About Answering Behavioral Interview Questions” </span><span>The Muse</span><span>. April 13th, 2023. <a href="https://go.themuse.com/u/nrd.php?p=V8qE5youbp_63543_3592444_1_11&amp;ems_l=4923991&amp;i=1&amp;d=MzYzNTQ3ODk0%7CVjhxRTV5b3VicA%3D%3D%7CY2VmODI4YzFhNzM0OGUyMTE%3D%7CZGFpbHlfMjAyMzA0MTlfY2xlYXJsaW5rX3Nwb25fOTBEYXk%3D%7Cc3BvbnNvcmVk%7CQWR2aWNlKy0rRmluZGluZythK0pvYg%3D%3D%7C%7CNzA4MDkwMTU1%7C&amp;_esuh=_11_9821743865030aebf98d344e135d7d2fef00eccb1304a292c1596fc4335a38c2">https://go.themuse.com/u/nrd.php?p=V8qE5youbp_63543_3592444_1_11&amp;ems_l=4923991&amp;i=1&amp;d=MzYzNTQ3ODk0%7CVjhxRTV5b3VicA%3D%3D%7CY2VmODI4YzFhNzM0OGUyMTE%3D%7CZGFpbHlfMjAyMzA0MTlfY2xlYXJsaW5rX3Nwb25fOTBEYXk%3D%7Cc3BvbnNvcmVk%7CQWR2aWNlKy0rRmluZGluZythK0pvYg%3D%3D%7C%7CNzA4MDkwMTU1%7C&amp;_esuh=_11_9821743865030aebf98d344e135d7d2fef00eccb1304a292c1596fc4335a38c2</a></span></p>
    <br><br></span></div>
]]>
</Body>
<Summary>With graduation coming up soon, as well as internship and job searching going on, it is a good time to brush up on interviewing skills. Have you ever been in an interview where you were asked a...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133474/guest@my.umbc.edu/6567b100d8c542581bffa6b402f78d9f/api/pixel</TrackingUrl>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Center</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/xxlarge.jpg?1683911666</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/xlarge.jpg?1683911666</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/large.jpg?1683911666</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/medium.jpg?1683911666</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/small.jpg?1683911666</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/xsmall.jpg?1683911666</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/474/7a0f5e7d3cca3f4685f58ecef1a4da55/xxsmall.jpg?1683911666</ThumbnailUrl>
<PawCount>2</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 12 May 2023 13:15:02 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="133468" important="true" status="posted" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133468">
<Title>Women's Center Fall Hours for 2023</Title>
<Tagline>Starting August 30th, we have new hours... Plan ahead!</Tagline>
<Body>
<![CDATA[
    <div class="html-content"><span><p><span>Beginning Wednesday August 31st, The Women’s Center will be <strong>open from 9:30am to 5pm Mon-Thurs.</strong></span></p>
    <p><span><strong>Our office and lounge will be<em> CLOSED on Fridays, </em>but </strong></span><span><strong>WC Staff is available remotely, send any inquiries to <a href="mailto:womenscenter@umbc.edu">womenscenter@umbc.edu</a></strong></span></p>
    <p><span>Hours are subject to change pending staffing resources. Please consult our </span><a href="https://www.facebook.com/womenscenterumbc/" rel="nofollow external" class="bo"><span>social media pages</span></a><span> for updates.</span></p>
    <p><em><strong><span>Parents needing access to the lactation room outside of our hours of operation should contact the general email for the Women's Center at </span><span><a href="mailto:womenscenter@umbc.edu">womenscenter@umbc.edu</a></span><span>.</span></strong></em></p>
    <p><em><strong><span><br></span></strong></em></p>
    <p><span>Please do not hesitate to contact us for any resources!</span></p>
    <div><span><br></span></div></span></div>
]]>
</Body>
<Summary>Beginning Wednesday August 31st, The Women’s Center will be open from 9:30am to 5pm Mon-Thurs.  Our office and lounge will be CLOSED on Fridays, but WC Staff is available remotely, send any...</Summary>
<AttachmentKind>Flyer</AttachmentKind>
<AttachmentUrl>https://assets4-my.umbc.edu/system/shared/attachments/75c1fd1552f8183bf15ab6b39ad0912a/6a7f7d3d/news/000/133/468/0f0e3fa24833955ae7be0fc6ff2540f8/WC Fall 2023 Hours (1).png?1693942430</AttachmentUrl>
<Attachments>
<Attachment kind="Flyer" url="https://my3.my.umbc.edu/groups/cwitaffiliates/posts/133468/attachments/48256"></Attachment>
</Attachments>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/133468/guest@my.umbc.edu/a0fbb2207e6fae9bb3d72878a43528fd/api/pixel</TrackingUrl>
<Group token="womenscenter">Women's, Gender, &amp;amp; Equity Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/womenscenter</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xsmall.png?1750974263</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/original.png?1750974263</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xxlarge.png?1750974263</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xlarge.png?1750974263</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/large.png?1750974263</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/medium.png?1750974263</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/small.png?1750974263</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xsmall.png?1750974263</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/125/78272a4842689b30dbf74672182b78f8/xxsmall.png?1750974263</AvatarUrl>
<Sponsor>Women's Center</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/xxlarge.jpg?1693942320</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/xlarge.jpg?1693942320</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/large.jpg?1693942320</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/medium.jpg?1693942320</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/small.jpg?1693942320</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/xsmall.jpg?1693942320</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/133/468/f3d28e7271b1362e70f50b19abf8d6d6/xxsmall.jpg?1693942320</ThumbnailUrl>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 12 May 2023 11:44:27 -0400</PostedAt>
<EditAt>Tue, 05 Sep 2023 15:34:16 -0400</EditAt>
</NewsItem>

</News>
