You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gogitlocalstats -add /path/to/folder will scan that folder and its subdirectories for repositories to scan
gogitlocalstats -email [email protected] will generate a CLI stats graph representing the last 6 months of activity for the passed email. You can configure the default in main.go, so you can run gogitlocalstats without parameters.
Being able to pass an email as param makes it possible to scan repos for collaborators activity as well.
Python script to generate CSV summary data from a Zotero RDF library export
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to embed dynamic Zotero bibliographies in Google Sites
How to embed dynamic Zotero bibliographies in Google Sites
This document explains how to embed in a Google Sites page a bibliography generated dynamically starting from a Zotero public library. The case of a private library is more complex and is not covered here. This tutorial is based on the official library in [https://www.zotero.org/support/dev/web_api/v3/basics](official documentation).
We cover cases in which embedding does not require javascript code, but just writing a HTTP URL that leverages the API of the Zotero bibliography service. The URL is then embedded into the Google Sites page using the embed button (the one represented by two brackets <>) in the Google Sites graphical user interface. We are using this method to write the bibliography of the https://sites.google.com/view/prin-underlandscape project web site (at draft stage when writing this gist).
Getting the user id and the first API request
The fist operation on our way is to find the User Identifier for
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters