Skip to content

Instantly share code, notes, and snippets.

count
601

ACKNOWLEDGMENT {#acknowledgment .unnumbered}


This book is the product of joint research, discovery and iteration since we began the Economic Space Agency (ECSA) project in 2015. Its composing process has consisted of diverse intellectual inputs, revelations, impasses, often heated debate and constantly-evolving analysis. It is not easy to step into the new economic space, where we constantly find ourselves in uncertain terrain. We've found out it is possible only by experimenting and risking together.

tell application "Bookends"
tell front library window
set theIDs to get id of publication items of group item "Unlinked Attachments"
repeat with theID in theIDs
try
set myRefs to (publication items whose id is theID)
set myItem to first item of myRefs
set {theKey, thePath, theAuthor, theEditor, theTitle} to {citekey, path of attachment items, authors, editors, title} of myItem
if theAuthor = "" then set theAuthor to theEditor
set theRIS to format myItem using "RIS.fmt"