Cued Speech Research Findings
Are you interested in accessing years of research findings about Cued Speech? Click this link or the “Download” button below to get the document.”
Read StoryThe NCSA maintains a vast and searchable library of Cued Speech resources. We have everything to do with Cued Speech: history, research papers, teaching materials, videos, and much more. Everyone can search the curated selection available below. Members have full access to our rich legacy. By request, the following will be made available to members: 1) full-length scholarly articles and research papers, 2) On Cue editions from 1990 to today, and 3) downloadable workshop materials. If you are a member, you may request access here and select "Materials or Research Request."
The NCSA worked with Gallaudet University to create the R. Orin Cornett Memorial Cued Speech Collection. This site includes manuscripts and documents on Cued Speech from Dr. Cornett's personal papers, as well as older NCSA publications.
Are you interested in accessing years of research findings about Cued Speech? Click this link or the “Download” button below to get the document.”
Read StoryTo access NCSA’s advertising rack card, simply click this link and follow the steps to provide us with your email address.
Read StoryTo access NCSA’s trifold brochure, simply and follow the steps to provide us with your email address.
Read StorySign up for email updates from the NCSA.
var icpForm1673 = document.getElementById('icpsignup1673');
if (document.location.protocol === "https:")
icpForm1673.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired1673() { if (icpForm1673["fields_email"].value == "") { icpForm1673["fields_email"].focus(); alert("The Email field is required."); return false; }
if (icpForm1673["fields_email"].value && icpForm1673["fields_email"].value !== "") { icpForm1673["fields_email"].value = icpForm1673["fields_email"].value.trim(); }
if (icpForm1673["fields_fname"].value == "") { icpForm1673["fields_fname"].focus(); alert("The First Name field is required."); return false; }
if (icpForm1673["fields_fname"].value && icpForm1673["fields_fname"].value !== "") { icpForm1673["fields_fname"].value = icpForm1673["fields_fname"].value.trim(); }
if (icpForm1673["fields_lname"].value == "") { icpForm1673["fields_lname"].focus(); alert("The Last Name field is required."); return false; }
if (icpForm1673["fields_lname"].value && icpForm1673["fields_lname"].value !== "") { icpForm1673["fields_lname"].value = icpForm1673["fields_lname"].value.trim(); }
return true; }
function validDate1673(value) {
if (value == "") { return true; }
var dateSections = value.split('/'); if (dateSections.length != 3) { return false; }
var month = dateSections[0]; if (month && (month.length > 2 || month < 1 || month > 12)) { return false; }
var day = dateSections[1]; if (day && (day.length > 2 || day < 1 || day > 31)) { return false; }
var year = dateSections[2]; if (!year || (year && year.length != 4)) { return false; }
var dateValue = new Date(value); if (month != (dateValue.getMonth()+1) || day != dateValue.getDate() || year != dateValue.getFullYear()) { return false; }
return true; }