An open API service indexing awesome lists of open source software.

https://github.com/canmod/productmodel


https://github.com/canmod/productmodel

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

The recommended way to work on this project without interacting with overleaf is to clone the _overleaf_ (not github) git repo: https://git.overleaf.com/64f0d175326cfbdad8ace76c

As a reminder, from [here](https://www.overleaf.com/learn/how-to/Git_integration_authentication_tokens):

> You can create and delete authentication tokens in your Overleaf Account Settings ...
> If prompted for a username, enter the username “git”. When prompted for a password, enter your authentication token

## BMB 2024 Apr 14 (Sun)

* **NOTE NEW git repo hash**: now pointing to new/non-archived version
* `JOMB_formatted.*` has moved to `ms_submit.*`; it turns out that BMB is not very fussy about submission format, and suggest a Springer Nature template, which is pretty much the same as what JOMB was using ...
* I would be happy to import JD's Makefile, but in the meantime I'm just using `pdflatex --shell-escape` to build.

## JD 2023 Jun 09 (Fri)

I was able to compile this in a cloned directory by:

* using `--shell-escape` as an argument to `pdflatex`
* installing inkscape (using `apt install`)

My Makefile for this project is available at https://github.com/dushoff/research/blob/master/mkfiles/productModel.make . If anybody wants to use it, we can discuss advantages and disadvantages of moving it to the repo (and thus to overleaf).

## DE 2023 Jul 10 (Mon)

I was able to compile following JD's notes above, but with the macOS equivalent:

* `brew install inkscape`
* `pdflatex --shell-escape JOMB_formatted`