
<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html lang="en">
<head><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/>
<!--<base href="https://www.ucc.ie/en/ck408/astrophysics/"/>-->
	<meta charset="utf-8"/>
	<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
	<meta name="viewport" content="width=device-width, initial-scale=1"/>
  <meta property="history:section" content="CELT project: Irish Primary Education | University College Cork"/>
	<meta property="history:title" content="CELT project"/>
  
	<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
	<!-- Chrome, Firefox OS and Opera -->
	<meta name="theme-color" content="#0055a0"/>

  <!-- Favicon -->
	<link rel="apple-touch-icon" sizes="60x60" href="https://www.ucc.ie/en/media/2017siteassets/favicon/apple-touch-icon.png"/>
	<link rel="icon" type="image/png" sizes="32x32" href="https://www.ucc.ie/en/media/2017siteassets/favicon/favicon-32x32.png"/>
	<link rel="icon" type="image/png" sizes="16x16" href="https://www.ucc.ie/en/media/2017siteassets/favicon/favicon-16x16.png"/>
	<link rel="manifest" href="https://www.ucc.ie/en/media/2017siteassets/favicon/manifest.json"/>
	<meta name="msapplication-config" content="/en/media/2017siteassets/favicon/browserconfig.xml"/>
    
  
 <title>CELT project: Irish Primary Education | University College Cork</title><meta name="description" content="Irish Primary Education|An electronic edition|by Patrick Augustine Sheehan"/><meta property="og:title" content="Irish Primary Education|An electronic edition"/><meta property="og:url" content="http://research.ucc.ie/celt/document/E901002-002"/><meta property="og:description" content="Irish Primary Education|An electronic edition|by Patrick Augustine Sheehan"/><meta property="og:image" content="aislingoenguso-edit-keyboard-300w.jpg"/><meta property="og:locale" content="en_IE"/><meta property="og:locale:alternate" content="la_IE"/><meta property="og:locale:alternate" content="fr_IE"/>

  <!-- meta tag info -->
  
 <!-- Start SEO -->
 <meta name="DC.Keywords" content="default customMetaKeywords"/>
 <meta name="DC.Description" content="null"/>
 <meta name="description" content="null"/>
 <!-- START - Facebook Open Graph, Google+ and Twitter Card Tags 2.0.8.2 -->
 <!-- Facebook Open Graph -->
 <meta property="og:locale" content="en_US"/>
 <meta property="og:site_name" content="UCC"/>
 <meta property="og:title" content="University College Cork"/>
 <meta property="og:url" content="https://www.ucc.ie"/>
 <meta property="og:type" content="website"/>
 <meta property="og:description" content="Learn, Study and Research in UCC, Ireland's first 5 star university. Our tradition of independent thinking will prepare you for the world and the workplace in a vibrant, modern, green campus."/>
 <meta property="og:image" content="https://www.ucc.ie/en/media/aboutucc/12-101P1000602.JPG"/>
 <meta property="article:publisher" content="https://www.facebook.com/universitycollegecork/"/>
 <!-- Google+ / Schema.org -->
 <meta itemprop="name" content="University College Cork"/>
 <meta itemprop="description" content="Learn, Study and Research in UCC, Ireland's first 5 star university. Our tradition of independent thinking will prepare you for the world and the workplace in a vibrant, modern, green campus."/>
 <meta itemprop="image" content="https://www.ucc.ie/en/media/aboutucc/12-101P1000602.JPG"/>
 <link rel="publisher" href="https://plus.google.com/u/0/communities/103375296693922864963"/>
 <!-- Twitter Cards -->
 <meta name="twitter:title" content="University College Cork"/>
 <meta name="twitter:url" content="https://www.ucc.ie"/>
 <meta name="twitter:description" content="Learn, Study and Research in UCC, Ireland's first 5 star university. Our tradition of independent thinking will prepare you for the world and the workplace in a vibrant, modern, green campus."/>
 <meta name="twitter:image" content="https://www.ucc.ie/en/media/aboutucc/12-101P1000602.JPG"/>
 <meta name="twitter:card" content="summary_large_image"/>
 <meta name="twitter:site" content="@UCC"/>

	<!-- Styling -->
  <link rel="stylesheet" type="text/css" media="screen" href="https://www.ucc.ie/en/media/2017siteassets/css/main.min.css"/>
  <link rel="stylesheet" type="text/css" media="print" href="https://www.ucc.ie/en/media/2017siteassets/css/print.css"/>

	<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
	<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
	<!--[if lt IE 9]>
		<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
  
  <!-- hack to enforce responsive images for everything in the module wrap -->

  <style> 
    .module-wrap img {
    	display: block;
      max-width: 100%;
      height:auto;
     }
  </style>
  
<script type="text/javascript" src="../jquery.min.js"> </script><script type="text/javascript" src="../popfoot.js"> </script><script type="text/javascript" src="bootstrap-slider.js"> </script><style type="text/css">
.left-side-nav__nav li a.nomenu:after {
    content: ""; }
.teitable {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
        /* popup from https://codepen.io/vavik96/pen/xbjGde */
a.thumbnail { display:inline; border:none; position:relative; z-index:0; }
a.thumbnail:hover { background-color:transparent; z-index:50; }
a.thumbnail span{ /*CSS for popup image*/
        position: absolute;
        background-color: lightyellow;
        padding: 5px;
        left: -1000px;
        border: 1px dashed gray;
        visibility: hidden;
        color: black;
        text-decoration: none;
}

a.thumbnail span img{ /*CSS for popup image*/
        border-width: 0;
        padding: 2px;
}
a.thumbnail:hover span{ /*CSS for enlarged image on hover*/
        visibility: visible;
        top: 0;
        left: 60px; /*position where enlarged image should offset horizontally */
}

.aside { padding:0px; }
.left-side-nav button.empty { padding:5px; }
.left-side-nav button.empty:after { content:""; }
.subsid { line-height:120%; }
span.missing { color:red; }
span.inactive { color:blue; }
span.fa { color:green; padding-left:3px; padding-right:3px; }
div#rubric { font-family:serif; font-style:normal; }
div#rubric p { line-height:120%; }
span.u { text-decoration:underline; }
span.i { font-style:italic; }
span.captionlabel { font-weight:bold; }
caption { font-weight:bold; font-size:110%; }
ol.breadcrumb li#update:before { color:#777; font-family:sans-serif; content:"  (document last updated:"; }
ol.breadcrumb li#update:after { color:#777; content:")"; }
div.footnotes { display:none; }
div.footnotediv { font-size:80%;
                  line-height:1.2em;
                  background-color:white;
                  box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05), inset 0 0.1em 0.1em 0 rgba(0,0,0,0.025);
                  border:solid #669999; 1px; 
                  text-color:black; 
                  padding:1em; 
                  z-index:1000}
blockquote.TEI { font-size:100%; }
blockquote.TEI:before { content:" "; }
blockquote.TEI:after { content:" "; }
blockquote, .content-wrap__wrapper blockquote, .module-24 blockquote { font-style:normal; }
blockquote.summarised-letter { text-style:italic; } /* added PF 2021-02-09 for BF/HM */
blockquote.summarized-letter { text-style:italic; } /* added PF 2021-02-09 for BF/HM */
li.lg { margin-top:1em; }
li.doc { font-weight:bold; }
li.meta { font-style:normal; }
span.overlap { text-decoration: underline wavy Chocolate; }
span.flag { color:Chocolate; }
span.inlineitem { font-style:italic; }
span.trailer { font-style:italic; }
span.stage { font-family:serif; }
p.opener { font-style:italic; }
p.closer,p.dateline { text-align:right; }
/* spans created by inline markup */
span.lbn { vertical-align:sub; font-size:66%; color:green; font-style:normal; text-decoration:none; }
span.lbc { vertical-align:sub; font-size:66%; color:Gray; font-style:normal; text-decoration:none; }
span.term, span.frn, span.title, span.corr, span.sic, span.orig, span.abbr { font-style:italic; }
span.ex, span.gloss, span.sup, span.add { text-decoration:underline; }
span.del { text-decoration:line-through; }
span.date::before { content:"📅 "; font-style:normal; }
span.signed,span.salute { font-family:cursive; }
span.lem, span.on, span.orgName { font-weight:bold; }
/* TeX logos, borrowed from TeX4ht and adapted */
body span.TEX { 
                letter-spacing: -0.125em;
                padding-right:0.125em;
              }
body span.TEX span.E { 
                       position:relative;
                       top:0.4ex;
                       left:-0.0417em;
                     }
body a span.TEX { 
                  text-decoration:none;
                }
/* LaTeX */
body span.LATEX { 
                  padding-right:-0.8em;
                }
body span.LATEX span.A { 
                         position:relative;
                         top:-0.5ex;
                         left:-0.4em;
                         font-size:75%;
                       }
body span.LATEX span.TEX { 
                           position:relative;
                           left: -0.4em;
                         }
body span.LATEX span.E { 
                         position:relative;
                         top:0.4ex;
                       }
body a span.LATEX span.A { 
                           text-decoration:none;
                         }
/* BiBTeX */
body span.BIBTEX span.I { 
                          position:relative;
                          top:0.4ex;
                        }
body a span.BIBTEX span.I { 
                            text-decoration:none;
                          }
/* LyX */
body span.LYX span.Y { 
                       position:relative;
                       top:0.4ex;
                     }
