Follow the instructions here. Make sure you have enabled zotero://
links.
Should now be able to open link like this one: Aad. 2012. Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC
from typing import Callable, Optional, Dict, Any | |
import itertools | |
from tqdm.auto import tqdm | |
def product_call( | |
fct: Callable, | |
static: Optional[Dict[str, Any]] = None, | |
multi: Optional[Dict[str, Any]] = None, | |
progress=False | |
) -> Tuple[List[Dict[str, Any]], List[Any]]: |
#!/usr/bin/env python3 | |
""" | |
Clean LaTeX build files with the option of doing so recursively. | |
Asks before removing files. | |
https://gist.github.com/klieret/b3e032095d78269c811f4f8c85f6227b | |
Kilian Lieret 2020 | |
MIT license |
thiw is a demo |
Follow the instructions here. Make sure you have enabled zotero://
links.
Should now be able to open link like this one: Aad. 2012. Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC
asdfasdf |