
<!DOCTYPE html>
<html xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>

	
	
	  <base href="https://www.arl.org/news/arl-news" />
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="index, follow" />
  <meta name="keywords" content="open access, diversity, library leadership, library assessment, research libraries, research library, association, jobs, copyright, fair use, public policy, scholarly communication, spec, assessment, statistics, libqual, diversity, leadership,  ARL libraries, ARL statistics,  ARL rankings, ARL salary survey, ARL jobs, FRPAA,  American Research Libraries, ARL Spec Kit" />
  <meta name="description" content="On April 17, 2019, the National Information Standards Organization (NISO) issued a call for public comments on a draft recommended practice for improving" />
  <title>ARL News | Association of Research Libraries® | ARL®</title>
  <link href="/news/arl-news?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
  <link href="/news/arl-news?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
  <link href="/templates/arl2016/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  <script type="text/javascript" src="/media/system/js/mootools.js"></script>
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript">
	JXLang={INVALID_NAME_TXT:"Comments_Comment_Name_Invalid",INVALID_EMAIL_TXT:"Comments_Comment_Email_Invalid",INVALID_BODY_TXT:"Comments_Comment_Body_Invalid",BOLD:"Comments_Bold",ITALIC:"Comments_Italic",UNDERLINE:"Comments_Underline",STRIKETHROUGH:"Comments_Strikethrough",QUOTE:"Comments_Quote",IMAGE:"Comments_Image",ENTER_IMAGE:"Comments_Enter_Image",ENTER_LINK:"Comments_Enter_Link",LINK:"Comments_Link",LINK_TEXT:"Comments_Link_Text",ENTER_LANG:"Comments_Enter_Lang",CODE:"Comments_Code"};
  </script>


	<!-- Load Mootools and other System js -->
	
	<!-- Load Stylesheets -->
	<link rel="stylesheet" href="https://www.arl.org/templates/system/css/reset.min.css" type="text/css" />
	<link rel="stylesheet" href="https://www.arl.org/templates/system/css/soapbox.min.css" type="text/css" />
	<link rel="stylesheet" href="https://www.arl.org/templates/system/css/soapboxTypography.min.css" type="text/css" />
	<link rel="stylesheet" href="https://www.arl.org/templates/system/bootstrap/css/bootstrap.min.css" type="text/css" />
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
	<link rel="stylesheet" href="https://www.arl.org/templates/system/css/font-awesome/css/font-awesome.min.css" type="text/css" />
	
	<link rel="stylesheet" href="https://www.arl.org/templates/arl2016/css/style.css" type="text/css" />
	<link rel="stylesheet" href="https://www.arl.org/templates/arl2016/css/typography.css" type="text/css" />
	
	<!--[if lte IE 9]><link href="https://www.arl.org/templates/arl2016/css/ie.css" rel="stylesheet" type="text/css" /><![endif]-->

	<!--Load Favicon -->
	<link href="https://www.arl.org/templates/arl2016/favicon.ico" rel="icon"/>
	<link href="https://www.arl.org/templates/arl2016/favicon.ico" rel="shortcut icon"/>
	<link href="https://www.arl.org/templates/arl2016/favicon.ico" rel="shortcut icon" type="image/x-icon" />

	<!--Load SBX Scripts -->
	<script language="javascript" type="text/javascript" src="https://www.arl.org/templates/system/js/sbx.script.js"></script>
	<script language="javascript" type="text/javascript" src="https://www.arl.org/templates/system/js/modernizr.min.js"></script>

	

<!-- Google Analytics -->
<script type="text/javascript">
(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-2854119-1', 'auto', {'allowLinker': true});
ga('require', 'ec');



ga('send', 'pageview');

</script>
<!-- End Google Analytics --></head>

<body id="bd" class="">
<a name="Top" id="Top"></a>

	<div id="wrapper">


		<!-- !BEGIN: HEADER -->
		<div id="header">
			<div id="headerinner">
				<div class="container">
					<a id="logo" href="/index.php" title="Logo Linking to the Homepage of the Website"><img src="https://www.arl.org/templates/arl2016/images/logo.png" alt="ARL Logo Image"/></a>
					<div id="global"><ul class="menu-gm" ><li class=" item72  first-item last-item "  ><a href="http://directors.arl.org" target="_blank" class="mainlevel-gm" title="Members-Only Website"><span>Members-Only Website</span></a></li></ul><div>
<script>
(function() {
var cx = '004218222077891954038:WMX466275079';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only resultsUrl="http://www.arl.org/search"></gcse:searchbox-only>
</div><SCRIPT LANGUAGE="JavaScript">

function popover() {

var checkCookieConfirm = readCookie('cookieConfirm');

if(checkCookieConfirm != "1") {

document.getElementById('light').style.display='block';
document.getElementById('fade').style.display='block';

/* Comment out the following line for testing
The first param is the name of the cookie, the second is the value
The third is the number of days till the cookie will expire. 

createCookie('cookieConfirm','1', 365) 
*/
}
}

function addLoadEvent(func) {

var oldonload = window.onload;

if (typeof window.onload != 'function') {
window.onload = func;
}
else {
window.onload = function() {oldonload();
func();
}
}
}

function createCookie(name,value,days) {

if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expiry = "; expires="+date.toGMTString();
window.location.reload(true);
}

else var expiry = "";

document.cookie = name + "=" + value + expiry + ";path=/";
}

function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}

/* addLoadEvent(popover); */

addLoadEvent(function() {popover();});

</script>


<style>

.black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 0%; height: 0%;
background-color: black; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80);
scroll="no";
}