body a span.LYX span.Y { 
                         text-decoration:none;
                       }
/* Metafont */
body span.MF { 
               font-family:sans-serif;
             }
/* Metapost */
body span.MP { 
               font-family:sans-serif;
             }
/* XeTeX */
body span.XETEX span.E { 
                         FILTER:FlipH;
                         position:relative;
                         top:0.5ex;
                         left:-0.0417em;
                       }
body a span.XETEX span.E { 
                           text-decoration:none;
                         }
      </style></head>

<body class="inner">

	<!-- cookie policy -->
	<div class="cookie cookiePolicy bottom" style="display:none;">
		<div class="cookie__inner">
			<div class="row">
				<div class="col-xs-12 col-sm-9">
					<a name="d.en.832499" href="http://celt.ucc.ie/"> </a>
<h2/>
<p>We use cookies to help give you the best experience on our website. By continuing without changing your cookie settings, we assume you agree to this. Please<a target="_blank" href="https://www.ucc.ie/cookies"> read our cookie policy</a> to find out more.</p>
        </div>
				<div class="col-xs-12 col-sm-2 col-sm-offset-1">
					<a class="btn btn--outlin closeCookie" href="javascript:;">Close</a>
				</div>
			</div>
		</div>
	</div>
	<!-- // cookie policy -->

	
	<!-- navbar // layout: header -->
    <header id="header" class="header">
      <div class="navbar navbar__custom">
	<a class="navbar__brand" href="https://www.ucc.ie/en/">
	  <h1 class="sr-only">University College Cork</h1>
<!--
	    src="/en/media/2017siteassets/images/ucc_logo__insertVectorrainbow.svg"
-->
	  <img alt="UCC Logo" src="https://www.ucc.ie/en/media/2017siteassets/images/ucc-central-header-logo.svg"/>
	</a> 
	<button type="button" class="nav-toggle text-uppercase" data-toggle="button" aria-pressed="false"><span>Menu</span></button> 
	<div class="ucc-class">
	  <div class="inner"><h2>Irish Primary Education</h2><h3>CELT Project</h3></div>
	</div>
	<ul class="top-nav list-inline">
	  <li><a class="courses" id="gtmCoursesNavLink" href="https://www.ucc.ie/en/study/courses/">Courses</a></li>

    <li class="dropdown"><a class="dropdown-toggle links" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="gtmMyUCCNavLink" href="#">My UCC</a>
        <ul class="dropdown-menu">
            <li class="icon-menu">
                <ul>
	<li><a href="/"><i class="fa fa-home fa-fw">‍</i>Home</a></li>
	<li class="visitedPagesLink"><i class="fa fa-history fa-fw">‍</i><a href="javascript:;">Visited Pages</a></li>
	<li class="favouritePagesLink"><i class="fa fa-star fa-fw">‍</i><a href="javascript:;">Favourites</a></li>
</ul>
            </li>
            <li class="split-menu top">
                <ul>
<li><a href="https://www.ucc.ie/en/contact/">Contact</a></li>
<li><a href="http://booleweb.ucc.ie/">Library</a></li>
<li><a href="https://www.ucc.ie/en/staff/">Staff</a></li>
<li><a href="https://www.ucc.ie/en/students/">Current Students</a></li>
</ul>
            </li>
            <li class="split-menu bottom">
            <ul>
<li><a href="https://www.ucc.ie/en/exams/results/">Exam Results</a></li>
<li><a target="_blank" href="https://blackboard.ucc.ie/">Blackboard</a></li>
<li><a target="_blank" href="https://www.ucc.ie/calendar/">Calendar</a></li>
<li><a href="https://visit.ucc.ie">Visit UCC</a></li>
<li><a target="_blank" href="http://mytimetable.ucc.ie/">Timetables</a></li>
<li><a target="_blank" href="https://app.ucc.ie/maps/">Campus Maps</a></li>
<li><a href="https://www.ucc.ie/en/students/wellbeing/">Wellbeing</a></li>
</ul>
            </li>
        </ul>
    </li>


        
        <!-- Irish -->
         
            
        

        <!-- English -->
        <!--
            <li class="language"><a href="/en/ck408/astrophysics/">EN</a></li>
        -->
      </ul>
		</div>
	</header>
 <p style="margin-bottom:100px"/>
	<!-- // navbar -->

	<div style="margin-top:0px;" class="page-wrap">
		<!-- navigation // layout: header -->
		<div class="navbar__nav">
			<div class="navbar__inner">
								<ul class="mainNavList">
					<li>
						<a href="https://www.ucc.ie/en/study/">Study</a>
						<button type="button" data-toggle="collapse" data-target="#mainNavList1" aria-expanded="false" aria-controls="mainNavList1" aria-label="Study Menu"/>
						<ul id="mainNavList1" class="collapse">
							<li><a href="https://www.ucc.ie/en/study/courses/">Courses</a></li><li><span class="currentbranch0"><a href="https://www.ucc.ie/en/study/undergrad/">Undergraduate</a></span></li><li><a href="https://www.ucc.ie/en/study/postgrad/">Postgraduate</a></li><li><a href="https://www.ucc.ie/en/international/">International Office</a></li><li><a href="https://www.ucc.ie/en/ace/">Adult Continuing Education</a></li><li><a href="https://www.ucc.ie/en/online/">Online</a></li><li><a href="https://www.ucc.ie/en/cpd/">Continuing Professional Development</a></li><li><a href="https://www.ucc.ie/en/study/undergrad/orientation/">Incoming First Year Students</a></li>
						</ul>
					</li>
					<li>
						<a href="https://www.ucc.ie/en/research/">Research &amp; Innovation</a>
						<button type="button" data-toggle="collapse" data-target="#mainNavList2" aria-expanded="false" aria-controls="mainNavList2" aria-label="Research Menu"/>
						<ul id="mainNavList2" class="collapse">
							<li><a href="https://www.ucc.ie/en/research/about/">About UCC Research</a></li><li><a href="https://www.ucc.ie/en/research/themes/">Research Themes, Institutes and Centres</a></li><li><a href="https://www.ucc.ie/en/research/support/">Research Support Services</a></li><li><a href="http://research.ucc.ie/profiles/">Research Expertise</a></li><li><a href="https://www.ucc.ie/en/research/innovationandtechnologytransfer/">Innovation and Technology Transfer</a></li>
						</ul>
					</li>

					<li>
						<a href="https://www.ucc.ie/en/discover/">Discover UCC</a>
						<button type="button" data-toggle="collapse" data-target="#mainNavList3" aria-expanded="false" aria-controls="mainNavList3" aria-label="About UCC Menu"/>
						<ul id="mainNavList5" class="collapse">
							<li><a href="https://www.ucc.ie/en/discover/history/">History</a></li><li><a href="https://www.ucc.ie/en/about/uccnews/">News and Views</a></li><li><a href="https://www.ucc.ie/en/discover/leadership/">Leadership and Strategy</a></li><li><a href="https://www.ucc.ie/en/discover/campus/">Campus Life</a></li><li><a href="https://www.ucc.ie/en/discover/cork/">Cork City and Region</a></li><li><a href="https://www.ucc.ie/en/discover/visit/">Visit UCC</a></li>
						</ul>
					</li>
					<li>
						<a href="https://www.ucc.ie/en/schoolsdepartments/">Schools &amp; Departments</a>
						<button type="button" data-toggle="collapse" data-target="#mainNavList4" aria-expanded="false" aria-controls="mainNavList4" aria-label="Schools and Departments Menu"/>
						<ul id="mainNavList4" class="collapse">
							<li><a href="https://www.ucc.ie/en/schoolsdepartments/academicschoolsanddepartments/">Academic Schools and Departments</a></li><li><a href="https://www.ucc.ie/en/schoolsdepartments/admin/">Support and Service Departments</a></li>
						</ul>
					</li>
					<li>
						<a href="https://www.ucc.ie/en/bus-ent/">Business &amp; Enterprise</a>
						<button type="button" data-toggle="collapse" data-target="#mainNavList5" aria-expanded="false" aria-controls="mainNavList5" aria-label="Campus Life Menu"/>
						<ul id="mainNavList3" class="collapse">
							<li><a href="https://www.ucc.ie/en/careers-work/employers/">Work with UCC Students</a></li><li><a href="https://www.ucc.ie/en/careers/employers/">Recruit UCC Graduates</a></li><li><a href="https://www.cubsucc.com/executive-education/">Executive Education</a></li><li><a href="https://www.ucc.ie/en/cpd/">Centre for Continuing Professional Development</a></li><li><a href="https://www.ucc.ie/en/research/">Research and Innovation</a></li><li><a href="https://www.ucc.ie/en/entrepreneurship/">Entrepreneurship Resources</a></li>
						</ul>
					</li>
					<li>
						<a href="https://www.ucc.ie/en/alumni/">Alumni &amp; Development</a>
						<button type="button" data-toggle="collapse" data-target="#mainNavList6" aria-expanded="false" aria-controls="mainNavList6" aria-label="Alumni Menu"/>
						<ul id="mainNavList6" class="collapse">
							<li><a href="https://www.ucc.ie/en/alumni/">Home</a></li><li><a href="https://www.ucc.ie/en/alumni/about/">About Us</a></li><li><a href="https://www.ucc.ie/en/alumni/events/">Events</a></li><li><a href="https://www.ucc.ie/en/alumni/benefits/">Benefits &amp; Information</a></li><li><a href="https://www.ucc.ie/en/alumni/community/">Community</a></li><li><a href="https://www.ucc.ie/en/alumni/support/">Support UCC</a></li><li><a href="https://www.ucc.ie/en/alumni/spotlight/">Alumni Spotlight</a></li><li><a href="https://www.ucc.ie/en/alumni/cuf/">Cork University Foundation</a></li>
						</ul>
					</li>
				</ul>
			</div>
      <ul class="mega-footer">
				<li><a href="/"><i class="fa fa-home fa-fw">‍</i> Home</a></li>
				<li class="visitedPagesLink"><a href="javascript:;"><i class="fa fa-history fa-fw">‍</i> Visited Pages</a></li>
				<li class="favouritePagesLink"><a href="javascript:;"><i class="fa fa-star fa-fw">‍</i> Favourites</a></li>
			</ul>
		</div>
		<!-- navigation // layout: header -->
		
	 	<!-- search -->
		<div class="search-wrapper">
			<button class="mega-close"><span aria-hidden="true"/><span class="sr-only">Close</span></button>
			<div class="inner">
				<form class="gse-search-box" id="ucc-search-form" name="uccsearchform" action="https://www.ucc.ie/en/search" method="get"><!-- https PF 2017-08-11 -->
					<fieldset>
						<legend class="sr-only">Search UCC.ie</legend>
						<div class="input-group stylish-input-group">
							<label for="googleSiteSearchText" class="sr-only">Site Search Text</label>
							<input type="text" class="form-control" name="googleSiteSearchText" id="googleSiteSearchText" placeholder="Search here..." autocomplete="off"/>
							<span class="input-group-addon">
								<button type="submit" aria-label="Click for search results">
									<span class="fa fa-search"/>
								</button>
							</span>
							<input class="reset" type="reset" value="x"/>
						</div>
					</fieldset>
				</form>
				<div class="results quicksearchResults">

					<!-- Nav tabs -->
					<ul class="nav nav-tabs" role="tablist">
						<li role="presentation" class="active"><a aria-controls="website-quick" role="tab" data-toggle="tab" href="#website-quick">Website <span class="websiteSearchResultsCount resultsCount"/></a></li>
						<li role="presentation"><a aria-controls="people-quick" role="tab" data-toggle="tab" href="#people-quick">People <span class="peopleSearchResultsCount resultsCount"/></a></li>
						<li role="presentation"><a aria-controls="courses-quick" role="tab" data-toggle="tab" href="#courses-quick">Courses <span class="courseSearchResultsCount resultsCount"/></a></li>
					</ul>

					<!-- Tab panes -->
					<div class="tab-content">
						<div role="tabpanel" class="tab-pane active" id="website-quick">
							<gcse:searchresults-only xmlns:gcse="https://developers.google.com/custom-search/json-api/v1/reference/cse/list" gname="searchOnlyCSE"/>
						</div>
						<div role="tabpanel" class="tab-pane" id="people-quick">
							<ul class="search-results-list">
							</ul>
							<a class="btn btn--blue viewAllResultsButton" style="display: none;" href="#"> View All Results <i class="fa fa-long-arrow-right">‍</i></a>
						</div>
						<div role="tabpanel" class="tab-pane" id="courses-quick">
							<ul class="search-results-list">
							</ul>
							<a class="btn btn--blue viewAllResultsButton" style="display: none;" href="#"> View All Results <i class="fa fa-long-arrow-right">‍</i></a>
						</div>
					</div><!--/tab-content-->
				</div>
			</div>
			<ul class="mega-footer">
				<li><a href="/"><i class="fa fa-home fa-fw">‍</i> Home</a></li>
				<li class="visitedPagesLink"><a href="javascript:;"><i class="fa fa-history fa-fw">‍</i> Visited Pages</a></li>
				<li class="favouritePagesLink"><a href="javascript:;"><i class="fa fa-star fa-fw">‍</i> Favourites</a></li>
			</ul>
		</div>
		<!-- search -->
    
    
		<!-- module wrap // layout: grid-->
		<div class="module-wrap content-wrap social-wrap rhs course">
      <div id="content">
  


      

	  <div class="module-1 no-video">
	    <div class="slideShowSingle"><figure><div style="height:300px;background-image: url('https://www.ucc.ie/en/media/support/itservices/halfheightbannerimages/aislingoenguso-edit-keyboard.png');">‍</div><figcaption style="bottom:0px;"><p class="spotlight text-uppercase">CELT document E901002-002</p><h2 class="main-heading">Irish Primary Education</h2><div class="btn-block">‍</div></figcaption></figure></div>
	  </div>
 <!--  container -->
 <div class="container">
	<!--  row -->
	<div class="row">
		<div class="page-nav" id="navspy" data-spy="affix" data-offset-top="750">
			<button class="btn btn--blue" type="button" data-toggle="collapse" data-target="#page-nav" aria-expanded="false" aria-controls="page-nav">On This Page</button>
			<div class="collapse" id="page-nav"><!--The $refsections variable contains:
