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: 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 <s.barron@imperial.ac.uk> | |
| # @acknowledgements: Based on a script by Chris Keene available at https://gist.github.com/chriskeene | |
| ?> | |
| <html> | |
| <head> |
| <?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 <s.barron@imperial.ac.uk> | |
| # @acknowledgements: Based on a script by Chris Keene available at https://gist.github.com/chriskeene | |
| ?> | |
| <html> | |
| <head> |
| <?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 <s.barron@imperial.ac.uk> | |
| # @acknowledgements: Based on a process by Ryan Edwards available at https://github.com/reedwards/automated-new-books-list | |
| ?> | |
| <?php |
I hereby claim:
To claim this, I am signing this object:
| <?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 <sb174@soas.ac.uk> | |
| # @purpose: Renew items for a user in OLE | |
| ?> | |
| <?php |
| <?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 <simonxix@riseup.net> | |
| # @acknowledgements: | |
| # https://github.com/CrossRef/rest-api-doc | |
| ?> |
| <?php | |
| # @name: eprints_rest.php | |
| # @version: 0.1 | |
| # @creation_date: 2019-07-22 | |
| # @license: The MIT License <https://opensource.org/licenses/MIT> | |
| # @author: Simon Bowie <sb174@soas.ac.uk> | |
| # @purpose: Testing the EPrints RESTful API | |
| ?> | |
| <?php |
| Option Explicit | |
| Sub filter() | |
| Application.ScreenUpdating = False | |
| Dim x As Range | |
| Dim rng As Range | |
| Dim rng1 As Range | |
| Dim last As Long | |
| Dim sht As String | |
| Dim newBook As Excel.Workbook |
| #!/bin/bash | |
| # @name: render.sh | |
| # @creation_date: 2023-03-07 | |
| # @license: The MIT License <https://opensource.org/licenses/MIT> | |
| # @author: Simon Bowie <ad7588@coventry.ac.uk> | |
| # @purpose: Runs Jupyter Notebook files and renders using Quarto | |
| # @acknowledgements: | |
| # https://www.redhat.com/sysadmin/arguments-options-bash-scripts | |
| ############################################################ |
| # @name: _quarto.yml | |
| # @creation_date: 2023-03-07 | |
| # @license: The MIT License <https://opensource.org/licenses/MIT> | |
| # @author: Simon Bowie <ad7588@coventry.ac.uk> | |
| # @purpose: specifies Quarto book structure | |
| project: | |
| type: book | |
| output-dir: docs |