sd-navigate-pages
ScienceDirect Pagination & Sorting
Navigate between result pages, change sorting, or adjust results per page.
How pagination works
ScienceDirect uses URL parameters for pagination:
offset— starting result index (0-based). Default is 0 (page 1).show— results per page. Options:25,50,100.sortBy— sort order.datefor newest first; omit for relevance.
Page calculation: page N → offset = (N - 1) * show
Steps
Step 1: Determine current state
Use evaluate_script to read the current URL and pagination info:
More from cookjohn/sd-skills
sd-download
Download PDF from ScienceDirect articles. Requires institutional or subscriber access.
13sd-search
Search for academic papers on ScienceDirect. Use when the user wants to find papers by keyword on ScienceDirect/Elsevier.
13sd-paper-detail
Extract full metadata from a ScienceDirect article page (abstract, authors, keywords, DOI, references, PDF link). Use when the user wants details about a specific paper.
10sd-journal-browse
Browse a journal on ScienceDirect — view info, impact factor, latest articles, and specific issues. Use when the user asks about a journal or wants to browse its contents.
9sd-export
Export citations from ScienceDirect in RIS, BibTeX, or plain text format. Supports pushing to Zotero.
8sd-advanced-search
Advanced search on ScienceDirect with filters like author, journal, year, title, keywords. Use when the user wants filtered academic paper search.
8