@@ -12,12 +12,13 @@ export const SECTIONS = {
12
12
SUPPORT : {
13
13
LABEL : "Support" ,
14
14
BODY :
15
- "CSM offers group tutoring to all students in these four classes. Students are " +
16
- "sorted into one of the timeslots of their preference. Session are held weekly, in " +
17
- "the same room typically in Soda or Cory, for 1 hour to 90 minutes during times " +
18
- "ranging from 9:00 AM to 7:00 PM. Mentors will go over a worksheet in section with " +
19
- "extra problems to be worked on in groups. Homework, lab, and project help will not " +
20
- "be provided during these sessions." ,
15
+ "CSM offers group tutoring to all students in these seven classes." +
16
+ "Students can sign up for time slots on a first-come, first-serve basis." +
17
+ "Sessions are held once or twice a week, in Soda, Cory, or library rooms," +
18
+ "for 1 hour to 90 minutes during times ranging from 9:00 AM to 9:00 PM." +
19
+ "Mentors will go over a worksheet in section with extra problems to be worked" +
20
+ "on in groups. Homework, lab, and project help will not be provided during these" +
21
+ "sessions." ,
21
22
} ,
22
23
EXPECTATIONS : {
23
24
LABEL : "Expectations" ,
@@ -43,7 +44,20 @@ export const SECTIONS = {
43
44
</ span >
44
45
) ,
45
46
} ,
46
- APPLICATION : {
47
+ APPLICATIONS_OPEN : {
48
+ LABEL : "Application Process" ,
49
+ BODY_JSX : (
50
+ < p className = "info" >
51
+ Applications are currently closed for the semester and will open
52
+ around 2 weeks into the semester. In the meantime, fill out{ " " }
53
+ < Link to = "/interest" >
54
+ this interest form
55
+ </ Link > { " " }
56
+ if you plan on signing up for a section.
57
+ </ p >
58
+ ) ,
59
+ } ,
60
+ APPLICATIONS_CLOSE : {
47
61
LABEL : "Application Process" ,
48
62
BODY_JSX : (
49
63
< p className = "info" >
0 commit comments