Re: [CODE4LIB] Default, preferred, or supported "enterprise" browser?

2018-10-16 Thread Tod Olson
n declare there are fewer options. But it would depend on the particulars. -Tod Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Director for Integrated Library Systems University of Chicago Library On Oct 16, 2018, at 8:31 AM, Pikas, Christina K. mailto:christina.pi...@jh

[CODE4LIB] Nominations open for LITA Library Hi Tech Award

2018-11-19 Thread Tod Olson
rary-hi-tech> and the LITA Blog post<https://litablog.org/2018/10/nominate-a-colleague-doing-cutting-edge-work-in-tech-education-for-the-lita-library-hi-tech-award/>. Tod Olson Chair, 2019 LITA/Library Hi Tech Award Committee

Re: [CODE4LIB] Nominations open for LITA Library Hi Tech Award

2018-12-05 Thread Tod Olson
, at 1:51 PM, Tod Olson mailto:t...@uchicago.edu>> wrote: Nominations are open for the 2019 LITA/Library Hi Tech Award, which is given each year to an individual or institution for outstanding achievement in educating the profession about cutting edge technology within the field of libra

Re: [CODE4LIB] MARC21 to MODS

2019-03-04 Thread Tod Olson
You can also do a pipeline of MARC to MARCXML with yaz-marcdump or marc4j, then transform MARCXML to MODS via the XSLT at http://www.loc.gov/standards/marcxml/ -Tod On Mar 4, 2019, at 2:50 PM, McDonald, Stephen mailto:steve.mcdon...@tufts.edu>> wrote: I don't know about a Python library or jso

[CODE4LIB] Code4Lib 2020 pre-conference - call for proposals

2019-09-11 Thread Tod Olson
ting on workshops, we hope to confirm sessions with the facilitators shortly after. If you have any questions, please do not hesitate to email me at t...@uchicago.edu<mailto:t...@uchicago.edu> Best, Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Director for Integrat

Re: [CODE4LIB] Piecing together an offline search interface?

2019-11-11 Thread Tod Olson
Hi Kyle, Take a look at Greenstone, http://www.greenstone.org. Building a digital library for local, non-networked access is one of the main use cases they designed for. -Tod On Nov 11, 2019, at 12:19 PM, Eric Phetteplace mailto:phett...@gmail.com>> wrote: Hi Kyle, To me, this sounds like a

Re: [CODE4LIB] Midwest Code4Libbers

2020-05-12 Thread Tod Olson
Hi Terry, I think this is an excellent idea! -Tod > On May 12, 2020, at 9:17 AM, ree...@gmail.com wrote: > > Dear Midwest code4lib folks, > > Last year, I had the opportunity to host C4L Midwest in Columbus with the > help of OCLC - and like always, had a great time seeing folks and learning

Re: [CODE4LIB] Anyone using Shibboleth for JSTOR access?

2021-03-25 Thread Tod Olson
this transition might work, what concerns you might have, and whether they would share those concerns. -Tod Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Head of Integrated Library Systems University of Chicago Library On Mar 25, 2021, at 10:50 AM, Hammer, Erich F mai

[CODE4LIB] Code4Lib 2022 Pre-Conference - Call For Proposals

2021-10-27 Thread Tod Olson
We are now accepting pre-conference proposals for the 2022 Code4Lib conference in Buffalo, New York. These pre-conferences can either be a 1-day (six hour) or a 1/2-day session (three hour) and will occur on Monday, May 23, 2022. Code4Lib 2022 is a loosely-structured conference that provides pe

Re: [CODE4LIB] Code4Lib 2022 Pre-Conference - Call For Proposals

2021-11-15 Thread Tod Olson
below. We look forward to seeing more of your ideas for pre-conference workshops! Proposals are due November 18, 2021, 5 PM PST / 8 PM EST. Best, Code4Lib 2022 Pre-conference Committee On Oct 27, 2021, at 2:36 AM, Tod Olson mailto:t...@uchicago.edu>> wrote: We are now accepting pre-conf

Re: [CODE4LIB] Code4Lib 2022 Pre-Conference - Call For Proposals - deadline extended

2021-11-17 Thread Tod Olson
The deadline for pre-conference proposals for the 2022 Code4Lib conference in Buffalo, New York to Monday, has been extended to November 29th, 5 PM PST / 8 PM EST. These pre-conferences can either be a 1-day (six hour) or a 1/2-day session (three hour) and will occur on Monday, May 23, 2022. C

