Advanced Search
Search Results
3 total results found
DOI Extraction Script
import pdfplumberimport reimport csvimport osfrom datetime import datetime def extract_dois_from_pdf(pdf_path): """ Extracts DOI numbers from the given PDF file and returns a list of DOIs. Removes the final period if it's part of the DOI. Fixes DO...
DOI Upload Script
import thothlibraryimport csv # Authenticate with Thoth using personal access tokenthoth = thothlibrary.ThothClient()thoth.set_token("XXX") // token is personal! # Define the work_id (this should be specific to the work you're uploading references for)work_id ...
Internet Archive Usage Data Python Script
import requestsimport csv Define the list of item IDs and the time perioditem_ids = ["f755b169-bedd-4b95-b95a-294f355abc71","7fbc96cf-4c88-4e70-b1fe-d4e69324184a","4da1ef38-e3d8-4384-8c73-82d6e36df49d","f3c9e9d8-9a38-4558-be2e-cab9a70d62f0","89990379-94c2-4590...