Re: [Dspace-tech] Removing the 1st step from submission.

2008-09-03 Thread Susan Parham
Thanks for sharing this Tim, as it is something we hope to do soon!

Susan




-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] OAI base URL change with 1.5

2008-08-22 Thread Susan Parham
Just a heads-up to other people out there who are upgrading to 1.5 -
the base OAI URL changes with this release.  We had a harvester
contact us to let us know they haven't been able to harvest our
installation since the upgrade.

Old base URL - http://smartech.gatech.edu/dspace-oai/request

New base URL - http://smartech.gatech.edu/oai/request

-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Query to determine number of full-text items?

2008-08-12 Thread Susan Parham
Any thoughts on how we would query the database to determine the
number of full-text items in our repository?  These would be items
with the additional .txt file created after running media filter.

Thanks,
Susan
-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Query to determine number of full-text items?

2008-08-12 Thread Susan Parham
Ah, thanks Dorothea ... we were thinking format of .txt, but that
wouldn't work because our manually submitted items have a license.txt
bitstream.

Susan

On Tue, Aug 12, 2008 at 2:26 PM, Dorothea Salo [EMAIL PROTECTED] wrote:
 On Tue, Aug 12, 2008 at 1:20 PM, Susan Parham [EMAIL PROTECTED] wrote:
 Any thoughts on how we would query the database to determine the
 number of full-text items in our repository?  These would be items
 with the additional .txt file created after running media filter.

 Maybe

 select count(*) from bundle where name='TEXT';

 Be aware that if you're running 1.4.x you may have been bitten by the
 PDF filtering bug where filter-media chokes and dies on some PDFs.
 There may be other reasons this query won't get you an exact count,
 but it should be a place to start.

 Dorothea

 --
 Dorothea Salo [EMAIL PROTECTED]
 Digital Repository Librarian AIM: mindsatuw
 University of Wisconsin
 Rm 218, Memorial Library
 (608) 262-5493

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Query to determine number of full-text items?

2008-08-12 Thread Susan Parham
Basically, the number of items which are full-text searchable - it
doesn't matter if the original content is pdf, doc, etc.  This is why
I was going for the items with that .txt file which is created by
media filter.  We may have some older pdfs which are not OCR'd, and
would then not have the .txt file.  We don't have any items which
consist solely of metadata.

Susan

On Tue, Aug 12, 2008 at 3:12 PM, Claudia Juergen
[EMAIL PROTECTED] wrote:
 Hi Susan,

 what do you mean with full-text items, items which got content at all
 and are not mere metadata items or item which got content of a special
 mime type (pdf, doc, etc.)?

 Claudia



 Any thoughts on how we would query the database to determine the
 number of full-text items in our repository?  These would be items
 with the additional .txt file created after running media filter.

 Thanks,
 Susan
 --
 Susan Wells Parham
 Head, Digital Library Development
 Georgia Institute of Technology
 Library  Information Center
 404-894-4522
 [EMAIL PROTECTED]

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech





-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] 1.5 - sort results bug

2008-07-31 Thread Susan Parham
Hi,

I didn't get a response to my message last week, so am hoping someone
will spot it if I re-post.  Has anyone else experienced this problem?

Susan

-- Forwarded message --
From: Susan Parham [EMAIL PROTECTED]
Date: Wed, Jul 16, 2008 at 9:57 AM
Subject: Sort results in 1.5
To: dspace-tech@lists.sourceforge.net


We recently upgraded to 1.5 --

After conducting a quoted phrase search (e.g., computer science), I
am unable to re-sort the results.  Results are listed by Relevance
(the default). When I try to resort the results list by any other
value, such as Issue Date or Title, I get the message that the search
produced no results.

Is this a 1.5 bug which others experience?

Susan





--
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sort results in 1.5

2008-07-16 Thread Susan Parham
We recently upgraded to 1.5 --

After conducting a quoted phrase search (e.g., computer science), I
am unable to re-sort the results.  Results are listed by Relevance
(the default). When I try to resort the results list by any other
value, such as Issue Date or Title, I get the message that the search
produced no results.

Is this a 1.5 bug which others experience?

Susan





-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Position Announcement: Georgia Tech, Digital Library Development - Web Developer

2008-02-21 Thread Susan Parham
http://www.library.gatech.edu/about/jobs.php#sa2

Position Summary: The Systems Analyst II provides intermediate level
web development, testing, documentation, implementation, and
maintenance for the Georgia Tech Library's web-based digital programs.
These applications are built primarily using open source software and
emerging web technologies. Anticipate/investigate new trends in
library technology so that we can respond quickly to changing user
needs. Provide primary support for new initiatives such as scholarly
communication, electronic publishing, and image databases, which
includes technical support for digital preservation. Provide support
for the Library's institutional repository and the digital collections
of the Georgia Tech Archives.

The Systems Analyst II will work with our partners on campus and in
library consortia to share solutions to mutual challenges. Major
Responsibilities: Facilitate access to digital archival and manuscript
collections using technologies such as the Archivists' Toolkit,
Fedora, DSpace, or other software. Provide support for the Archives'
image database. Support the EPAGE publishing initiative, using Open
Journal Systems and Open Conference Systems software. Provide
enhancements and support for Library resources which use
DSpace/Manakin, including SMARTech (Georgia Tech institutional
repository), the Archives digital repository, and the Galileo
Knowledge Repository. Perform additional related duties/projects as
needed, involving web development for various library web sites needs.

Experience:

Three or more years of job related experience.

Required Skill Set: Development experience includes XHTML, CSS, XML,
XSLT, JavaScript, and PHP. Prefer experience with Java, Ruby on Rails
and SQL. Familiarity with UNIX, LINUX and Apache. Computer experience:
Access, Windows 95/98/ME/2000/XP/NT, UNIX/Linux, Dos, Mac and MS
Office applications.The ability to apply collaborative communications
technologies, open source tools and emerging web technologies and
demonstrated ability to interact professionally with faculty,
librarians and technical staff, as well as good customer service and
communication skills. University and Library experience preferred.

Selection process will include a background screening.
Education:

Bachelor's Degree in Computer Science or a closely related field or
equivalent combination of education and experience.

Hiring Range:
$44,330 - $56,500

Application Process:

Apply online at: https://ea.ohr.gatech.edu/default.asp
Job #: CEW7226

-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech