<!DOCTYPE html>
<html lang="en"><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <meta name="description" content="California School for the Deaf, Riverside offers comprehensive educational and extra-curricular programs that prepare students to achieve their full academic, social, and career potential.">
    <meta name="author" content="California School for the Deaf - Riverside">
    <link rel="icon" href="favicon.ico">
    <meta name="google-site-verification" content="vDX2xGGh1cvmc-hmxZzILqEbsaSiQZPvsYGgiYVa6Fg" />
    <meta name="google-site-verification" content="swvu0WoN4Xlyvp_hwQNLFBhGDV9nfI-uUUJ92pBmcqo" />
    <title>California School for the Deaf - Riverside</title>

    <!-- Bootstrap core CSS -->
    <link href="/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="/css/navbar-fixed-top.css" rel="stylesheet">
    <link href="/css/csdr.css" rel="stylesheet">
    <link href="/fa/css/font-awesome.min.css" rel="stylesheet">
    <link href='https://fonts.googleapis.com/css?family=Averia+Libre:300italic' rel='stylesheet' type='text/css'>
    <link href="/css/carousel.css" rel="stylesheet">


<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-1204369-1', 'auto');
  ga('send', 'pageview');

</script>


    <link href="css/carouselresponsive.css" rel="stylesheet">
    <!-- Custom Javascript School Calendar for this template -->
    <script src="js/jquery1.11.1.min.js"></script>
<script>
$.get('events.csv', function(data) {

	// start the table	
	var html = '<table class="table table-condensed table-striped">';

	// split into lines
	var rows = data.split("\n");

	// parse lines
	rows.forEach( function getvalues(ourrow) {

		// start a table row
		html += "<tr>";

		// split line into columns
		var columns = ourrow.split(",");
		
		html += "<td>" + columns[0] + "</td>";
		html += "<td>" + columns[1] + "</td>";
		html += "<td>" + columns[2] + "</td>";
		//html += "<td>" + columns[3] + "</td>"; // "Add to Calendar" column for .ics files. Add back when .ics file for iPhone is fixed.
		
		// close row
		html += "</tr>";		
	})
	// close table
	html += "</table>";

	// insert into div
	$('#eventcontainer').append(html);
	
});
</script>

  </head>
  <body>


    <!-- Fixed navbar -->
    <nav class="navbar navbar-default navbar-fixed-top">
      <div class="container">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="/index.asp">
          <img alt="Brand" src="/images/navcsdrlogowhite.png"></a>
          
        </div>
        <div id="navbar" class="navbar-collapse collapse">
          <ul class="nav navbar-nav">
             <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About<span class="caret"></span></a>
              <ul class="dropdown-menu" role="menu">
                <li><a href="/welcome/">Welcome!</a></li>
                <li class="divider"></li>
                <li><a href="/mission/">Mission & Values</a></li>
                <li class="divider"></li>
                <li><a href="/lr/#titleix">Title IX & Gender Equity</a></li>
                <li><a href="/lr/#williams">Williams Act</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Academics<span class="caret"></span></a>
              <ul class="dropdown-menu" role="menu"> 
                <li><a href="/ace/">Alternate Curriculum Education</a></li>
                <li class="divider"></li>
                <li><a href="/ece/">Early Childhood Education</a></li>
                <li><a href="/elementary/">Elementary School</a></li>
                <li><a href="/middleschool/">Middle School</a></li>
                <li><a href="/highschool/">High School</a></li>
                <li class="divider"></li>
                <li><a href="/cte/">Career Technology Education</a></li>
                <li class="divider"></li>
                <li><a href="/physicaleducation/">Physical Education</a></li>
                <li class="divider"></li>
                <li><a href="/curriculum/">Curriculum</a></li>
                <li><a href="/stateassessments/">State Assessments</a></li>
                <li><a href="/technology/">Technology Resources</a></li>
              </ul>
            </li>
            <li><a href="/admission/">Admissions</a></li>
            <li><a href="http://www.csdrathletics.com">Athletics</a></li>
                        <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Employment<span class="caret"></span></a>
              <ul class="dropdown-menu" role="menu">
                <li><a href="/documents/instructionalapplication.pdf">Application for Instructional Positions</a></li>
                <li><a href="/employment/">4 Easy Steps (Instructional Positions)</a></li>
                <li><a href="/employment/#statement">Nondiscrimination Statement</a></li>
                <li class="divider"></li>
                <li><a href="/employment/#info">Prospective Teacher Information</a></li>
                <li><a href="/documents/teachersaldifandsched2017.pdf">Teacher Salary Differentials and Schedule</a></li>
                <li class="divider"></li>
                <li><a href="/internships/">Internships</a></li>
                 <li class="divider"></li>
                 <li><a href="/volunteer/">Volunteer</a></li>
                <li class="divider"></li>
                <li><a href="/jobs/">Job Announcements &amp; Exams</a></li>
              </ul>
            </li>
            <li><a href="/faq/">FAQ</a></li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Information<span class="caret"></span></a>
              <ul class="dropdown-menu" role="menu">
                <li><a href="/familyresources/">Family Resources</a></li>
                <li class="divider"></li>
                <li class="dropdown-header">Student Programs</li>
                <li><a href="/charactereducation/">Character Education</a></li>
                <li class="divider"></li>
                <li class="dropdown-header">Student Services</li>
                <li><a href="/assessment/">Assessment and Intervention Services</a></li>
                <li><a href="/counselingservices/">Counseling, Speech, and Audiological Services</a></li>
                <li><a href="/foodservices/">Food Services</a></li>
                <li><a href="/healthservices/">Health Services</a></li>
                <li><a href="/admission/index.asp#transcripts">Records & Transcripts Request</a></li>
                <li class="divider"></li>
                <li><a href="/residentiallife/">Residential Program</a></li>
                <li class="divider"></li>
                <li class="dropdown-header">Publications</li>
                <li><a href="/documents/CSDRiversideHighSchoolCatalog.pdf">High School Catalog</a></li>
                <li><a href="http://sarconline.org/Sarc/About/33316253330834" target="_blank">School Accountability Report Card</a></li>
                <li><a href="/documents/student-parent-handbook.pdf">Student Parent Handbook</a></li>
                <li><a href="/documents/CSDR2015WASC.pdf">WASC Action Plan</a></li>
                <li class="divider"></li>
                <li class="dropdown-header">Community Organizations</li>
                <li><a href="/#organizations">Alumni Association</a></li>
                <li><a href="/#organizations">Community Advisory Committee</a></li>
                <li><a href="http://www.csdrfriends.org/">Friends of CSDR</a></li>
              </ul>
            </li>
          </ul>
          <ul class="nav navbar-nav navbar-right">
		 	<li><a class="nav-link" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="http://www.facebook.com/CSDRiverside"><i class="fa fa-facebook-square fa-lg"></i><span class="sr-only">CSDR on Facebook</span> </a></li>
		 	<li><a class="nav-link" rel="tooltip" title="Like us on Instagram" data-placement="bottom" href="http://www.instagram.com/CSDRiverside"><i class="fa fa-instagram fa-lg"></i><span class="sr-only">CSDR on Instagram</span> </a></li>
		 	<li><a class="nav-link" rel="tooltip" title="Like us on Twitter" data-placement="bottom" href="http://www.twitter.com/CSDRiverside"><i class="fa fa-twitter fa-lg"></i><span class="sr-only">CSDR on Twitter</span> </a></li>
		 	<li><a href="https://www.youtube.com/channel/UCHAeH9n41nDpCYBEdo_Yonw"><i class="fa fa-youtube-square fa-lg"></i><span class="sr-only">CSDR on YouTube</span> </a></li>
            <li><a href="/foodservices/"><i class="fa fa-cutlery"></i><span class="sr-only">Food Services</span> </a></li>
          </ul>
        </div><!--/.nav-collapse -->
      </div>
    </nav>  
    


           	 <div id="vwrap">

	 	<div class="container">

	 		<div class="row">
	 		<div class="col-md-6">
	 		<h1>California School for the Deaf</h1>
	 		<div class="pull-right"><img src="images/smallcsdrlogows.png" alt="CSDR Logo"></div>
      		<p>Students at California School for the Deaf are engaged in a positive environment where ASL and English are valued, cultures are embraced, learning is relevant, and self-worth is uplifted.  In collaboration with families and school communities, Southern California students prepare for college and careers through academic rigor, innovative technology, and extra-curricular opportunities.</p>
 			<p class="text-right"><a class="btn btn-primary" role="button" href="#contact">Contact</a></p>
	 		</div>	
 		<div class="col-md-6">
            <!-- 4:3 aspect ratio -->
            <div class="embed-responsive embed-responsive-16by9">
              <iframe width="550" height="309" src="https://www.youtube.com/embed/videoseries?list=PLUtPX41w8VhhnQgy5txzaSqLgwjnMgVRP;autoplay=0;modestbranding=1&#038;cc_load_policy=1&#038;fs=0&#038;iv_load_policy=3&#038;loop=1&#038;rel=0&#038;theme=light&#038;color=white" allowfullscreen style="border:0px;"></iframe>
            </div>
        <br />
        <br />

        </div>
	 		</div>

	 	</div><!-- end container -->
	 </div><!-- end vwrap -->
	
      <div class="container">
       <div class="row">
       <div class="col-md-8">
	 			<h1>Cubs in Action <small><i class="fa fa-camera" aria-hidden="true"></i></small></h1>
	 			<a class="twitter-grid" data-limit="5" data-aria-polite="polite" data-partner="tweetdeck" href="https://twitter.com/csdriverside/timelines/951200394662719488?ref_src=twsrc%5Etfw">CSD Riverside Photos</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
	 					</div>
	 				
	 		<div class="col-md-4">
	 		<h2 class="tabs">What's Happening at CSDR</h2>
      <ul class="nav nav-tabs nav-justified">
        <li class="active"><a href="#A" data-toggle="tab">Events <i class="fa fa-calendar-check-o" aria-hidden="true"></i></a></li>
        <li><a href="#B" data-toggle="tab">School Calendars <i class="fa fa-calendar" aria-hidden="true"></i></a></li>
      </ul>
      <div class="tabbable" tabindex="0">
        <div class="tab-content">
          <div class="tab-pane fade in active" id="A">
     	  <br/>
     	  <div id="eventcontainer"></div>
     	  <p><em>* Events Subject to Change</em></p>
          </div>
          <div class="tab-pane fade" id="B">
            <br/>
            <h4 style="display:inline;"><a href="documents/calendars-academiccalendar2017-18.pdf">Academic School Calendar 2017-18</a></h4> <i class="fa fa-file-pdf-o"></i><br /><br />
            <h4 style="display:inline;"><a href="documents/calendars-bellschedule2017-18.pdf">Bell Schedule 2017-18</a></h4> <i class="fa fa-file-pdf-o"></i><br /><br />
            <h4 style="display:inline;"><a href="documents/calendars-termcalendars2017-18.pdf">Term Calendar 2017-18</a></h4> <i class="fa fa-file-pdf-o"></i><br /><br />
            <h4 style="display:inline;"><a href="documents/calendars-fridayrotation2017-18.pdf">Friday Weekly Rotation Schedule 2017-18</a></h4> <i class="fa fa-file-pdf-o"></i><br /><br />
            </div>    
        </div>
      </div> <!-- end tabbable -->
          	 			
     </div>
     </div>
     </div>
     <p></p>
	 					<p></p>
             <div id="pawswrap">
	 	<div class="container">
	 		<div class="row">
	 			<div class="col-md-12">
	 				
	 			<h1>PAWSitive Reflections <small>Read our school newsletter! </small></h1>
 <ul class="pager">
  <li class="previous"><a href="documents/pawsitive2017spring.pdf">Spring 2017  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2016spring.pdf">Spring 2016  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2015summer.pdf">Summer 2015  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2015springsummer.pdf">Spring 2015  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2014fall.pdf">Fall 2014  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2014summer.pdf">Summer 2014  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2014winter.pdf">Winter 2013  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2013fall.pdf">Fall 2013  </a>  </li>
  <li class="previous"><a href="documents/pawsitive2013spring.pdf">Spring 2013  </a></li>
