Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 update 2 #88

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ email: [email protected]
copyright: © 2023 DataGood at UC Berkeley
socials:
- logo: /images/socials/facebook.png
link: https://www.facebook.com/datagoodberkeley/
link: https://www.facebook.com/profile.php?id=61555245124236
name: Facebook
- logo: /images/socials/instagram.png
link: https://www.instagram.com/datagoodberkeley/
Expand Down
311 changes: 157 additions & 154 deletions configs/members.yml

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions configs/projects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Configuration for all projects
- title: spring 2024 research projects
projects:
- link:
title: Sustianable Space Debris Management
description: The growing concern over space debris has significant commercial implications, as the sustainability of space activities is crucial for both governmental and private sector stakeholders. With over 23,000 tracked objects 10cm or greater as of July 2023, and the incident in August 2023 where space debris came close to the International Space Station, there is an increasing recognition of the need for active debris removal. The Kessler Syndrome, which describes a cascade of collisions due to high object density in low Earth orbit, poses a direct threat to the infrastructure of space agencies like NASA, SpaceX, and the European Space Agency, both of whom are actively seeking solutions to combat this problem. The potential for commercial ventures in this area is substantial, as these agencies are looking to develop technologies for debris monitoring, mitigation, and removal.
image: /images/projects/space_debris.webp
color: purple
- link:
title: DetectAI
description: The goal of this project is to harness the power of Convolutional Neural Networks (CNNs) to revolutionize breast cancer detection. Breast cancer is a significant global health concern, and early diagnosis plays a pivotal role in improving patient outcomes. Our project aims to create a robust and sophisticated CNN model designed to analyze medical imaging data, specifically mammograms, with unparalleled accuracy.
image: /images/projects/detectai.webp
color: pink
- link:
title: Forest Fire Prediction
description: The ongoing rise of global warming and climate change have led to the increased need for more accurate and efficient forest fire detection. Using real-world data, this project will teach members fundamental data science and machine learning skills to analyze the predictability of forest fires. Members will have a chance to choose their attributes to look into to build their own machine learning model about the predictability of fires in a certain area, learning how to help minimize the environmental and humanitarian risks of forest fires.
image: /images/projects/forest_fire.webp
color: green

- title: fall 2023 industry projects
projects:
Expand Down
Binary file not shown.
Binary file added public/images/projects/detectai.webp
Binary file not shown.
Binary file added public/images/projects/forest_fire.webp
Binary file not shown.
Binary file added public/images/projects/space_debris.webp
Binary file not shown.
Binary file modified public/images/team/aidan.webp
Binary file not shown.
Binary file removed public/images/team/akash.webp
Binary file not shown.
Binary file removed public/images/team/alaysha.webp
Binary file not shown.
Binary file added public/images/team/alexandra.webp
Binary file not shown.
Binary file removed public/images/team/bianca.webp
Binary file not shown.
Binary file added public/images/team/britney.webp
Binary file not shown.
Binary file added public/images/team/candid.webp
Binary file not shown.
Binary file modified public/images/team/destiny.webp
Binary file not shown.
Binary file removed public/images/team/elizabeth.webp
Binary file not shown.
Binary file added public/images/team/exec-team.webp
Binary file not shown.
Binary file added public/images/team/gursimar.webp
Binary file not shown.
Binary file added public/images/team/industry.webp
Binary file not shown.
Binary file added public/images/team/isabella.webp
Binary file not shown.
File renamed without changes.
Binary file modified public/images/team/jennifer.webp
Binary file not shown.
Binary file modified public/images/team/julia.webp
Binary file not shown.
Binary file removed public/images/team/kaan.webp
Binary file not shown.
Binary file removed public/images/team/kenneth.webp
Binary file not shown.
Binary file added public/images/team/laura.webp
Binary file not shown.
Binary file modified public/images/team/manan.webp
Binary file not shown.
Binary file removed public/images/team/maxmillion.webp
Binary file not shown.
Binary file added public/images/team/miles.webp
Binary file not shown.
Binary file added public/images/team/murtaza.webp
Binary file not shown.
Binary file removed public/images/team/paulina.webp
Binary file not shown.
Binary file added public/images/team/project-team.webp
Binary file not shown.
Binary file added public/images/team/rachel.webp
Binary file not shown.
Binary file removed public/images/team/ramisha.webp
Binary file not shown.
Binary file not shown.
Binary file added public/images/team/ria.webp
Binary file not shown.
Binary file added public/images/team/right-fit.webp
Binary file not shown.
Binary file modified public/images/team/rose.webp
Binary file not shown.
Binary file removed public/images/team/shuhan.webp
Binary file not shown.
Binary file modified public/images/team/sinead.webp
Binary file not shown.
Binary file added public/images/team/siri.webp
Binary file not shown.
Binary file added public/images/team/sushrut.webp
Binary file not shown.
Binary file added public/images/team/team2.webp
Binary file not shown.
Binary file added public/images/team/team3.webp
Binary file not shown.
Binary file added public/images/team/team4.webp
Binary file not shown.
Binary file added public/images/team/tibet.webp
Binary file not shown.
Binary file removed public/images/team/tiffany.webp
Binary file not shown.
Binary file added public/images/team/vihaan.webp
Binary file not shown.
Binary file removed public/images/team/will.webp
Binary file not shown.
47 changes: 38 additions & 9 deletions src/sass/pages/_projects.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
.team-image {
max-width: 100vw;
width: 600px;
padding-left: 30px;
flex-shrink: 0;
@include fluid(width, 300, 1535, 300, 600, px);
img {
width: 85%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}

&.med {
max-width: 30vw;
width: 310px;
@media only screen and (max-width: 1150px) {
max-width: 70vw;
}
}
}