.white_content {
display: none;
font-family: 'GT-Eesti-Text-Medium', 'Helvetica Neue', Helvetica, sans-serif;
background-repeat: no-repeat;
position: fixed;
bottom: 0px;
left: 0;
padding: 18px 0 0 200px;
background-color: #aaaaaa;  
overflow: auto; 
font-size: 18px;
width:  100%;
height: 50px;
border-radius: 0px;
-webkit-animation-timing-function: linear;
/* Chrome, Safari, Opera */
animation-timing-function: linear;
scroll="no";
color: #ffffff;
}

white_content h3{ text-align: center; scroll="no";
}

.white_content h5 { margin-top: 10%; text-align: center; margin-left: 60%; scroll="no";
}

.white_content h6 { text-align: center; margin-left: 60%; scroll="no";
}

a.closebutton {
background: url("") no-repeat scroll 0 0 #666666; 
color: white; 
font-size: 11px; 
font-weight: bold;
line-height: 26px; 
padding-right: 0px;
font-size: 18px;
text-decoration: none;
margin-left: 100px;
top: 17px;
width: 300px;
height: 100px;
padding: 10px;
border-radius: 0%;
}

a.closebutton:hover {
color: #BBBBBB;
}

a.donatebutton {
}

a.moreinfolink {
color: #DDDDDD;
text-decoration: none;
margin-left: 15px;
}

a.moreinfolink:hover {
color: #BBBBBB;
}

</style>

<div id="light" class="white_content">

<table>
<tr>
<td>
This site uses cookies. By clicking 'I understand', you are agreeing to our use of cookies. <a href="http://www.arl.org/privacy-policy" class="moreinfolink"> More info...</a> <br /> <!-- <a href = "javascript:void(0)" class="closebutton" onclick =
"document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'"> <img
src="http://www.suwn.org/plugins/system/jceutilities/tmpl/standard/img/close.png"</a> <br /> -->
</td>
<td>

<a href="#"
onclick="createCookie('cookieConfirm','1', 365) ;" class="closebutton" >I understand</a>


<!--
<a href="#"
onclick="window.location.reload(true);" class="closebutton" >I understand</a>

-->

</tr>
</td>
</table>
</div>

