[CODE4LIB] SRU MARC fields with indicators

2012-10-18 Thread Alevtina Verbovetskaya
Hi all,

I'm having some difficulties pulling records by MARC fields with indicators via 
SRU v1.1... and, not knowing where else to turn, I hope the good folks of the 
CODE4LIB community can help. (If there is a more appropriate place to seek 
assistance on this topic, please point me to it!)

What I would like to do is retrieve records by the utility number in the 035 
field where the first indicator is a 9:
0359#$autil_num

The following query only pulls up those records where the two indicators are 
undefined:
http://server:port/local_base?version=1.1operation=searchRetrievequery=marc.035=util_numstartRecord=1maximumRecords=15

So I figured I needed to add a marc.035:1=9 query so I edited pqf.properties to 
declare the new index:
...
set.marc = info:srw/cql-context-set/1/marc-1.1
...
index.marc.035 = 1=1211
index.marc.035:1 = 1=1211
...

And then I tried the following search:
http://server:port/local_base?version=1.1operation=searchRetrievequery=marc.035:1=9%20and%20marc.035=util_numstartRecord=1maximumRecords=15

However, this returns 0 results ... and I know there are matches so something's 
not right. (And I get 0 results when I search just for marc.035:1=9, which is 
also incorrect since there are dozens of records where 035 has a 9 as its first 
indicator.) What am I doing wrong?

I'm new to the SRU protocol (and search protocols in general) so I'd greatly 
appreciate some assistance.

Thank you!
Allie

--
Alevtina (Allie) Verbovetskaya
Web and Mobile Systems Librarian (Substitute)
Office of Library Services
City University of New York
555 W 57th St, 13th fl.
New York, NY 10019
T: 646-313-8158
F: 646-216-7064
alevtina.verbovetsk...@mail.cuny.edumailto:alevtina.verbovetsk...@mail.cuny.edu


[CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Joselito Dela Cruz
Hi All,

We use EZ Proxy for authentication and we always tell the staff who uses
VPN to turn their VPN off so they can access our databases. 
Is this the right way? Looking for answers around and could not find
any. I thought I would throw this in here.
Thanks for feedbacks.

Jay Dela Cruz


Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Patrick Berry
It depends on your configuration.  In our instance, EZProxy is configured
so that 132.241.x.x represents on campus.  Our VPN will give out
132.241.x.x IPs.  So, if you use VPN, you are on campus in the eyes of
EZProxy (and thus would not be prompted for authentication).

So, basically what IPs is EZProzy including and what IPs does your VPN hand
out is the key question.

Pat

On Thu, Oct 18, 2012 at 10:46 AM, Joselito Dela Cruz
jdelac...@hodges.eduwrote:

 Hi All,

 We use EZ Proxy for authentication and we always tell the staff who uses
 VPN to turn their VPN off so they can access our databases.
 Is this the right way? Looking for answers around and could not find
 any. I thought I would throw this in here.
 Thanks for feedbacks.

 Jay Dela Cruz



Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Jonathan Rochkind
VPN does what EZProxy does already -- make web access appear to come 
from an on-campus address -- but for ALL web access, not just access 
that follows links from your web pages using EZProxy. This assumes 
outgoing traffic from users using the VPN will be on an IP address 
recognized as 'licensed' by your vendors, which it typically is.


If people are using VPN's and happy with it, that's actually a MORE 
reliable solution than EZProxy. Rather than tell them to turn off your 
VPN, I would ensure you have EZProxy configured not to interfere with 
it, if possible.  If they are on a VPN, and then ALSO go through 
EZProxy... it should _work_, but it'll hurt performance, as all traffic 
is effectively being sent through two proxies, for no reason. You should 
instead configure your EZProxy so when a client is on an IP Address 
recognized as the VPN, EZProxy simply redirects without proxying instead 
of double-proxying the traffic.


On 10/18/2012 1:46 PM, Joselito Dela Cruz wrote:

Hi All,

We use EZ Proxy for authentication and we always tell the staff who uses
VPN to turn their VPN off so they can access our databases.
Is this the right way? Looking for answers around and could not find
any. I thought I would throw this in here.
Thanks for feedbacks.

Jay Dela Cruz




Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Valencia, Ernesto
I think this document may help.

http://www.oclc.org/support/documentation/ezproxy/cfg/autologinip/

if you know the range of IPs your VPN assigns the above may work for you.

ernesto

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Joselito Dela Cruz
Sent: Thursday, October 18, 2012 1:47 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] VPN  EZ Proxy