</ul>
	 			</div>
	 		</div><!-- end row -->
	 	</div><!-- end container -->
	 </div><!-- end pawswrap -->
	 <br>
	 <br>
      <!-- Marketing messaging and featurettes
    ================================================== -->
    <!-- Wrap the rest of the page in another container to center all the content. -->

 	<div class="container">
      <div class="row">
      <div class="col-md-3">
      <img class="featurette-image img-responsive center-block" src="images/cc.gif" alt="Character Counts Logo">
      </div>
      <div class="col-md-9">
      <p>CHARACTER COUNTS! strengthens students through character education. A person of character is a good person, someone to look up to and admire, who knows the difference between right and wrong and always tries to do what is right. A person with character sets a good example for everyone and makes the world a better place while living according to the “Six Pillars of Character”: TRUSTWORTHINESS, RESPECT, RESPONSBILITY, FAIRNESS, CARING and CITIZENSHIP.</p>
      <p class="pull-right"><a class="btn btn-primary btn-xs" role="button" href="charactereducation/index.asp">More about Character Counts! &raquo;</a></center>
      </div>
      </div>
  <p></p>
  <p></p>
      	<div class="row">
  <div class="col-md-3">
  <img class="featurette-image img-responsive center-block" src="images/schoolpurpose.jpg" alt="Winners of Math Olympiad">
    <center><h2>SCHOOL <br />PURPOSE</h2></center>
  <p>CSDR embraces the philosophy that positive academic, intellectual, social-emotional, and physical development is the goal for every Deaf and hard-of-hearing child, and that the responsibility for the achievement of this goal is shared by the student, the family, and the school.</p>
  <center><p><a class="btn btn-primary btn-xs" role="button" href="mission/index.asp">More about School Purpose &raquo;</a></center>
  </div>
  <div class="col-md-3">
  <img class="featurette-image img-responsive center-block" src="images/aslprogramfeatured.jpg" alt="ASL Program">
    <center><h2>ASL <br />PROGRAM</h2></center>
  <p>CSDR has developed a comprehensive formal ASL curriculum specially designed to correlate with common core English-Language Arts standards and objectives for each grade level.  The aim is to use ASL as a medium of instruction that focuses on deepening students’ conceptual foundation. </p>
  <center><p><a class="btn btn-primary btn-xs" role="button" href="educationalprograms/index.asp#aslprogram">More about the ASL Program &raquo;</a></p></center>
  </div>
  <div class="col-md-3">
  <img class="featurette-image img-responsive center-block" src="images/commoncorefeatured.jpg" alt="Middle School Classroom">
    <center><h2>ACADEMIC STANDARDS</h2></center>
  <p>CSDR embraces the philosophy that positive academic, intellectual, social-emotional, and physical development is the goal for every Deaf and hard-of-hearing child, and that the responsibility for the achievement of this goal is shared by the student, the family, and the school.</p>
  <center><p><a class="btn btn-primary btn-xs" role="button" href="educationalprograms/index.asp#standards">More about Academic Standards &raquo;</a></p></center>
  </div>
  <div class="col-md-3">
  <img class="featurette-image img-responsive center-block" src="images/ciboyfeatured.jpg" alt="Student Listening">
  <center><h2>AUDITORY AND SPEECH SUPPORT</h2></center>
          <p>What is sound? How do sound waves travel? What do different noises sound like? For many of our Deaf students, sound is an abstract concept that has been difficult to understand, until now.  With the installation of the “Multisensory Sound Lab”, a new understanding and experience of sound is possible. In the lab, sound is not just perceived through your ears, but through your whole body.  </p>
          <center><p><a class="btn btn-primary btn-xs" role="button" href="educationalprograms/index.asp#auditory">More about Auditory and Speech Support &raquo;</a></center>
          </div>
	</div>
	   <p></p>
	   <hr>
	</div> <!-- /End container -->

 	<a name="organizations"></a><div class="container">
	<div class="tabbable">
      <ul class="nav nav-pills nav-justified">
        <li class="active"><a href="#pane1" data-toggle="tab">CDE RESOURCE CENTER</a></li>
        <li><a href="#pane2" data-toggle="tab">STUDENT LIFE</a></li>
        <li><a href="#pane3" data-toggle="tab">PARENT AND COMMUNITY ORGANIZATIONS </a></li>
      </ul>
  <div class="tab-content">
    <div id="pane1" class="tab-pane active">
<br>
<h4>California Deaf Education Resource Center</h4>
<div class="pull-right"><img src="images/AlignedCDERCSouthlogorev1.png" alt="CDERC South"></div>
<p>The California Department of Education, along with the California Schools for the Deaf, has recognized that one of its most important goals is to ensure a quality education for all Deaf and hard-of-hearing children and adolescents. Together, they promote the ideal that the more consistently deaf children in California receive resources and services, the more these children can benefit from a quality education. 
In the fall of 2013 the California Deaf Education Resource Center – South (CDERC-South) was established under the California Department of Education. Housed at the School for the Deaf in Riverside, the goal of the CDERC-South is to act as a clearinghouse of resources for Southern California for those serving Deaf and hard-of-hearing children and adolescents. The center, as defined in EC 59002.5, functions to “disseminate special curriculum, media teaching methods, instructional materials adapted for deaf individuals, achievement tests and other assessment methods useful to the instruction of deaf individuals.” In accordance with California Education Codes, the CDERC aims to provide support to all educators, professionals and caregivers who work with deaf children. These services will include training and guidance on early intervention, parent education, curricula and assessment, and community education, as well as assistance to Local Education Agencies. Trainings have been developed and offered at various locations throughout Southern California, as well as through web-based videos, and live video-conferencing to meet the needs of all programs and logistical constraints. </p>