<div id="fade"
class="black_overlay">
</div></div>
				</div>
			</div>
		</div>
		<!-- !END: HEADER -->
		
		<!-- !BEGIN: NAV -->
		<div id="nav">
			<div class="container">
				<script type="text/javascript" language="JavaScript" src="/templates/system/js/ja.cssmenu.js"></script> <ul class="menuhorz clearfix" id="ja-cssmenu" ><li class=" havechild item5  first-item  " > <a id="menu5" class="menu-item5" href="/about" title="About"  > <span class="menu-title">About</span> </a> <ul  ><li class=" item419  first-item  " > <a id="menu419" class="menu-item419" href="/about/arls-key-accomplishments-in-2018" title="ARL’s Key Accomplishments in 2018"  > <span class="menu-title">ARL’s Key Accomplishments in 2018</span> </a>  </li><li class=" item326    " > <a id="menu326" class="menu-item326" href="/about/arl-in-transition" title="ARL in Transition: Implementing the Strategic Framework"  > <span class="menu-title">ARL in Transition: Implementing the Strategic Framework</span> </a>  </li><li class=" havesubchild item12    " > <a id="menu12" class="menu-item12" href="/about/arl-strategic-thinking-and-design" title="ARL Strategic Thinking & Design 2013–2015"  > <span class="menu-title">ARL Strategic Thinking & Design 2013–2015</span> </a>  </li><li class=" item13    " > <a id="menu13" class="menu-item13" href="/about/history" title="History of ARL"  > <span class="menu-title">History of ARL</span> </a>  </li><li class=" havesubchild item6    " > <a id="menu6" class="menu-item6" href="/about/staff" title="Staff"  > <span class="menu-title">Staff</span> </a>  </li><li class=" item14    " > <a id="menu14" class="menu-item14" href="/about/board-of-directors" title="Board of Directors"  > <span class="menu-title">Board of Directors</span> </a>  </li><li class=" item139    " > <a id="menu139" class="menu-item139" href="/about/committees-task-forces-and-working-groups" title="Committees, Task Forces & Working Groups"  > <span class="menu-title">Committees, Task Forces & Working Groups</span> </a>  </li><li class=" item352    " > <a id="menu352" class="menu-item352" href="/about/faq-for-arl-members" title="FAQ for ARL Members"  > <span class="menu-title">FAQ for ARL Members</span> </a>  </li><li class=" item75    " > <a id="menu75" class="menu-item75" href="/about/partners" title="Partners & Working Relationships"  > <span class="menu-title">Partners & Working Relationships</span> </a>  </li><li class=" item199    " > <a id="menu199" class="menu-item199" href="/about/sitemap?sitemap=1" title="Site Map"  > <span class="menu-title">Site Map</span> </a>  </li><li class=" item17   last-item " > <a id="menu17" class="menu-item17" href="/about/contact-us" title="Contact Us"  > <span class="menu-title">Contact Us</span> </a>  </li></ul> </li><li class=" havechild item11    " > <a id="menu11" class="menu-item11" href="/focus-areas" title="Focus Areas"  > <span class="menu-title">Focus Areas</span> </a> <ul  ><li class=" item78  first-item  " > <a id="menu78" class="menu-item78" href="/focus-areas/accessibility" title="Accessibility"  > <span class="menu-title">Accessibility</span> </a>  </li><li class=" havesubchild item343    " > <a id="menu343" class="menu-item343" href="/focus-areas/arl-academy" title="ARL Academy"  > <span class="menu-title">ARL Academy</span> </a>  </li><li class=" havesubchild item52    " > <a id="menu52" class="menu-item52" href="/focus-areas/copyright-ip" title="Copyright & IP"  > <span class="menu-title">Copyright & IP</span> </a>  </li><li class=" item76    " > <a id="menu76" class="menu-item76" href="/focus-areas/court-cases" title="Court Cases"  > <span class="menu-title">Court Cases</span> </a>  </li><li class=" havesubchild item65    " > <a id="menu65" class="menu-item65" href="/focus-areas/diversity-equity-and-inclusion" title="Diversity, Equity & Inclusion"  > <span class="menu-title">Diversity, Equity & Inclusion</span> </a>  </li><li class=" item19    " > <a id="menu19" class="menu-item19" href="/focus-areas/federal-funding" title="Federal Funding"  > <span class="menu-title">Federal Funding</span> </a>  </li><li class=" havesubchild item53    " > <a id="menu53" class="menu-item53" href="/focus-areas/open-scholarship" title="Open Scholarship"  > <span class="menu-title">Open Scholarship</span> </a>  </li><li class=" havesubchild item26    " > <a id="menu26" class="menu-item26" href="/focus-areas/privacy-security-civil-liberties" title="Privacy, Security & Civil Liberties"  > <span class="menu-title">Privacy, Security & Civil Liberties</span> </a>  </li><li class=" havesubchild item58    " > <a id="menu58" class="menu-item58" href="/focus-areas/public-access-policies" title="Public Access Policies"  > <span class="menu-title">Public Access Policies</span> </a>  </li><li class=" havesubchild item59    " > <a id="menu59" class="menu-item59" href="/focus-areas/research-collections" title="Research Collections"  > <span class="menu-title">Research Collections</span> </a>  </li><li class=" havesubchild item31    " > <a id="menu31" class="menu-item31" href="/focus-areas/scholarly-communication" title="Scholarly Communication"  > <span class="menu-title">Scholarly Communication</span> </a>  </li><li class=" item189    " > <a id="menu189" class="menu-item189" href="/focus-areas/shared-access-research-ecosystem-share" title="SHARE"  > <span class="menu-title">SHARE</span> </a>  </li><li class=" havesubchild item15    " > <a id="menu15" class="menu-item15" href="/focus-areas/statistics-assessment" title="Statistics & Assessment"  > <span class="menu-title">Statistics & Assessment</span> </a>  </li><li class=" item62   last-item " > <a id="menu62" class="menu-item62" href="/focus-areas/telecommunications-policies" title="Telecommunications Policies"  > <span class="menu-title">Telecommunications Policies</span> </a>  </li></ul> </li><li class=" havechild item36    " > <a id="menu36" class="menu-item36" href="/membership" title="Membership"  > <span class="menu-title">Membership</span> </a> <ul  ><li class=" item37  first-item  " > <a id="menu37" class="menu-item37" href="/membership/benefits" title="Benefits of Membership"  > <span class="menu-title">Benefits of Membership</span> </a>  </li><li class=" item38    " > <a id="menu38" class="menu-item38" href="/membership/becoming-a-member" title="Becoming a Member"  > <span class="menu-title">Becoming a Member</span> </a>  </li><li class=" item286   last-item " > <a id="menu286" class="menu-item286" href="/membership/list-of-arl-members" title="List of ARL Members"  > <span class="menu-title">List of ARL Members</span> </a>  </li></ul> </li><li class=" havechild active item39    " > <a id="menu39" class="menu-item39 active" href="/news" title="News"  > <span class="menu-title">News</span> </a> <ul  ><li class=" active item40  first-item  " > <a id="menu40" class="menu-item40 active" href="/news/arl-news" title="ARL News"  > <span class="menu-title">ARL News</span> </a>  </li><li class=" item42    " > <a id="menu42" class="menu-item42" href="/news/community-updates" title="Community Updates"  > <span class="menu-title">Community Updates</span> </a>  </li><li class=" item294    " > <a id="menu294" class="menu-item294" href="/news/advocacyandpolicyupdates/term/summary" title="Advocacy and Public Policy Updates"  > <span class="menu-title">Advocacy and Public Policy Updates</span> </a>  </li><li class=" item41    " > <a id="menu41" class="menu-item41" href="/news/blog" title="Blogs"  > <span class="menu-title">Blogs</span> </a>  </li><li class=" item355   last-item " > <a id="menu355" class="menu-item355" href="/news/projects-in-the-pipeline/term/summary" title="Projects in the Pipeline"  > <span class="menu-title">Projects in the Pipeline</span> </a>  </li></ul> </li><li class=" havechild item44    " > <a id="menu44" class="menu-item44" href="/publications-resources" title="Publications & Resources"  > <span class="menu-title">Publications & Resources</span> </a> <ul  ><li class=" item96  first-item  " > <a id="menu96" class="menu-item96" href="/publications-resources/search-publications/search/summary" title="Search Publications"  > <span class="menu-title">Search Publications</span> </a>  </li><li class=" item235    " > <a id="menu235" class="menu-item235" href="/publications-resources/publications-ordering-information" title="Publications Ordering Information"  > <span class="menu-title">Publications Ordering Information</span> </a>  </li><li class=" item293    " > <a id="menu293" class="menu-item293" href="/publications-resources/arlstatistics/terms/summary" title="ARL Statistics"  > <span class="menu-title">ARL Statistics</span> </a>  </li><li class=" item295    " > <a id="menu295" class="menu-item295" href="/publications-resources/issue-briefs/terms/summary" title="Issue Briefs"  > <span class="menu-title">Issue Briefs</span> </a>  </li><li class=" item296    " > <a id="menu296" class="menu-item296" href="/publications-resources/position-statements/term/summary" title="Position Statements"  > <span class="menu-title">Position Statements</span> </a>  </li><li class=" item297    " > <a id="menu297" class="menu-item297" href="/publications-resources/research-library-issues/term/summary" title="Research Library Issues"  > <span class="menu-title">Research Library Issues</span> </a>  </li><li class=" item298    " > <a id="menu298" class="menu-item298" href="/publications-resources/salary-survey/terms/summary" title="Salary Survey"  > <span class="menu-title">Salary Survey</span> </a>  </li><li class=" item299    " > <a id="menu299" class="menu-item299" href="/publications-resources/spec-kits/terms/summary" title="SPEC Kits"  > <span class="menu-title">SPEC Kits</span> </a>  </li><li class=" item300   last-item " > <a id="menu300" class="menu-item300" href="/publications-resources/talking-points/term/summary" title="Talking Points"  > <span class="menu-title">Talking Points</span> </a>  </li></ul> </li><li class=" havechild item73    " > <a id="menu73" class="menu-item73" href="/events" title="Events"  > <span class="menu-title">Events</span> </a> <ul  ><li class=" havesubchild item157  first-item  " > <a id="menu157" class="menu-item157" href="/events/upcoming-events" title="Upcoming Events List"  > <span class="menu-title">Upcoming Events List</span> </a>  </li><li class=" item414   last-item " > <a id="menu414" class="menu-item414" href="/events/past-events-list" title="Past Events List"  > <span class="menu-title">Past Events List</span> </a>  </li></ul> </li><li class=" havechild item64   last-item " > <a id="menu64" class="menu-item64" href="/leadership-recruitment" title="Jobs"  > <span class="menu-title">Jobs</span> </a> <ul  ><li class=" item115  first-item  " > <a id="menu115" class="menu-item115" href="/leadership-recruitment/arl-position-description-bank" title="ARL Position Description Bank"  > <span class="menu-title">ARL Position Description Bank</span> </a>  </li><li class=" item106    " > <a id="menu106" class="menu-item106" href="/leadership-recruitment/job-listings" title="Job/Residency/Internship Listings"  > <span class="menu-title">Job/Residency/Internship Listings</span> </a>  </li><li class=" havesubchild item220   last-item hide-all-sub" > <a id="menu220" class="menu-item220" href="/leadership-recruitment/start" title="Post a Job"  > <span class="menu-title">Post a Job</span> </a>  </li></ul> </li></ul>
			</div>
		</div>
		<!-- !END: NAV -->

		<!-- !BEGIN: MAIN -->
		<div id="maincntr" class="maincntr-fl">
			<div id="maincntrinner">
				<div id="main" class="container">

										<div id="pathway" class="row"><div class="span12">

