[CODE4LIB] Code4Lib T-shirt design winner

2021-01-22 Thread Haley, Kathleen
The votes have been tallied and the winning T-shirt design is Julia Caffrey-Hill's geometric theme inspired by this year's conference website. While the voting form has been closed, all entries can still be seen on the Code4Lib wiki https://wiki.code4lib.org/2021_T-shirt_Design_Entry_Form Congr

[CODE4LIB] Job opportunity in Alaska - Systems Librarian

2021-01-22 Thread Celia M. Rozen
Alaska Resources Library & Information Services (ARLIS) has an opportunity for a Librarian with a Systems background. The Alaska Department of Fish and Game (ADF&G) will be hiring a flex position Librarian I/II, depending on experience. This is a full-time position with all State of Alaska benef

[CODE4LIB] Code4Lib jobs list data dump?

2021-01-22 Thread Jill Ellern
Hey folks, I'm doing some research into systems librarian duties and wondering if there is an easy way to get a dump of the code4lib jobs from the last 10 years? In excel format? Jill Ellern

Re: [CODE4LIB] Code4Lib jobs list data dump?

2021-01-22 Thread Eric Lease Morgan
On Jan 22, 2021, at 11:11 AM, Jill Ellern wrote: > I'm doing some research into systems librarian duties and wondering if there > is an easy way to get a dump of the code4lib jobs from the last 10 years? In > excel format? Easy? I'd be surprised. There are two or three sources of the Code4L

[CODE4LIB] Call for Chapters-Ethics in Linked Data

2021-01-22 Thread Burlingame, Kathleen M
**CALL FOR CHAPTERS-Ethics in Linked Data** We are currently soliciting chapter proposals for a book on Ethics in Linked Data in GLAMS to be published by Litwin Press. From the CFP (full description in the link below): This book aims to collect the voices of practitioners, technologists, and d

[CODE4LIB] Job: Systems Librarian at Alaska Department of Fish and Game

2021-01-22 Thread Code4Lib Jobs
What you will be doing: The incumbent serves as the Systems Librarian, applying knowledge and understanding of digital platforms, specialized library software and internet systems to manage, maintain and improve ARLIS technology systems. This position also provides reference services to a wid

Re: [CODE4LIB] Code4Lib jobs list data dump?

2021-01-22 Thread Andromeda Yelton
The initial commit in https://github.com/code4lib/shortimer/ was November 2011, which is ten years for some values of ten. Taking a quick and noncomprehensive glance around, I see postings as old as 2005. I don't see an obvious API, but maybe a maintainer could weigh in about data dump possibilitie

Re: [CODE4LIB] [EXTERNAL] [CODE4LIB] Code4Lib jobs list data dump?

2021-01-22 Thread Turner, Steven
I would see if you can just get an SQL or CSV dump of the tables, maybe it’s not super-normalized and you can get most of what you need in a table or two, or perhaps the provider would be so kind as to write a join for the data you need, and write a dump to a CSV file which you can the import in

Re: [CODE4LIB] Code4Lib jobs list data dump?

2021-01-22 Thread Monica Maceli
Hi all, I've done a couple projects mining the data from the code4lib listserv (e.g. https://ejournals.bc.edu/index.php/ital/article/view/5893 ). Both times the fastest route was finding helpful folks involved in it to provide me with a data dump vs. spending time on a scraper. The most recent w

[CODE4LIB] NC Serials Proposal Deadline Extended: Friday 1/29

2021-01-22 Thread Maria Collins
The deadline for submitting proposals to the 2021 NC Serials Conference has been extended to Friday, January 29, 2021. The 30th Annual North Carolina Serials Conference will be held virtually online on Friday, April 9, 2021. The Planning Committee i

Re: [CODE4LIB] Code4Lib T-shirt design winner

2021-01-22 Thread Jill Ellern
Can resist from wondering if anyone else is thinking of a Bernie meme as a code4lib shirt. But it would perhaps date too quckly as memes do... Jill -Original Message- From: Code for Libraries On Behalf Of Haley, Kathleen Sent: Friday, January 22, 2021 7:22 AM To: CODE4LIB@LISTS.CLIR.ORG

Re: [CODE4LIB] Code4Lib jobs list data dump?

2021-01-22 Thread Graeme Williams
Python has a library which will parse mbox files. It worked on the test file I downloaded from GMail. If all you want are the message bodies, it looks like you can do that in seven lines. Obviously, this doesn't guarantee much of anything for the jobs mbox files. Looking at some of the posts on t