Section 1. label(body) unit(document) gi(div0) heads(2) gtm(Document) n(body) 
Section 2. gi(teiHeader) n(details) gtm(IrishPrimaryEducationB) 
Section 3. gi(div) n(contacts) gtm(Contacts) 
Section 4. gi(div) n(rubric) gtm(Formatting) 
--><ul class="nav" id="navloc"><li class="text-uppercase meta" title="TEI Header"><a href="#teiHeader" class="smoothScrollApplied" id="gtmteiHeaderNavLink">Header</a></li><li class="text-uppercase doc" title="Document body sections"><a href="#body" class="smoothScrollApplied" id="gtmteiHeaderNavLink">Document body</a></li><li class="text-uppercase meta" title="Project contacts"><a href="#contacts" class="smoothScrollApplied" id="gtmcontactsNavLink">Contacts</a></li><li class="text-uppercase meta" title="Explanation of the symbols"><a href="#rubric" class="smoothScrollApplied" id="gtmrubricNavLink">Formatting</a></li></ul></div>
		</div>
		<div class="col-md-9 col-lg-9 content-wrap__wrapper">
			<div class="row">
				<div class="col-md-12">
					<div class="social-wrap__inner" data-spy="affix" data-offset-top="900" data-offset-bottom="200">
						
						<div class="shortlisted">
							<a class="favouritePage" id="gtmCourseSaveToFavourites" href="javascript:;">
								<p class="text-uppercase">Save To Favourites</p>
								<span><i class="fa fa-star-o">‍</i></span>
							</a>
						</div>
						<div class="share-links">
							<p class="text-uppercase">share</p>
							<ul>
								<li class="twitter"><a class="twitterShare" id="gtmTwitterShare" title="Twitter" href="javascript:;"><i class="fa fa-twitter">‍</i><span class="sr-only">Twitter</span></a></li>
								<li class="facebook"><a class="facebookShare" id="gtmFaceBookShare" title="Facebook" href="javascript:;"><i class="fa fa-facebook">‍</i><span class="sr-only">Facebook</span></a></li>
								<li class="linkedin"><a class="linkedInShare" id="gtmLinkedInShare" title="Linkedin" href="javascript:;"><i class="fa fa-linkedin">‍</i><span class="sr-only">Linkedin</span></a></li>
							</ul>
						</div>
					</div>
		    <div class="content-wrap__inner"><ol class="breadcrumb"><li><a href="https://www.ucc.ie/en/">Home</a></li><li><a href="https://www.ucc.ie/en/research-sites/celt//">CELT</a></li><li><a href="http://research.ucc.ie/celt/document/">Documents</a></li><li><a href="http://research.ucc.ie/celt">E901002-002</a></li><li id="update">2014-01-10</li></ol><!--front matter--><!--body matter (assumes div0)--><div id="body"><h2>Patrick Augustine Sheehan</h2><a name="div0">‍</a><div class="solo"><h1 class="page-title" id="section1">Whole text</h1></div><!--div0: thisdiv=div0, # (nth=1) head="Irish Primary Education"--><!--Heading quâ heading--><h1 id="d34351e194">Irish Primary Education</h1><!--div0: thisdiv=div0, # (nth=2)--><h2 class="subsid">By the late P.A. CANON SHEEHAN P.P.</h2><span class="fa fa-bookmark" title="p.49" id="pb.49"> p.49</span><p>This important document, <sup id="fnref:1.footnotes">1<a href="#fn:1.footnotes" rel="footnote" class="fa fa-comment-o" style="text-decoration:none"> </a></sup> compiled by Mr. Cloudesley Brereton, formerly Inspector under the Intermediate Board, is to appear next year; and the Times in its Literary Supplement has deemed it of such importance that it has already published a summary, which gives, we presume, a fair idea of what the Report shall contain. If we are to judge the Report by this Summary, it will be valuable so far as the history of educational movements and changes in Ireland is concerned. But we have a suspicion that, as is quite usual in all such cases, it is only officials, or professional experts that have been consulted; and that the Inspector has not gone down to face the problem and examine it in those places where alone it can be studied and solved, — that is, in the schools themselves, and in the lives of the children after they have left school, and passed into the work-a-day world. If our Inspector had taken that trouble, it would have probably saved him the gigantic and useless labour of pouring over worthless statistics in the pigeon-holes of Education Offices; and probably, he could have compressed what we presume will be an elaborate account of the progress and prospects of education in Ireland in the simple words: There is none! That is the verdict of every thinker in Ireland to-day.</p><p>The census returns of the number of “illiterate” persons in Ireland are very misleading. We do not believe there is wilful deception of the officers; but the standard of education is so very low that thousands are returned as capable of reading and writing, who are barely able to spell laboriously through the columns of a newspaper, or scrawl their names in a half-illegible manner on a bank-bill. Most of these semi-illiterate persons have passed through the usual classes or standards in the Primary Schools; but owing to causes, which we shall afterwards specifically

