Charles Tapley Hoyt
Charles Tapley Hoyt
> Are you saying that `$credit-names.conceptualization$` is coming out as `true`? Yes! This is what I'm experiencing
I thought that the nested map was a bit over-complicated and unnecessary so I simplified it to a regular map. This means that the `$credit-names[it.type]$` becomes `true` and the testing...
Thanks @jgm and @estedeahora for the feedback. I've opted to make the input YAML format a bit more explicit, so you have to say exactly what the CRediT name is....
cc @sneakers-the-rat - your input is also greatly appreciated!
> It seems to me that this project is a significant and good modification for Pandoc. However, I don't seem to modify Pandoc without modifying the code in [JATS.hs](https://github.com/cthoyt/pandoc/blob/main/src/Text/Pandoc/Writers/JATS.hs) to...
I am feeling like figuring out haskell and the specifics of this codebase might be too much of a lift for me at the moment. @jgm if you are willing...
> Then you'd put `addCreditNames` in the pipeline that currently has stuff like `defField "blah" blah`. Do you mean this section? https://github.com/jgm/pandoc/blob/56fc7d5cfce2d3a7cb9084533f0579d9c506b21c/src/Text/Pandoc/Writers/JATS.hs#L160-L166 I tried sticking it in the middle like...
@jezcope hello! That's a very kind offer of you. The PR is nearly finished but I am caught on the last part of navigating how to add the default CRediT...
See https://github.com/openjournals/inara/issues/71 and https://github.com/openjournals/inara/pull/72. I was also thinking about this
looking at it now. will give an update in 20-30 minutes