Hi All,

We use EZ Proxy for authentication and we always tell the staff who uses
VPN to turn their VPN off so they can access our databases. 
Is this the right way? Looking for answers around and could not find
any. I thought I would throw this in here.
Thanks for feedbacks.

Jay Dela Cruz


Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Klish, Heather J
This also depends on if your VPN is full tunnel or split tunnel.  Here's my 
very, very simplified explanation:

If full tunnel, users who are logged into the VPN shouldn't need to 
authenticate as traffic to the external resource should be seen as coming from 
'on-campus'.

If split tunnel, users who are logged into the VPN will need to authenticate 
because traffic directed to external sites will be using the IP address of the 
user (I believe).  

We had problems with this while our VPN was split tunnel.  We had to set 
EZproxy to always authenticate users coming in from our VPNs IP address.

Heather

--
Heather Klish
Systems Librarian
University Library Technology Services
Tufts University
617.627.5853
heather.kl...@tufts.edu

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Joselito Dela 
Cruz [jdelac...@hodges.edu]
Sent: Thursday, October 18, 2012 1:46 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] VPN  EZ Proxy

Hi All,

We use EZ Proxy for authentication and we always tell the staff who uses
VPN to turn their VPN off so they can access our databases.
Is this the right way? Looking for answers around and could not find
any. I thought I would throw this in here.
Thanks for feedbacks.

Jay Dela Cruz


Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Joselito Dela Cruz
Hi Heather,
Yes our VPN uses split tunnel.

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
Klish, Heather J
Sent: Thursday, October 18, 2012 2:20 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] VPN  EZ Proxy

This also depends on if your VPN is full tunnel or split tunnel.  Here's
my very, very simplified explanation:

If full tunnel, users who are logged into the VPN shouldn't need to
authenticate as traffic to the external resource should be seen as
coming from 'on-campus'.

If split tunnel, users who are logged into the VPN will need to
authenticate because traffic directed to external sites will be using
the IP address of the user (I believe).  

We had problems with this while our VPN was split tunnel.  We had to set
EZproxy to always authenticate users coming in from our VPNs IP address.

Heather

--
Heather Klish
Systems Librarian
University Library Technology Services
Tufts University
617.627.5853
heather.kl...@tufts.edu

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of
Joselito Dela Cruz [jdelac...@hodges.edu]
Sent: Thursday, October 18, 2012 1:46 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] VPN  EZ Proxy

Hi All,

We use EZ Proxy for authentication and we always tell the staff who uses
VPN to turn their VPN off so they can access our databases.
Is this the right way? Looking for answers around and could not find
any. I thought I would throw this in here.
Thanks for feedbacks.

Jay Dela Cruz


Re: [CODE4LIB] Q.: software for vendor title list processing

2012-10-18 Thread Ranti Junus
Godmar,

Does your library subscribe to Serials Solutions? If it does, I wonder
if you could use the list from SerSols.


ranti.

On Tue, Oct 16, 2012 at 2:16 PM, Godmar Back god...@gmail.com wrote:
 Hi,

 at our library, there's an emerging need to process title lists from
 vendors for various purposes, such as checking that the titles purchased
 can be discovered via discovery system and/or OPAC. It appears that the
 formats in which those lists are provided are non-uniform, as is the
 process of obtaining them.

 For example, one vendor - let's call them Expedition Scrolls - provides
 title lists for download to Excel, but which upon closer inspection turn
 out to be HTML tables. They are encoded using an odd mixture of CP1250 and
 HTML entities. Other vendors use entirely different formats.

 My question is whether there are efforts, software, or anything related to
 streamlining the acquisition and processing of vendor title lists in
 software systems that aid in the collection development and maintenance
 process. Any pointers would be appreciated.

  - Godmar



-- 
Bulk mail.  Postage paid.


Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Klish, Heather J
You'll need to find out the IP address/range of the VPN.  You can then use the 
IncludeIP directive to force users coming in on the VPN to always authenticate. 
A better solution may be to use the AutoLoginIP directive that was already 
suggested.

Heather


· · · · · · · · · · · · · · ·
Heather Klish
Systems Librarian
University Library Technology Services
heather.kl...@tufts.edu
617.627.5853

