I hereby claim:
- I am SimonXIX on github.
- I am simonxix (https://keybase.io/simonxix) on keybase.
- I have a public key whose fingerprint is E15F 30BB 89BE D472 22AB 631B 88AF ABD4 68C5 F7F5
To claim this, I am signing this object:
<?php | |
# @name: crossref_doi_checker.php | |
# @version: 0.1 | |
# @license: The MIT License (MIT) <https://mit-license.org/> | |
# @purpose: Checks a single text file of DOIs (one per line with Unix EOLs) against the Crossref API. | |
# Run as 'php crossref_doi_checker.php '$doi_file'' e.g. 'php crossref_doi_checker.php doi_file.txt' | |
# @author: Simon Bowie <[email protected]> | |
# @acknowledgements: | |
# https://github.com/CrossRef/rest-api-doc | |
?> |
<?php | |
# @name: renew_items.php | |
# @version: 0.3 | |
# @creation_date: 2017-07-27 | |
# @license: GNU General Public License version 3 (GPLv3) <https://www.gnu.org/licenses/gpl-3.0.en.html> | |
# @author: Simon Barron <[email protected]> | |
# @purpose: Renew items for a user in OLE | |
?> | |
<?php |
I hereby claim:
To claim this, I am signing this object:
<?php | |
# @name: new_books.php | |
# @version: 0.2 | |
# @license: GNU General Public License version 3 (GPLv3) <https://www.gnu.org/licenses/gpl-3.0.en.html> | |
# @purpose: Compile and display new books information for Imperial College Library | |
# @author: Simon Barron <[email protected]> | |
# @acknowledgements: Based on a process by Ryan Edwards available at https://github.com/reedwards/automated-new-books-list | |
?> | |
<?php |
<?php | |
# @name: reading_lists.php | |
# @version: 0.1 | |
# @license: GNU General Public License version 3 (GPLv3) <https://www.gnu.org/licenses/gpl-3.0.en.html> | |
# @purpose: Display real-time reading lists information for Imperial College Library | |
# @author: Simon Barron <[email protected]> | |
# @acknowledgements: Based on a script by Chris Keene available at https://gist.github.com/chriskeene | |
?> | |
<html> | |
<head> |
<?php | |
# @name: item_checker.php | |
# @version: 0.3 | |
# @license: GNU General Public License version 3 (GPLv3) <https://www.gnu.org/licenses/gpl-3.0.en.html> | |
# @purpose: Display real-time availability information for laptops for loan at Imperial College London Library | |
# @author: Simon Barron <[email protected]> | |
# @acknowledgements: Based on a script by Chris Keene available at https://gist.github.com/chriskeene | |
?> | |
<html> | |
<head> |