<span class="fa fa-bookmark" title="p.50" id="pb.50"> p.50</span>

mention, they abandon the habits of reading and writing after leaving school and sink back into a condition of almost absolute illiteracy. Anyone who has ever witnessed a few peasants drawing a bill on a village-bank, or signing a paper for the purchase of land, and seen their mental agony whilst they try to decipher the meaning of the document, and then append their signatures, will testify to this. And what is true of our agricultural districts, is equally true of manufacturing centres, where the young lads and lasses, after two years, have almost entirely lost the faculty of reading and writing. As for a taste for reading anything beyond some light novel or the weekly political newspaper, it is absolutely unknown.</p><p>We do not know whether Mr. Brereton has studied this aspect of his subject; but as it embraces the whole subject, being simply the net result of all this elaborate mechanism, with its ever-growing staffs of officials; and as it means, in very plain English, comparative, if not absolute, failure, it may be a useful, although an ungracious task, to cast a little light on the subject. And first as to primary education.</p><p>Perhaps, the best manner of elucidating this subject is by comparison of the old and new methods, so far as the attitude of the teachers and the nature of educational work and methods are concerned.</p><p>There is a marked difference between the old untrained schoolmaster and the young teachers, who now come out, year after year, from our Training Colleges, and pass at once into our schools as assistants or principals. With the old generation, teaching was something like what Carlyle was always dreaming of and taking about — a kind of lofty vocation, a priestly function, which he would not rank lower than that of a Kirk-Minister, or voluntary preacher under the Free Church. The principal teachers then were all old men, who had been trained under fiery discipline, and were rather too anxious that the characters of the young should be annealed, mentally and morally, in the same way. The discipline of the schools was severe. Corporal punishment was administered in a manner, which would send a teacher of to-day into penal servitude. The

<span class="fa fa-bookmark" title="p.51" id="pb.51"> p.51</span>

hours were long, generally from 10.0 a.m. to 5 p.m. In many places, there were morning sessions from 7 a.m. to 9 a.m.; and night-schools were the rule, not the exception. There were no stated times for vacations. The old teachers strenuously objected to such a waste of time; and in many towns in Ireland to-day, weird traditions have come down of desperate attempts made by the boys to “bar out” the masters, until the latter yielded to the demand of at least a short cessation from school-work.</p><p>It is rather an interesting speculation why these old men were so much averse from granting periodical holidays, or lessening the hours of daily school-work. There really is no explanation of such an attitude, so totally different from everything we are accustomed to in modern life, except that those men had conceived a perfect passion for work, that solitude was unbearable; that they were never happy without the book and the ferule, and the daily worship of a crowd of awe-stricken and reverent pupils. It must be remembered that at that time travelling was almost unknown except amongst the wealthier classes. No teacher would think of wasting weeks by the seaside, much less of going abroad. And, — a very important factor in their monotonous, but singularly useful lives was, — that they were all deeply conscientious men, and that in addition to their obligations to the State, they had, owing to the then prevailing system of school-fees, a sense of personal duty to the pupils, and a corresponding interest in their educational advancement. There never was a bolder or wiser plan, from their own standpoint, than the attempt of British ministers from time to time to subsidise the Irish Catholic clergy; and never a wiser policy than that adopted by these latter in thwarting and rejecting such attempts. And for the same reason, there never was a greater, and alas! — more irremediable mistake than that made by the National Board of Education in abolishing school-fees. It converted the teachers into State officials, and destroyed all personal interest in their pupils. And it broke up that sympathy, arising out of mutual assistance, that existed between the teachers and the parents of the children. It turned the schools into Government <span class="frn" title="(French)">Lycées</span>,

<span class="fa fa-bookmark" title="p.52" id="pb.52"> p.52</span>

controlled by penal laws; and whilst it removed from the consciences of the teachers that sense of commutative justice that arose from the personal obligation of giving value for the stipends received, it took away at the same time from the minds of the parents that keen interest in the educational progress of their children that naturally is felt, where it is well paid for. Hence, to-day we find, in the few voluntary schools of the country, which are not under the management of the National Board, and where fees from one penny to twopence a week up to ten shillings a quarter are paid by the pupils the attendance is cent per cent; whereas, in the National Schools, where no fees are paid, and where very often, as in the case of Convent Schools, books, papers, slates, pens, etc., are supplied <span class="frn" title="(Latin)">gratis</span> to the children, the attendance seldom reaches beyond 65 per cent of the pupils on rolls.</p><p>Under the old system again, a great deal of initiative, or voluntary work was permitted to the teachers; and with their extraordinary zeal, they eagerly availed of the permission. The subjects marked on the Time-Tables were very limited in number; and the educational capacities of the teachers did not reach beyond them. But what they knew, they knew well; and they had the talent to impart it thoroughly. The inspection was loose and unmethodical. The Managers rarely visited the schools; the Inspectors came once a year for the annual examination. There was a certain freedom permissible in the arrangement of lessons, so that if boys or girls had a fancy or an aptitude for a particular subject or science, they were allowed to exercise it without molestation. And if a class, interested in geography, or mathematics, seemed to covet a few minutes more in that class, no objection was made. We remember one clear instance where two young lads, aged 12 to 14 respectively, were permitted by the master to spend the seven hours a day for the last two years of their course in working out problems in algebra, or exercises (or as they were called “cuts”) in Euclid to the exclusion of every other subject. This gave them an extraordinary power of mental concentration, that made all succeeding subjects comparatively easy.</p><span class="fa fa-bookmark" title="p.53" id="pb.53"> p.53</span><p>The results of this old system were at least twofold: —</p><p>
<ol><li value="1">Thoroughness in teaching;</li><li value="2">A passion for self-improvement on the pupils' part.</li></ol></p><p>As we have already said, the subjects were limited. They embraced:</p><p>
<ul><li>Reading;</li><li>Euclid;</li><li>Writing;</li><li>Algebra;</li><li>Arithmetic;</li><li>Mensuration.</li><li>Geography;</li></ul></p><p>And all of these, with the exception perhaps of reading (the comparative unimportance of which we shall discuss hereafter), were taught in a manner which is now impossible.</p><p>And the teachers had the singular and unique success of implanting in the minds of their pupils a sense, that, on leaving school, they were but commencing their life's education, which would end only with life. Hence they turned out generation after generation of reading men, eager to supplement the elementary education of their childhood by the larger reading of after life. The very fact that so much liberty of initiative was allowed that studies were not altogether taskwork, that there was a kind of sympathy between teachers and pupils arising out of a mutual love for kindred subjects, would go far to account for this. The eye of the pupil was upon his master; the eye of the master on his pupil. The Inspector was not much considered. If he choose to give an unfavourable report, the master's pocket did not suffer too severely, if the parents thought their boys were treated well.</p><p>All this is now changed. The personnel of the teaching staff has undergone surprising modifications; and the methods of teaching have been revolutionised. The principals and assistants in all National Schools to-day are comparatively young men, most of whom have been recently trained at some recognised College here and there in the country; but with no further experience. They have learned to teach scientifically. Many of them have no idea of making teaching a profession. Conscious of much ability they determine that that school shall be a stepping stone to something higher — a little pause in the race of life

<span class="fa fa-bookmark" title="p.54" id="pb.54"> p.54</span>

before striding on to the final goal. The little children are no longer the sons and daughters of friends, who are to be watched over with more than paternal vigilance; and whose futures are an object of as much solicitude to the teacher as his own. Unlike the old teachers, he does not look forward to the time, when that brilliant young barrister will call to his school, and thank him publicly for all the wise counsel, all the sage admonitions that he received; or the young priest or minister, flushed with the glory of ordination, will steal in and greet his old master and give him his blessing; or that young girl, who has made a prosperous match, will roll up in her carriage, and place a bunch of violets on the master's desk without a word. All that has gone; the pupils are now so many units, who have to be worked up into decimals to prove to Treasury officials that there has been a certain number of wild Irish in attendance at that school; and that there is no loophole, alas! for escape. His salary, even to the decimals, must be paid.</p><p>It would be the gravest injustice here, if we let it for a moment be supposed that the modern teacher is indifferent, or careless about his pupils except in so far as they help him to his salary and increments. But, in view of the fact, that there is scarcely a teacher in the country, who has settled down permanently in his locality, without hope of a better school in a more comfortable place; and, in view of the fact, that so many Irish teachers are flying away to England, or seeking situations in the Civil Service, and in view of the fact that there are no longer those mutual relations between teachers and pupils that arose from the payment of school fees, it is no exaggeration to say that the calling of a National Teacher in Ireland has sunk down from the Carlylean idea to one of mere officialdom — the paid hireling of the State.</p><p>The modern methods of education tend to accentuate this. The teacher is now bound, hand and foot, without the slightest power of initiative. The manager, generally a clergyman, visits the school once a week or oftener. The manager's eye is on the Time-Table, lest perchance the Inspector may come in, and find a class out of order, and a prompt, and perhaps peremptory, message will reach him