<!-- !BEGIN: Advanced Breadcrumbs -->
<div class="mod mod-breadcrumbs mod-breadcrumbs-adv">

	<span class="pathway">
	<a href="https://www.arl.org/" class="pathway first-item"><span>Home</span></a><span class="sep img-sep img-sep-first"><span>&rsaquo;</span></span><a href="/news" class="pathway"><span>News</span></a><span class="sep img-sep img-sep-last"><span>&rsaquo;</span></span><span class="last-item"><span>ARL News</span></span>	</span>
	
</div>
<!-- !END: Advanced Breadcrumbs -->

</div></div>
					
					<div id="maininner" class="row">
						
						
					
						<div id="mainbody" class="mainbody-fl span8">
							<div id="content">
								<a name="topofpage" id="topofpage"></a>

								

								

								 
<div id="page" class="com_content contentCategory blog-layDefault">
 
		<h1 class="componentheading">ARL News</h1>
		
		
	<div class="page-content">
	
		<table class="blog" cellpadding="0" cellspacing="0">
				
					<tr>
				<td valign="top">
					<div class="introarticles">
					<table width="100%"  cellpadding="0" cellspacing="0">
					<tr>
													<td valign="top" width="100%" class="article_column">
								


<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4780-arl-comments-on-ra21-proposal-for-access-to-licensed-information-resources" class="contentpagetitle">ARL Comments on RA21 Proposal for Access to Licensed Information Resources</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Mary Lee Kennedy | 202-296-2296 | mkennedy@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>May 20, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2019-02-01-arl-logo-140x79.png" alt="Comment" width="140" height="79" /><span style="max-width: 140px; display: block;"></span></span>On April 17, 2019, the National Information Standards Organization (NISO) issued a call for public comments on a <a href="https://groups.niso.org/apps/group_public/download.php/21376/NISO_RP-27-2019_RA21_Identity_Discovery_and_Persistence-public_comment.pdf">draft recommended practice</a> for improving access to institutionally provided information resources. The draft is based on findings from the <a href="https://ra21.org/">RA21: Resource Access for the 21st Century initiative</a> and provides recommendations for using federated identity as an access model and for improving the federated authentication user experience. The Association of Research Libraries (ARL) has offered the following comments on the proposal, based on input from member representatives and broader engagement within our community:</p>
	</div>
	
		
			<a href="/news/arl-news/4780-arl-comments-on-ra21-proposal-for-access-to-licensed-information-resources" title="ARL Comments on RA21 Proposal for Access to Licensed Information Resources" class="readon">
			<span>Read ARL's comments on this proposal »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/686/40" >Accessibility</a>, <a href="/component/taxonomy/term/summary/37/40" >Comment</a>, <a href="/component/taxonomy/term/summary/109/40" >Licensing</a>, <a href="/component/taxonomy/term/summary/93/40" >Privacy, Security, and Civil Liberties</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4766-library-management-skills-institutes-in-indiana-and-texas-open-for-registration" class="contentpagetitle">Library Management Skills Institutes in Indiana, Texas, Virginia Open for Registration</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Sue Baughman | 202-296-2296 | sue@arl.org | updated on May 17, 2019 | posted </strong></span>
										<span class="createdate">on&nbsp;<strong>May 07, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2018-07-23-two-women-at-laptop-courtesy-deetta-jones-140x105.png" alt="two-women-at-laptop" width="140" height="105" /><span style="max-width: 140px; display: block;">image courtesy of DeEtta Jones and Associates</span></span>Are you a research library supervisor, department head, coordinator, team or project leader, or change agent interested in developing your awareness, skills, and confidence as a leader and manager?</p>
	</div>
	
		
			<a href="/news/arl-news/4766-library-management-skills-institutes-in-indiana-and-texas-open-for-registration" title="Library Management Skills Institutes in Indiana, Texas, Virginia Open for Registration" class="readon">
			<span>Register for an LMSI workshop »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/794/40" >ARL Academy</a>, <a href="/component/taxonomy/term/summary/82/40" >Leadership</a>, <a href="/component/taxonomy/term/summary/80/40" >Library Administration</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4760-privacy-explored-in-research-library-issues" class="contentpagetitle">Privacy Explored in Research Library Issues</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Mary Lee Kennedy | 202-296-2296 | mkennedy@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>May 06, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2019-05-01-surveillance-camera-eye-cc0-by-bernard-hermant-140x105.jpg" alt="surveillance-camera-eye" width="140" height="105" /><span style="max-width: 140px; display: block;"><a href="https://unsplash.com/photos/IhcSHrZXFs4">image CC0 by Bernard Hermant</a></span></span>The first issue of <a href="https://doi.org/10.29242/rli.297"><em>Research Library Issues</em> (<em>RLI</em>)</a>&nbsp;in 2019 looks at privacy from a legal, digital, and applied perspective, with a focus on the implications and opportunities for research libraries. The release of this issue of <em>RLI</em> coincides with <a href="https://chooseprivacyeveryday.org/">Choose Privacy Week 2019</a>.</p>
	</div>
	
		
			<a href="/news/arl-news/4760-privacy-explored-in-research-library-issues" title="Privacy Explored in Research Library Issues" class="readon">
			<span>Read this issue of RLI »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/93/40" >Privacy, Security, and Civil Liberties</a>, <a href="/component/taxonomy/term/summary/48/40" >Research Library Issues</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4758-advocacy-and-public-policy-update-april-2019-released-by-arl" class="contentpagetitle">Advocacy and Public Policy Update, April 2019, Released by ARL</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Kaylyn Groves | 202-296-2296 | kaylyn@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 30, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2019-04-30-advocacy-and-public-policy-update-600x450.jpg" alt="april-2019-advocacy-and-public-policy-update-cover" width="140" height="105" /><span style="max-width: 140px; display: block;">Advocacy and Public Policy Update</span></span>The latest&nbsp;<a href="/component/content/article/6/4759"><em>Advocacy and Public Policy Update</em></a>, by Prudence S. Adler and Krista L. Cox of the Association of Research Libraries (ARL), covers key issues of interest to the research library community in Canada and in the US from January 16, 2019, through April 30, 2019.</p>
	</div>
	
		
			<a href="/news/arl-news/4758-advocacy-and-public-policy-update-april-2019-released-by-arl" title="Advocacy and Public Policy Update, April 2019, Released by ARL" class="readon">
			<span>Read this issue of the Advocacy and Public Policy Update »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/786/40" >Advocacy and Public Policy Update</a>, <a href="/component/taxonomy/term/summary/62/40" >Copyright</a>, <a href="/component/taxonomy/term/summary/64/40" >Fair Use</a>, <a href="/component/taxonomy/term/summary/65/40" >International Copyright</a>, <a href="/component/taxonomy/term/summary/83/40" >Legislation</a>, <a href="/component/taxonomy/term/summary/739/40" >Net Neutrality</a>, <a href="/component/taxonomy/term/summary/801/40" >Open Educational Resources</a>, <a href="/component/taxonomy/term/summary/102/40" >Preservation</a>, <a href="/component/taxonomy/term/summary/93/40" >Privacy, Security, and Civil Liberties</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4757-force11-scholarly-communication-institute-offers-tuition-discount-for-arl-community" class="contentpagetitle">FORCE11 Scholarly Communication Institute Offers Tuition Discount for ARL Community</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Stephanie Hagstrom | 858-534-1219 | sthagstrom@ucsd.edu |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 26, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2019-04-25-ucla-powell-library-cc-by-rictor-norton-and-david-allen-140x105.jpg" alt="" width="140" height="105" /><span style="max-width: 140px; display: block;"><a href="https://www.flickr.com/photos/rictor-and-david/4832334190/">Powell Library at UCLA, image CC-BY by Rictor Norton and David Allen</a></span></span>The <a href="https://www.force11.org/fsci/2019">FORCE11 Scholarly Communication Institute (FSCI)</a> is offering Association of Research Libraries (ARL) community members a $150 tuition discount on the August 5–9, 2019, institute to be held at UCLA.</p>
	</div>
	
		
			<a href="/news/arl-news/4757-force11-scholarly-communication-institute-offers-tuition-discount-for-arl-community" title="FORCE11 Scholarly Communication Institute Offers Tuition Discount for ARL Community" class="readon">
			<span>Register for FORCE11 SCI 2019 »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/104/40" >Scholarly Communication</a>, <a href="/component/taxonomy/term/summary/800/40" >Scholarly Dissemination Engine</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4755-julia-c-blixrud-scholarship-call-for-applications-deadline-june-4-2019" class="contentpagetitle">Julia C. Blixrud Scholarship Call for Applications—Deadline June 4, 2019</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Sue Baughman | 202-296-2296 | JCBfund@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 23, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/julia-blixrud-2013-by-keith-russell-140x105.jpg" alt="julia-blixrud" width="140" height="105" /><span style="max-width: 140px; display: block;">Julia Blixrud, <br />photo by Keith Russell</span></span>To honor the memory and extend the legacy of longtime Association of Research Libraries (ARL) staff member <a href="/news/arl-news/3442-in-memory-of-julia-claire-blixrud-1954-2014#.XL36iJNKh2b">Julia Blixrud</a>, ARL established in 2015 the Julia C. Blixrud Scholarship. The scholarship supports the attendance of one master of library and information science (MLIS) student or recent graduate at the <a href="/events/upcoming-events/event/250">Fall Forum</a>, held in Washington, DC, each year. Generous donations to the <a href="/focus-areas/arl-academy/julia-c-blixrud-memorial-fund-lecture-and-scholarship">Julia C. Blixrud Memorial Fund</a> support the scholarship.</p>
	</div>
	
		
			<a href="/news/arl-news/4755-julia-c-blixrud-scholarship-call-for-applications-deadline-june-4-2019" title="Julia C. Blixrud Scholarship Call for Applications—Deadline June 4, 2019" class="readon">
			<span>Apply for the Julia C. Blixrud Scholarship »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/73/40" >Fall Forum</a>, <a href="/component/taxonomy/term/summary/807/40" >Julia C. Blixrud Memorial</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4749-us-department-of-education-seeks-comments-on-ipeds-changes-by-may-20" class="contentpagetitle">US Department of Education Seeks Comments on IPEDS Changes by May 20</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Shaneka Morris and and Mary Jane Petrowski | 202-296-2296 or 312-280-2523 | shaneka@arl.org or  mpetrowski@ala.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 23, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2016-11-28-graduates-tossing-caps-cc-by-sa-by-visha-angelova-140x105.jpg" alt="graduates-tossing-caps-in-sky" width="140" height="105" /><span style="max-width: 140px; display: block;"><a href="https://www.flickr.com/photos/dewfall">image CC-BY-SA by Visha Angelova</a></span></span>The US Department of Education has issued a request for comments on planned changes to the Integrated Postsecondary Education Data System (IPEDS) surveys, which include the Academic Libraries component. The 60-day <em>Federal Register</em> notice (docket ED–2019–ICCD–0028) was published on March 20, and the public comment period ends May 20.</p>
	</div>
	
		
			<a href="/news/arl-news/4749-us-department-of-education-seeks-comments-on-ipeds-changes-by-may-20" title="US Department of Education Seeks Comments on IPEDS Changes by May 20" class="readon">
			<span>Read more and submit comments »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/59/40" >Assessment</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4748-arl-white-paper-on-wikidata-highlights-use-of-open-knowledge-in-scholarly-communication-special-collections" class="contentpagetitle">ARL White Paper on Wikidata Highlights Use of Open Knowledge in Scholarly Communication, Special Collections</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Judy Ruttenberg | 202-296-2296 | judy@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 18, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2016-08-24-wikipedia-globe-handheld-140x105.jpg" alt="wikipedia-globe-handheld" width="140" height="105" /><span style="max-width: 140px; display: block;"><a href="https://commons.wikimedia.org/wiki/File:Wikipedia_mini_globe_handheld.jpg">image CC-BY-SA by Wikimedia Foundation</a></span></span>In a new Association of Research Libraries (ARL) <a href="/publications-resources/4751-arl-white-paper-on-wikidata-opportunities-and-recommendations#.XLdxXZNKh2Y">white paper</a>, a task force of expert Wikidata users recommend a variety of ways for librarians to use the open knowledge base in advancing global discovery of their collections, faculty, and institutions.</p>
	</div>
	
		
			<a href="/news/arl-news/4748-arl-white-paper-on-wikidata-highlights-use-of-open-knowledge-in-scholarly-communication-special-collections" title="ARL White Paper on Wikidata Highlights Use of Open Knowledge in Scholarly Communication, Special Collections" class="readon">
			<span>Read the white paper »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/61/40" >Collaboration</a>, <a href="/component/taxonomy/term/summary/70/40" >Diversity</a>, <a href="/component/taxonomy/term/summary/89/40" >Open Data</a>, <a href="/component/taxonomy/term/summary/104/40" >Scholarly Communication</a>, <a href="/component/taxonomy/term/summary/800/40" >Scholarly Dissemination Engine</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4750-ryan-clough-named-senior-director-of-public-policy-and-general-counsel-for-arl" class="contentpagetitle">Ryan Clough Named Senior Director of Public Policy and General Counsel for ARL</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>ARL Communications | 202-296-2296 | commlmgr@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 17, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2019-04-22-ryan-clough-140x105.jpg" alt="" width="140" height="105" /><span style="max-width: 140px; display: block;">Ryan Clough</span></span>The Association of Research Libraries (ARL) has appointed M. Ryan Clough as senior director of public policy and general counsel, effective May 2, 2019. Clough is currently general counsel for Public Knowledge, a nonprofit organization that promotes freedom of expression, an open internet, and access to affordable communications tools and creative works.</p>
	</div>
	
		
			<a href="/news/arl-news/4750-ryan-clough-named-senior-director-of-public-policy-and-general-counsel-for-arl" title="Ryan Clough Named Senior Director of Public Policy and General Counsel for ARL" class="readon">
			<span>Read more about Ryan Clough and his appointment »</span></a>
		
	
