Re: [Dspace-tech] XMLWorkflow in DSpace 1.8.x

2012-06-21 Thread Jason Stirnaman
, 2012 at 1:52 PM, Jason Stirnaman <jstirna...@kumc.edu> wrote: So, turns out the one change I didn't make was to co

Re: [Dspace-tech] XMLWorkflow in DSpace 1.8.x

2012-06-20 Thread Jason Stirnaman
s on it in the administrative interface. MarkOn Tuesday, June 19, 2012, Jason S

[Dspace-tech] XMLWorkflow in DSpace 1.8.x

2012-06-19 Thread Jason Stirnaman
are some workflows and roles in there, but I didn't make any changes there. Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 -

Re: [Dspace-tech] DSpace 1.8.0 - problem with XMLUI Mirage theme: page subjects are shown twice?

2011-12-15 Thread Jason Stirnaman
display/DSDOC18/Discovery#Discovery-EnablingDiscovery Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 12/15/2011 at 07:04 AM, in message >>> , >>> "Meij

Re: [Dspace-tech] Prevent LDAP users from changing password

2011-12-05 Thread Jason Stirnaman
Thanks for looking into it, Hardy. Good to know. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 12/5/2011 at 11:09 AM, in message >>> , "Pottinger, Hard

Re: [Dspace-tech] Prevent LDAP users from changing password

2011-12-05 Thread Jason Stirnaman
entication, \ org.dspace.authenticate.IPAuthentication Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 12/3/2011 at 08:29 PM, in message >>> <9067a279-9df7-4d13-8428-3aea2fc

Re: [Dspace-tech] How to remove search filter from Discovery?

2011-12-05 Thread Jason Stirnaman
Kevin, Thanks! That worked. I had previously tried just commenting out the refs like and expected the same result as having an empty list. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588

[Dspace-tech] Prevent LDAP users from changing password

2011-12-03 Thread Jason Stirnaman
re is an allowSetPassword boolean available for just this purpose, but it doesn't seem to be applied. Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center js

[Dspace-tech] How to remove search filter from Discovery?

2011-12-03 Thread Jason Stirnaman
s.xml like Tomcat doesn't complain about this configuration (unlike just commenting out the list), but the search filter doesn't go away either. Should I alter the theme or discovery's sitemap.xmap instead? Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Project

[Dspace-tech] allowSetPassword for LDAP authentication?

2011-11-28 Thread Jason Stirnaman
e in the theme to make those fields disappear? Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Cent

[Dspace-tech] allowSetPassword for LDAP authentication?

2011-11-22 Thread Jason Stirnaman
king of some other app. I see the allowSetPassword check in http://scm.dspace.org/svn/repo/dspace/trunk/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java so 1. what's going on? and 2. what should I set or override in the theme to make those fields disappear? T

[Dspace-tech] XMLUI Mirage: suggest-indicator.gif spinner doesn't display

2011-10-20 Thread Jason Stirnaman
oice-support.js, but as far as I can tell it never gets used. Has anyone else experienced this? Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.e

[Dspace-tech] XMLUI Mirage: suggest-indicator.gif spinner doesn't display

2011-10-17 Thread Jason Stirnaman
oice-support.js, but as far as I can tell it never gets used. ps, I was somehow kicked off the list when I tried to post this on Friday. I hope it's not too offensive :) Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Me

Re: [Dspace-tech] XML from dissemination crosswalk

2011-10-03 Thread Jason Stirnaman
I finally solved this by invoking some more Cocoon magic. I just kept my generator as is and then added an XSL transform to the Cocoon pipeline that copies the generator output and adds DocType. Not super-elegant, but really simple. Jason Jason Stirnaman Biomedical Librarian, Digital

Re: [Dspace-tech] XML from dissemination crosswalk

2011-09-30 Thread Jason Stirnaman
Plugin(DisseminationCrosswalk.class,"nlm"); XSLTransformer nlmtx = nlmxwalk.getTransformer("dissemination"); nlmdoc = nlmtx.transform(dimdoc); Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center

Re: [Dspace-tech] XML from dissemination crosswalk

2011-09-28 Thread Jason Stirnaman
tractGenerator. I may be able to set it in my XSLT, but I'd rather use the DOM or transformer if possible. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 9/21/2

Re: [Dspace-tech] Accessing non-DC fields with XSLT Crosswalk

2011-09-26 Thread Jason Stirnaman
Thanks, Brian. Turns out it had nothing to do with that element at all. I had a problem further up in my stylesheet. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 9/26/2