<span class="fa fa-bookmark" title="p.55" id="pb.55"> p.55</span>

from Dublin. The Inspectors (Senior, District, and Assistant) visit the schools at all times; and a few days after the annual examination, a visit of surprise may be in variably expected. That visit is promptly begun by a prompt examination of “Rolls”; a comparison between the Rolls marked and the number present; a sharp survey of the names that might be stricken off the rolls; an elaborate examination of decimals along frightful columns of figures; the abstract of each day's work, of monthly summaries, of yearly reports, etc., etc. The efficiency of the school is nowhere in comparison with the neatness and accuracy of Roll-Books. And so, too, the least divergence from the Time-Table, which to the uninitiated at least, is as puzzling as Bradshaw, is instantly reported to head quarters. Let a class be never so interested in a subject, let a boy or girl be never so engrossed in some problem of physics or mathematics — the clock strikes, and the book is shut — and the interest of that young mind in that subject vanishes, never to return.</p><p>This abuse arises in great part from the multiplicity of subjects that now form the curriculum of primary education. Let it be remembered that it is of primary education alone we are speaking now. For, one of the worst abuses that prevail in Ireland is the unhappy tendency to foster the foolish ambition and pride of the people, by allowing primary education to overlap Intermediate studies; and these latter to encroach upon the University curriculum. We have heard “Analysis” taught to little girls in the Fourth Standard in a manner that might suit young graduates in a Scotch University; and the higher grades of Tonic Sol-Fa taught to girls who would much prefer the latest music-hall chorus from London or Liverpool. There are two truths that seem never to have been grasped by Irish educationists. The first is that they rate the average intelligence of Irish children altogether too highly; the second is, that education should also be adaptation, that is, in the great majority of cases, the preparation and training of children for their positions in after life.</p><p>The present idea appears to be that children's minds should be, made not only repositories of universal information

<span class="fa fa-bookmark" title="p.56" id="pb.56"> p.56</span>

but should also be trained to a degree of mental efficiency that is only attained in the grand climacteric of life. The question really is, whether the child's mind is to be made a storehouse like a doll's shop, full of all small but pretty things; or whether, the tastes and talents of the child shall be cultivated towards something higher to be acquired in after life. This latter is an opinion; and that is the reason we insist so strongly on the right of allowing some originality or initiative in the selection of subjects by teachers or pupils.</p><p>A simple example will suffice to show how in one department alone immense trouble is taken in one manner of handling a very common subject which practically is of no utility whatever in after life, except to a chosen few; and no trouble whatever is taken in teaching the same subject in that manner, and under that aspect when it might be universally profitable.</p><p>How many children in any National School in Ireland will be called upon in their after lives to read aloud either to an individual, or some select gathering? How many will become professional elocutionists? One boy out of five hundred will be a clergyman, and must read distinctly and with a certain grace. One girl out of ten thousand may be a companion to a lady who may require her to read to her at night, or during illness. The remaining legions will never as a rule be called upon to read distinctly, pronounce correctly, or understand the proper emphasis of words or phrases. Yet, what time, what labour, what pains are expended on an accomplishment which, will seldom or never be requisitioned in after life. Let it be remembered that we are not making light of the accomplishment. It is a very beautiful one; but we are speaking now of educational methods in their application to the utilities of after life; and there, in the vast multitude of cases, the accomplishment is practically useless. On the other hand, reading in the sense of creating a passion for reading and a knowledge of what ought be read, is never taught. The minds of young lads and young maidens of sixteen and seventeen are fed with the crumbs and pills of scrappy literature — elegant extracts, bits of poetry, dissertations on

<span class="fa fa-bookmark" title="p.57" id="pb.57"> p.57</span>

political economy, etc., in which, because they are task work, the children can take no interest whatsoever. The beauties of English literature, the vast treasures that have been accumulated for centuries by the rich and prolific authorship of great and enlightened men; the hoard of precious thoughts that lie hidden there beneath the covers of books which modern competition has made available for the slenderest purse — all are unknown and concealed from eager and inquiring spirits, who then go out into the world to feed their minds on the only <span class="frn" title="(Latin)">pabulum</span> of which they have ever heard — the garbage of London flimsies, or the poison of party political organs, where there is neither “truth, justice, or judgment.” A taste for reading — I mean reading anything wholesome or elevating — is almost unknown in this country. A young Englishman, or a young Scotchman, will be found to have a pretty fair idea of the English Classics — a pretty fair idea of what books are worth reading, and what books are worthless. And, considering the fact that really half the joy and pleasure of most lives is to be found in books, is it not pitiable that our children's minds should be so starved that, in after life, they cannot distinguish food from poison — the great thoughts that elevate and refine from the pitiable trivialities that weaken the intellect, lower the standards of ethical and moral worth, and create an effeminate and thoughtless people swayed by passion, and regardless, because ignorant, of the higher principles of reason and public morality.</p><p>This is only one instance of the irrational manner in which the minds of our children are formed. How this may be remedied, I shall point out when treating of Intermediate Education. A few brief suggestions on the general question must suffice here.</p><p>And first, with regard to the personnel and the training of teachers. I doubt if the educationists of Ireland have ever realised the dignity and importance of the office of teacher. They are so accustomed to consider teaching as a mere means of livelihood, and teachers as mere Civil Servants, that it must be difficult, if not impossible, for these latter to rise to a higher conception of their profession. In fact, it is only once or twice in a generation that some profound

<span class="fa fa-bookmark" title="p.58" id="pb.58"> p.58</span>

and reverent thinker seizes on the idea, that, next in dignity and honour after the sacred professions, comes the very exalted and honourable vocation of training the young minds of the country. It is difficult to see why the profession of teaching should be regarded as less honourable than the legal or medical professions. If we judge by its importance, and not by its emoluments, it should rank far beyond them. If we are to judge by its services to the State, there is no comparison. If we are to judge by its influence on humanity, it stands out the premier secular profession. Probably it will take many generations to understand this. But it should be said at once that in our Training Colleges, especially those under the management of religious guides, this view of the sacredness and solemnity of the teaching office should be kept before the minds of the pupils in season and out of season. They have got to deal not with human decomposition and disease; not with human crime and folly and dishonesty; not with mechanical contrivances and dull, inert matter; but with human souls, which are placed in their hands for formation; and which receive at their hands that bias towards good or evil that must influence all their after lives; and make them a burden and a curse, or a blessing and help, towards the entire community.</p><p>Hence I am of opinion that at once the material interests of the teachers, their salaries and pensions, should be placed in such a position of adequacy and proportion as would liberate the minds of teachers from all anxiety about their futures, and leave them absolutely free to devote themselves to the more spiritual side of their exalted calling. I do not think therefore that the salary of a teacher should be made dependent on the size of his school, or the number of his pupils. For thence arises the deadly temptation of regarding himself as a mere bird-of-passage, who has not and never can have an interest in his pupils, but is ever looking out in the daily paper for an advertisement for principal in some more populous place, whence again he is to migrate when the opportunity offers. On the other hand, reason, justice, public opinion and common sense demand that, when a teacher has honestly and conscientiously

<span class="fa fa-bookmark" title="p.59" id="pb.59"> p.59</span>

