Not speaking for Zotero, but I can't see any impediment to anyone (including Instructure) implementing this.
And I agree, it's be helpful, if the integration was deep.
--
You received this message because you are subscribed to the Google Groups "zotero-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zotero-dev+...@googlegroups.com.
To post to this group, send email to zoter...@googlegroups.com.
Visit this group at https://groups.google.com/group/zotero-dev.
For more options, visit https://groups.google.com/d/optout.
As described in RFC 1235 [1] multicast distribution of files can be used with a multicast media such as WLANs.
Were [1] is a reference to RFC 1235 in Zotero. In Word this citation would be inserted as:
<w:instrText xml:space="preserve"> ADDIN ZOTERO_ITEM CSL_CITATION {"citationID":"XfPocvlw","properties":{"formattedCitation":"[1]","plainCitation":"[1]"},"citationItems":[{"id":1990,"uris":["http://zotero.org/users/683389/items/34CDPXTJ"],"uri":["http://zotero.org/users/683389/items/34CDPXTJ"],"itemData":{"id":1990,"type":"article-journal","title":"Coherent File Distribution Protocol","container-title":"Internet Request for Comments","volume":"RFC 1235 (Experimental)","abstract":"This memo describes the Coherent File Distribution Protocol (CFDP). This is an Experimental Protocol for the Internet community. It does not specify an Internet standard.","URL":"http://www.rfc-editor.org/rfc/rfc1235.txt","ISSN":"2070-1721","author":[{"family":"Ioannidis","given":"J."},{"family":"Maguire","given":"G."}],"issued":{"date-parts":[["1991",6]]}}}],"schema":"https://github.com/citation-style-language/schema/raw/master/csl-citation.json"} </w:instrText>
Later one could produce the bibliography: [1] J. Ioannidis and G. Maguire, ‘Coherent File Distribution Protocol’, Internet Request for Comments, vol. RFC 1235 (Experimental), Jun. 1991 [Online]. Available: http://www.rfc-editor.org/rfc/rfc1235.txt
In Word this would be done by having a field that says:
<w:instrText xml:space="preserve"> ADDIN ZOTERO_BIBL {"custom":[]} CSL_BIBLIOGRAPHY </w:instrText>The trick to achieve this is to embedded the ADDIN ZOTERO_ITEM and ADDIN ZOTERO_BIBL into an a tag that Canvas will not remove, then use a tool that can walk a set of pages and update the content of the page by calling upon a Zotero server.
For example, we might put the zotero addins in a <q> tag, then use the cite attribute to store the data. For example:
[1]multicast distribution of files can be used with a multicast media such as WLANs.
Where I could use some feedback from Zotero developers is: (1) I believe that there is a need to have at least two types of bibliographies: one per page and one per course and (2) I do not know how dynamic to make the citations and bibliographies.