sent from my phone

Joselito Dela Cruz jdelac...@hodges.edu wrote:
Hi Heather,
Yes our VPN uses split tunnel.

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
Klish, Heather J
Sent: Thursday, October 18, 2012 2:20 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] VPN  EZ Proxy

This also depends on if your VPN is full tunnel or split tunnel.  Here's
my very, very simplified explanation:

If full tunnel, users who are logged into the VPN shouldn't need to
authenticate as traffic to the external resource should be seen as
coming from 'on-campus'.

If split tunnel, users who are logged into the VPN will need to
authenticate because traffic directed to external sites will be using
the IP address of the user (I believe).

We had problems with this while our VPN was split tunnel.  We had to set
EZproxy to always authenticate users coming in from our VPNs IP address.

Heather

--
Heather Klish
Systems Librarian
University Library Technology Services
Tufts University
617.627.5853
heather.kl...@tufts.edu

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of
Joselito Dela Cruz [jdelac...@hodges.edu]
Sent: Thursday, October 18, 2012 1:46 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] VPN  EZ Proxy

Hi All,

We use EZ Proxy for authentication and we always tell the staff who uses
VPN to turn their VPN off so they can access our databases.
Is this the right way? Looking for answers around and could not find
any. I thought I would throw this in here.
Thanks for feedbacks.

Jay Dela Cruz


Re: [CODE4LIB] Q.: software for vendor title list processing

2012-10-18 Thread Annette Bailey
Hey Ranti,

We do subscribe to Serials Solutions, but the title lists Godmar is
referring to are the title lists from the vendors that we get the content
from not the knowledge base that we then update.

Annette

On Thu, Oct 18, 2012 at 2:52 PM, Ranti Junus ranti.ju...@gmail.com wrote:

 Godmar,

 Does your library subscribe to Serials Solutions? If it does, I wonder
 if you could use the list from SerSols.


 ranti.

 On Tue, Oct 16, 2012 at 2:16 PM, Godmar Back god...@gmail.com wrote:
  Hi,
 
  at our library, there's an emerging need to process title lists from
  vendors for various purposes, such as checking that the titles purchased
  can be discovered via discovery system and/or OPAC. It appears that the
  formats in which those lists are provided are non-uniform, as is the
  process of obtaining them.
 
  For example, one vendor - let's call them Expedition Scrolls - provides
  title lists for download to Excel, but which upon closer inspection turn
  out to be HTML tables. They are encoded using an odd mixture of CP1250
 and
  HTML entities. Other vendors use entirely different formats.
 
  My question is whether there are efforts, software, or anything related
 to
  streamlining the acquisition and processing of vendor title lists in
  software systems that aid in the collection development and maintenance
  process. Any pointers would be appreciated.
 
   - Godmar



 --
 Bulk mail.  Postage paid.



Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Cary Gordon
Other than giving you one less option, it shouldn't really matter.
Everything goes through EZProxy. Resources accessed through the VPN
can be covered by authenticating the VPN IP range. Anything not coming
through the VPN are authenticated by the means you normally use.

Many, if not most, schools work this way, so you have plenty of
company. As always, the canonical resource is the EZProxy mailing
list.

Thanks,

Cary

On Thu, Oct 18, 2012 at 11:32 AM, Joselito Dela Cruz
jdelac...@hodges.edu wrote:
 Hi Heather,
 Yes our VPN uses split tunnel.

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Klish, Heather J
 Sent: Thursday, October 18, 2012 2:20 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] VPN  EZ Proxy

 This also depends on if your VPN is full tunnel or split tunnel.  Here's
 my very, very simplified explanation:

 If full tunnel, users who are logged into the VPN shouldn't need to
 authenticate as traffic to the external resource should be seen as
 coming from 'on-campus'.

 If split tunnel, users who are logged into the VPN will need to
 authenticate because traffic directed to external sites will be using
 the IP address of the user (I believe).

 We had problems with this while our VPN was split tunnel.  We had to set
 EZproxy to always authenticate users coming in from our VPNs IP address.

 Heather

 --
 Heather Klish
 Systems Librarian
 University Library Technology Services
 Tufts University
 617.627.5853
 heather.kl...@tufts.edu
 
 From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of
 Joselito Dela Cruz [jdelac...@hodges.edu]
 Sent: Thursday, October 18, 2012 1:46 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: [CODE4LIB] VPN  EZ Proxy

 Hi All,

 We use EZ Proxy for authentication and we always tell the staff who uses
 VPN to turn their VPN off so they can access our databases.
 Is this the right way? Looking for answers around and could not find
 any. I thought I would throw this in here.
 Thanks for feedbacks.

 Jay Dela Cruz