devoted his life to the services of the State, he should be protected by the State by adequate pensions from any hardship of poverty or sickness, when incapacitated from work by old age or infirmity.</p><p>With regard to the time devoted to education in Ireland, we find that 200 days is the minimum exacted by the National Board. That is to say, the working days in our schools are little more than half the days of the year. Setting aside Sundays and holidays, there should be 306 working days at least; and allowing the 40 days, which is the maximum of vacation allowed by the Board, there should be 266 working days in the year. Yet a minimum of 200 days is all that is required from teachers or pupils. And each working-day means but four hours. Now, considering the multiplicity of subjects required by the Board and the very limited time that is imperative and obligatory on the teachers, it follows that only the most superficial education can be imparted to the children of the country. Add to this the number of days that are lost by individual pupils, who are absent through sickness, epidemic or otherwise; by agricultural requirements; and through the thousand and one excuses that are made by negligent and ignorant parents; and it will be seen how impossible it is to create in Ireland a body of youths of both sexes who may be said to leave school even fairly equipped for the responsibilities of life. There seems to be no reason why (except in the case of infants) the school hours should not be extended to five; there is no reason why, as in former times, Saturdays should not be half-holidays; there is no reason why a uniform standard of vacation — allowing a fortnight at Christmas, ten days at Easter, and four weeks at summer — should not be rigidly maintained. <sup id="fnref:2.footnotes">2<a href="#fn:2.footnotes" rel="footnote" class="fa fa-comment-o" style="text-decoration:none"> </a></sup> The Night-Extension Schools was an admirable idea. It failed; and it failed because the youth of the country were not already prepared by the day-schools to recommence their education. They were never taught that education meant anything but task-work without design or object but to help the teacher to live; and they had no notion of commencing such task work again, when weary after the manual labour of the day.</p><span class="fa fa-bookmark" title="p.60" id="pb.60"> p.60</span><p>With regard to the programmes of Primary Education, let it be again insisted upon that the systems should not be allowed to overlap each other; but that each, Primary, Intermediate and University, should be kept rigidly within its own limits. Hence, what are called “accomplishments,” the frills and decorations of education should be absolutely excluded from Primary Education, for the object of Primary Education is not to discover talent, not to help on a favoured few, not to create reputations for clever teachers or pupils; but to extend the blessings of an elementary training amongst the vast masses of the population. To raise these masses up from their frightful ignorance in which they now spend their lives; to introduce into their homes something of the “sweetness and light” of modern civilisation; to show them, the poorest of the poor, and the humblest of the humble, that human life has higher issues than are involved in mere drudgery for daily bread; and, in a practical sense, to show them how to avail of the vast utilities that lie beneath their hands, and which only a fairly educated people can adequately develop — this is the sole object of Primary Education in Ireland. It may be fairly said, that 90 per cent of the children frequenting our schools will have to earn their bread by manual labour. It would seem reasonable, then, that whilst technical education should hold a primary place, everything that savours of mere “accomplishments,” or that belongs to a higher and secondary course, should be rigidly excluded. How does the National School Programme meet these demands?</p><p>The entire programme in an ordinary girls' school embraces the following subjects:</p><p>
<ul><li>Reading; Writing;</li><li>Drawing — Geometrical; Freehand; Scale;</li><li>Composition;</li><li>Dictation;</li><li>Mental Arithmetic;</li><li>Written Arithmetic;</li><li>Cookery;</li><li>Irish;</li><li>History;</li><li>Geography — Local; Physical; Mathematical;</li><span class="fa fa-bookmark" title="p.61" id="pb.61"> p.61</span><li>Laundry;</li><li>Kindergarten;</li><li>Sewing;</li><li>Object Lessons;</li><li>Fancy-work;</li><li>Hand and Eye Training;</li><li>Grammar;</li><li>Parsing;</li><li>Drill;</li><li>Analysis;</li><li>Knitting;</li><li>Tonic Sol-Fa;</li><li>Crochet;</li><li>Staff Notation;</li><li>Religious Instruction.</li></ul></p><p>This is an extensive programme for two hundred days at four hours a day; and one wonders whether it is possible for the pupils to obtain more than the merest superficial and elementary knowledge of these many subjects.</p><p>As mere “accomplishments,” such subjects as Freehand, Geometrical and Scale Drawing, Analysis (which is only fit for University students), Tonic Sol-Fa, Staff-Notation, Fancy Work, Mathematical and Physical Geography might be struck out at once. Imagine a class of grown girls staring at a blackboard, crowded with geometrical figures, and knowing all the time that in a few weeks they will be milking cows and washing clothes. Or a class struggling through the intricacies of Tonic Sol-Fa, when we know that every girl there will discard all that in a few weeks and pick up the latest music-hall song from London! And imagine little children in a 4th Standard puzzling their poor brains over subject, predicate, qualifying predicates, and objects when we have known young philosophers in Colleges torturing their intellects about such things. Surely, so far as mere literary training is concerned, it should be quite enough for working boys and girls to know how to read, and what to read; to write a decent legible hand; to compose an interesting and grammatical letter; to speak distinctly and clearly without mouthing, mumbling or slang; to know how to tot up figures and keep accounts, and understand the intricacies of buying and selling; for boys, some technical training should be made indispensable; and for girls, cooking and laundry, and for both, some elementary knowledge of hygiene.</p><p>It seems incredible, but it is a fact, that the ordinary people who form the bulk of our population, do not know, have not even the faintest idea of how their bodies are constituted

<span class="fa fa-bookmark" title="p.62" id="pb.62"> p.62</span>

what are the organs of the body and how placed; what are the natures of specific diseases, how they are contracted, how they may be prevented, or cured. Many children have the most fantastic notions of the organs of the body and their location; whilst the processes of circulation, respiration and digestion are sealed mysteries to them. Most of the diseases of middle life are the results of the indiscretions of youth; and many of these indiscretions are the results of ignorance as well as misdirected passion. I once heard a young man, who in the very springtime and promise of a useful and even distinguished life, was suddenly stricken by an hereditary malady, curse bitterly the parents who had brought him into the world. How many young men and women have reason to resent bitterly the culpable neglect of parents and teachers, who through false shame, or more often through indifference, allowed these young and unprotected creatures to enter upon the solemn duties of life without a word that could guard them from bodily disease, or spiritual corruption! Surely, one of the very first things that should be taught the young of both sexes is to protect the temples of their bodies and save themselves from the years of agony and the premature deaths that are the result of the neglect or the indifference of their inexperienced years. A good deal of attention is now given in some schools to the care of the teeth and the eyes, and the hair; and some progress has been made. But there are deeper and more radical problems which ought to be faced. I have heard that in some high-class Protestant Institutions the matrons pay enormous attention to physiological development of their pupils; and when leaving school, the young ladies are carefully instructed as to how they are to maintain their physical health as well as to protect themselves against dangers that may arise from social corruption. Would that this system were extended to our Primary Schools; and that our young boys and girls, who are flung into the very teeth of temptation, might be taught how to safeguard health and virtue together.</p><p>I regard their instruction in elementary physiology and elementary pathology as absolutely necessary in our primary schools. And for girls, a knowledge of the science of nursing should be made equally indispensable. Nursing

<span class="fa fa-bookmark" title="p.63" id="pb.63"> p.63</span>

of infants and of the sick is the natural duty and calling of young girls. Apart from argument, the eagerness and zeal with which the profession of nursing has been taken up of late years by hundreds of young ladies throughout the land is a proof of this. If there were not some natural instinct, some divinely-planted calling in this direction, these ladies, many of whom have been delicately reared, could never face the hardships and the painful surroundings which are inseparable from the sick-room. This instinct should be fostered and encouraged in our young girls, so that in their own homes and families they may be able at any time to render their parents or their brothers and sisters such help as can only come from trained and experienced hands. Practical education of this kind would make our young people more studious about themselves, more intelligent helpers to others than if they could draw circles with the genius of a Giotto, or could analyse the longest sentence in Ruskin — and I have but faintly understood the teaching of this artist and philosopher, if these are not also his ideas. Just now, too, an opportunity is afforded by the establishment in many districts in the country of the Victoria Jubilee Nurses. The Local Committees where these nurses are placed find it extremely difficult to collect the requisite funds for the maintenance of the nurse, and the appliances she requires for the homes of the sick. A small fee given by the National Board to these ladies for special lectures on Hygiene in the schools of their districts would help local committees, and advance the cause of education.</p><p>Finally, there just now arises a temptation that must be promptly met. The Irish people are particularly prone to be caught by catch-words, which are passed on from mouth to mouth, carrying no sense, but like a</p><p>Tale of little meaning, though the words be strong.</p><p>One of these catch-words is just now flying from lip to lip in connection with University Scholarships. We hear a great deal about “the poor man's son,” and the necessity of giving clever boys a chance of developing undoubted talents in the halls of some University. It is a specious cry because it holds an elemental truth — that it is a deordination in nature to have splendid talents allowed to run

<span class="fa fa-bookmark" title="p.64" id="pb.64"> p.64</span>