<p>Towards this goal, CDERC-South has the following programming and trainings in place: </p>
<ul class="fa-ul">
<li><i class="fa-li fa fa-caret-right"></i>DeafTEC: DeafTEC is a grant from the National Science Foundation with the primary purpose of employing more DEAF individuals into technology/STEM careers. In addition, there are training materials and workshops targeted for DEAF teachers on universal design and writing in the disciplines</li>
<li><i class="fa-li fa fa-caret-right"></i>Early Start Workshop Series: Focus on techniques for parents and professionals that work with the Deaf/ hard-of-hearing and strategies to develop language skills. Instruction will include presentation, demonstration, videos, guest speakers, and hands-on opportunities. Spanish and ASL interpreters will be provided. </li> 
<li><i class="fa-li fa fa-caret-right"></i>CDERC-Assessment Services: A Deaf or hard-of-hearing student may be referred, as appropriate, for psychological assessment and recommendations. </li>
<li><i class="fa-li fa fa-caret-right"></i>Request a Workshop / Consultation: CDERC has a network of professionals – Psychologists, Teacher Specialists, Audiologists, Occupational Therapists – who can provide workshops or consultation. </li>
</ul>
<p>For more information, check out our website at <a href="http://thrive.cde.ca.gov">http://thrive.cde.ca.gov</a></p>

        </div>
    <div id="pane2" class="tab-pane">
     <br>
<h4>Student Life Program</h4>     
<p>Students who live more than 60 minutes away from campus qualify to stay overnight at campus during the week as residential students. Students go home in the early afternoon on Friday on the school bus, and return back on Sunday evenings after dinnertime. Residential life staff provides supervision, counseling, recreation activities, homework assistance, as well as after-school activities that are also available to non-residential students (day students). In addition, residential life staff supervises the students in the morning before school, during all mealtimes, in the evenings with some also serving as sports coaches, and during nighttime with separately assigned night attendants.</p> 
<p>The residential program reflects and reinforces the campus-wide standards for staff use of ASL and focus on open communication and incidental learning.  All residential life counselors are required to be fluent in ASL.  Since CSDR is a second home to many students, the cottage environment itself is made communicatively accessible to the students by the provision of computers, video phones, captioned TVs, all in an environment of open space within everyone’s visibility, and many opportunities for interaction with peers and local community members through field trips and sports programs.  Group activities and events benefit the students in both incidental and formal learning.</p>
<p>
After school activities are also a strong component of the Student Life Program. Parents of day students are strongly encouraged to allow their children to participate with the residential students in these activities. Residential staff members excel in their creativity and scheduling of student activities.  After-school activities, workshops,  and other features of the residential program include:
</p>
    <div style="padding-left:10%; width:40%; float:left;>
    <ul class="fa-ul">
    <li><i class="fa-li fa fa-caret-right"></i>Extracurricular programs</li>
    <li><i class="fa-li fa fa-caret-right"></i>Recreational programs</li>
    <li><i class="fa-li fa fa-caret-right"></i>Educational programs</li>
    <li><i class="fa-li fa fa-caret-right"></i>Experiential activities</li>
    <li><i class="fa-li fa fa-caret-right"></i>Outdoor programs</li>
    <li><i class="fa-li fa fa-caret-right"></i>Social events</li>
    <li><i class="fa-li fa fa-caret-right"></i>Volunteer programs</li>
    <li><i class="fa-li fa fa-caret-right"></i>Study hour</li>
    <li><i class="fa-li fa fa-caret-right"></i>Leadership projects/programs</li>
    <li><i class="fa-li fa fa-caret-right"></i>Off-campus privileges</li>
    <li><i class="fa-li fa fa-caret-right"></i>Interscholastic sports program</li>
    <li><i class="fa-li fa fa-caret-right"></i>Work experience</li>
    <li><i class="fa-li fa fa-caret-right"></i>Special Olympics</li>
    <li><i class="fa-li fa fa-caret-right"></i>Hiking</li>
    </ul>
    </div>
    <div style="padding-right:10%; width:40%; float:right;">
    <ul class="fa-ul">
    <li><i class="fa-li fa fa-caret-right"></i>Bowling</li>
    <li><i class="fa-li fa fa-caret-right"></i>Crafts</li>
    <li><i class="fa-li fa fa-caret-right"></i>Video games</li>
    <li><i class="fa-li fa fa-caret-right"></i>Character building activities</li>
    <li><i class="fa-li fa fa-caret-right"></i>Shopping</li>
    <li><i class="fa-li fa fa-caret-right"></i>Character Counts! Program for character development</li>
    <li><i class="fa-li fa fa-caret-right"></i>Peak Program for social skill development</li>
    <li><i class="fa-li fa fa-caret-right"></i>Dormitory Council for self-governance</li>
    <li><i class="fa-li fa fa-caret-right"></i>Computers for educational, recreational, and communication purposes</li>
    <li><i class="fa-li fa fa-caret-right"></i>Video Phones for communication with family members and friends</li>
    </ul>
    </div>