Re: [CODE4LIB] ethics of screenscraping library opacs?

2021-11-29 Thread Tod Olson
In that case, you might also try ISBN search via Z39.50, and ask for an OPAC record to be returned. The call number comes back in a very predictable place, so it might be less trouble than screen scraping, and easier to adapt to different target libraries. -Tod > On Nov 29, 2021, at 10:50 AM,

Re: [CODE4LIB] Apple - Folder equivalent

2022-12-08 Thread Tod Olson
Hi Charles, I think the "Files" application on iPad is what you're looking for. It will show files stored in iCloud and locally on your iPad, create new folders, etc. Files can also be configured to connect to and show the user's various cloud accounts, like iCloud, Box, OneDrive... If you do

Re: [CODE4LIB] Securing Loaner Laptops

2023-03-11 Thread Tod Olson
. And the user information is wiped upon return. -Tod Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Head of Integrated Library Systems University of Chicago Library On Mar 10, 2023, at 12:53 PM, Brent Palmer mailto:brent-pal...@icpl.org>> wrote: We loan laptops and

[CODE4LIB] SIP2 libraries, command-line tools?

2016-08-22 Thread Tod Olson
Hi everyone, Does anyone have a reference to a command-line tool for making SIP2 queries? We have a little project that demands SIP2. I'm looking for command line tool that would help me poke at a SIP2 server and get a little familiar with SIP2. Or maybe a toolkit in a pinch. I've found jsip2 o

Re: [CODE4LIB] SIP2 libraries, command-line tools?

2016-08-22 Thread Tod Olson
works well for > connectivity testing, item/patron info calls, and basic circulation. > > I use it mainly for testing SIP server availability. > > -b > > > On Mon, Aug 22, 2016 at 4:24 PM, Tod Olson wrote: > >> Hi everyone, >> >> Does anyone have a r

Re: [CODE4LIB] python for solr

2016-08-31 Thread Tod Olson
On a related note, do any of the libraries allow the user to iterate over a large result set without having to be aware of repeated calls, incrementing the start parameter, and that sort of bookkeeping? It seems like someone must have built an iterator to hide that when you're trying to sift th

Re: [CODE4LIB] python for solr

2016-09-01 Thread Tod Olson
return on > a single page (I think it is 1000) and AFAIK always returns a paged result. > For speed and memory usage over large result sets it would probably be most > efficient to build in paging logic. > >> On Aug 31, 2016, at 10:45 PM, Tod Olson wrote: >> >> On

Re: [CODE4LIB] Voting Begins for Code4Lib 2017 Pre-conference Sessions!

2016-11-10 Thread Tod Olson
And a big Thank You to Kim for working through all of this! -Tod > On Nov 9, 2016, at 8:33 PM, Andreas Orphanides wrote: > > If you voted in the brief window before the keynote site was updated > (before about 9:30pm EST), you should re-cast your vote. > > On Wed, Nov 9, 2016 at 9:31 PM, Kim P

[CODE4LIB] OpenAthens and Shibboleth

2017-02-12 Thread Tod Olson
ou towards picking up an additional federation? Thanks for sharing any experiences, -Tod Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Director for Integrated Library Systems University of Chicago Library

Re: [CODE4LIB] OpenAthens and Shibboleth

2017-02-14 Thread Tod Olson
erence Buddies > 4. Position posting - UX developer @Cornell University Library > 5. Innovation in Libraries Awesome Foundation - Deadline is Wednesday > > -- > > Date:Mon, 13 Feb 2017 04:09:48 +000

Re: [CODE4LIB] OpenAthens and Shibboleth

2017-02-14 Thread Tod Olson
;Mark > > > > > > >From: Code for Libraries on behalf of Tod Olson > >Sent: Tuesday, February 14, 2017 1:35 PM >To: CODE4LIB@LISTS.CLIR.ORG >Subject: Re: [CODE4LIB] OpenAthens and Shibboleth > >

Re: [CODE4LIB] OpenAthens and Shibboleth

2017-02-21 Thread Tod Olson
Yes, thank you Adam for the information. -Tod > On Feb 21, 2017, at 12:10 PM, Peter Murray wrote: > > Thanks for posting, Adam. So OpenAthens is like an > identity-provider-as-a-service? I didn't appreciate that before. > > > Peter > > On Feb 21, 2017, 1:01 PM -0500, Adam Snook , wrote: >

[CODE4LIB] Code4Lib Midwest Meeting, April 26-27

