Re: [CODE4LIB] ISO: State of the art in video annotation

2016-03-18 Thread Erwin Verbruggen
and determine whether you think it might
> be useful just to roll your own annotator using HTML5, some sophisticated
> JS libraries for handling media, and hopefully wrapping in a standard like
> the Open Annotation Data model (linked above).
>
> Would love to hear what others think/may have experienced.
>
> Drew
>
>
>
>
>
> On Tue, Mar 15, 2016 at 5:04 PM, Erwin Verbruggen <
> everbrug...@beeldengeluid.nl> wrote:
>
> Dear Stuart,
>
> A few years ago we started an overview of video annotation projects and
> tools for the EUscreen network. We haven't been able to turn it into a
> state of the art document as of yet, but I'm hoping it would be useful
> for
> such an endeavour:
>
>
>
> https://docs.google.com/document/d/1t6CIL8oQjkAtUe2LGInrUgxpNzj5k9s17Mihz6UotIM/edit?usp=sharing
>
> Kind regards,
> Erwin
>
> Erwin Verbruggen
> Project lead R
>
> Netherlands Institute for Sound and Vision
> Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
> Hilversum | beeldengeluid.nl
>
>
> On Tue, Mar 15, 2016 at 9:38 PM, Stuart Snydman <snyd...@stanford.edu>
> wrote:
>
> I am doing some discovery for a DH project that, at its center, needs
> to
> annotate digital video (locally produced videos that will be hosted and
> streamed on the web in our local environment).  We are still gathering
> requirements, but it needs to:
>
>
>  *   have a user friendly interface for creating annotations, better
> on
> the web but not an absolute requirement
>  *   create annotations at specific timestamps, or across spans of
> time,
> and have those annotations associated with regions of the video image.
>  *   annotations could include, text, audio, video, image, URL, etc.
>
> We’d prefer open source solutions that can be integrated into a web
> app,
> but aren’t fully closed to alternatives.  We’d strongly prefer a
> solution
> that supports open standards for annotation or is at least capable of
> supporting open standards.
>
> I know there are many, many video annotation projects.  What is the
> current state of the art in web-based video annotation making and
> viewing?
>
> Many thanks,
>
> Stu
>
>
>
>
>
>
>
> --
>
> *Gregory Markus*
>
> Project Assistant
>
> *Netherlands Institute for Sound and Vision*
> *Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
> Hilversum | *
> *beeldengeluid.nl* <http://www.beeldengeluid.nl/>
> *T* 0612350556
>
> *Aanwezig:* - ma, di, wo, do, vr
>
>
ᐧ


Re: [CODE4LIB] ISO: State of the art in video annotation

2016-03-15 Thread Erwin Verbruggen
Dear Stuart,

A few years ago we started an overview of video annotation projects and
tools for the EUscreen network. We haven't been able to turn it into a
state of the art document as of yet, but I'm hoping it would be useful for
such an endeavour:
https://docs.google.com/document/d/1t6CIL8oQjkAtUe2LGInrUgxpNzj5k9s17Mihz6UotIM/edit?usp=sharing

Kind regards,
Erwin

Erwin Verbruggen
Project lead R

Netherlands Institute for Sound and Vision
Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
Hilversum | beeldengeluid.nl


On Tue, Mar 15, 2016 at 9:38 PM, Stuart Snydman <snyd...@stanford.edu>
wrote:

> I am doing some discovery for a DH project that, at its center, needs to
> annotate digital video (locally produced videos that will be hosted and
> streamed on the web in our local environment).  We are still gathering
> requirements, but it needs to:
>
>
>   *   have a user friendly interface for creating annotations, better on
> the web but not an absolute requirement
>   *   create annotations at specific timestamps, or across spans of time,
> and have those annotations associated with regions of the video image.
>   *   annotations could include, text, audio, video, image, URL, etc.
>
> We’d prefer open source solutions that can be integrated into a web app,
> but aren’t fully closed to alternatives.  We’d strongly prefer a solution
> that supports open standards for annotation or is at least capable of
> supporting open standards.
>
> I know there are many, many video annotation projects.  What is the
> current state of the art in web-based video annotation making and viewing?
>
> Many thanks,
>
> Stu
>
>