to waste; and to see brave young geniuses who might be Newtons or Lavaters condemned for life to the spade and mattock. But the temptation lies in this — that ambitious parents, confident of their children's ability, or ambitious teachers, anxious for the honour of their schools, might be induced to demand and give special time and attention to some favoured few to the detriment of the many. If a teacher thinks he has discovered a particularly clever lad, who will probably take a scholarship, and if he is willing to devote special time to his development, by all means let him do so; but it must be outside school-hours. It would be a crime to take away from ninety pupils the teacher's care and attention for the purpose of developing one case of talent. For again let us repeat, and it cannot be repeated too often, the crying evil of our country and our time is the lack of ordinary decent education amongst the masses of the people; and that the object of the National and other systems of Primary Education is not to discover or develop the genius of one pupil, but to diffuse throughout the entire community a sound elementary education that will qualify them to act the part of intelligent and responsible citizens. How necessary this is in the rapid development through which the country is now passing should be evident to the most superficial thinker. For good or ill, the processes of successive Reform Bills have eventuated in manhood suffrage. Every individual therefore is part and parcel of the administration of the country. To commit that administration into the hands of an unthinking, unlettered, and therefore irresponsible population would be to pledge the country to disaster. Yet this is what we have to face, unless some revolutionary methods be adopted which will bring the means of education within the power of every citizen, and the blessings of a liberal education into the homes of the humblest cottier or labourer.</p><div id="teiHeader"><h2 class="page-title">Document details</h2><h2>The <a href="https://www.tei-c.org/" target="_new">TEI</a> Header</h2><div id="navspyd34351e2" class="hyper-list-btn"><ol><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-fileDesc">fileDesc</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-titleStmt">titleStmt</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-editionStmt">editionStmt</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-publicationStmt">publicationStmt</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-sourceDesc">sourceDesc</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-encodingDesc">encodingDesc</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-profileDesc">profileDesc</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-revisionDesc">revisionDesc</a></li><li><a class="exploreThisSectionUrl smoothScrollApplied" href="#details-fullbib">Source</a></li></ol></div><a name="fileDesc">‍</a><h3 id="details-fileDesc">File description</h3><div id="details-titleStmt"><h4>Title statement</h4><p><b>Title</b> (uniform): Irish Primary Education</p><p><b>Author</b>: Patrick Augustine Sheehan</p><div id="details-respStmt"><h4>Responsibility statement</h4><p><b>Electronic edition compiled by</b>: Benjamin Hazard</p></div><p><b>Funded by</b>: School of History, University College, Cork and  Private donation</p></div><div id="details-editionStmt"><h4>Edition statement</h4><p><b>1</b>. First draft</p></div><p><b>Extent</b>: 6520 words</p><div id="details-publicationStmt"><h4>Publication statement</h4><p><b>Publisher</b>: CELT: Corpus of Electronic Texts: a project of University College, Cork</p><p><b>Address</b>: College Road, Cork, Ireland — http://www.ucc.ie/celt</p><p><b>Date</b>: 2014</p><p><b>Distributor</b>: CELT online at University College, Cork, Ireland.</p><p><b>CELT document ID</b>: E901002-002</p><p><b>Availability</b>: Available with prior consent of the CELT programme for purposes of academic research and teaching only.</p></div><a name="sourceDesc">‍</a><h3 id="details-sourceDesc">Source description</h3><h4>Manuscript</h4><ul><li value="1">[Details to follow].</li></ul><h4>Canon Sheehan on the Internet</h4><ul><li value="1">http://www.canonsheehanremembered.com.</li></ul><h4>Literature</h4><ol><li value="1">Cloudesley Brereton, Education in Ireland: Chapter from the Report of the Commissioner of Education for 1910 (Washington, D.C.: Government Printing Office, 1910) 551–578.</li><li value="2">Cloudesley Brereton, [American report on Irish education: a summary], in Times Literary Supplement, Saturday 6 December 1910.</li><li value="3">Herman Joseph Heuser, Canon Sheehan of Doneraile: the story of an Irish parish priest as told chiefly by himself in books, personal memoirs, and letters (New York 1917).</li><li value="4">P. A. Sheehan, 'The American Report on Irish Education,' in P. A. Sheehan, The Literary Life and Other Essays (Dublin 1921) 86–108.</li><li value="5">Arthur Coussens. P. A. Sheehan, zijn leven en zijn werken (Brugge/Bruges 1923).</li><li value="6">Michael P. Linehan, Canon Sheehan of Doneraile: Priest, Novelist, Man of Letters (Dublin 1952).</li><li value="7">James O'Brien (ed.), The Collected Letters of Canon Sheehan of Doneraile, 1883–1913 (Wells 2013).</li><li value="8">James O'Brien, Canon Sheehan of Doneraile 1852–1913: Outlines for a Literary Biography (Wells 2013). [Bibliographical references 205–11.]</li></ol><h4 id="details-fullbib">The edition used in the digital edition</h4><p style="font-family:serif;padding-left:3em;padding-right:3em;line-height:120%;">‘Irish Primary Education’. In: <i>The Irish Monthly: A
      Magazine of General Literature‍</i> 45.523. Ed. by Matthew
      Russell SJ, pp. 49–64.</p><p>You can add this reference to your bibliographic database by copying or downloading the following:</p><pre style="font-size:90%;" class="bibtex" href="E901002-002.bib">
@article{E901002-002,
  title 	 = {Irish Primary Education},
  journal 	 = {The Irish Monthly: A Magazine of General Literature},
  editor 	 = {Matthew Russell SJ},
  address 	 = {Dublin},
  publisher 	 = {Irish Jesuit Province},
  date 	 = {January 1917},
  volume 	 = {45},
  number 	 = {523},
  pages 	 = {49–64}
}
<p style="text-align:right;"><span class="fa fa-download"> <a href="E901002-002.bib" style="font-family:sans-serif;">E901002-002.bib</a></span></p></pre><a name="encodingDesc">‍</a><h3 id="details-encodingDesc">Encoding description</h3><p><b>Project description</b>: CELT: Corpus of Electronic Texts</p><h4>Sampling declarations</h4><p>The electronic text represents the edited version. Editorial footnotes are included using <tt>note type="auth" n=""</tt>. In the hardcopy, several lists occur in the main body of the text. These are marked-up in the electronic edition.</p><h4>Editorial declarations</h4><p><b>Correction</b>: The text has been checked and proof-read once.</p><p><b>Normalization</b>: The electronic text represents the edited text.</p><p><b>Quotation</b>: Direct speech is rendered <tt>q</tt>.</p><p><b>Hyphenation</b>: Soft hyphens are silently removed. When a hyphenated word (hard or soft) crosses a page-break or line-break, the page-break and line-break are marked after the completion of the hyphenated word.</p><p><b>Segmentation</b>: <tt>div0</tt> = the essay; <tt>div1</tt> = the section; page-breaks are marked and numbered.</p><p><b>Standard values</b>: There are no dates.</p><p><b>Interpretation</b>: Names of persons and places are not tagged.</p><a name="profileDesc">‍</a><h3 id="details-profileDesc">Profile description</h3><p><b>Creation</b>: By Patrick Augustine Sheehan (1852–1913)
<p><b>Date</b>: 1917</p></p><h4>Language usage</h4><ul><li value="en">The text is in English. (en)</li><li value="la">Some words are in Latin. (la)</li><li value="fr">One word is in French. (fr)</li></ul><p><b>Keywords</b>: essay; prose; 20c; education; catholicism</p><a name="revisionDesc">‍</a><h3 id="details-revisionDesc">Revision description</h3><p>(Most recent first)</p><ol><li>2014-01-15: File parsed. (ed. Beatrix Färber)</li><li>2014-01-14: Text proofed; structural and content mark-up added. (ed. Benjamin Hazard)</li><li>2014-01-10: Text scanned; TEI header created. (data capture Benjamin Hazard)</li></ol></div></div><!--back matter--></div>
				</div>
			</div>
		</div>
		<div class="col-md-3 col-lg-3">
			<div class="rhs__menu side-items">
				<div class="contact" id="contacts"><p><a href="/celt/">Index to all documents</a></p><h3>Standardisation of values</h3><ul><li><a href="/celt/document/E901002-002/">There are no dates.</a></li></ul><h2>CELT Project Contacts</h2><ul><li>Director: <a href="mailto:h.morgan@ucc.ie">Dr Hiram Morgan</a></li><li>Managing Editor: <a href="mailto:b.faerber@ucc.ie">Beatrix Färber</a></li><li>Technical Support: <a href="mailto:pflynn@ucc.ie">Dr Peter Flynn</a></li></ul><p><a href="#" class="smoothScrollApplied">More…</a></p></div><div class="contact" id="rubric"><h2>Formatting</h2><p>For details of the markup, see the 
      <a href="http://www.tei-c.org/">Text Encoding Initiative</a> (TEI)</p><p><span class="fa fa-bookmark"/>
        page of the print edition</p><p><span class="fa fa-book"/> folio of the manuscript</p><p><span class="fa fa-folder"/> numbered division</p><p><span class="lbn"> 999</span> line number of the print edition (in grey: interpolated)</p><p><span class="u">underlining</span>: text supplied, added, or expanded
      editorially</p><p><span class="i">italics</span>:
      foreign words; corrections (hover to view); document titles</p><p><span class="lem">bold</span>: lemmata (hover for readings)</p><p><span class="overlap">wavy underlining</span>: scribal additions 
      in another hand; hand shifts flagged with <span class="flag">⚑</span> 
      (hover to view)</p><p style="color:red;">TEI markup for which a representation 
      has not yet been decided is shown in red: 
      comments and suggestions are welcome.</p><h6>Source document</h6><p><a href="E901002-002.xml"><tt>E901002-002.xml</tt></a></p></div>
 <div class="hyper-list contact"><h2>Search CELT</h2><form name="sup" id="sup" action="/search"><input type="hidden" name="site" value="names"/><div class="input-group stylish-input-group"><label for="terms" class="sr-only">Search by name</label><input id="terms" name="terms" type="text" class="form-control" placeholder="Not yet implemented"/><span class="input-group-addon"><button type="submit" title="search"><span class="fa fa-search"/><span class="sr-only">Search</span></button></span></div></form></div>
				
			</div>
		</div>
		<!-- // sidebar -->
	</div>
	<!-- // row -->
</div>
<!-- // container -->			</div>
			<!-- footer // layout: footer -->
			<div class="footnotes"><ol><li id="fn:1.footnotes"><p>American Report on Irish Education (<span class="frn" title="(Latin)">vid.</span> Times, 6th December, 1910). The kindness of Lady Gilbert enables us to print this posthumous article. <a class="footnotebacklink" href="#fnref:1.footnotes" rev="footnote">🢀</a></p></li><li id="fn:2.footnotes"><p>In Germany by Act of Parliament, the Schools throughout the Empire, open and close simultaneously. <a class="footnotebacklink" href="#fnref:2.footnotes" rev="footnote">🢀</a></p></li></ol></div><!--Add project contacts from home page in CMS--><footer class="footer">
				<div class="container-fluid">
					<div class="row">
	<div class="contact col-xs-12 col-sm-12 col-md-3">
		<a data-toggle="collapse" href="#footer1"><h2>University College Cork</h2></a>
		
		<div id="footer1" class="collapse"> <p>
	<span><i class="fa fa-phone">‍</i><a href="tel:+353214903000">+353 (0)21 490 3000</a></span>
	<span><i class="fa fa-envelope">‍</i><a href="mailto:celt@ucc.ie">Email Us</a></span>
	<span><i class="fa fa-map-marker">‍</i><a href="http://www.google.ie/maps/place/51°53'30.8&#34;N+8°29'31.1&#34;W/@51.8918761,-8.5007552,15z/data=!3m1!4b1!4m6!3m5!1s0x0:0x0!7e2!8m2!3d51.8918768!4d-8.491979">Location Maps</a></span>
