I have some articles that were accepted by different journals, translated into different languages. How do you archive your writing in those cases? By publication? So to know exactly what was sent and where, which also means duplicating images and other linked resources (I write in markdown)... or by date? Keeping everything in the same folder, which avoids duplication of files but also makes it hard to keep track of where the piece was sent?
Asked
Active
Viewed 95 times
1
-
2Disk space is cheap. – avid Mar 26 '22 at 18:50
-
1Maybe use git for that – Maarten Buis Mar 26 '22 at 20:25
-
@Giulio This article "https://academia.stackexchange.com/questions/8359/archiving-papers-simulation-and-experimental-data-etc?rq=1" may be useful. – imtaar Mar 28 '22 at 07:42
-
@imtaar Thanks. This is very helpful! – Giulio Mar 29 '22 at 08:35
1 Answers
1
That's what version control is there for. I imagine that I'm not the only one who has their home directory under version control. (The other advantage of this is that my home directory looks exactly the same on all of the machines I typically use, and that's quite a few.)

Wolfgang Bangerth
- 94,697
- 7
- 201
- 338