You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/07-manuscripts.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,15 +117,9 @@ Our first alternative will already be familiar to many researchers:
117
117
With the document online, everyone's changes are in one place, and
118
118
hence don't need to be merged manually.
119
119
120
-
We realize that in many cases, even this solution is asking too much
121
-
from collaborators who see no reason to move forward from desktop GUI
122
-
tools. To satisfy them, the manuscript can be converted to a desktop
123
-
editor file format (e.g., Microsoft Word `.docx` or LibreOffice
124
-
`.odt`) after major changes, then downloaded and saved in the `doc`
125
-
folder. Unfortunately, this means merging some changes and suggestions
126
-
manually, as existing tools cannot always do this automatically when
127
-
switching from a desktop file format to text and back (although
128
-
[Pandoc](https://pandoc.org/) can go a long way).
120
+
This is easy under our current Microsoft Office organisational setup,
121
+
where Word documents (and others) may be converted to shared online
122
+
documents automatically when sharing through Outlook or Teams.
129
123
130
124
## Text-based Documents Under Version Control
131
125
@@ -193,8 +187,6 @@ In groups, discuss:
193
187
194
188
## Getting started writing text-based version control
195
189
196
-
[Version Control with Git](https://swcarpentry.github.io/git-novice/) Carpentries lesson introduces text-based version control, that you could use for a collaborative manuscript.
197
-
198
190
[Manubot](https://manubot.org) is an open-source system for writing scholarly manuscripts via GitHub, with tutorials.
0 commit comments