</div>


<span class="article_separator">&nbsp;</span>



<div class="contentpaneopen">

		<div class="article-title clearfix">
		<h2 class="contentheading chBtns-none"><a href="/news/arl-news/4747-kaleidoscope-program-call-for-applications-deadline-may-15" class="contentpagetitle">Kaleidoscope Program Call for Applications—Deadline May 15</a></h2>
			</div>
		
		
		<div class="article-meta-wrap metaTop">
		<div class="article-meta-content clearfix">
							<span class="createby">by&nbsp;<strong>Mark A. Puente | 202-296-2296 | mpuente@arl.org |</strong></span>
										<span class="createdate">on&nbsp;<strong>April 01, 2019</strong></span>
											</div>
	</div>
		
		
	<div class="article-content">
				<p><span class="img-caption-left wf_caption" style="display: inherit; max-width: 138px;"><img class="img-left" src="/storage/images/2019-01-28-kaleidoscopes-cc-by-lisa-ruokis-crop-140x105.png" alt="kaleidoscopic image" width="140" height="105" /><span style="max-width: 140px; display: block;"><a href="https://www.flickr.com/photos/ladybugsleaf/107616898/">image CC-BY Lisa Ruokis</a></span></span>The Association of Research Libraries (ARL) is accepting applications for the 2019–2021 cohort of the Kaleidoscope Program. Formerly known as the Initiative to Recruit a Diverse Workforce (IRDW), the <a href="/kaleidoscope">Kaleidoscope Program</a> recruits master of library and information science (MLIS) students from historically underrepresented ethnic and racial groups into careers in research libraries and archives.</p>
	</div>
	
		
			<a href="/news/arl-news/4747-kaleidoscope-program-call-for-applications-deadline-may-15" title="Kaleidoscope Program Call for Applications—Deadline May 15" class="readon">
			<span>Apply to the Kaleidoscope Program »</span></a>
		
		<span class="afterdisplay_separator">&nbsp;</span>
	<div class="article-aftercontent">
		<div class="article-meta-wrap compPlgTerms-wrap"><div class="article-meta-content compPlgTerms-content clearfix"><span class="title">Terms:</span><span class="terms"><a href="/component/taxonomy/term/summary/70/40" >Diversity</a>, <a href="/component/taxonomy/term/summary/118/40" >Workforce</a></span></div></div>	</div>
	
