Re: [OPEN-ILS-GENERAL] Course Reserves

2018-06-20 Thread Dan Scott
At Laurentian, we're using https://github.com/dbs/course-reserves (which
you can see in action at https://biblio.laurentian.ca/reserves/ ) which we
developed and released under the very permissive 3-clause BSD license.

It's based on the PHP app that Kevin Beswick created for us 7 years ago
that simply associates a bookbag with a course. A few years ago, Victoria
Lacroix rewrote the app in Python (using Flask and a PostgreSQL backend),
made it connect to our LDAP system for authentication, and enabled full
multilingual support. There's an admin interface at
https://biblio.laurentian.ca/reserves/en/admin/ that allows authenticated
users to add & edit reserves (just course code, prof name, and bookbag ID),
or delete reserves.

We have our technicians change the call number to a 2 or 3 digit number to
make it easy to ask for an item, and change the location to "Reserve Desk".

It would be pretty easy to swap out the LDAP authentication backend with
built-in or other standard authentication systems; probably a bit harder to
hook it into Evergreen.



On Wed, Jun 20, 2018 at 11:07 AM, Yamil Suarez  wrote:

>
> At Berklee we created a custom written PHP/MySQl/Apache course reserve
> platform that would connect to our older Horizon ILS and it used barcodes
> extensively. When we migrated to Evergreen in 2012 we were able to tweak
> the code to connect to the Evergreen DB. Also, since the barcodes did not
> change we were able to more easily continue using the tool. Though now the
> code is old and could use security patches and new features.
>
> Sadly the code was not written by me, and don't think it is in a state
> that could be shared easily with others to quickly rebuild it for their own
> use. Though I can share the link, and if I get permission, the code or
> screenshots to use as inspiration.
>
> Later,
> Yamil
>
>
>
>
>
>
> 
>
> Yamil Suarez, MCS
> Associate Director of Library Systems & Web Development
>
> Stan Getz Library
> Berklee College of Music
> 1140 Boylston St
> 
> Boston, MA 02215
> 
>
> ysua...@berklee.edu
> 617-747-2617
>
> pronouns: he/his/him
>
> On Tue, Jun 19, 2018 at 12:53 PM, Jane Sandberg 
> wrote:
>
>> At LBCC, we use the same 9XX process as Sage, but we don't have a
>> search widget.  We would be pretty interested in being able to Browse
>> by Instructor or Course.  Our students tend to be able to find their
>> course or instructor on a list more successfully than trying to
>> remember the official name of the course or instructor. :-)
>>
>> On Tue, Jun 19, 2018 at 9:41 AM, Beth Longwell  wrote:
>> > In the Sage Library System we have indexed a couple 9xx fields in the
>> bib
>> > record to represent course number and course professor. We then made a
>> > search widget that colleges can put on their web site to search course
>> > reserves. We also made a menu option for searching course reserves on
>> the
>> > college's custom TPAC page.
>> >
>> > Beth Longwell
>> > Systems Manager
>> > Sage Library System
>> >
>> > On Tue, Jun 19, 2018 at 10:09 AM, Elizabeth Thomsen 
>> wrote:
>> >>
>> >> At the Student Success Interest Group meeting at the recent Evergreen
>> >> Conference, there was a discussion on how academic libraries are
>> handling
>> >> course reserves, and Course Reserves came up high on the priority list
>> on
>> >> this  Report from the Future of Evergreen: Brainstorming and
>> Strategizing
>> >> Session.
>> >>
>> >> We're adding this topic to the agenda for the Student Success Working
>> >> Group meeting coming up on Monday, and it would be helpful if academic
>> >> libraries could describe how they are currently handling course
>> reserves.
>> >> Are you using the Syrup system?  What do you like about it, and what
>> would
>> >> you like to see improved?  Or are you using bookbags or buckets or a
>> >> homegrown solution for managing lists for each course?  Or maybe course
>> >> reserves are all electronic resources at your institution?
>> >>
>> >> Please share your thoughts and experiences here on the list!  Thanks!
>> >>
>> >> --
>> >> Elizabeth B. Thomsen
>> >> Member Services Manager
>> >> NOBLE: North of Boston Library Exchange
>> >> Danvers, Mass.
>> >> www.noblenet.org
>> >
>> >
>>
>>
>>
>> --
>> Jane Sandberg
>> Electronic Resources Librarian
>> Linn-Benton Community College
>> sand...@linnbenton.edu / 541-917-4655
>> Pronouns: she/her/hers
>>
>
>


Re: [OPEN-ILS-GENERAL] Course Reserves

2018-06-20 Thread Yamil Suarez
At Berklee we created a custom written PHP/MySQl/Apache course reserve
platform that would connect to our older Horizon ILS and it used barcodes
extensively. When we migrated to Evergreen in 2012 we were able to tweak
the code to connect to the Evergreen DB. Also, since the barcodes did not
change we were able to more easily continue using the tool. Though now the
code is old and could use security patches and new features.

