Skip to content

Commit 9f044fd

Browse files
committed
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
2 parents 9dbe958 + 9ef34b6 commit 9f044fd

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

_sources/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
:align: center
44

55
==========================================
6-
AP CSA Java Course
6+
AP CSA Java Course 2019-2025
77
==========================================
88

9-
Welcome to CSAwesome! It's time to start your journey to learn how to program with Java. A shortcut way to get to this site is to type in the url: **course.csawesome.org**
9+
CSAwesome has a new version available following the 2025-2026 AP CSA curriculum framework. If you are looking for the new version, please go to https://runestone.academy/runestone/books/published/csawesome2/index.html?mode=browsing.
1010

11+
Welcome to CSAwesome! It's time to start your journey to learn how to program with Java.
1112
CSAwesome is a College Board endorsed curriculum for AP Computer Science A, an introductory college-level computer programming course in Java. If you are a teacher using this curriculum, please join the |teaching CSAwesome group| which will give you access to teacher resources at |csawesome|.
1213

1314
To make sure the site saves your answers on questions, please click on the person icon at the top to register or login to your Runestone course. As you complete lessons, click the "Mark as completed" button at the bottom. Enjoy the journey!
@@ -17,9 +18,9 @@ To make sure the site saves your answers on questions, please click on the perso
1718
<a href="https://drive.google.com/file/d/11MDPfpb3sjzfCR-6zeUe79WNgBbfZbqN/view?usp=sharing" target="_blank" style="text-decoration:underline">flyer</a>
1819

1920

20-
ATTENTION high school women of color taking AP CSA or CSP: if you identify as female and as Black, Hispanic/Latina, and/or Native American, apply to participate in **Sisters Rise Up**. The goal of Sisters Rise Up is to help you succeed in your AP Computer Science course and on the exam. They offer one-hour help sessions several times a week and once a month special help sessions often with guest speakers from computing. If you enroll in Sisters Rise Up and send in your AP CS exam score by the end of August, you will be sent a gift card for $100. See the |flyer| and apply at https://tinyurl.com/55z7tyb9.
21+
.. ATTENTION high school women of color taking AP CSA or CSP: if you identify as female and as Black, Hispanic/Latina, and/or Native American, apply to participate in **Sisters Rise Up**. The goal of Sisters Rise Up is to help you succeed in your AP Computer Science course and on the exam. They offer one-hour help sessions several times a week and once a month special help sessions often with guest speakers from computing. If you enroll in Sisters Rise Up and send in your AP CS exam score by the end of August, you will be sent a gift card for $100. See the |flyer| and apply at https://tinyurl.com/55z7tyb9.
2122
22-
ATTENTION high school women, genderqueer, and non-binary technologists: Apply Sept. 1st until Oct. 29th for the **NCWIT Award for Aspirations in Computing** to be recognized for all that you do (or want to do) in technology. Visit http://www.aspirations.org/AiCHSAward for details.
23+
.. ATTENTION high school women, genderqueer, and non-binary technologists: Apply Sept. 1st until Oct. 29th for the **NCWIT Award for Aspirations in Computing** to be recognized for all that you do (or want to do) in technology. Visit http://www.aspirations.org/AiCHSAward for details.
2324
2425
.. ATTENTION high school seniors: apply for the https://www.amazonfutureengineer.com/scholarships until Dec. 15th for college scholarships and Amazon summer internships for students with financial need.
2526

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#html_defer_js = True
3131

3232
# new for title page
33-
course_description = "CSAwesome is a College Board endorsed curriculum for AP Computer Science A, an introductory college-level computer programming course in Java, by Barbara Ericson, University of Michigan; Beryl Hoffman, Elms College; and Peter Seibel, Berkeley High School."
33+
course_description = "This is the old version of CSAwesome meeting the 2019-2025 College Board requirements for AP CSA in Java. Look below for the newer version, CSAwesome2, for the 2025+ AP CSA requirements."
3434
key_words = "AP CSA Java"
3535
shelf_section = "AP Computer Science"
3636

@@ -129,7 +129,7 @@
129129
#html_theme_options = {'nosidebar': 'true'}
130130
html_theme_options = {
131131
# Navigation bar title. (Default: ``project`` value)
132-
'navbar_title': "AP CSAwesome",
132+
'navbar_title': "CSAwesome v1",
133133

134134
# Tab name for entire site. (Default: "Site")
135135
'navbar_site_name': "Units",
@@ -177,10 +177,10 @@
177177

178178
# The name for this set of Sphinx documents. If None, it defaults to
179179
# "<project> v<release> documentation".
180-
html_title = 'AP CSAwesome'
180+
html_title = 'CSAwesome v1'
181181

182182
# A shorter title for the navigation bar. Default is the same as html_title.
183-
html_short_title ='AP CSAwesome'
183+
html_short_title ='CSAwesome v1'
184184

185185
# The name of an image file (relative to this directory) to place at the top
186186
# of the sidebar.

0 commit comments

Comments
 (0)