</div>


<span class="article_separator">&nbsp;</span>
							</td>
					 
					</tr>
					</table>
					</div>
				</td>
			</tr>
					</table>
		
				
		<!-- BEGIN: RESULTS NAV -->
				<div class="compResNav-wrap" id="sectBlogResNav-wrap">
			<div class="compResNav-content" id="sectBlogResNav-content">
				<!-- BEGIN: RESULTS NAV PAGER -->
								<div class="compResNavPgr-wrap" id="sectBlogResNavPgr-wrap">
					<div class="compResNavPgr-content" id="sectBlogResNavPgr-content">
						<ul class="pagination"><li>&laquo;</li><li>&nbsp;<span>Start</span>&nbsp;</li><li>&nbsp;<span>Prev</span>&nbsp;</li><li>&nbsp;<span>1</span>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=10" title="2">2</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=20" title="3">3</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=30" title="4">4</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=40" title="5">5</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=50" title="6">6</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=60" title="7">7</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=70" title="8">8</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=80" title="9">9</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=90" title="10">10</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=10" title="Next">Next</a></strong>&nbsp;</li><li>&nbsp;<strong><a href="/news/arl-news?start=910" title="End">End</a></strong>&nbsp;</li><li>&raquo;</li></ul>					</div>
				</div>
								<!-- END: RESULTS NAV PAGER -->
				<!-- BEGIN: RESULTS NAV COUNTER -->
								<div class="compResNavCtr-wrap" id="sectBlogResNavCtr-wrap">
					<div class="compResNavCtr-content" id="sectBlogResNavCtr-content">
						<span class="pageTtl">Page</span> <span class="pageOn">1</span> of <span class="totalPages">92</span>					</div>
				</div>
								<!-- END: RESULTS NAV COUNTER -->
			</div>
		</div>
				<!-- END: RESULTS NAV -->
	
	</div>
	
