You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/index.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@
3
3
:align:center
4
4
5
5
==========================================
6
-
AP CSA Java Course
6
+
AP CSA Java Course 2019-2025
7
7
==========================================
8
8
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.
10
10
11
+
Welcome to CSAwesome! It's time to start your journey to learn how to program with Java.
11
12
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|.
12
13
13
14
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
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.
21
22
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.
23
24
24
25
.. 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.
Copy file name to clipboardExpand all lines: conf.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
#html_defer_js = True
31
31
32
32
# 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."
34
34
key_words="AP CSA Java"
35
35
shelf_section="AP Computer Science"
36
36
@@ -129,7 +129,7 @@
129
129
#html_theme_options = {'nosidebar': 'true'}
130
130
html_theme_options= {
131
131
# Navigation bar title. (Default: ``project`` value)
132
-
'navbar_title': "AP CSAwesome",
132
+
'navbar_title': "CSAwesome v1",
133
133
134
134
# Tab name for entire site. (Default: "Site")
135
135
'navbar_site_name': "Units",
@@ -177,10 +177,10 @@
177
177
178
178
# The name for this set of Sphinx documents. If None, it defaults to
179
179
# "<project> v<release> documentation".
180
-
html_title='AP CSAwesome'
180
+
html_title='CSAwesome v1'
181
181
182
182
# 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'
184
184
185
185
# The name of an image file (relative to this directory) to place at the top
0 commit comments