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
\renewcommand{\tilde}{\widetilde} | |
\newcommand{\hmod}{H^{1}(\modcurve)} | |
\newcommand{\cmod}{C^{\infty}_{b}(\modcurve)} | |
\newcommand{\ip}[2]{\langle #1, #2 \rangle} | |
\newcommand{\C}{\mathbb{C}} | |
\newcommand{\Z}{\mathbb{Z}} | |
\newcommand{\R}{\mathbb{R}} | |
\newcommand{\Q}{\mathbb{Q}} | |
\newcommand{\half}{\mathfrak{H}} | |
\newcommand{\intring}{\mathcal{O}} |
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
-- Look up document metadata on CrossRef.org in DevonThink 3 | |
-- | |
-- Currently sets: | |
-- * Created date to the document's publication date | |
-- * Title in document properties | |
-- * Author in document properties (first author only) | |
-- * Crossref DOI URL in document properties | |
-- * A tag for the type of document | |
-- * Finder comments to a formatted citation (see below) |
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
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"type": "object", | |
"properties": { | |
"complex_modifications": { | |
"type": "object", | |
"properties": { | |
"parameters": { | |
"type": "object" | |
}, |