<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>OCKHAM Alerting Service</title> 
	<link href="http://www.ockham.org/css/main.css" rel="stylesheet" type="text/css" />
	<link href="etc/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
	<div class="container2">
		<div class="masthead">
			<a href='http://www.ockham.org'><img src="http://www.ockham.org/graphics/ockham_logo.gif" alt="OCKHAM Logo" /></a> 
		</div>
		<div class="menu_container">
			<div class="menu_active" style='text-align: right'>
				<p style='font-weight: bold'>
					Ockham Alerting Service 
				</p>
				<form method='post' action='./'>
					<input type='hidden' name='cmd' value='search'/>
					<input type='hidden' name='output' value='HTML'/>
					<input type='text' name='query' value=''/><br />
					<br />
					<input type='submit' value='Search'/>
				</form>
				<p>
					<a href='./'>Home</a> 
				</p>
			</div>
			<div class="menu_acknowledge">
				The Ockham Initiative is proud to acknowledge support and funding from the following institutions 
				<br />
				<br />
				<div class="sponsor_icons">
					<a href="http://nsf.gov"><img src="http://www.ockham.org/graphics/nsf_logo.gif" alt="NSF Logo" /></a>
					<a href="http://diglib.org"><img src="http://www.ockham.org/graphics/dlf_logo.gif" alt="DLF Logo" /></a> 
					<br />
					<br />
					<a href="http://nsdl.org"><img src="http://www.ockham.org/graphics/nsdl_logo.gif" alt="NSDL Logo" /></a> 
				</div>
				<br />
				<a href="http://emory.edu">Emory University</a> 
				<br />
				<a href="http://nd.edu">University of Notre Dame</a> 
				<br />
				<a href="http://oregonstate.edu">Oregon State University</a> 
				<br />
				<a href="http://www.vt.edu">Virginia Tech</a> 
				<br />
				<br />
			</div>
		</div>
		<div class="content_container">
			<div class="content">
								<h1>Ockham Alerting Service</h1> <h2>Introduction</h2> 
				<p>
					This is a simple current awareness service based on the content found at the <a href="http://www.archive.org/">Internet Archive</a>. It demonstrates a standards-based method for collecting content, providing access to it, and disseminating it on a regular basis in the form of an alerting service. The method includes: 
				</p>
				<ol>
					<li>
						identifying OAI repositories with content of interest 
					</li>
					<li>
						using OAI to harvest content and store it in a central pile 
					</li>
					<li>
						indexing the content of the central pile 
					</li>
					<li>
						providing an SRU interface to the index 
					</li>
					<li>
						allowing users to save the SRU URL's as "profiles" (RSS feeds)
					</li>
					<li>
						allowing users to have the profiles executed on a regular basis 
					</li>
					<li>
						making the results of searches available as HTML, email, RSS, etc. 
					</li>
					<li>
						returning to Step #1 
					</li>
				</ol>
				<h2>Downloads</h2> 
<p>You can download the source from here (<a href="http://alert.ockham.org/src/ockham-alert.tar.gz">alert.ockham.org/src/ockham-alert.tar.gz</a>) or the mirror at Google Code (<a href="http://code.google.com/p/ockham-alert/">code.google.com/p/ockham-alert/</a>).
</p>
<h2>Example implementation</h2> 
				<p>
					This implementation is updated on a daily basis and only contains content from the Archive from the past few weeks. (Otherwise, the system wouldn't be a "current" awareness service). Sample searches include:
				</p>
				<ul>
					<li>
						<a href="http://alert.ockham.org/?cmd=search&amp;output=HTML&amp;query=trees">trees</a>
					</li>
					<li>
						<a href="http://alert.ockham.org/?cmd=search&amp;output=HTML&amp;query=art+and+science">art and science</a>
					</li>
					<li>
						<a href="http://alert.ockham.org/?cmd=search&amp;output=HTML&amp;query=rum+and+hand">rum and hand</a>
					</li>
					<li>
						<a href="http://alert.ockham.org/?cmd=search&amp;output=HTML&amp;query=title%3Dliterature">title=literature</a>
					</li>
					<li>
						<a href="http://alert.ockham.org/?cmd=search&amp;output=HTML&amp;query=creator=Waller">creator=Waller</a>
					</li>
				</ul>
 
				<div class='signature'>
					<p>
						Author: Eric Lease Morgan &lt;<a href="mailto:emorgan@nd.edu">emorgan@nd.edu</a>&gt; 
						<br />
						Date created: 2004-08-25 
						<br />
						Date updated: 2008-04-29 
						<br />
						URL: <a href="http://alert.ockham.org/">http://alert.ockham.org</a> 
					</p>
				</div>
			</div>
		</div>
		<div class="footer">
		</div>
	</div>
</div>
</body>
</html>