[Dspace-tech] Accessing non-DC fields with XSLT Crosswalk

2011-09-23 Thread Jason Stirnaman
I have a XSLT crosswalk. How do I access a metadata field from a different schema in my stylesheet? For example, Here's my non-DC field in mets.xml: 1 However, in my stylesheet applying the following template doesn't output anything: Thanks, Jason Jason Stirnaman

[Dspace-tech] XML from dissemination crosswalk

2011-09-20 Thread Jason Stirnaman
ansformed items. Conjured example: handle/2271/883/nlm.xml or nlm/handle/2271/883 Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319

Re: [Dspace-tech] crosswalking and disseminating

2011-09-15 Thread Jason Stirnaman
ld love to hear from you. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 9/15/2011 at 12:34 PM, in message <4e723712.9040...@duraspace.org>, Tim >>> Donohue wrote:

[Dspace-tech] crosswalking and disseminating

2011-09-15 Thread Jason Stirnaman
;m still unclear about exactly what configuration is needed for that. Or, would I have to create a new packager? 4. If I were to go the route of the package disseminator, could I use Curation Tasks to enable the user to trigger the dissemination on a specific collection? Thanks for any s

Re: [Dspace-tech] Tomcat memory leak warning prevents restarting

2011-05-24 Thread Jason Stirnaman
revent this from happening. That's when I encountered the memory leak warnings preventing my restarts. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 5/23/2011 at 01:02

[Dspace-tech] Tomcat memory leak warning prevents restarting

2011-05-23 Thread Jason Stirnaman
al] (value [java.lang.ThreadLocal@1b7fc4e]) and a value of type [org.apache.cocoon.environment.internal.Enviro nmentStack] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. Jason Stirnaman Biomedical Librarian, Digital Pr

Re: [Dspace-tech] Noobie question about interface (XMLUI/Mirage)

2011-05-17 Thread Jason Stirnaman
uch of the ordering of elements. It pretty much renders the flow as ordered in the DRI document. Overriding that isn't exactly straightforward. BTW, Atmire is scheduling a webinar about tweaking Mirage layouts. Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library

Re: [Dspace-tech] Single Sign On with SharePoint

2011-02-17 Thread Jason Stirnaman
ntjournal.com/?p=16 http://jasig.275507.n4.nabble.com/Jasig-CAS-f275508.html Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 2/15/2011 at 12:08 AM, in message >>

Re: [Dspace-tech] Problem with SOLR Statistics

2010-12-15 Thread Jason Stirnaman
.22exceeded_limit_of_maxWarmingSearchers.3DX.22_mean.3F Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 12/15/2010 at 12:52 PM, in message >>> , Peter Dietz >>> wrote: Hi George,

Re: [Dspace-tech] error in sequence of 1.5.x -> 1.6.x upgrade instructions?

2010-12-09 Thread Jason Stirnaman
Another typo in the same place: -f /dspace-1.6-1-src-release/dspace/etc/postgres/database_schema_15_16.sql should be -f /dspace-1.6-1-src-release/dspace/etc/postgres/database_schema_15-16.sql Stuart - Thanks for your help! Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R

[Dspace-tech] error in sequence of 1.5.x -> 1.6.x upgrade instructions?

2010-12-09 Thread Jason Stirnaman
I'm attempting to upgrade using the 1.5.x -> 1.6.x upgrade instructions found in DSpace Manual 1.7.0-rc1. On page 65, shouldn't steps #7 and #8 (CC registry update and database update) follow #9 (install with Ant)? Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital

[Dspace-tech] retrieve or reset Duraspace Jira password?

2010-12-09 Thread Jason Stirnaman
I can't find any link or form in Duraspace Jira to reset my password if I've forgotten it. Thanks, Jason Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 91

[Dspace-tech] Job Posting: Web Developer / Designer

2010-07-19 Thread Jason Stirnaman
, bibliographic databases, and search engines. Visit https://jobs.kumc.edu/applicants/jsp/shared/position/JobDetails_css.jsp?postingId=371769 for a complete description and application Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical

[Dspace-tech] Handle error: unknown opCode in request

2010-05-26 Thread Jason Stirnaman
Our Handle resolutions have been extremely slow lately and in the logs I'm continually getting the following error: 75 class net.handle.server.HdlTcpRequestHandler: Exception processing request: HandleException (INTERNAL_ERROR) Unknown opCode in request: 0 I haven't seen many mentions of this p