-- 
Cary Gordon
The Cherry Hill Company
http://chillco.com


Re: [CODE4LIB] VPN EZ Proxy

2012-10-18 Thread Kyle Banerjee
I would definitely not tell them to turn off VPN since asking them to break
connections to machines, services, drives, etc is a barrier to service.
Much better to make sure your config supports a reasonable workflow all
patrons will expect than to ask them to do something nonintuitive.

kyle

On Thu, Oct 18, 2012 at 10:46 AM, Joselito Dela Cruz
jdelac...@hodges.eduwrote:

 Hi All,

 We use EZ Proxy for authentication and we always tell the staff who uses
 VPN to turn their VPN off so they can access our databases.
 Is this the right way? Looking for answers around and could not find
 any. I thought I would throw this in here.
 Thanks for feedbacks.

 Jay Dela Cruz



[CODE4LIB] Job: Digital and Web Services Librarian at Saskatchewan Institute of Applied Science and Technology

2012-10-18 Thread jobs
The Digital and Web Services Librarian is an innovative and service-oriented
librarian who provides leadership, direction, andexpertise
in the design and development of an evolving library web presence to enhance
the learning and skills developmentwithin the SIAST
community. This position will serve as a developer and
administrator for the Library website, webapplications,
social media, and mobile interfaces, and will coordinate and oversee ongoing
development of the Library's
web To further the library's
mission and increase and enhance access to library resources and services
he/she will sharein providing leadership and
responsibilities in the identification, assessment, and implementation of
emerging technologies.

  
The Digital and Web Services librarian will have responsibility for the
integrity, organization, and currency of the SIAST
libraryweb presence. The librarian will
also provide training and guidance to website content editors across the
library and createuser-orientated documentation and
reference guides to enable them to easily perform web-related functions; this
includesensuring that best practices for web content
writing are followed. The librarian
will: conduct training seminars and user
groupinformation sessions addressing website maintenance
and policies, use of new technologies, etc.; provide support for
libraryareas in organizing and presenting
information. This librarian also coordinates digitization
projects library-wide, works withother librarians in
setting standards for the creation of content and metadata, and represents the
library to other groups
around This
position will conduct usability testing and focus groups to assess the
effectiveness of these services, will alsoserve as liaison
to program areas and is expected to work collegially with the library and
SIAST community.

  
DUTIES

1. Provide vision and leadership in organizing and maintaining the SIAST
library web site and integrating it with the largerlibrary
web presence which includes program guides, search and discovery tools,
digital collections, and electronicresources.

2. Ensure that library web services and applications are tailored for targeted
user groups,

3. Create and maintain a detailed map of areas of responsibility for the
website in conjunction with library staff;
establishguidelines for regular maintenance schedules.

4. Evaluate web-related trouble calls to proactively address issues that can
be resolved through means such as usertraining,
modifications to website management procedures, etc.

5. Evaluate site analytics and provide reports to the librarians; analyze
reports with librarians to make sure importantpages are
receiving enough traffic; suggest changes to improve visibility of targeted
pages or restructuring for betterclarity.

6. Evaluate and recommend new web services technologies to improve the user
experience in discovering, searching,finding, or acquiring
library materials and content.

7. Collaborate with library staff to create, implement and maintain web-based
library services, including online tutorials,Campus Guides,
mobile applications, etc.

8. Customize and brand interfaces of externally hosted library resources and
services.

9. Support faculty in incorporating library resources into their instruction,

10. Customize and maintain the web interface of the library's online
catalogue.

11. Organize and support mobile versions of the library web site and catalogue

12. Provide advice, training, and support for library staff involved in web
content creation.

13. Create and maintain documentation as needed.

14. Serves as a liaison to ITS on electronic services and web development
issues

15. Serves as a liaison with Marketing and Communications on web site issues.

16. Design and conduct user interface usability studies.

17. Contributes to an active reference and instruction program, acting as
liaison to designated academic programs,providing
instruction sessions for users and some collection development.

  
QUALIFICATIONS, SKILLS, ABILITIES AND EXPERIENCE