2017-03-24 Thread Tod Olson
, registration, and logistic information can be found on the 2016 Code4Lib Midwest page: http://wiki.code4lib.org/2016_Code4Lib_Midwest_Meeting We look forward to seeing you in April! On behalf of the Code4Lib Midwest planning committee, -Tod Tod Olson mailto:t...@uchicago.edu>> S

[CODE4LIB] Code4Lib Midwest Meeting, April 26-27 [Correction]

2017-03-24 Thread Tod Olson
to give a talk. Programming sign-up, registration, and logistic information can be found on the 2017 Code4Lib Midwest page: http://wiki.code4lib.org/2017_Code4Lib_Midwest_Meeting We look forward to seeing you in April! On behalf of the Code4Lib Midwest planning committee, -Tod Tod Olson

Re: [CODE4LIB] Data privacy/use policy examples

2017-07-13 Thread Tod Olson
Hi Sarah, The U. Chicago Library updated it's policy statement a little over a year ago, you can find it here: https://www.lib.uchicago.edu/about/thelibrary/policies/privacy/ -Tod Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Director for Integrated Library Systems

Re: [CODE4LIB] Fiscal Continuity IG report redux [silence has been deafening]

2017-07-18 Thread Tod Olson
Agreed that finding a fiscal sponsor does seem like the best option and that doing nothing is irresponsible. Largely for reasons that have already been articulated. By way of context, I currently sit on the Boards of two non-profit corporations and had some involvement in setting up a different

Re: [CODE4LIB] Fiscal Continuity IG report redux [silence has been deafening]

2017-07-20 Thread Tod Olson
The details depend on the fiscal sponsor. In all the cases we are considering, the fiscal sponsor is already incorporated as a legal entity and provides that legal entity status to hosted organizations as part of the hosting. Let's take OLF, for example. (And Tim or Mike, correct me if I'm wrong

Re: [CODE4LIB] good kings & bad kings: an sql query

2017-07-22 Thread Tod Olson
Hi Eric, You're looking at a self-join, and I think an inner join. I assume that position is unique within the table. You might try something like so: select x.key, x.word from word_table w inner join word_table x on (x.position = w.position - 1 and x.part_of_speech = 'adjective') whe

Re: [CODE4LIB] Fiscal Continuity IG report redux [silence has been deafening]

2017-07-24 Thread Tod Olson
If we go the fiscal sponsor route, the fiscal sponsor would be able to receive such payments, assuming the Journal is part of Code4Lib for these purposes. That would be part of the sponsor being able to "hold funds on behalf of Code4Lib." (FCIG report, p. 6.) The particulars of how the Journal

Re: [CODE4LIB] Wanted: Good overview article comparing new authentication/access control options (Shibboleth, OpenAthens, SAML, etc.)?

2017-08-09 Thread Tod Olson
n of non-Shibboleth vendors and campus culture to consider, but I look forward to that day! -Tod Tod Olson mailto:t...@uchicago.edu>> Systems Librarian Interim Director for Integrated Library Systems University of Chicago Library On Aug 9, 2017, at 2:44 PM, Pennington, Buddy D. mailto:pe

Re: [CODE4LIB] Voting for MOU with CLIR/DLF is open (March 1 - 15)

2018-03-01 Thread Tod Olson
And a big Thank You to the Fiscal Sponsorship Working Group for all that you've put into this! -Tod > On Mar 1, 2018, at 9:11 AM, Tim McGeary wrote: > > Colleagues, > > The voting period for the MOU with CLIR/DLF for fiscal continuity of the > Code4Lib Annual Conference and Code4Lib Journal i

Re: [CODE4LIB] python 2 versus python 3

2018-03-07 Thread Tod Olson
I'd suggest Python 3. There are mechanisms for managing virtual environments for Python, like penv, which make it easy to install and switch between versions without confusing the system. -Tod > On Mar 7, 2018, at 2:14 PM, Eric Lease Morgan wrote: > > I need some advice regarding writing in

Re: [CODE4LIB] Announcement of MOU between C4L and CLIR / DLF

2018-03-19 Thread Tod Olson
Excellent news! And a big Thank You to the Fiscal Sponsorship Working Group and to DLF for all of the hard work that has gone into this. -Tod > On Mar 19, 2018, at 1:40 PM, Tim McGeary wrote: > > Colleagues, > > It is my pleasure to announce that an Memorandum of Understanding has been > for