Re: [Dspace-tech] DSpace Account Management

2010-03-12 Thread Jason Stirnaman
The first feature Tim lists comes built-in to DSpace already, no? You can do LDAP lookup and add then add them to a "special" group on the fly. The second feature seems similarly possible as as long as you can pull the necessary attributes from your directory. Jason -- Jason

Re: [Dspace-tech] Tomcat 501 error during SWORD deposit

2010-01-08 Thread Jason Stirnaman
lyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 373-7599 x81928 http://www.library.auckland.ac.nz/ On 8/01/2010, at 12:24 PM, Jason Stirnaman wrote: > OK, so I dialed up the DSpace logs and pr

Re: [Dspace-tech] Tomcat 501 error during SWORD deposit

2010-01-07 Thread Jason Stirnaman
\colon; "rights" qualifier\colon; "holder" value\colon; "jason stirnaman" 2010-01-07 17:19:29,297 ERROR org.dspace.sword.SWORDMETSIngester @ caught exception: java.sql.SQLException: bad_dublin_core schema=dc, rights holder at org.dspace.content.Item.upd

[Dspace-tech] Tomcat 501 error during SWORD deposit

2010-01-07 Thread Jason Stirnaman
;ve reported this to Stuart or whoever the developers are through FB. Thanks, Jason -- Jason Stirnaman Biomedical Librarian, Digital Projects A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 --

Re: [Dspace-tech] Joomla CMS Integration with Institutional Repositories

2009-10-16 Thread Jason Stirnaman
Michael, Would you check that link you sent? It's prompting for an Outlook login. I found the project and Wijiti sites at http://joomlacode.org/gf/project/j-car and http://www.wijiti.com/ Can't wait to check it out! Thanks, Jason -- Jason Stirnaman >>> On 10/16/2009 at

Re: [Dspace-tech] connection pool errors with Manakin 1.5.2

2009-09-03 Thread Jason Stirnaman
http://archie.kumc.edu/robots.txt Didn't intend to reply off-list last time. Jason >>> On 9/3/2009 at 9:36 AM, in message <4a9fd468.5040...@gmu.edu>, wally grotophorst wrote: > Yes, I did have this problem on our old system (OSX Tiger server with > DSpace running under JBOSS), but I haven't be

Re: [Dspace-tech] xmlui and itemCounter

2009-09-01 Thread Jason Stirnaman
Hi. Sorry to resurrect this old thread (http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg07602.html ), but based on Stuart's response and our own experience in 1.5.2, the Collection Strength display in XMLUI is not updated immediately after an item is added to the collection, i.e. I

Re: [Dspace-tech] Bulk-import-data

2009-08-28 Thread Jason Stirnaman
Baseer, Jayan's suggestion is the way to go. Alternatively, I've used a process involving a couple of PHP scripts and Excel that was developed by someone else. The original code apparently isn't being hosted anymore, but I can send it if you want. Jason -- >>> On 8/27/2009 at 7:43 PM, in messa

Re: [Dspace-tech] Theme - Insert javascript

2009-08-24 Thread Jason Stirnaman
Fabricio, We're using JQuery Cycle http://malsup.com/jquery/cycle/ since XMLUI comes with JQuery. It's extremely flexible and easy to configure with paging, different effects, etc. View our HTML source for an example: http://archie.kumc.edu/ The XSL is pretty much identical, quick and dirty, ju

Re: [Dspace-tech] Import Into Dspace

2009-07-22 Thread Jason Stirnaman
Lewatle, The Java error indicates that the import routine can't locate the PDF at the path stated in your CONTENTS file. You'll need to edit the contents file or move the PDF file to the location that it expects. Regarding the mapfile, your command "-m mapfile2" says to generate mapfile2 in the

Re: [Dspace-tech] Batch loading

2009-07-17 Thread Jason Stirnaman
Lewatle, More examples at http://wiki.dspace.org/index.php/Google_Summer_of_Code_2007_Citations--Examples_of_Import_Procedures I've had success using the PHP scripts from Mika University. It parses a delimited text file into DSpace's DC format and also generates the files and package structure for

Re: [Dspace-tech] Grab URI in Theme/XSL to suppress/hide segments(xmlui)