</p></div>
	</div>
	<div class="col-xs-12 col-sm-12 col-md-3">
		<a data-toggle="collapse" href="#footer2"><h2>Bring me to</h2></a>
		<div id="footer2" class="collapse"><ul>
<li><a href="#"/><a title="Home » Home » Study" href="https://www.ucc.ie/en/study/">Study</a></li>
<li><a href="#"/><a title="Home » Home » Research and Innovation" href="https://www.ucc.ie/en/research/">Research</a></li>
<li><a title="Home » Home » Discover UCC" href="https://www.ucc.ie/en/discover/">Discover UCC</a></li>
<li><a title="Home » Home » Schools &amp; Departments" href="https://www.ucc.ie/en/schoolsdepartments/">Schools &amp; Departments</a></li>
<li><a title="Home » Home » Business and Enterprise" href="https://www.ucc.ie/en/bus-ent/">Business &amp; Enterprise</a></li>
<li><a title="Home » Home » Alumni and Development" href="https://www.ucc.ie/en/alumni/">Alumni</a></li>
</ul></div>
	</div>
	<div class="col-xs-12 col-sm-12 col-md-3">
		<a data-toggle="collapse" href="#footer3"><h2>MyUCC</h2></a>
		<div id="footer3" class="collapse"><ul>
<li><a title="Home » Home » Contact" href="https://www.ucc.ie/en/contact/">Contact</a></li>
<li><a href="http://libguides.ucc.ie/library">Library</a></li>
<li><a title="Home » Home » Staff" href="https://www.ucc.ie/en/staff/">Staff</a></li>
<li><a title="Home » Home » Students" href="https://www.ucc.ie/en/students/">Current Students</a></li>
<li><a title="Home » Home » Support » Examinations » Results" href="https://www.ucc.ie/en/exams/results/">Exam Results</a></li>
<li><a href="http://timetable.ucc.ie/">Timetables</a></li>
<li><a href="https://blackboard.ucc.ie/">Blackboard</a></li>
<li><a title="Home » Home » Discover UCC » Visit UCC » Download Maps of the UCC Campus" href="https://www.ucc.ie/en/discover/visit/maps/">Campus Maps</a></li>
</ul></div>
	</div>
	<div class="col-xs-12 col-sm-12 col-md-3">
		<a data-toggle="collapse" href="#footer4"><h2>Show me</h2></a>
		<div id="footer4" class="collapse"><ul>
<li><a href="https://www.ucc.ie/en/sitemap/">Sitemap</a></li>
<li><a href="https://www.ucc.ie/en/legal/">Legal</a></li>
<li><a href="mailto:abuse@ucc.ie?subject=Abuse%20Report%20from%20UCC%20Webpage&amp;body=http://www.ucc.ie/en/">Report Abuse</a></li>
<li><a href="https://www.ucc.ie/privacy">Privacy</a></li>
<li><a href="https://www.ucc.ie/en/it-policies/policies/cookies/">Cookies</a></li>
<li><a href="https://www.ucc.ie/aup">Acceptable Use Policy</a></li>
<li><a href="mailto:webmaster@ucc.ie?Subject=Web%20site%20query">Webmaster</a></li>
</ul></div>
	</div>
</div>
<div class="row">
	<div class="col-md-12 bbdc">
		Copyright © UCC 2017
	</div>
</div>

<div class="row">
<!-- logo carousel // components: module-12 -->
<div class="module-12 logos">
    <div class="slideShowLogos">
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/support/financeoffice/fundinglogos/hea.jpg)" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/support/financeoffice/fundinglogos/logo_gov_ireland_rialtas.jpg)" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/support/financeoffice/fundinglogos/logo_nui.jpg)" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/centralmedia/logos/ESF2014-2020.png)" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/centralmedia/logos/ERDF.jpg)" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
    <a href="https://www.ucc.ie/en/athenaswan/">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/design2013images/AS_RGB_Bronze-Award.png)" class="inner__img">‍</div>
        </div>
    </a>
</div>
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/research/researchatucc/EnterpriseIrelandLogo4web.jpg)" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
    <a href="https://www.ucc.ie/en/hr/research//uccresearcherstrategy/">
        <div class="image-wrap">
            <div style="background-image: url(https://www.ucc.ie/en/media/support/hr/researchcareersinitiative/logo.jpg)" class="inner__img">‍</div>
        </div>
    </a>
</div>
<div class="multiple-wrap bg-crest-white">
    <a title="visit https://www.wearecork.ie/" target="_self" href="https://www.wearecork.ie/">
        <div class="image-wrap">
            <div style="background-image: url('https://www.ucc.ie/en/media/2017siteassets/images/weareCorkSmall.jpg')" class="inner__img">‍</div>
        </div>
    </a>
</div>
<div class="multiple-wrap bg-crest-white">
        <div class="image-wrap">
            <div style="background-image: url('https://www.ucc.ie/en/media/2017siteassets/images/wellBeingLogo.png')" class="inner__img">‍</div>
        </div>
</div>
<div class="multiple-wrap bg-crest-white">
    <a title="visit https://stars.aashe.org/institutions/university-college-cork-national-university-of-ireland-cork-co-corcaigh/report/2018-07-20/" target="_self" href="https://stars.aashe.org/institutions/university-college-cork-national-university-of-ireland-cork-co-corcaigh/report/2018-07-20/">
        <div class="image-wrap">
            <div style="background-image: url('https://www.ucc.ie/en/media/centralmedia/logos/CopyofStars_Seal_Gold_RGB_300.png')" class="inner__img">‍</div>
        </div>
    </a>
</div>
<div class="multiple-wrap bg-crest-white">
    <a title="visit https://www.magna-charta.org" target="_blank" href="https://www.magna-charta.org">
        <div class="image-wrap">
            <div style="background-image: url('https://www.ucc.ie/en/media/support/financeoffice/fundinglogos/logo_mcu_observatory.jpg')" class="inner__img">‍</div>
        </div>
    </a>
</div>   
    </div><!--/.slideShowLogos-->
</div><!--/.module-12-->
<!-- // logo carousel -->
</div><!--/.row-->
				</div>
			</footer>
			<!-- // footer // layout: footer -->

		</div>
		<!-- // module wrap -->

	</div>
	<!-- // page wrap -->

	
	<!-- // search remodal -->
	<div class="remodal search" data-remodal-id="search-modal">
		<button data-remodal-action="close" class="remodal-close"><span>CLOSE</span></button>
		<div class="modal-wrap">
			<div class="input-group stylish-input-group">
				<input type="text" class="form-control" name="siteSearchText" id="siteSearchText" placeholder="search here..." autocomplete="off"/>
				<span class="input-group-addon">
					<button type="submit">
						<span class="fa fa-search"/>
					</button>
				</span>
			</div>
			<div class="input-group stylish-input-group">
				<legend class="sr-only">Choose areas of the website to search</legend>
				<label class="radio-inline">
					<input type="radio" name="searchType" value="website" checked=""/> Website <span class="websiteSearchResultsCount resultsCount"/>
				</label>
				<label class="radio-inline">
					<input type="radio" name="searchType" value="people"/> People <span class="peopleSearchResultsCount resultsCount"/>
				</label>
				<label class="radio-inline">
					<input type="radio" name="searchType" value="course"/> Courses <span class="courseSearchResultsCount resultsCount"/>
				</label>
			</div>
			<div class="results">
				<div class="websiteResults quicksearchContainers">
					<ul id="websiteSearchResultsList" class="searchResultsList">
					</ul>
				</div>
				<div class="peopleResults quicksearchContainers" style="display:none;">
					<ul id="phoneSearchResultsList" class="searchResultsList">
					</ul>
					<ul id="nameSearchResultsList" class="searchResultsList">
					</ul>
				</div>
				<div class="courseResults quicksearchContainers" style="display:none;">
					<ul id="courseSearchResultsList" class="searchResultsList">
					</ul>
				</div>
			</div>
		</div>
	</div>
	<!-- // search remodal -->
	
	<a id="back-to-top" title="Back to top" class="show" href="#"><i class="fa fa-angle-up">‍</i><span>Top</span></a>

	<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
	<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js">‍</script>

	<!-- Include all compiled plugins (below), or include individual files as needed -->
	<script integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js">‍</script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js">‍</script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/remodal/1.1.1/remodal.min.js">‍</script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js">‍</script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.3/headroom.min.js">‍</script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js">‍</script>

	<script type="text/javascript" src="https://cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js">‍</script>
	<script type="text/javascript" src="https://js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js">‍</script>
	<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.16/r-2.2.0/datatables.min.js">‍</script>
	<script async="async" src="https://www.youtube.com/iframe_api">‍</script>


  <!-- jquery.mCustomScrollbar.js -->
  <script type="text/javascript" src="https://www.ucc.ie/en/media/2017siteassets/contentfiles/js/jquery.mCustomScrollbar.js">‍</script>

	<!-- jquery.easing.1.3.js -->
	<script type="text/javascript" src="https://www.ucc.ie/en/media/2017siteassets/contentfiles/js/jquery.easing.1.3.js">‍</script>

	<!-- jquery.timeline.js -->
	<script type="text/javascript" src="https://www.ucc.ie/en/media/2017siteassets/contentfiles/js/jquery.timeline.js">‍</script>

	<script type="text/javascript" src="https://www.ucc.ie/en/media/2017siteassets/contentfiles/js/main.min.js">‍</script>

</body>
</html>