People

Author

John Robin Inston

Published

September 25, 2026

2 ### Biography

3 ### Interests

3.1 Articles

table without id 
link(file.name, title) as "Title", type as "Type", author as "Author", dateadded as "Added"
from "Articles" 
where typeof(author) = "string" and contains(author, "NAME")
sort dateadded desc

3.2 Books

table without id 
link(file.name, title) as "Title", type as "Type", author as "Author", dateadded as "Added"
from "Textbooks" 
where typeof(author) = "string" and contains(author, "NAME")
sort dateadded desc
Back to top