Skip to content

Instantly share code, notes, and snippets.

View Fan-Feng's full-sized avatar

FanFeng Fan-Feng

  • Post-doc at PNNL
  • 00:23 (UTC -07:00)
View GitHub Profile
@Fan-Feng
Fan-Feng / wos.php
Created March 7, 2017 06:23 — forked from domoritz/wos.php
Web of Science API access with ruby, python and php libs
<?php
$auth_url = "http://search.isiknowledge.com/esti/wokmws/ws/WOKMWSAuthenticate?wsdl";
$auth_client = @new SoapClient($auth_url);
$auth_response = $auth_client->authenticate();
$search_url = "http://search.isiknowledge.com/esti/wokmws/ws/WokSearchLite?wsdl";
$search_client = @new SoapClient($search_url);
$search_client->__setCookie('SID',$auth_response->return);
$search_array = array(