Re: [CODE4LIB] A smart bulk file name editor?

2016-01-18 Thread Erwin Verbruggen
Hi Amy,

Like Mendeley, suggested previously, Zotero + ZotFile and a variety of
BibTex tools will rename your PDFs neatly according to whatever rule you
feed it.
First step is of course to have your metadata in order - all of them will
pull in metadata automagically, but some manual corrections and additions
would be necessary before renaming the whole batch.

Regards,
Erwin
ᐧ

On Fri, Jan 15, 2016 at 6:15 PM, Pikas, Christina K. <
christina.pi...@jhuapl.edu> wrote:

> Did anyone already suggest Mendeley - I think it will do this for you with
> zero coding whatsoever. In fact, you can point Mendeley at the directory
> and it will suck them in automatically and rename the pdfs if you have it
> set that way.
>
> Of course this only works with published research articles - coding is
> needed for the general case.
> Christina
>
> -Original Message-
> From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of
> Alexander Duryee
> Sent: Friday, January 15, 2016 11:19 AM
> To: CODE4LIB@listserv.nd.edu
> Subject: Re: [CODE4LIB] A smart bulk file name editor?
>
> Amy,
>
> It sounds like this is a three-step process for each file:
>
> 1) Feed the PDF (as a data blob) into a script
> 2) Parse out the data that you're looking for (title, author, year)
> 3) Build a string using your parsed data, and move the file to that new
> filename
>
> 1 and 3 should be simple with any scripting language; unfortunately, 2 may
> be very difficult.  PDF is not a structured data format, so there's no
> guarantee that the data you need can be easily parsed out.  If the PDFs
> were uniformly generated (e.g. they were all generated from LaTeX markup or
> a single content management system) then it may be possible to parse out
> information from the file.  If not - for example, if the PDFs consist of
> scanned pages - then you'll need to generate that data elsewhere (perhaps
> from an existing catalog), create the new filenames that way, and feed that
> list into a script/tool to rename the files.
>
> Best of luck,
> --Alex
>
> On Fri, Jan 15, 2016 at 11:06 AM, Chris Moschini  wrote:
>
> > It won't surprise you coders do this all the time and so there are 80
> > ways to do this, so your peril is choice not scarcity.
> >
> > Although there are a ton of tools that will do this for non-coders:
> > https://www.google.com/webhp?q=file%20renamer
> >
> > On Windows robocopy is popular.
> >
> > The truth is though most coders just pick the programming language of
> > their choice and go for it. The most common is Bash and regex. Bash is
> > built-in to Linux and Macs and pretty easy to
> > 
> > get
> > onto Windows . It's an old and ugly language
> > but it's also the kitchen sink of "I just need to do this quick
> > thing." That said if you dislike old and ugly languages or unintuitive
> > syntax or command names, pick a programming language you do like, or one
> of the tools above.
> >
> >
> > On Fri, Jan 15, 2016 at 10:56 AM, Amy Schuler
> > 
> > wrote:
> >
> > > Hi,
> > > I'm looking for a smart bulk file editor, if it exists.
> > > Specifically I'd like it to be able to move through a list of PDF
> > > files that are published research papers, and rename them in this
> > > approximate format, based on the contents of the file:
> > > firstauthor_firstfewwordsoftitle_year.pdf
> > >
> > > I know this is probably a crazy dream.  The bulk file editors that I
> > > know about are more simple.  They can bulk rename files according to
> > > a pre-set pattern or they just remove/add/re-position bits from the
> > > existing file string.
> > >
> > > Thanks!
> > >
> > > Amy Schuler
> > > Cary Institute of Ecosystem Studies
> > > schul...@caryinstitute.org
> > >
> >
>


Re: [CODE4LIB] Digital Library/Archiving software

2015-05-11 Thread Erwin Verbruggen
Hi Krystal,

Also do take a look at Leala Abbott's wonderful Google Sheet The DAM
List.

It gives an overview of which digital asset management systems are used by
what non-profit organisations - museums, libraries and others.

Here's a link to an early blog post indicating how she set up the list:
http://lealaabbott.com/wp/?p=423