2009-07-17 Thread Jason Stirnaman
Damian, Not sure if this is what you're wanting, but the DRI XML document exposes the handle and the aspect properties. So, for example, from http://archie.kumc.edu/handle/2271/260?&XML you can test for .. and ...hdl:2271/260...>> On 7/16/2009 at 11:02 AM, in message , "Sobieralski, Damian Mich

Re: [Dspace-tech] Installation of Dspace

2009-06-26 Thread Jason Stirnaman
Hi, Will! The DSpace manual for version 1.5.2 is actually quite strong in the installation area. The manual can be found in the source release (which you don't really want) or at http://www.dspace.org/1_5_2Documentation/DSpace-Manual.pdf We're running on Solaris, though the instructions should sui

Re: [Dspace-tech] Batch Upload - blank mapfile

2009-06-26 Thread Jason Stirnaman
-source /path/to/folder_item > --mapfile=2009062578.ingest.map > > --- On Thu, 6/25/09, Jason Stirnaman wrote: > >> From: Jason Stirnaman >> Subject: Re: [Dspace-tech] Batch Upload - blank mapfile >> To: dspace-tech@lists.sourceforge.net, "Suvarsha W. Minj" &

Re: [Dspace-tech] AJP Errors

2009-06-26 Thread Jason Stirnaman
was doing *exactly* what it was supposed to be doing. Jason -- >>> On 6/26/2009 at 1:16 AM, in message <5d9253070906252316t62f534efyfcc06a6b745dd...@mail.gmail.com>, Sean Carte wrote: > 2009/6/25 Jason Stirnaman : >> FWIW, I've made some progress through a combina

Re: [Dspace-tech] Batch Upload - blank mapfile

2009-06-25 Thread Jason Stirnaman
Suvarsha, What commands are you sending? > Or is this a > DSpace Ver. 1.5.2 bug? I've been using the item importer in 1.5.2 and it works as you'd expect. Regards, Jason -- >>> On 6/25/2009 at 9:50 AM, in message <722824.90929...@web31811.mail.mud.yahoo.com>, "Suvarsha W. Minj" wrote: > H

Re: [Dspace-tech] AJP Errors

2009-06-25 Thread Jason Stirnaman
efore having to restart Tomcat, as opposed to every hour. Jason -- >>> On 6/25/2009 at 3:01 AM, in message <5d9253070906250101me53d3edtf6ee0362f6a3b...@mail.gmail.com>, Sean Carte wrote: > 2009/6/24 Jason Stirnaman : >> Sean, >> Just wondering if you've made an

Re: [Dspace-tech] AJP Errors

2009-06-24 Thread Jason Stirnaman
Sean, Just wondering if you've made any progress with this? Jason >>> Sean Carte 06/23/09 1:29 AM >>> 2009/6/18 Mark H. Wood : > On Thu, Jun 18, 2009 at 03:12:34PM +0200, Sean Carte wrote: >> There does seem to be a patch available for cocoon 2.2: >>

Re: [Dspace-tech] AJP Errors

2009-06-23 Thread Jason Stirnaman
Would it be easier to grab a development snapshot of cocoon-core...jar and drop into lib/ to see if it fixes the problem? -- >>> On 6/23/2009 at 1:24 AM, in message <5d9253070906222324t4481a2aagcdb9c44d023e2...@mail.gmail.com>, Sean Carte wrote: > 2009/6/18 Mark H. Wood : >> On Thu, Jun 18, 2

Re: [Dspace-tech] postgres connection pool errors in 1.5.2

2009-06-14 Thread Jason Stirnaman
e started using a an imported and updated copy of our postgres db from 1.4.1. Thanks, Jason >>> "Jason Stirnaman" 06/12/09 12:03 PM >>> I'm running xmlui/ in 1.5.2 and having the database connection pool problems described in dspace-tech thread http://bit.ly

[Dspace-tech] postgres connection pool errors in 1.5.2

2009-06-12 Thread Jason Stirnaman
I'm running xmlui/ in 1.5.2 and having the database connection pool problems described in dspace-tech thread http://bit.ly/Ed8iz The webapp runs fine for a time until it apparently exhausts the connection pool at which point Tomcat either stops responding or Cocoon times out. dspace and catalina l

[Dspace-tech] error in 1.5.2 Kubrick theme sitemap.xmap

2009-04-17 Thread Jason Stirnaman
e.xsl at - jndi:/localhost/xmlui//themes/KUMC/Archie/sitemap.xmap:205:34 ## The problem is that Kubrick/sitemap.xmap contains this: Should be global:theme-path, right? Jason -- Jason Stirnaman Digital Projects Librarian/Scho

Re: [Dspace-tech] Implicit specialgroup for LDAP users

2009-04-16 Thread Jason Stirnaman
Moving on with 1.5.2 instead and all is good! Appreciate the help. -- Jason Stirnaman Digital Projects Librarian/School of Medicine Support A.R. Dykes Library, University of Kansas Medical Center jstirna...@kumc.edu 913-588-7319 >>> On 4/15/2009 at 9:34 PM, in message , "Stuart

[Dspace-tech] Implicit specialgroup for LDAP users

2009-04-09 Thread Jason Stirnaman
://dspace.svn.sourceforge.net/viewvc/dspace?view=rev&revision=3347 in 1.5.1 and make it work? Does it have any dependencies that don't exist in SVN tag 1.5.1? 2. This appears to add LDAP special group as well as Password special group. Is that correct? Thanks, Jason -- Jason Stirnaman Digital Projects Librarian/

Re: [Dspace-tech] Video files in DSpace

2008-11-25 Thread Jason Stirnaman
?q=video&l=dspace-tech%40lists.sourceforge.net) on the DSpace lists and there's no silver bullet. Also, NITLE, a non-profit DSpace service provider, recently offered a workshop on streaming media in DSpace: http://www.nitle.org/www/events/841-dspace-virtual-user-community-meeting-3