.project-group {
flex-direction: column;
max-width: 90vw;
Expand All @@ -12,7 +35,7 @@
margin-top: 20px;

.card {
height: 25vw;
height: 20vw;
width: 40vw;
margin: 20px 0;
position: relative;
Expand All @@ -22,20 +45,19 @@
width: 80vw;
}

overflow: hidden;
overflow-y: auto;
position: relative;

.project-description {
transition: opacity 0.3s;
height: 100%;
overflow: hidden;
transition: max-width 0.3s;
transform: translateX(calc(-100% + 15px));
transition: transform 0.3s;

h2 {
font-family: Gotham, serif;
@include fluid-type(300, 1535, 40, 50, px);
@include fluid-type(300, 1535, 30, 45, px);
text-align: center;
margin: 0;
padding: 10px;
Expand All @@ -44,7 +66,11 @@
.description {
font-family: NotoSerifSC, serif;
@include fluid-type(300, 1535, 12, 20, px);
padding: 20px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px;
overflow-y: auto;
text-align: justify;
}
}

Expand Down Expand Up @@ -97,17 +123,18 @@

.description {
color: $text-color;
background-color: $background-color;
}
}

&:before {
border-bottom: 0 solid $border-color;
border-left: 0 solid $border-color;
border-bottom: 0 solid transparent;
border-left: 0 solid transparent;
}

&:after {
border-top: 0 solid $border-color;
border-right: 0 solid $border-color;
border-top: 0 solid transparent;
border-right: 0 solid transparent;
}
}
}
Expand All @@ -128,13 +155,15 @@
height: 100%;
border-bottom-width: 4px;
border-left-width: 4px;
scroll-behavior: auto;
}