1. Masters of Library Science degree from an ALA accredited school.

2. Minimum 1 years experience in website leadership or development;

3. Demonstrated ability to write concisely and effectively for the Web;

4. Familiarity with current and emerging library technologies including
resolvers, OPACs, federated search and discovery

5. In depth knowledge of HTML, CSS, PHP, XML and the Adobe Suite.

6. Possess strong Instructional skills;

7. Familiarity with electronic journal management systems (e.g. Serials
Solutions products );

8. A strong commitment to service for students, staff, and faculty users;

9. Demonstrated project management and organizational skills;

10. Creativity and strong analytical and problem-solving skills.

11. Demonstrates valuing diversity.



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/3939/


[CODE4LIB] Job: Technical Lead / Developer at The British Library

2012-10-18 Thread jobs
Salary range: £37,937 - £44,059 p.a.

  
2 year fixed term contract

  
An experienced programmer is required to design and implement technical
solutions for the ORCID and DataCite Interoperability Network (ODIN) (www
.odin-project.eu) ODIN is a two-year project financed by the European
Commission, starting in September 2012. Partners of the ODIN project are
innovators in information science, science and the publishing industry: The
British Library, CERN, ORCID, DataCite, Dryad, arXiv and the Australian
National Data Service.

  
ODIN will build on the ORCID (orcid.org) and DataCite (datacite.org)
initiatives to uniquely identify academics and digital research objects and
connect this information across multiple services and infrastructures for
scholarly communication. The project will create links between researchers and
their digital research objects (datasets, journals etc.) and will enable
tracking of use and re-use and help to gauge the impact of research
activities.

  
This post is based in the Social Science team and will develop a proof of
concept to seamlessly connect information about social science datasets and
their creators, re-use of datasets by researchers and published research and
other outputs by academics and expose this information to allow further
connections to be made by third parties through the ORCID and DataCite
infrastructures. The successful candidate will take responsibility to deliver
this proof of concept as well as contributing to the wider ODIN project
through designing interoperability solutions for researcher and object
identifiers and analysing the current landscape of infrastructures in
scholarly communications.

  
This is an opportunity to take ownership of an innovative project and see it
through from design to implementation. The successful candidate will be a
self-starter and able to work with minimal technical guidance, using their
skills to develop technical solutions to identified problems. The post
requires a strong understanding of information systems and a high proficiency
in programming languages such as Java and Ruby. Knowledge and experience of
open source software development is essential and knowledge of agile
methodology is an advantage.

  
For an informal chat about this role please contact John Kaye on 020 7412 7450
or email john.k...@bl.uk

  
Closing date 5 November 2012



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/3975/


[CODE4LIB] Event Registration System Question

2012-10-18 Thread Brian McBride
Greeting!

I was wondering if anyone out there has found or knows of a good open source 
solution for event scheduling? We would need users to be able to register, 
allow instructors to set enrollment caps, and basic email reminder functions. 
Any information would be great!

Thanks,

Brian

Brian McBride
Head of Application Development
J. Willard Marriott Library

O: 801.585.7613
F:  801.585.5549
brian.mcbr...@utah.edumailto:brian.mcbr...@utah.edu


Re: [CODE4LIB] Event Registration System Question

2012-10-18 Thread Gary McGath
On 10/18/12 6:08 PM, Brian McBride wrote:
 Greeting!
 
 I was wondering if anyone out there has found or knows of a good open source 
 solution for event scheduling? We would need users to be able to register, 
 allow instructors to set enrollment caps, and basic email reminder functions. 
 Any information would be great!