<div style="clear:both; width:100%; padding-left:1.5em; padding-top:1em;"><a href="residentiallife/">More About Cottages/Student Life </a>
</div>
</div>
    <div id="pane3" class="tab-pane">
    <br>
    <h4>Parents and Staff Working Together (PSWT)</h4>
<p>The <a href="mailto:parentstaffworktogether@gmail.com">Parents and Staff Working Together</a> organization focuses on fundraising and academic enrichment activities for students, as well as teacher appreciation events. Parents and staff come together and work on a casual basis for the benefit of all students. Interpreters are provided at all monthly PSWT meetings.</p>
<br>
<h4>Community Advisory Committee (CAC) <small>CAC is the eyes of CSDR and we are all “ears”!</small></h4>
<p><div class="pull-right"><img src="images/caclogo.jpg" alt="CAC logo"></div><p>The Community Advisory Committee includes 51% or more parent representatives, as well as the president of PSWT, who meet on a monthly basis to provide feedback to the Superintendent on various school-related topics. The staff members serving on the CAC include teacher representatives from each department, with a Family Education coordinator and an Outreach staff. Community representatives may include CSDR alumni, the Center on Deafness-Inland Empire (CODIE), the Riverside/Southern California chapter of the California Association of the Deaf, Deaf Women United of Southern California, and/or Deaf-owned businesses. Parent and community involvement is encouraged for addressing important issues and advice with the Superintendent. With CAC, the school hosts Open Forums for parents and community. CAC examines how CSDR programs and services affect all students, and strives for a positive educational environment. Interpreters are provided at all major events, and at the monthly meetings upon request.</p>
<br>
<h4>Alumni Organizations</h4>
<p><div class="pull-left"><img src="images/csdraa.gif" style="padding:5px 7px;" alt="CSDR Alumni Association logo"></div><div class="pull-right"><img src="images/csdrbookthumbnail.png" alt="CSDR Books"></div><p>The <a href="http://www.csdralumni.org/">CSDR Alumni Association</a> assists with CSDR awareness through social media sites and offers college scholarships for students. To fundraise for the student scholarships, CSDRAA hosts a Car Show and Bazaar at CSDR, sports competitions with alumni playing versus the current students, and other fundraiser events for the community. CSDRAA meets on a quarterly basis, and facilitates student class and anniversary reunions for CSDR alumni. The organization worked together with the Laurent Clerc Center to create a 424-page CSDR History Book, authored by Kevin Struxness ’78, on CSDR’s first 50 years. The book can be purchased at: <a href="http://www.debee.com/products/lc-press/csdr-history-book/">http://www.debee.com/products/lc-press/csdr-history-book/</a></p>
<p>Some staff members and parents also serve on the Gallaudet University Alumni Association of Riverside (GUAA), with scholarships for students who have been accepted into the university. GUAA also hosts various fundraisers and celebrations at CSDR, such as a reception in honor of a retired CSDR administrator, Dr. Gerald “Bummy” Burstein, who recently was honored with the Gallaudet University Sesquicentennial Distinguished Alumni award for his national accomplishments and benefactions to the university, and to the city of Riverside. </p>
<br>
<h4>Endowment Organizations</h4>
<div class="pull-right"><img src="images/friendsofcsdrlogo1.gif" alt="Friends of CSDR logo"></div>
<p>Contributions through endowment organizations make a difference in the lives of our Deaf students as well as future generations. Funds are used for student incentives, educational activities, and other necessities to help CSDR thrive. </p>
<p><a href="http://www.csdrfriends.org/">Friends of CSDR</a> is a nonprofit organization dedicated to bridging the sound barrier between the deaf and hearing communities. Friends also assists students in extra-curricular educational endeavors that might not ordinarily be available to them. Lastly, the Bummy Foundation, established by Mr. Burstein, supports select CSDR students who show leadership potential by financing their leadership trainings or retreats.</p>    
    </div>
  </div><!-- /.tab-content -->