</div>

									<div class="sbxMod sbxModTable-addthis mod-content-bot-1 mod-content-bot-first mod-content-bot-last" id="Mod237">
				<div class="sbxMod-content"><!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_pinterest_share"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=arlwebmgr"></script>
<!-- AddThis Button END --></div>
	</div>
	

								<div class="clear">&nbsp;</div>

							</div>
						</div>

						<div id="sidebar-b" class="span4">
							<div class="sidebar-inner">
									<div class="sbxMod sbxModTable-sm mod-right-1 mod-right-first" id="Mod45">
				<div class="sbxMod-content"><ul class="menu" ><li class="parent  active item39  first-item last-item "  ><a href="/news" class="mainlevel_active" id="menulink_1" title="News"><span>News</span></a><ul  ><li class=" active item40  first-item  " id="current" ><a href="/news/arl-news" class="sublevel_current" id="menulink_1_1" title="ARL News"><span>ARL News</span></a></li><li class=" item42    "  ><a href="/news/community-updates" class="sublevel" id="menulink_1_2" title="Community Updates"><span>Community Updates</span></a></li><li class=" item294    "  ><a href="/news/advocacyandpolicyupdates/term/summary" class="sublevel" id="menulink_1_3" title="Advocacy and Public Policy Updates"><span>Advocacy and Public Policy Updates</span></a></li><li class=" item41    "  ><a href="/news/blog" class="sublevel" id="menulink_1_4" title="Blogs"><span>Blogs</span></a></li><li class=" item355   last-item "  ><a href="/news/projects-in-the-pipeline/term/summary" class="sublevel" id="menulink_1_5" title="Projects in the Pipeline"><span>Projects in the Pipeline</span></a></li></ul></li></ul></div>
	</div>
		<div class="sbxMod sbxModTable-box mod-fsform mod-right-2 mod-right-last" id="Mod139">
				<div class="sbxMod-content"><h3 class="sbxModTable-box"><span>Stay Informed</span></h3>