Sadly the code was not written by me, and don't think it is in a state that
could be shared easily with others to quickly rebuild it for their own use.
Though I can share the link, and if I get permission, the code or
screenshots to use as inspiration.

Later,
Yamil








Yamil Suarez, MCS
Associate Director of Library Systems & Web Development

Stan Getz Library
Berklee College of Music
1140 Boylston St
Boston, MA 02215

ysua...@berklee.edu
617-747-2617

pronouns: he/his/him

On Tue, Jun 19, 2018 at 12:53 PM, Jane Sandberg 
wrote:

> At LBCC, we use the same 9XX process as Sage, but we don't have a
> search widget.  We would be pretty interested in being able to Browse
> by Instructor or Course.  Our students tend to be able to find their
> course or instructor on a list more successfully than trying to
> remember the official name of the course or instructor. :-)
>
> On Tue, Jun 19, 2018 at 9:41 AM, Beth Longwell  wrote:
> > In the Sage Library System we have indexed a couple 9xx fields in the bib
> > record to represent course number and course professor. We then made a
> > search widget that colleges can put on their web site to search course
> > reserves. We also made a menu option for searching course reserves on the
> > college's custom TPAC page.
> >
> > Beth Longwell
> > Systems Manager
> > Sage Library System
> >
> > On Tue, Jun 19, 2018 at 10:09 AM, Elizabeth Thomsen 
> wrote:
> >>
> >> At the Student Success Interest Group meeting at the recent Evergreen
> >> Conference, there was a discussion on how academic libraries are
> handling
> >> course reserves, and Course Reserves came up high on the priority list
> on
> >> this  Report from the Future of Evergreen: Brainstorming and
> Strategizing
> >> Session.
> >>
> >> We're adding this topic to the agenda for the Student Success Working
> >> Group meeting coming up on Monday, and it would be helpful if academic
> >> libraries could describe how they are currently handling course
> reserves.
> >> Are you using the Syrup system?  What do you like about it, and what
> would
> >> you like to see improved?  Or are you using bookbags or buckets or a
> >> homegrown solution for managing lists for each course?  Or maybe course
> >> reserves are all electronic resources at your institution?
> >>
> >> Please share your thoughts and experiences here on the list!  Thanks!
> >>
> >> --
> >> Elizabeth B. Thomsen
> >> Member Services Manager
> >> NOBLE: North of Boston Library Exchange
> >> Danvers, Mass.
> >> www.noblenet.org
> >
> >
>
>
>
> --
> Jane Sandberg
> Electronic Resources Librarian
> Linn-Benton Community College
> sand...@linnbenton.edu / 541-917-4655
> Pronouns: she/her/hers
>


Re: [OPEN-ILS-GENERAL] Course Reserves

2018-06-19 Thread Jane Sandberg
At LBCC, we use the same 9XX process as Sage, but we don't have a
search widget.  We would be pretty interested in being able to Browse
by Instructor or Course.  Our students tend to be able to find their
course or instructor on a list more successfully than trying to
remember the official name of the course or instructor. :-)

On Tue, Jun 19, 2018 at 9:41 AM, Beth Longwell  wrote:
> In the Sage Library System we have indexed a couple 9xx fields in the bib
> record to represent course number and course professor. We then made a
> search widget that colleges can put on their web site to search course
> reserves. We also made a menu option for searching course reserves on the
> college's custom TPAC page.
>
> Beth Longwell
> Systems Manager
> Sage Library System
>
> On Tue, Jun 19, 2018 at 10:09 AM, Elizabeth Thomsen  wrote:
>>
>> At the Student Success Interest Group meeting at the recent Evergreen
>> Conference, there was a discussion on how academic libraries are handling
>> course reserves, and Course Reserves came up high on the priority list on
>> this  Report from the Future of Evergreen: Brainstorming and Strategizing
>> Session.
>>
>> We're adding this topic to the agenda for the Student Success Working
>> Group meeting coming up on Monday, and it would be helpful if academic
>> libraries could describe how they are currently handling course reserves.
>> Are you using the Syrup system?  What do you like about it, and what would
>> you like to see improved?  Or are you using bookbags or buckets or a
>> homegrown solution for managing lists for each course?  Or maybe course
>> reserves are all electronic resources at your institution?
>>
>> Please share your thoughts and experiences here on the list!  Thanks!
>>
>> --
>> Elizabeth B. Thomsen
>> Member Services Manager
>> NOBLE: North of Boston Library Exchange
>> Danvers, Mass.
>> www.noblenet.org
>
>



-- 
Jane Sandberg
Electronic Resources Librarian
Linn-Benton Community College
sand...@linnbenton.edu / 541-917-4655
Pronouns: she/her/hers