</div><!-- /.tabbable -->
<br/>
	</div> <!-- /End container -->
	
      <div id="twrap">
	 	<div class="container centered">
	 		<div class="row">
	 			<div class="col-lg-8 col-lg-offset-2">
	 			<a href="mailto:info@csdr-cde.ca.gov"><i class="fa fa-envelope-o"></i><span class="sr-only">E-mail: info@csdr-cde.ca.gov</span></a>
	 			<p>California School for the Deaf, Riverside (CSDR) is a component of the State Special Schools and Services Division of the California Department of Education. The school serves Deaf and hard-of-hearing students, between the ages of 3 and 21, who reside in the 11 counties of Southern California.</p>
				<p><strong>To request a tour or enrollment information, send an email to <a href="mailto:info@csdr-cde.ca.gov">info@csdr-cde.ca.gov</a>. </strong></p>
	 			</div>
	 		</div><!-- end row -->
	 	</div><!-- end container -->
	 </div><!-- end twrap -->
      <div class="container">
            <h3>Community Liaison<span class="pull-right"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> </span></h3>
      <div class="hline-w"></div>
      <div class="row">
  <div class="col-xs-12 col-md-4">
  <div class="card hovercard">
                <div class="cardheaderpalmtree">

                </div>
                <div class="avatar">
                    <img src="images/denisehamiltoncontact.jpg" alt="A picture of Denise Hamilton">
                </div>
                <div class="info">
                    <div class="title">
                    <h4>Denise Taylor</h4>
                    </div>
                    <div class="desc">Admissions</div>
                    <div class="desc"><abbr title="Email"><i class="fa fa-envelope-o"></i></abbr>  <a href="mailto:dtaylor@csdr-cde.ca.gov">dtaylor@csdr-cde.ca.gov</a></div>
                	<div class="desc"><abbr title="Phone"><i class="fa fa-phone"></i></abbr>  (951) 248-7700 x4817</div>
                	<div class="desc"><abbr title="Phone"><i class="fa fa-phone"></i></abbr>  (951) 824-8127 Español</div>
                </div>
            </div> 
  </div>
  <div class="col-xs-12 col-md-4">
	 <div class="card hovercard">
                <div class="cardheadercsdr">

                </div>
                <div class="avatar">
                    <img src="images/lauriewaggonercontact.jpg" alt="A picture of Laurie Waggoner">
                </div>
                <div class="info">
                    <div class="title">
                    <h4>Laurie Waggoner</h4>
                    </div>
                    <div class="desc">Public Information / Volunteer Coordinator</div>
                    <div class="desc"><abbr title="Email"><i class="fa fa-envelope-o"></i></abbr>  <a href="mailto:lwaggoner@csdr-cde.ca.gov">lwaggoner@csdr-cde.ca.gov</a></div>
                	<div class="desc"><abbr title="VideoPhone"><i class="fa fa-phone"></i></abbr>  (951) 248-7700 x4361</div>
                	<div class="desc"><abbr title="Phone"><i class="fa fa-phone"></i></abbr>  (951) 824-8055 Español</div>
                </div>
                </div>
                </div>
                
  <div class="col-xs-12 col-md-4">
	 <div class="card hovercard">
                <div class="cardheadersign">

                </div>
                <div class="avatar">
                    <img src="images/erikathompsoncontact.jpg" alt="A picture of Erika Thompson">
                </div>
                <div class="info">
                    <div class="title">
                    <h4>Erika Thompson</h4>
                    </div>
                    <div class="desc">Community Resource Specialist</div>
                    <div class="desc"><abbr title="Email"><i class="fa fa-envelope-o"></i></abbr>  <a href="mailto:ethompson@csdr-cde.ca.gov">ethompson@csdr-cde.ca.gov</a></div>
                	<div class="desc"><abbr title="VideoPhone"><i class="fa fa-video-camera"></i></abbr>  (951) 824-8097</div>
                	<div class="desc"><abbr title="Phone"><i class="fa fa-phone"></i></abbr>  (951) 824-8097 Español</div>
                </div>
                </div>
        

</div>
</div>
    </div> <!-- /container -->

     

    <div class="container">
	<hr />
		 	<div class="row">
		 			 		<div class="col-lg-4">
		 		<h3>Newsletter Sign Up <span class="pull-right"><i class="fa fa-paper-plane-o"></i></span> </h3>
		 		<div class="hline-w"></div>
