Christian Boulanger

Results 136 comments of Christian Boulanger

One question - what is the difference between "container-title" and "collection-title"?

Die Funktion gab es bereits, bis ich sie wegen anhaltender technischer Probleme abgeschaltet habe. Vielleicht kann ich sie zur nächsten Version zum Laufen bringen und wieder aktivieren.

https://github.com/actions/cache/blob/main/examples.md#php---composer https://github.com/actions/cache/blob/main/examples.md#node---npm

openalex.org, for example, uses an [inverted index to publish abstracts](https://docs.openalex.org/about-the-data/work#abstract_inverted_index) "due to legal constraints". However, this could of course be reverse-engineered. On the other hand, this combined with skipping low-entropy...

Ah, you're right, I forgot that the finder sequences are the entire document, so #199 only makes sense for parser sequences. So this isn't working. DRM tech is not what...

Ok, figured out that much: ``` var library = new Zotero.Library(...) library .loadUpdatedCollections() .then(function(result){ var collectionObjects = library.collections.collectionObjects; var collections = {}; var colllection; for( var key in collectionObjects )...