Re: [OPEN-ILS-GENERAL] Course Reserves

2018-06-19 Thread Beth Longwell
In the Sage Library System we have indexed a couple 9xx fields in the bib
record to represent course number and course professor. We then made a
search widget that colleges can put on their web site to search course
reserves. We also made a menu option for searching course reserves on the
college's custom TPAC page.

Beth Longwell
Systems Manager
Sage Library System

On Tue, Jun 19, 2018 at 10:09 AM, Elizabeth Thomsen  wrote:

> At the Student Success Interest Group meeting at the recent Evergreen
> Conference, there was a discussion on how academic libraries are handling
> course reserves, and Course Reserves came up high on the priority list on
> this  Report from the Future of Evergreen: Brainstorming and Strategizing
> Session
> 
> .
>
> We're adding this topic to the agenda for the Student Success Working
> Group meeting coming up on Monday, and it would be helpful if academic
> libraries could describe how they are currently handling course reserves.
> Are you using the Syrup
>  system?  What do
> you like about it, and what would you like to see improved?  Or are you
> using bookbags or buckets or a homegrown solution for managing lists for
> each course?  Or maybe course reserves are all electronic resources at your
> institution?
>
> Please share your thoughts and experiences here on the list!  Thanks!
>
> --
> Elizabeth B. Thomsen
> Member Services Manager
> NOBLE: North of Boston Library Exchange
> Danvers, Mass.
> www.noblenet.org
>


Re: [OPEN-ILS-GENERAL] Course Reserves

2018-06-19 Thread James Keenan
We are using Course Reserves at CW MARS.

We don't like that we have to run multiple instances (one for each of our
academics)
We would like to see Course Reserves be rolled into Evergreen as a regular
Evergreen component.

Jim

On Tue, Jun 19, 2018 at 12:09 PM, Elizabeth Thomsen  wrote:

> At the Student Success Interest Group meeting at the recent Evergreen
> Conference, there was a discussion on how academic libraries are handling
> course reserves, and Course Reserves came up high on the priority list on
> this  Report from the Future of Evergreen: Brainstorming and Strategizing
> Session
> 
> .
>
> We're adding this topic to the agenda for the Student Success Working
> Group meeting coming up on Monday, and it would be helpful if academic
> libraries could describe how they are currently handling course reserves.
> Are you using the Syrup
>  system?  What do
> you like about it, and what would you like to see improved?  Or are you
> using bookbags or buckets or a homegrown solution for managing lists for
> each course?  Or maybe course reserves are all electronic resources at your
> institution?
>
> Please share your thoughts and experiences here on the list!  Thanks!
>
> --
> Elizabeth B. Thomsen
> Member Services Manager
> NOBLE: North of Boston Library Exchange
> Danvers, Mass.
> www.noblenet.org
>



-- 




Jim Keenan

Library Applications Supervisor | CW MARS

jkee...@cwmars.org | 508-755-3323 x323

http://www.cwmars.org


[OPEN-ILS-GENERAL] Course Reserves

2018-06-19 Thread Elizabeth Thomsen
At the Student Success Interest Group meeting at the recent Evergreen
Conference, there was a discussion on how academic libraries are handling
course reserves, and Course Reserves came up high on the priority list on
this  Report from the Future of Evergreen: Brainstorming and Strategizing
Session

.

We're adding this topic to the agenda for the Student Success Working Group
meeting coming up on Monday, and it would be helpful if academic libraries
could describe how they are currently handling course reserves.  Are you
using the Syrup 
system?  What do you like about it, and what would you like to see
improved?  Or are you using bookbags or buckets or a homegrown solution for
managing lists for each course?  Or maybe course reserves are all
electronic resources at your institution?

Please share your thoughts and experiences here on the list!  Thanks!

-- 
Elizabeth B. Thomsen
Member Services Manager
NOBLE: North of Boston Library Exchange
Danvers, Mass.
www.noblenet.org


Re: [OPEN-ILS-GENERAL] Course Reserves

2011-12-06 Thread Lori Bowen Ayre
Cool!


On Tue, Dec 6, 2011 at 4:48 PM, Tara Robertson 
information.detect...@gmail.com wrote:

 We're using the Laurentian reserves interface (thanks Kevin! thanks Dan!)
 and just rolled out a reserves kisok on our circ desk using:

- an iPad
- MediaKisok (
http://itunes.apple.com/us/app/mediakiosk/id352741530?mt=8) to lock it
down
- one of these enclosures (http://ipadkioskmount.com/)

 When we were on our legacy ILS our reserves staff person would manually
 create a page for each course, these got filed into a binder that was
 tethered to the desk with an old lanyard. This is a way better user
 experience.

 I've attached a photo, but I'm not sure if it'll go through on the list.

 Cheers,
 Tara



[OPEN-ILS-GENERAL] Course Reserves

2011-11-28 Thread Thomas Misilo
Hello,

I was reading through the site looking up information on Course Reserves, but 
the only document I could find was from 2008. I was wondering if there has been 
any updates since then or if it is included in the 2.1 branch? If not, I was 
wondering what other universities that are using Evergreen have implemented in 
its place.

Thank you,

Tom


Re: [OPEN-ILS-GENERAL] Course Reserves

2011-11-28 Thread Cynthia Williamson
Hi Thomas:

See this post written by Dan Scott in September:
http://coffeecode.net/archives/250-Current-state-of-academic-reserves-support-for-Evergreen.html

At Mohawk we just add Reserves information to the 508 field in the marc
record and change circ modifiers and shelving locations. Circ staff keep a
spreadsheet for housekeeping purposes, not too onerous to maintain.

Here is an example of a list of Course Reserves for one of our instructors,
you can check the marc records to see what we've done:

http://libcat.mohawkcollege.ca/opac/en-CA/skin/default/xml/rresult.xml?rt=keywordtp=keywordt=labella%20reservesft=l=1d=0f=

In a world with more time and staff resources, we'd add these lists to a
web page or libguide to provide better findability for students but we know
that the vast majority of time that they come to the circ desk to ask about
items on Reserve for their courses rather than searching on their own so
this hasn't been a big priority for us.
Feel free to contact me off list if you have more questions.

Cheers, Cynthia
Mohawk College Library

On Mon, Nov 28, 2011 at 2:07 PM, Thomas Misilo misi...@fit.edu wrote:

 Hello,

 ** **

 I was reading through the site looking up information on Course Reserves,
 but the only document I could find was from 2008. I was wondering if there
 has been any updates since then or if it is included in the 2.1 branch? If
 not, I was wondering what other universities that are using Evergreen have
 implemented in its place.

 ** **

 Thank you,

 ** **

 Tom




-- 
Age is something that does not matter
unless you are a cheese.  Billie Burke


Re: [OPEN-ILS-GENERAL] Course Reserves

2011-11-28 Thread Kathy Lussier
Hi Tom,

Dan Scott recently wrote a blog post on the current state of academic
reserves support in Evergreen at
http://coffeecode.net/archives/250-Current-state-of-academic-reserves-suppor
t-for-Evergreen.html. 

I can't speak to the first approach Dan mentions, but two MassLNC consortia
have been working quite a bit with Syrup. Neither of our consortia are live
on Syrup yet, but some of our libraries should be using it in a couple of
months. We've set up our test Syrup instances to integrate with Evergreen so
that we can scan item barcodes to add titles to a course reserves list;
update parameters (circ modifiers, copy locations, call numbers) from Syrup;
and allow users to log into Syrup with their Evergreen logins.

Art Rhyno from the University of Windsor, one of the co-developers of Syrup,
has been very helpful in getting us going with Syrup. Feel free to contact
me if you have any questions about what we've done.

Kathy Lussier 


-
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 756-0172
(508) 755-3721 (fax)
kluss...@masslnc.org
IM: kmlussier (AOL  Yahoo)
Twitter: http://www.twitter.com/kmlussier
 
 

-Original Message-
From: open-ils-general-boun...@list.georgialibraries.org [mailto:open-
ils-general-boun...@list.georgialibraries.org] On Behalf Of Thomas
Misilo
Sent: Monday, November 28, 2011 2:08 PM
To: 'open-ils-general@list.georgialibraries.org'
Subject: [OPEN-ILS-GENERAL] Course Reserves

Hello,



I was reading through the site looking up information on Course
Reserves, but the only document I could find was from 2008. I was
wondering if there has been any updates since then or if it is included
in the 2.1 branch? If not, I was wondering what other universities that
are using Evergreen have implemented in its place.



Thank you,



Tom




Re: [OPEN-ILS-GENERAL] Course Reserves

2011-11-28 Thread Elizabeth Longwell
Tom,

We add a couple marc tags to each reserve bibliographic record, one
which is indexed for course and one which is indexed for instructor.
The indexing allows students and staff to search the library catalog
for all reserves belonging to a course or instructor. A search widget
for reserves is available on the library's home page. We utilize
specific reserve circ modifiers and loan durations to drive
circulation policy and have a shelving location to indicate where the
reserves are housed.

Beth Longwell
System Manager
Sage Library System

On Mon, Nov 28, 2011 at 11:07 AM, Thomas  Misilo misi...@fit.edu wrote:
 Hello,



 I was reading through the site looking up information on Course Reserves,
 but the only document I could find was from 2008. I was wondering if there
 has been any updates since then or if it is included in the 2.1 branch? If
 not, I was wondering what other universities that are using Evergreen have
 implemented in its place.



 Thank you,



 Tom