&:after {
width: 100%;
height: 100%;
border-top-width: 4px;
border-right-width: 4px;
scroll-behavior: auto;
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions src/sass/themes/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ p {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}

&.med {
Expand Down Expand Up @@ -120,10 +121,10 @@ section {
display: flex;
flex-direction: row;
align-items: center;
margin: 60px auto;
margin: 20px auto;

&.alone {
margin: 35px auto;
margin: 50px auto;
justify-content: center;
}

Expand Down
12 changes: 6 additions & 6 deletions src/views/about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<section class="right-enter">
<div class="text-container">
<h1 class="yellow-back" >our organization.</h1>
<p>DataGood @ Berkeley, est. Fall 2020, is UC Berkeleys first student-run organization striving to increase the accessibility of data science tools to students on the Berkeley campus and organizations that maximize social impact. We are a passionate group of individuals conscious about wielding our skills for progress and inciting action.</p>
<p>DataGood @ Berkeley, est. Fall 2020, is UC Berkeley's first student-run organization striving to increase the accessibility of data science tools to students on the Berkeley campus and organizations that maximize social impact. We are a passionate group of individuals conscious about wielding our skills for progress and inciting action.</p>
</div>
<div class="img-container hover">
<img src="/images/pages/our-mission.png" alt="Our Mission">
<div class="img-container">
<img src="/images/team/candid.webp" alt="Our Mission">
</div>
</section>

<section class="left-enter">
<div class="img-container hover">
<img src="/images/pages/our-organization.png" alt="Our Organization">
<div class="img-container">
<img src="/images/team/exec-team.webp" alt="Our Organization">
</div>
<div class="text-container">
<h1 class="blue-back">by the numbers.</h1>
Expand All @@ -23,7 +23,7 @@
<p class="description-text">Women in Leadership</p>
</div>
<div class="tile">
<h1 class="large-text">7</h1>
<h1 class="large-text">8</h1>
<p class="description-text">Semesters in Operation</p>
</div>
<div class="tile">
Expand Down
28 changes: 15 additions & 13 deletions src/views/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,51 @@

<section class="left-enter">
<div class="text-container">
<p>Apply for Datagood and coffee chat with us today! <br> Apps close Saturday, September 2nd, 11:59pm.</p>
<p>Apply for Datagood and coffee chat with us today! <br> Spring 2024 Apps are open NOW and due Saturday 1/27, 11:59pm.</p>
</div>
</section>


<section class="left-enter">
{{!-- add button flex box --}}
<div class="img-container hover">
<img src="/images/pages/learn-more.png" alt="Learn More">
<div class="img-container">
<img src="/images/team/team2.webp" alt="Learn More">
</div>
<div class="text-container">
<p>DataGood @ Berkeley focuses on creating an outlet for students to learn and utilize their data science skills in meaningful impact driven sectors. We empower our members to design, develop, and ship out large-scale products to promote positive socio-economic advancement. We welcome members of all backgrounds to join our Research and Industry projects!</p>
<div class="btn-flexbox">
<a class="btn pink-back" href="/about">Learn More</a>
<a class="btn pink-back" href="https://airtable.com/appwrO49rBhfVdV6p/shraq0nz3glChqPyz" rel="noreferrer noopener" target="_blank">Apply Here</a>
<a class="btn pink-back" href="https://airtable.com/appriH3Z2nuRPo64y/shrxolNwLRkzNUvOw" rel="noreferrer noopener" target="_blank">Apply Here</a>
</div>
</div>
</section>



<section class="right-enter">
<div class="img-container hover">
<img src="/images/pages/education.png" alt="Education">
</div>
<div class="text-container">
<h1 class = "green-back">projects.</h1>
<p> Through our structure of Research and Industry projects, we prioritize horizontal growth for our members. Each semester, we have projects which vary in data science topics such as language modeling and machine learning. We encourage our members to learn and develop skills in a multitude of areas to discover which options are right for them.</p>
<a class="btn green-back" href="/projects">Current Projects</a>
</div>
<div class="img-container">
<img src="/images/team/project-team.webp" alt="Education">
</div>
</section>

<section class="left-enter">
<div class="img-container">
<img src="/images/team/team4.webp" alt="Consulting">
</div>
<div class="text-container">
<h1 class = "purple-back">develop.</h1>
<p> Through our partnership with the Berkeley Computing, Data Science, and Society, we offer our members access to resources and guidance to help them complete their own personal projects through the Discovery Exchange. Each semester, we provide a series of workshops to help our members design, develop, and ship projects seamlessly.</p>
<a class="btn purple-back" href="http://discoveryexchange.org/" target="_blank" rel="noreferrer noopener">Discovery Exchange</a>
</div>
<div class="img-container hover">
<img src="/images/pages/consulting.png" alt="Consulting">
</div>
</section>

<div class="flyer-container">
<img src="/images/pages/datagood-recruitment-timeline.png" alt="Recruitment Timeline">
</div>
<section class="alone">
<div class="flyer-container">
<img src="/images/pages/datagood-recruitment-timeline.webp" alt="Recruitment Timeline">
</div>
</section>
6 changes: 3 additions & 3 deletions src/views/join.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<section class="alone">
<div class="flyer-container">
<img src="/images/pages/datagood-recruitment-timeline.png" alt="2023 Recruitment Timeline">
<img src="/images/pages/datagood-recruitment-timeline.webp" alt="Recruitment Timeline">
</div>
</section>

<section class="alone">
<div class="btn-flexbox" style="justify-content:center">
<a class="btn pink-back" href="/events#calendar" target="_blank" rel="noreferrer noopener">Upcoming Events!</a>
<a class="btn pink-back" href="https://airtable.com/appwrO49rBhfVdV6p/shrtq9eC6ePdP7o0p" target="_blank" rel="noreferrer noopener">Interest Form</a>
<a class="btn pink-back" href="https://forms.gle/MxDq7ywJSNNG9FCm9" target="_blank" rel="noreferrer noopener">Interest Form</a>
</div>
</section>

Expand All @@ -19,7 +19,7 @@
<p>Join our recruitment server if you’d be interested in joining DataGood @ Berkeley! And if you want to drive change with data science, apply for our Research or Industry Project teams below.</p>
<div class="btn-flexbox">
<a class="btn green-back" href="https://discord.gg/NvVB5bkEsu" rel="noreferrer noopener" target="_blank">Recruitment Server</a>
<a class="btn green-back" href="https://airtable.com/appwrO49rBhfVdV6p/shraq0nz3glChqPyz" rel="noreferrer noopener" target="_blank">Apply Here</a>
<a class="btn green-back" href="https://airtable.com/appriH3Z2nuRPo64y/shrxolNwLRkzNUvOw" rel="noreferrer noopener" target="_blank">Apply Here</a>
</div>
</div>
<div class="img-container hover">
Expand Down
14 changes: 7 additions & 7 deletions src/views/projects.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<h1 class="yellow-back">research.</h1>
<p>We provide students from all technical backgrounds with the opportunity to learn and apply various techniques, packages, and concepts in data science. Through a hands-on project with one to two other teammates, you will go through the entire data science life cycle to create a product that impacts daily lives in social good sectors and bridges the gap between technical and practical knowledge.</p>
</div>
<div class="img-container hover">
<img src="/images/pages/impact-driven.png" alt="Impact Driven">
<div class="team-image">
<img src="/images/team/research.webp" alt="Impact Driven">
</div>
</section>

<section class="left-enter">
<div class="img-container hover">
<img src="/images/pages/our-organization.png" alt="Our Organization">
<div class="team-image">
<img src="/images/team/industry.webp" alt="Our Organization">
</div>
<div class="text-container">
<h1 class="blue-back">industry.</h1>
Expand All @@ -23,10 +23,10 @@
<section class="right-enter">
<div class="text-container">
<h1 class="green-back">the right fit.</h1>
<p> When joining a Research or Industry project, the main difference boils down to the number of team members working on each project and whether there is an external organization involved. Each project is supported by the DataGood team and allows members the same levels of mentorship, guidance, and growth catered to their learning style. We encourage our members to survey the project offerings in both Research and Industry areas each semester and apply to those in areas where they would like to develop and sharpen their skills in.</p>
<p> When joining a Research or Industry project, the main difference boils down to the required experience level and whether there is an external organization involved. Each project is supported by the DataGood team and allows members the same levels of mentorship, guidance, and growth catered to their learning style. We encourage our members to survey the project offerings in both Research and Industry areas each semester and apply to those in areas where they would like to develop and sharpen their skills in.</p>
</div>
<div class="img-container hover">
<img src="/images/pages/education.png" alt="Education">
<div class="team-image">
<img src="/images/team/right-fit.webp" alt="Education">
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/views/team.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<section class="alone">
<div class="img-container">
<img src="/images/team/team.webp" alt="DataGood team">
<img src="/images/team/team3.webp" alt="DataGood team">
</div>
</section>

Expand Down