<script type="text/javascript" src="https://www.formstack.com/forms/js.php?1498408-EuxYverMiG-v3"></script><noscript><a href="https://www.formstack.com/forms/?1498408-EuxYverMiG" title="Online Form">Online Form - Stay Informed Signup</a></noscript></div>
	</div>
	
							</div>
						</div>

					
						<div class="clear">&nbsp;</div>
						
												<div id="bottomcntr" class="span12">
							<div id="bottom">	<div class="sbxMod sbxModTable-partners mod-bottom-1 mod-bottom-first" id="Mod142">
				<h3 class="sbxMod-title"><span>Affiliates</span></h3>
				<div class="sbxMod-content"><div style="text-align: center;"><a href="http://www.cni.org" target="_blank"><img src="/templates/arl/images/partners-cni.gif" alt="Coalition for Networked Information Logo" /></a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<a style="line-height: 1.5em;" href="http://www.librarycopyrightalliance.org" target="_blank"><img src="/templates/arl/images/partners-lca.gif" alt="Library Copyright Alliance Logo" /></a><span style="line-height: 1.5em;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<a href="http://iarla.org/"><img src="/storage/images/iarla-grayscale.jpg" alt="iarla-grayscale" width="134" height="48" /></a></span></div></div>
	</div>
		<div class="sbxMod sbxModTable-social mod-bottom-2 mod-bottom-last" id="Mod136">
				<div class="sbxMod-content"><ul>
<li><a class="icon-stack" title="Twitter" href="https://twitter.com/ARLnews" target="_blank"><em class="fa fa-twitter"><!--icon--></em><span>Twitter</span></a></li>
<li><a class="icon-stack" title="YouTube" href="http://www.youtube.com/ARLvideo" target="_blank"><em class="fa fa-youtube-play"><!--icon--></em><span>YouTube</span></a></li>
<li><a class="icon-stack" title="Facebook" href="http://www.facebook.com/association.of.research.libraries" target="_blank"><em class="fa fa-facebook-square"><!--icon--></em><span>Facebook</span></a></li>
<li><a class="icon-stack" title="LinkedIn" href="http://www.linkedin.com/company/association-of-research-libraries" target="_blank"><em class="fa fa-linkedin-square"><!--icon--></em><span>LinkedIn</span></a></li>
<li><a class="icon-stack" title="GooglePlus" href="https://plus.google.com/116038873630463451082" target="_blank"><em class="fa fa-google-plus"><!--icon--></em><span>Google Plus</span></a></li>
</ul></div>
	</div>
	</div>
						</div>
						
					</div>
				</div>
			</div>
		</div>
		<!-- !END: MAIN -->


		<!-- !BEGIN: FOOTER -->
		<div id="footer">
			<div id="footerinner" class="container">
			<div class="row">
				<div class="span6">
						<div class="sbxMod sbxModTable-footcontact mod-footer-1 mod-footer-first mod-footer-last" id="Mod135">
				<strong>Association of Research Libraries</strong><br /> 21 Dupont Circle NW #800<br />Washington,&nbsp; DC&nbsp; 20036<br />202 296 2296 | <a>webmgr@arl.org</a>
<p class="foot-copyright"><a href="/copyright">© Association of Research Libraries</a></p>	</div>
	
				</div>
				<div class="span6">
						<div class="sbxMod sbxModTable-footmenu mod-footer-right-1 mod-footer-right-first mod-footer-right-last" id="Mod33">
				<ul class="menu-fm" ><li class=" item177  first-item  "  ><a href="/accessibility-policy" class="mainlevel-fm" id="menulink_1-fm" title="Accessibility"><span>Accessibility</span></a></li><li class=" item47    "  ><a href="/privacy-policy" class="mainlevel-fm" id="menulink_2-fm" title="Privacy"><span>Privacy</span></a></li><li class=" item179    "  ><a href="/staff-resources" class="mainlevel-fm" id="menulink_3-fm" title="Staff Resources"><span>Staff Resources</span></a></li><li class=" item49   last-item "  ><a href="/about/contact-us" class="mainlevel-fm" id="menulink_4-fm" title="Contact Us"><span>Contact Us</span></a></li></ul>	</div>
	
					<a id="npsb" href="https://www.soapboxengage.com" title="Soapbox Engage" alt="Powered by Soapbox Engage"  target="_blank"><img src="https://www.arl.org/templates/arl2016/images/npsb.png" /></a>
				</div>
			</div>
			</div>
		</div>
		<!-- !END: FOOTER -->


	</div>

	

	
	
	
	 
	<script language="javascript" type="text/javascript" src="https://www.arl.org/templates/arl2016/css/jquery-1.7.2.min.js"></script>
		<script type="text/javascript">
		$.noConflict();
		jQuery(document).ready(function($) {
						
			$('.sbxModTable-box input.vertical[type="checkbox"]').prop( 'checked', false );
			
			$('.sbxModTable-box input.vertical[type="checkbox"]').click(function() {
				if($(this).is(":checked")) {
					$(this).parent().addClass('checked');
				} else {
					$(this).parent().removeClass('checked');
				}
			});
		});
		// Code that uses other library's $ can follow here.
	</script>
	


</body>
</html>