You might want to look at Zambia
(http://sourceforge.net/projects/zambia/). It was developed for the
Arisia science fiction convention where, as a program participant, I
found it worked reasonably well. It's Currently being generalized to
handle other conferences/conventions, so I don't know whether it's
ready for prime time yet or not.



-- 
Gary McGath, Professional Software Developer   http://www.garymcgath.com


Re: [CODE4LIB] Event Registration System Question

2012-10-18 Thread miles stauffer
Please take a look at the PKP project, specifically Open Conference System:
http://pkp.sfu.ca/?q=ocs

Synopsis:

Open Conference Systems (OCS) is a free Web publishing tool that will
create a complete Web presence for your scholarly conference. OCS will
allow you to:

   - create a conference Web site
   - compose and send a call for papers
   - electronically accept paper and abstract submissions
   - allow paper submitters to edit their work
   - post conference proceedings and papers in a searchable format
   - post, if you wish, the original data sets
   - register participants
   - integrate post-conference online discussions

You can also take OCS 2 out for a test drive on our
serverhttp://pkp.sfu.ca/ocs2/demo/testdrive/.
The login is admin and the password is testdrive. This installation
will be regularly purged of all data, so please do not use it for anything
other than making a short-term evaluation of the software.


miles




On Fri, Oct 19, 2012 at 7:40 AM, Gary McGath develo...@mcgath.com wrote:

 On 10/18/12 6:08 PM, Brian McBride wrote:
  Greeting!
 
  I was wondering if anyone out there has found or knows of a good open
 source solution for event scheduling? We would need users to be able to
 register, allow instructors to set enrollment caps, and basic email
 reminder functions. Any information would be great!

 You might want to look at Zambia
 (http://sourceforge.net/projects/zambia/). It was developed for the
 Arisia science fiction convention where, as a program participant, I
 found it worked reasonably well. It's Currently being generalized to
 handle other conferences/conventions, so I don't know whether it's
 ready for prime time yet or not.



 --
 Gary McGath, Professional Software Developer   http://www.garymcgath.com



Re: [CODE4LIB] Event Registration System Question

2012-10-18 Thread Cary Gordon
You might want to look at the Drupal conference organizing
distribution. http://drupal.org/project/cod

Thanks,

Cary

On Thu, Oct 18, 2012 at 3:08 PM, Brian McBride brian.mcbr...@utah.edu wrote:
 Greeting!

 I was wondering if anyone out there has found or knows of a good open source 
 solution for event scheduling? We would need users to be able to register, 
 allow instructors to set enrollment caps, and basic email reminder functions. 
 Any information would be great!

 Thanks,

 Brian

 Brian McBride
 Head of Application Development
 J. Willard Marriott Library

 O: 801.585.7613
 F:  801.585.5549
 brian.mcbr...@utah.edumailto:brian.mcbr...@utah.edu



-- 
Cary Gordon
The Cherry Hill Company
http://chillco.com


Re: [CODE4LIB] Event Registration System Question

2012-10-18 Thread Park,Go-Woon
Brian, 
 
Interesting, we just developed and used a workshop registration program. I 
think it has every feature you mentioned but the email reminder . It also has a 
deadline and location set for each event. All events were finished and we 
locked the registration. If you like Ruby on Rails, we might be able to share 
the source code: http://workshop.owenslibrary.org/ 
http://workshop.owenslibrary.org/  
 
Sarah 



From: Code for Libraries on behalf of Brian McBride
Sent: Thu 10/18/2012 5:08 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Event Registration System Question



Greeting!

I was wondering if anyone out there has found or knows of a good open source 
solution for event scheduling? We would need users to be able to register, 
allow instructors to set enrollment caps, and basic email reminder functions. 
Any information would be great!

Thanks,

Brian

Brian McBride
Head of Application Development
J. Willard Marriott Library

O: 801.585.7613
F:  801.585.5549
brian.mcbr...@utah.edumailto:brian.mcbr...@utah.edu


[CODE4LIB] OAI8 at the University of Geneva. 19-21 June 2013

2012-10-18 Thread Thomas Krichel
  
  2013 sees the 8th OAI Workshop on Innovations in Scholarly Communication
  at the University of Geneva and at CERN. These Workshops are major
  international gatherings where those interested in Scholarly Communication
  developments can meet, discuss and network. OAI8 will be taking place in
  the context of the EU’s launch of its €80 billion Horizon 2020 programme,
  which has Open Access as a key deliverable of the outputs from its funded
  research programs. New areas to be discussed at OAI8 will be Alternative
  Metrics and a special focus on Scholarly Communication developments in the
  Arts and Humanities. An introductory video, announcing the Conference, can
  be seen at http://indico.cern.ch/conferenceDisplay.py?confId=211600
  
  Please reserve 19-21 June 2013 in your diaries. On behalf of the
  Programme Committee, we look forward to seeing you in Geneva.

  Cheers,

  Thomas Krichelhttp://openlib.org/home/krichel
  http://authorprofile.org/pkr1
   skype: thomaskrichel