Kind regards,
Erwin Verbruggen
Netherlands Institute for Sound and Vision


On Fri, May 8, 2015 at 10:52 PM, Cary Gordon listu...@chillco.com wrote:

 Repository66.org seems like a great idea, but it seems years out of date.

 On Friday, May 8, 2015, scott bacon sdanielba...@gmail.com wrote:

  I've always found FOSS4LIB (https://foss4lib.org/) and Repository66.org
 (
  http://maps.repository66.org/) to be a good starting points.
 
 
 
  On Fri, May 8, 2015 at 11:23 AM, Cooper, Krystal kcoop...@illinois.edu
  javascript:;
  wrote:
 
   Does anyone know of a list or website that lists what digital library
 or
   digital collection software in use at libraries and museums?
  
   I'm curious to know what is most popular or heavily used? Open source
 vs
   paid.
  
   Is Greenstone still heavily used or is it being phased out?
  
   KC
  
 


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



Re: [CODE4LIB] Real time video annotation tools

2015-03-04 Thread Erwin Verbruggen
Hi Greg,

With the EUscreenXL project http://blog.euscreen.eu we made an overview
of annotation tools for video - not sure you can *draw* on them as much as
you like, but at least leave some time-coded comments:


   - Mediathread - for video essays:
   http://mediathread.info/content/about-mediathread
   - Open Video Annotation Project:
   http://openvideoannotation.org/explore.php
   - YouTube does some smart and simple annotation too (see Manage Video)
   - http://videoannotation.codeplex.com/ is a simple tool to add tags and
   annotations to video, similar to the YouTube video annotation
   - free application facilitates the embedding, editing and customization
   of Youtube videos: http://www.embedplus.com/
   - ANVIL (http://www.anvil-software.org) is a free software tool
   (development stalled) mainly for research purposes (not for republication)
   - Vertov (
   https://www.zotero.org/blog/annotate-video-with-vertov-in-your-zotero/)
   allows you to annotate and manipulate video files stored in Zotero
   (development stalled)
   - Some lecture capture systems or services offer annotation tools:
   Entwine (Switch), Kaltura, PanOpto mainly for teachers or students
   - http://dotsub.com/
   - Crowdsourced Video Translation: upload and subtitle videos, also
   collaborative translation: http://www.viki.com/
   - Viddler (http://www.viddler.com) is a commercial application to add
   interactivity to video
   - Capable Bits’ Annotate videos is an app (iOS), many others exist in
   both iOS and Android


Happy to learn about / hear from others!
Erwin

*Erwin Verbruggen*
Project lead RD

*Netherlands Institute for Sound and Vision*
*Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
Hilversum | *
*beeldengeluid.nl* http://www.beeldengeluid.nl/

ᐧ
On Wed, Mar 4, 2015 at 11:28 AM, Gregory Markus gmar...@beeldengeluid.nl
wrote:

 Hi all,

 This might not be the best forum to look for answers but can anyone suggest
 some OS real-time video annotation tools?

 Basically being able to embedded a video and draw over it, whether or not
 the drawings or annotations would be savable or retrievable isn't necessary
 but would be a positive.

 Any tips or questions appreciated!

 Regards,

 greg


 --

 *Gregory Markus*

 Project Assistant

 EuropeanaTech Community Manager

 *T* 0612350556

 *Aanwezig:* - ma, di, wo, do, vr



Re: [CODE4LIB] Master list of open source projects of interest to libraries?

2015-02-20 Thread Erwin Verbruggen
Hello,

to add another list to the list of lists: In the framework of Europeana Tech 
we’ve been maintaining this Inventory of FLOSS in the Cultural Heritage Domain: 
https://docs.google.com/spreadsheet/ccc?key=0Ag_7rVJwt0CpdFRJOEJxdEk4ZEMxQ01jaDgxQXFSTkEusp=sharing
 - fee lfree to add / pick what piques your interest.

Kind regards,
Erwin

 
Erwin Verbruggen
Netherlands Institute for Sound and Vision

On 19 februari 2015 at 21:45:47, Joseph Montibello 
(joseph.montibe...@dartmouth.edu) wrote:

Hi,  

Maybe this is along the right line?  

https://foss4lib.org/  

Joe Montibello, MLIS  
Library Systems Manager  
Dartmouth College  
603.646.9394  
joseph.montibe...@dartmouth.edumailto:joseph.montibe...@dartmouth.edu  



On Feb 19, 2015, at 3:36 PM, Eric Phetteplace 
phett...@gmail.commailto:phett...@gmail.com wrote:  

Hi Brad,  

Not quite what you're asking for but related, there's a list of libraries'  
public git repos on the Code4Lib wiki:  
http://wiki.code4lib.org/Libraries_Sharing_Code  

Best,  
Eric  

On Thu, Feb 19, 2015 at 12:30 PM, Brad Coffield bcoffield.libr...@gmail.com  
wrote:  

I assume this doesn't exist but...?  

In lieu of that are there any open source library projects that people know  
of that are under active development that they would like to plug?  

I've done some searching and found some cool things but I feel like there  
has to be way more - even just bits n whatnots that may work with  
particular library systems. (It can be hard to search github for this  
because of the IT use of the term library/libraries)  

I ask because:  

a. There might be something out there that I don't know about that might  
be great for us to implement (like, Guide on the Side which looks  
awesome)  

b. I'd like to try and help out some such project if my skills fit its  
needs.  

Thanks all.  

--  
Brad Coffield, MLIS  
Assistant Information and Web Services Librarian  
Saint Francis University  
814-472-3315  
bcoffi...@francis.edu  


Re: [CODE4LIB] seeking linked data-based user interface examples in libraries

2015-02-11 Thread Erwin Verbruggen
Hi Adam,

We're an audiovisual archive with a big interest in the topic - see for
example my colleague Victor's presentation:
http://www.slideshare.net/vdeboer/linked-data-principles-and-examples which
talks about the DIVE project and others.

An example from Belgian broadcaster and their use of Linked Data in a
production/cataloguiing environment can be found here:
http://www.slideshare.net/beheerderbeeldengeluid/presentation-16-may-morning-casestudy-2-xavier-jacquesjourion

A third system making use of it is the NARCIS system for Dutch open access
scientific publications: https://wiki.surfnet.nl/display/standards/NARCIS

Kind regards,
Erwin

*Erwin Verbruggen*
Project lead RD

*Netherlands Institute for Sound and Vision*
*Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
Hilversum | *
*beeldengeluid.nl* http://www.beeldengeluid.nl/


ᐧ

On Wed, Feb 11, 2015 at 5:26 AM, Kevin Hawkins 
kevin.s.hawk...@ultraslavonic.info wrote:

 Here's one that I heard about at a presentation at ALA Midwinter:

 http://civilwaronthewesternborder.org/content/relationship-viewer

 People also like to cite this one, though it's not, strictly speaking,
 based in a library:

 https://linkedjazz.org/

 --Kevin


 On 2/10/15 12:39 PM, Adam L. Chandler wrote:

 Hi,


 I am working on a presentation about linked data and I need some help. My
 talk is about examples of linked data-based user interfaces in libraries,
 wireframes, demos, or working systems. I am having difficulty finding them.
 Please send me your examples.


 Thanks,

 Adam Chandler




[CODE4LIB] Deadline extended: Personalized Access to Cultural Heritage (PATCH 2015) CFP

2015-01-21 Thread Erwin Verbruggen
Hello list members,

The deadline for submissions for this workshop has been extended to Jan.
31st - ten more days to send in your projects  ideas!

Kind regards,
Erwin
ᐧ

On Mon, Jan 12, 2015 at 12:57 PM, Erwin Verbruggen 
everbrug...@beeldengeluid.nl wrote:

 Call for papers:
 Personalized Access to Cultural Heritage (PATCH 2015) @ IUI Conference
 !! Deadline January 16th 2015

 http://patch2015.wordpress.com/

 The 8th International Workshop on Personalized Access to Cultural Heritage
 (PATCH 2015) is co-located with the ACM Intelligent User Interfaces 2015
 Conference in Atlanta, GA, USA, 29 March – 1 April 2015.

 The primary goal of this workshop is to bring together researchers 
 practitioners who are working on various aspects of cultural heritage and
 are interested in exploring the potential of state of the art technology
 (onsite as well as online) to enhance the CH visit experience. The expected
 result of the workshop is a multidisciplinary research agenda that will
 inform future research directions and hopefully, forge some research
 collaborations.

 The PATCH workshop series is the meeting point between state of the art
 cultural heritage research and personalization using technology to enhance
 the personal experience in cultural heritage sites.

 We aim at building a research agenda for personalization in CH in order to
 make the individual CH experience a link in a chain of a lifelong CH
 experience which builds on past experience, is linked to daily life and
 provides the foundation for future experiences. The workshop aims to be
 multi-disciplinary. It is intended for researchers, practitioners, and
 students of information and communication technologies (ICT), cultural
 heritage domains (museums, archives, libraries, and more), and
 personalization.

 Submission:

 Deadline for submissions is 16 January, 2015.

 Paper submissions should follow the general 
 http://iui.acm.org/2015/authors.html ACM SigCHI format (i.e. the same as
 the IUI paper format)  http://iui.acm.org/2015/authors.html submission
 guidelines and must comply with the formatting instructions:
 §  Full papers: max. 10 pages
 §  Position papers: max. 4 pages
 §  Short papers: max. 4 pages
 §  Demo papers: max. 4 pages

 All papers should be submitted in PDF format via the 
 https://www.easychair.org/conferences/?conf=patchiui2015 online
 submission
 system. An international panel of experts will review all submissions.

 Demos need to provide links to the systems presented. Work that has already
 been published should not be submitted unless it introduces a significant
 addition to the previously published work.

 For more information:
 Follow us on twitter: @PATCH_workshop
 Spread the news: #patch2015
 Contact us: patch.iui.2...@gmail.com

 ###

 Kind regards,

 Erwin Verbruggen
 Project lead RD

 Netherlands Institute for Sound and Vision
 Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
  Hilversum | beeldengeluid.nl



[CODE4LIB] Reminder: Talk of Europe Creative Camp #2

2015-01-13 Thread Erwin Verbruggen
 the
following:
•The topic and research question to be addressed
•The technique that will be deployed
•The dataset(s), tool(s), or method(s) that you plan to use.
•The intended outcome of your participation including a description of
how the result will be made available after the creative camp.
•Contact info and keywords describing research interests for all
participants who would like to attend and a confirmation the participants
can attend the full week.
To submit a proposal, please send a docx or pdf file to
brigge...@eshcc.eur.nl  before 30 January 2015. Accepted proposals will be
made available on the talkofeurope.eu website.
*Criteria for acceptance*
•Proposals will be assessed based on clarity, feasibility and expected
impact.
•In order to be eligible for the bursary, participants must work in an
EU or Associated Country.
•If possible, resulting datasets should be made openly available in
standard formats (e.g. CLARIN standards)
•Datasets to be linked with the EP data may be from any type or source.
•Researchers, Master or PhD students, academics further in their career
and non-academic developers are all welcome.
•Proposals that include cross-border collaboration will be prioritized.
•Proposals will be ranked on the basis of individual quality, the
research question, and on global criteria such as thematic, geographical
and linguistic distribution.
*Important dates*
•Submissions due: 30 January 2015
•Acceptance notification: 6 February 2015
•Camp: 23-27 March 2015 (5 days)

*Location*
The creative camp will be held 23-27 March at the Meertens Institute,
Amsterdam, the Netherlands

About the project
The Talk of Europe project is conducted within the framework of CLARIN
(Common Language Resources and Technology Infrastructure), which aims to
equip scholars in the humanities and social sciences with easy and
sustainable access to digital language data through advanced tools.

Talk of Europe – Travelling CLARIN Campus is a collaboration of:
•Erasmus University Rotterdam  Erasmus Studio

oJill Briggeman, MA
oDr. Martijn Kleppe
oProf. dr. Henri Beunders

•VU University Amsterdam

oAstrid van Aggelen, MSc
oDr. Laura Hollink

•DANS

oMarnix van Berchum MA

•Netherlands Institute for Sound and Vision

oJaap Blom
oJohan Oomen, MA

•CLARIN-NL  CLARIN ERIC (initiators)

oSteven Krauwer
oProf. dr. Jan Odijk

Made possible by support of NWO and the Dutch ministry of OCW.

*Further information*
For further information and questions, please contact Jill Briggeman (
brigge...@eshcc.eur.nl)

###

Kind regards,

Erwin Verbruggen
Project lead RD

Netherlands Institute for Sound and Vision
Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
Hilversum | beeldengeluid.nl


[CODE4LIB] Reminder: Third International Workshop on Linked Media (LiME 2015)

2015-01-12 Thread Erwin Verbruggen
 and tools for automatically link media to media at the fragment
level, including evaluation on standard corpora such as MediaEval;
- Addressing issues of trust, quality and rights of online media;
3. Presentation, interaction, evaluation and new business models for Linked
Media
- New Web applications making use of Linked Media, also across different
platforms;
- Evaluations of innovative services with end-users;
- Approaches to tracking user interaction with media (and exploiting this
knowledge to enrich annotations);
- Emergence of new business opportunities.

*Submission*
Submissions should not exceed 6 pages and are to be formatted according to
the ACM SIG proceedings template (
http://www.acm.org/sigs/publications/proceedings-templates) and submitted
to https://www.easychair.org/conferences/?conf=lime2015. Papers should be
submitted in PDF format. We encourage various types of submission:
- full papers (max 6 pages) for mature work which has been subject to
evaluation
- demo submissions (max 2 pages) for demos, software and platforms which
may be able to support a part of the Linked Media ecosystem
The workshop proceedings will be published in the ACM Digital Online
LIbrary as part of the companion volume of the WWW proceedings.

Programme Committee TBA

Organizers:
- Lyndon Nixon, Modul University, AT
- Raphaël Troncy, EURECOM, FR
- Johan Oomen, Sound  Vision, NL

###

Kind regards,
*Erwin Verbruggen*
Project lead RD
Netherlands Institute for Sound and Vision
Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB  Hilversum |
beeldengeluid.nl http://www.beeldengeluid.nl/


 ᐧ


[CODE4LIB] Reminder: Personalized Access to Cultural Heritage (PATCH 2015) CFP

2015-01-12 Thread Erwin Verbruggen
Call for papers: 
Personalized Access to Cultural Heritage (PATCH 2015) @ IUI Conference 
!! Deadline January 16th 2015

http://patch2015.wordpress.com/

The 8th International Workshop on Personalized Access to Cultural Heritage 
(PATCH 2015) is co-located with the ACM Intelligent User Interfaces 2015 
Conference in Atlanta, GA, USA, 29 March – 1 April 2015. 

The primary goal of this workshop is to bring together researchers  
practitioners who are working on various aspects of cultural heritage and 
are interested in exploring the potential of state of the art technology 
(onsite as well as online) to enhance the CH visit experience. The expected 
result of the workshop is a multidisciplinary research agenda that will 
inform future research directions and hopefully, forge some research 
collaborations.

The PATCH workshop series is the meeting point between state of the art 
cultural heritage research and personalization using technology to enhance 
the personal experience in cultural heritage sites. 

We aim at building a research agenda for personalization in CH in order to 
make the individual CH experience a link in a chain of a lifelong CH 
experience which builds on past experience, is linked to daily life and 
provides the foundation for future experiences. The workshop aims to be 
multi-disciplinary. It is intended for researchers, practitioners, and 
students of information and communication technologies (ICT), cultural 
heritage domains (museums, archives, libraries, and more), and 
personalization.

Submission:

Deadline for submissions is 16 January, 2015.

Paper submissions should follow the general 
http://iui.acm.org/2015/authors.html ACM SigCHI format (i.e. the same as 
the IUI paper format)  http://iui.acm.org/2015/authors.html submission 
guidelines and must comply with the formatting instructions:
§  Full papers: max. 10 pages
§  Position papers: max. 4 pages
§  Short papers: max. 4 pages
§  Demo papers: max. 4 pages

All papers should be submitted in PDF format via the 
https://www.easychair.org/conferences/?conf=patchiui2015 online submission
system. An international panel of experts will review all submissions.

Demos need to provide links to the systems presented. Work that has already
been published should not be submitted unless it introduces a significant
addition to the previously published work.

For more information:
Follow us on twitter: @PATCH_workshop
Spread the news: #patch2015
Contact us: patch.iui.2...@gmail.com

###

Kind regards,

Erwin Verbruggen
Project lead RD

Netherlands Institute for Sound and Vision
Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB 
 Hilversum | beeldengeluid.nl


[CODE4LIB] Call for Participation: Talk of Europe Creative Camp #2

2014-12-19 Thread Erwin Verbruggen
 and research question to be addressed
• The technique that will be deployed
• The dataset(s), tool(s), or method(s) that you plan to use.
• The intended outcome of your participation including a description of how
the result will be made available after the creative camp.
• Contact info and keywords describing research interests for all
participants who would like to attend and a confirmation the participants
can attend the full week.
To submit a proposal, please send a docx or pdf file to
brigge...@eshcc.eur.nl  before 30 January 2015. Accepted proposals will be
made available on the talkofeurope.eu website.

*Criteria for acceptance*
• Proposals will be assessed based on clarity, feasibility and expected
impact.
• In order to be eligible for the bursary, participants must work in an EU
or Associated Country.
• If possible, resulting datasets should be made openly available in
standard formats (e.g. CLARIN standards)
• Datasets to be linked with the EP data may be from any type or source.
• Researchers, Master or PhD students, academics further in their career
and non-academic developers are all welcome.
• Proposals that include cross-border collaboration will be prioritized.
• Proposals will be ranked on the basis of individual quality, the research
question, and on global criteria such as thematic, geographical and
linguistic distribution.

*Important dates*
• Submissions due: 30 January 2015
• Acceptance notification: 6 February 2015
• Camp: 23-27 March 2015 (5 days)

*Location*
The creative camp will be held 23-27 March at the Meertens Institute,
Amsterdam, the Netherlands
About the project
The Talk of Europe project is conducted within the framework of CLARIN
(Common Language Resources and Technology Infrastructure), which aims to
equip scholars in the humanities and social sciences with easy and
sustainable access to digital language data through advanced tools.
Talk of Europe – Travelling CLARIN Campus is a collaboration of:
• Erasmus University Rotterdam  Erasmus Studio

o Jill Briggeman, MA
o Dr. Martijn Kleppe

o Prof. dr. Henri Beunders

• VU University Amsterdam

o Astrid van Aggelen, MSc
o Dr. Laura Hollink

• DANS

o Marnix van Berchum MA

• Netherlands Institute for Sound and Vision

o Jaap Blom
o Johan Oomen, MA

• CLARIN-NL  CLARIN ERIC (initiators)

o Steven Krauwer
o Prof. dr. Jan Odijk

Made possible by support of NWO and the Dutch ministry of OCW.

*Further information*

For further information and questions, please contact Jill Briggeman (
brigge...@eshcc.eur.nl)

###

Kind regards,

*Erwin Verbruggen*
Project lead RD

*Netherlands Institute for Sound and Vision*
*Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB
Hilversum | *
*beeldengeluid.nl* http://www.beeldengeluid.nl/






ᐧ


[CODE4LIB] CFP: Third International Workshop on Linked Media (LiME 2015)

2014-12-18 Thread Erwin Verbruggen
 and tools for automatically link media to media at the fragment
level, including evaluation on standard corpora such as MediaEval;
- Addressing issues of trust, quality and rights of online media;
3. Presentation, interaction, evaluation and new business models for Linked
Media
- New Web applications making use of Linked Media, also across different
platforms;
- Evaluations of innovative services with end-users;
- Approaches to tracking user interaction with media (and exploiting this
knowledge to enrich annotations);
- Emergence of new business opportunities.

*Submission*
Submissions should not exceed 6 pages and are to be formatted according to
the ACM SIG proceedings template (
http://www.acm.org/sigs/publications/proceedings-templates) and submitted
to https://www.easychair.org/conferences/?conf=lime2015. Papers should be
submitted in PDF format. We encourage various types of submission:
- full papers (max 6 pages) for mature work which has been subject to
evaluation
- demo submissions (max 2 pages) for demos, software and platforms which
may be able to support a part of the Linked Media ecosystem
The workshop proceedings will be published in the ACM Digital Online
LIbrary as part of the companion volume of the WWW proceedings.

Programme Committee TBA

Organizers:
- Lyndon Nixon, Modul University, AT
- Raphaël Troncy, EURECOM, FR
- Johan Oomen, Sound  Vision, NL

###

Kind regards,

*Erwin Verbruggen*
Project lead RD

Netherlands Institute for Sound and Vision
Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB  Hilversum |
beeldengeluid.nl http://www.beeldengeluid.nl/


ᐧ


Re: [CODE4LIB] Password management for teams and organizations

2014-08-23 Thread Erwin Verbruggen
1Password is local software, but by means of using Dropbox you can easily
share a 'vault' with a specific team:
http://learn2.agilebits.com/1Password4/Mac/en/Tutorials/share-vault.html

Bestest, Erwin


On Fri, Aug 22, 2014 at 8:27 PM, Alisak Sanavongsay 
asanavong...@ucmerced.edu wrote:

 We have been using Mr. Password
 [http://codecanyon.net/item/password-manager/2145518] for our department.
 It's quite an improvement from storing the passwords in an Excel
 spreadsheet.

 * There's no 2 factor authentication. For authentication, we added phpCAS
 [https://wiki.jasig.org/display/casc/phpcas].
 * It uses categories instead of groups, but the developer mentioned that
 groups may be added in a future release.
 * Users can be added or removed from a category as necessary.
 * We host it on a local server.

 Regards,
 Alisak.

 Alisak Sanavongsay  Digital Assets Programmer 
 http://library.ucmerced.edu http://library.ucmerced.edu/  209.201.9073
  asanavong...@ucmerced.edu




 On 8/22/14, 10:51 AM, Mark A. Matienzo mark.matie...@gmail.com wrote:

 Howdy,
 
 We're looking for a password manager application or service that works
 well
 with teams, and I'd be eager to hear about particular recommendations.
 Desired features include the following:
 
 - 2 factor authentication
 - The ability to define groups or teams, and assign specific credential
 sets to those groups
 - The ability to revoke access
 - Hosted services are a plus
 
 Thanks,
 Mark



Re: [CODE4LIB] Do you ever write code? I want to interview you!

2014-07-08 Thread Erwin Verbruggen
Hi Andromeda,

sounds interesting - feel free to also dive into our inventory of FLOSS in
the Cultural Heritage Domain
https://docs.google.com/spreadsheet/ccc?key=0Ag_7rVJwt0CpdFRJOEJxdEk4ZEMxQ01jaDgxQXFSTkE
for
an extensive overview of programmes, services and solutions large and small
that can be useful to the library and heritage domain. Where possible,
developer names are mentioned.

Kind regards,

 Erwin Verbruggen
Project lead RD

Netherlands Institute for Sound and Vision
Media Parkboulevard 1, 1217 WE  Hilversum | Postbus 1060, 1200 BB  Hilversum |
beeldengeluid.nl http://www.beeldengeluid.nl/

ᐧ

On Mon, Jul 7, 2014 at 9:59 PM, Andromeda Yelton andromeda.yel...@gmail.com
 wrote:

 Hi everyone! I'm writing a Library Technology Report for ALA TechSource
 about short, useful programs people have written to get stuff done in
 libraries ( allied institutions).  Have you done this?  You should answer
 my questions!


 https://docs.google.com/forms/d/13Ne0N6ODWHqI_wAGLb2UHW1NiDcUrH4ee3DrEM1AMjc/viewform?usp=send_form

 No, you need not have developer in your title (in fact, the more diverse
 job roles I can get among the respondents, the better).  Your code can be
 little gems of perfection or grotesquely hackish; I like it either way.

 Thanks in advance; obligatory apologies for cross-posting.

 --
 Andromeda Yelton
 Board of Directors, Library  Information Technology Association:
 http://www.lita.org
 Advisor, Ada Initiative: http://adainitiative.org
 http://andromedayelton.com
 @ThatAndromeda http://twitter.com/ThatAndromeda