[CODE4LIB] Webinar - Integrating Web of Science data into your systems through APIs

2016-07-11 Thread Ted Lawless
Hello, 

The Web of Science team is holding a webinar on July 20 to give an overview of 
using APIs for the Web of Science and InCites in your projects, such as 
institutional repositories, research profiling, and research management 
systems. I've included the details below. 



Webinar - Integrating Web of Science data into your systems through APIs

July 20, 2016
2:00 PM Eastern US time

Learn how to leverage Web of Science and InCites data in external applications 
and projects via a full suite of APIs. 
 
This webinar will provide an overview of the available services, explain how to 
get started with your data projects, and work through example use cases, 
including:
 
- retrieving times cited counts from the Web of Science
- populating an institutional repository 
- building a researcher portal, like VIVO, from the Web of Science
- integrating article level metrics from InCites into internal dashboards and 
reporting tools

Register: 
https://tlr.webex.com/tlr/k2/j.php?MTID=t20c270e792fa050669278620e75dfa85

---

Ted


Re: [CODE4LIB] Texting bib info from Aquabrowser

2010-04-23 Thread Ted Lawless

Jill,

If you want to pull the bib and item details from the III database, our 
library is running a utility that does that using the bibnumber as the 
lookup key.


Your Aquabrowser install has a 'Request Item' button and a permalink 
that contains the III bib number (e.g. b231527).  So you could write a 
little JavaScript to parse out the bib number and then pass that to a 
web app that gathers user input and sends the SMS.


1) working example - http://pegasus.law.columbia.edu/record=b480398
2) code for the server side app using the Python webpy framework - 
http://bitbucket.org/lawlesst/milsms/src/tip/smsmailer.py
3) Majax2 from Godmar Back of VA Tech which does the III parsing - 
http://code.google.com/p/majax2/


Ted Lawless
Columbia Law School

Jill Ellern wrote:

I just came back from IUG and am pretty excited about adding the ability to 
text bib information.  We are looking into adding the app to our Innopac 
results But we also use Aquabrower as a front end.  I'm wondering if anyone 
in Code4lib Land has a text message app working on Aquabrower and how it works. 
 Jill