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

update about.html fixing issue #378 #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 7 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,26 @@ <h2 class="title" id="schedule">Spring Quarter Schools and Schedules</h2>

<h2 class="title">How Does Teach LA Work?</h2>
<p>
Classes are taught weekly, typically sized between 15 and 25 students, and are lead by UCLA undergraduate students with academic, personal or industry experience in computer science. Undergrads meet once a week with our Curriculum Director before each class to prepare for weekly lessons.
Weekly classes sized between 15 and 25 students are led by UCLA undergraduates with an interest in computer science who also meet with Curriculum Directors weekly to prepare for lessons.
</p>
<p>
If you are an undergrad not specifically interested in teaching but still want to contribute to Teach LA’s mission, we have a dev team in which undergrads maintain and expand Teach LA’s website. Dev team meets weekly on a separate schedule that varies.
Undergrads looking to support Teach LA’s mission can also contribute by joining our dev team and working to create essential tools and projects. This group works on a schedule separate of curriculum team.
</p>
<p>
Lastly, Teach LA has other outreach events with schools in the LA area. This may include speaker events in which undergrads give a talk on a specific topic within computer science or day long activities with a given school.
Teach LA also offers outreach events at LA schools, such as speaker events where undergrads talk about computer science topics or day-long activities with schools.
</p>
<h2 class="title">What Do Students Learn?</h2>
<p>
Depending on the group of students and their coding backgrounds, we shape the class to maximize their learning. Topics that students have learned in the past include programming fundamentals (in Python or Scratch) and intro to web development (in HTML/CSS), as well as complex topics like machine learning and mobile app development. We’re looking to expand our set of topics: data science, game development, digital art, you name it - if you're interested, get in touch!
</p>
<p>
You can find out more on our <a class="tla-link" href="{{site.baseurl}}/classes">classes</a> page.
Depending on the students’ coding backgrounds, we shape the class to maximize learning. Topics covered in the past include programming fundamentals, intro to web development, machine learning, and mobile app development. We’re looking to expand the scope of our topics, so if you’re interested, contact us!
</p>


<h2 class="title">Why Teach LA?</h2>
<p>
As of 2018, <a class="tla-link" href="https://code.org/files/2018_state_of_cs.pdf" target="_blank" rel="noopener noreferrer">only 22 out of 50 states</a> have K-12 computer science standards, and only <a class="tla-link" href="https://code.org/files/2018_state_of_cs.pdf" target="_blank" rel="noopener noreferrer">35% of public high schools in America</a> teach computer science. Specifically, students from minority backgrounds receive the least exposure to computer science, especially as school districts serving minority communities often lack STEM funding.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vivianha534 do we still want to retain the same link?

As of 2020, only 28 out of 50 states have K-12 computer science standards, and only 47% of public high schools in America teach computer science. Specifically, students from minority backgrounds receive the least exposure to computer science, especially as school districts serving minority communities often lack STEM funding.
</p>
<p>
ACM Teach LA aims to fill this gap by providing schools and students with in-school and extracurricular support. Our flagship program consists of quarter to year-long structured classes on various computer science topics (basic programming, web development, machine learning, data science, computer graphics), backed by robust and structured curriculums and student tutors with academic and industry experience. We've also developed an open-source online code IDE, with the goal of supporting students' computer science learning regardless of their access to a certain type of computer. We also perform outreach, either through events (e.g. Day of Code) or by visitng schools and talking to students.
ACM Teach LA aims to fill this gap by providing students in-school and extracurricular support. Our flagship program consists of quarterly structured classes on various computer science topics backed by robust curriculums and experienced student tutors. We've also developed an open-source online code IDE, with the goal of supporting students' computer science learning regardless of their access to a certain type of computer. We also perform outreach through events (e.g. Day of Code) and visiting schools and talking to students.
</p>

<h2 class="title">About ACM</h2>
Expand Down