[Dspace-tech] plugins and custom classes in 1.5.x

2008-10-04 Thread Jason Stirnaman
Can anyone point to good documentation about where to place plugins and custom class files in 1.5.x? It's not clear from the 1.5.1 manual. Specifically, in what directory would I place a custom authentication method like the MIT-Special-Groups in 1.4.x? Thanks, Jason -- Jason Stirnaman Di

[Dspace-tech] plugins and custom classes in 1.5.x

2008-10-01 Thread Jason Stirnaman
from the 1.5.1 manual. Specifically, in what directory would I place a custom authentication method like the MIT-Special-Groups in 1.4.x? Thanks, Jason -- Jason Stirnaman Digital Projects Librarian/School of Medicine Support A.R. Dykes Library, University of Kansas Medical Center [EMAIL PROT

[Dspace-tech] Tomcat version for 1.5.1 and XMLUI?

2008-09-11 Thread Jason Stirnaman
Is Tomcat 5.0 suitable to run 1.5.1 with XMLUI? All the latest documentation for DSpace 1.5 and 1.5.1 says Tomcat 4.x or later is required, but the TAMU Manakin site says Tomcat 5.5 Thanks, Jason -- Jason Stirnaman Digital Projects Librarian/School of Medicine Support A.R. Dykes Library

[Dspace-tech] sfx/openurl in version 1.4.1

2008-08-28 Thread Jason Stirnaman
ustomize the class in order to change this? Was this the intended behavior? e.g., http://www.kumc.edu/archie/handle/2271/305 Jason -- Jason Stirnaman Digital Projects Librarian/School of Medicine Support A.R. Dykes Library, University of Kansas Medical Center [

[Dspace-tech] sfx/openurl in version 1.4.1

2008-08-27 Thread Jason Stirnaman
Journal or Book title, not an Article title. Do I have to customize the class in order to change this? Was this the intended behavior? e.g., http://www.kumc.edu/archie/handle/2271/305 Jason -- Jason Stirnaman Digital Projects Librarian/School of Medicine Support A.R. Dykes Library, University o

Re: [Dspace-tech] streaming video?

2007-11-26 Thread Jason Stirnaman
DSpace repository > should avoid these issues by storing all the bitstreams within the > repository itself. > > Shane Beers > Digital Repository Services Librarian > George Mason University > [EMAIL PROTECTED] > 703-993-3742 > > > > On Nov 26, 2007, at 9:52

Re: [Dspace-tech] streaming video?

2007-11-26 Thread Jason Stirnaman
lain; charset="us-ascii" > > I've tinkered a bit with storing an item consisting of a SMIL document > that points at the actual stream. I got it to work but we haven't > used this in production yet. --

Re: [Dspace-tech] Audio and video bitstreams

2007-02-22 Thread Jason Stirnaman
-- > > > Apache Tomcat/5.5.17 > > > Brian A. Helstien, SISD, MLS, > Director, Special Technologies Initiatives, > IDM, University Libraries x06913 > University of Southern California, (213) 740-69