<form action="/newslettersignupemail.asp" method="post" id="newsletterform" accept-charset="utf-8">
  <div class="form-group">
        <label class="form-label form-label-left form-label-auto" id="label_3" for="input_3">
          Name:
        </label>
        <div id="cid_3" class="form-input jf-required">
          <input type="text" class="form-control" placeholder="Enter Your Name" data-type="input-textbox" id="input_3" name="q3_name" size="20" value="" required />
        </div>
        <br>
        <label class="form-label form-label-left form-label-auto" id="label_4" for="input_4">
          Email Address:
        </label>
        <br>
        <div id="cid_4" class="form-input jf-required">
          <input type="email" class="form-control" placeholder="Enter Your Email Address" data-type="input-textbox" id="input_4" name="q4_emailAddress" size="20" value="" required />
        </div>
        <br/>
        <div id="cid_2" class="form-input-wide">
          <div style="text-align:left" class="form-buttons-wrapper">
            <button id="input_2" type="submit" class="btn btn-primary">
              Submit
            </button>
          </div>
        </div>
  </div>
</form>
		 		</div>
		 		<div class="col-lg-4">
		 			<h3>Map and Directions<div class="pull-right"><i class="fa fa-car"></i></div></h3>
		 			<div class="hline-w"></div>
  		<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3309.9912678727255!2d-117.38021280000004!3d33.941352699999996!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcb0373859bc0b%3A0x67f6102e4c201251!2s3044+Horace+St%2C+Riverside%2C+CA+92506!5e0!3m2!1sen!2sus!4v1430504597905' width='800' height='300' frameborder='0' style='border:0'></iframe></div>
		 		</div>

		 		<div class="col-lg-4">
		 			<a name="contact"></a><h3>Contact<span class="pull-right"><i class="fa fa-envelope-o"></i></span></h3>
		 			<div class="hline-w"></div>
		 		   <p><a href="/documents/staff-directory-group.pdf">Staff Directory</a> - staff names and phone numbers</p>
    	<address>
  		<p><strong>California School for the Deaf, Riverside</strong></p>
  		<p>3044 Horace Street</p>
  		<p>Riverside, CA 92506</p>
  		<abbr title="Map"><i class="fa fa-map" aria-hidden="true"></i></abbr> <a href="/documents/CSDRcampusmap.pdf">Campus Map</a><br>
  		<abbr title="Email"><i class="fa fa-envelope-o"></i></abbr> <a href="mailto:info@csdr-cde.ca.gov">info@csdr-cde.ca.gov</a><br>
  		<abbr title="Phone"><i class="fa fa-phone"></i></abbr> (951) 248-7700<br>
  		<abbr title="VideoPhone"><i class="fa fa-video-camera"></i></abbr> (951) 824-8070
		</address>
		 		</div>
		 	
		 	</div><!-- end row -->

      
<hr>
       <div class="row">
       <div class="col-lg-5">
       <p><small><i class="fa fa-camera"></i> <strong>Photo Credits</strong> : High School Yearbook Students - Cherilyn Barrett - Auna Fergusen - Jens Rechenberg '81 - Jaclyn Vincent</small><p>
       </div>
       <div class="col-lg-7">
		<ul class="pagination pagination-sm pull-right">
  		<li><a href="https://powerschool.csdr-cde.ca.gov/" target="_blank"><img src="/images/powerschoollogo.jpg" alt="PowerSchool Login"> PowerSchool</a></li>
  		<li><a href="https://powerschool.csdr-cde.ca.gov/teachers" target="_blank"><img src="/images/powerschoolteacher.jpg" alt="PowerSchool Login for Teachers"> PowerTeacher</a></li>
  		<li><a href="https://csdr-cde.ca.gov/owa/" target="_blank"><img src="/images/outlooklogo.jpg" alt="Outlook Web Access"> Outlook</a></li>
		</ul>
		</p>
		</div>
		</div>
      <hr>
<div class="row">
<div class="col-lg-12">
      <footer>
        <p class="pull-right"><strong><a href="#">Back to top</a></strong></p>
        <p><strong>California School for the Deaf, Riverside (CSDR) <i class="fa fa-heart-o"></i> </strong></p>
      </footer>

    </div> <!-- /container -->    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="/js/jquery.min.js"></script>
    <script src="/js/bootstrap.min.js"></script>
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="/js/ie10-viewport-bug-workaround.js"></script>


</body>
</html>

