How to organize collaborations? Managing communication within the team












6















What is an effective tool for managing the communication within a small team of coauthors working on a paper (when face-to-face interaction is not possible)?




I've previously used back-and-forth email exchanges, but it gets inconvenient very fast if the exchanges are many. I've also used Skype, but I'm not quite convinced by its text-chat environment.



Do you have any other tools (or particular arrangements) that proved to be useful?










share|cite|improve this question




















  • 4




    I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.
    – user66288
    yesterday








  • 2




    One more flow of upvotes to an off-topic non-mathematical discussion to come...!
    – YCor
    yesterday










  • @YCor: so why don't you vote to close it?
    – Alexandre Eremenko
    yesterday










  • @user66288 I think that's for LaTeX sharing rather than chatting. Or is there a chat room (associated to each document) that I'm not aware of?
    – Dal
    yesterday






  • 1




    @YCor The soft-question tag is exists for a reason, though.
    – Dal
    yesterday


















6















What is an effective tool for managing the communication within a small team of coauthors working on a paper (when face-to-face interaction is not possible)?




I've previously used back-and-forth email exchanges, but it gets inconvenient very fast if the exchanges are many. I've also used Skype, but I'm not quite convinced by its text-chat environment.



Do you have any other tools (or particular arrangements) that proved to be useful?










share|cite|improve this question




















  • 4




    I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.
    – user66288
    yesterday








  • 2




    One more flow of upvotes to an off-topic non-mathematical discussion to come...!
    – YCor
    yesterday










  • @YCor: so why don't you vote to close it?
    – Alexandre Eremenko
    yesterday










  • @user66288 I think that's for LaTeX sharing rather than chatting. Or is there a chat room (associated to each document) that I'm not aware of?
    – Dal
    yesterday






  • 1




    @YCor The soft-question tag is exists for a reason, though.
    – Dal
    yesterday
















6












6








6


3






What is an effective tool for managing the communication within a small team of coauthors working on a paper (when face-to-face interaction is not possible)?




I've previously used back-and-forth email exchanges, but it gets inconvenient very fast if the exchanges are many. I've also used Skype, but I'm not quite convinced by its text-chat environment.



Do you have any other tools (or particular arrangements) that proved to be useful?










share|cite|improve this question
















What is an effective tool for managing the communication within a small team of coauthors working on a paper (when face-to-face interaction is not possible)?




I've previously used back-and-forth email exchanges, but it gets inconvenient very fast if the exchanges are many. I've also used Skype, but I'm not quite convinced by its text-chat environment.



Do you have any other tools (or particular arrangements) that proved to be useful?







reference-request soft-question career






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited yesterday


























community wiki





2 revs, 2 users 100%
Dal









  • 4




    I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.
    – user66288
    yesterday








  • 2




    One more flow of upvotes to an off-topic non-mathematical discussion to come...!
    – YCor
    yesterday










  • @YCor: so why don't you vote to close it?
    – Alexandre Eremenko
    yesterday










  • @user66288 I think that's for LaTeX sharing rather than chatting. Or is there a chat room (associated to each document) that I'm not aware of?
    – Dal
    yesterday






  • 1




    @YCor The soft-question tag is exists for a reason, though.
    – Dal
    yesterday
















  • 4




    I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.
    – user66288
    yesterday








  • 2




    One more flow of upvotes to an off-topic non-mathematical discussion to come...!
    – YCor
    yesterday










  • @YCor: so why don't you vote to close it?
    – Alexandre Eremenko
    yesterday










  • @user66288 I think that's for LaTeX sharing rather than chatting. Or is there a chat room (associated to each document) that I'm not aware of?
    – Dal
    yesterday






  • 1




    @YCor The soft-question tag is exists for a reason, though.
    – Dal
    yesterday










4




4




I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.
– user66288
yesterday






I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.
– user66288
yesterday






2




2




One more flow of upvotes to an off-topic non-mathematical discussion to come...!
– YCor
yesterday




One more flow of upvotes to an off-topic non-mathematical discussion to come...!
– YCor
yesterday












@YCor: so why don't you vote to close it?
– Alexandre Eremenko
yesterday




@YCor: so why don't you vote to close it?
– Alexandre Eremenko
yesterday












@user66288 I think that's for LaTeX sharing rather than chatting. Or is there a chat room (associated to each document) that I'm not aware of?
– Dal
yesterday




@user66288 I think that's for LaTeX sharing rather than chatting. Or is there a chat room (associated to each document) that I'm not aware of?
– Dal
yesterday




1




1




@YCor The soft-question tag is exists for a reason, though.
– Dal
yesterday






@YCor The soft-question tag is exists for a reason, though.
– Dal
yesterday












4 Answers
4






active

oldest

votes


















7














I've used slack for such collaborations, at the time there was little/no support for TeX, but I understand that there are some third party options (I've not tried them).






share|cite|improve this answer



















  • 1




    Slack does indeed seem like a nice tool to use.
    – Dal
    yesterday



















2














I think the best solution is a version-control system such as git with a hosting service like github. Github is free for everyone if your repository is public, while academic users can get free accounts that allow private repositories as well. A github project has an "issue tracker" than can be used like a collection of "chat rooms" to carry on multiple discussions at once, and you can also add comments and carry on discussions about particular lines of a source code commit or pull request.



(Using version control allows many people to work on the TeX code at the same time without losing history or overwriting each other's changes. A real-time collaboration site like overleaf also allows multiple people to work on the file at once, but limits you to using their in-browser editor instead of much better ones like AucTeX, and doesn't save previous commits in an explicitly labeled way or allow other useful features such as branching and forking. There's a bit of a learning curve, but I think most mathematicians should be able to figure it out.)



Another tool I've found useful for collaboration is the LaTeX package fixme, which lets you all insert comments into the document itself (labeled by author, and even color-coded). Not so great for carrying on long conversations, but good for making notes about things that need to be fixed that will be visible in just the right place and not get lost.






share|cite|improve this answer































    1














    I have played around with various tools and here are some notable ones that help me whenever I am collaborating with others:





    • HackMD: This is a great editor for working on documents with other team members and has $LaTeX$ support. It works similarly to Pandoc and because I use Sublime Text a lot, I love the added bonus of having that "Sublime-feel" while writing.


    • Slack or gitter.im: These tools are great for communication and have worked better for me than Email. It is worth mentioning though that Slack's free plan does not store more than 10'000 messages and there is no in-built $LaTeX$ support. So a solid alternative is gitter.im which allows you to use KaTeX.

    • Git and GitHub: I have a pro plan on GitHub which allowed me to create private repositories, but GitHub just announced that they will be enabling private repositories for the free plan too. GitHub can be extremely useful for tracking issues and tasks. Unfortunately, GitHub issues do not support $LaTeX$, so maybe GitLab might be better suited for you since it has KaTeX support.


    • Explain Everything: Whenever I need a whiteboard, Explain Everything is my go-to application. If you have an iPad with the Apple Pencil, this application can be extremely useful.






    share|cite|improve this answer































      0














      I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.



      Since version two has been launched, many new features are implemented. For example, live-chat in each document is possible.



      Here is the press release: https://www.overleaf.com/blog/overleaf-launch-official-press-release



      This tool simplified my life a lot.






      share|cite|improve this answer























        Your Answer





        StackExchange.ifUsing("editor", function () {
        return StackExchange.using("mathjaxEditing", function () {
        StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
        StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
        });
        });
        }, "mathjax-editing");

        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "504"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        noCode: true, onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathoverflow.net%2fquestions%2f320297%2fhow-to-organize-collaborations-managing-communication-within-the-team%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        7














        I've used slack for such collaborations, at the time there was little/no support for TeX, but I understand that there are some third party options (I've not tried them).






        share|cite|improve this answer



















        • 1




          Slack does indeed seem like a nice tool to use.
          – Dal
          yesterday
















        7














        I've used slack for such collaborations, at the time there was little/no support for TeX, but I understand that there are some third party options (I've not tried them).






        share|cite|improve this answer



















        • 1




          Slack does indeed seem like a nice tool to use.
          – Dal
          yesterday














        7












        7








        7






        I've used slack for such collaborations, at the time there was little/no support for TeX, but I understand that there are some third party options (I've not tried them).






        share|cite|improve this answer














        I've used slack for such collaborations, at the time there was little/no support for TeX, but I understand that there are some third party options (I've not tried them).







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        answered yesterday


























        community wiki





        J.J. Green









        • 1




          Slack does indeed seem like a nice tool to use.
          – Dal
          yesterday














        • 1




          Slack does indeed seem like a nice tool to use.
          – Dal
          yesterday








        1




        1




        Slack does indeed seem like a nice tool to use.
        – Dal
        yesterday




        Slack does indeed seem like a nice tool to use.
        – Dal
        yesterday











        2














        I think the best solution is a version-control system such as git with a hosting service like github. Github is free for everyone if your repository is public, while academic users can get free accounts that allow private repositories as well. A github project has an "issue tracker" than can be used like a collection of "chat rooms" to carry on multiple discussions at once, and you can also add comments and carry on discussions about particular lines of a source code commit or pull request.



        (Using version control allows many people to work on the TeX code at the same time without losing history or overwriting each other's changes. A real-time collaboration site like overleaf also allows multiple people to work on the file at once, but limits you to using their in-browser editor instead of much better ones like AucTeX, and doesn't save previous commits in an explicitly labeled way or allow other useful features such as branching and forking. There's a bit of a learning curve, but I think most mathematicians should be able to figure it out.)



        Another tool I've found useful for collaboration is the LaTeX package fixme, which lets you all insert comments into the document itself (labeled by author, and even color-coded). Not so great for carrying on long conversations, but good for making notes about things that need to be fixed that will be visible in just the right place and not get lost.






        share|cite|improve this answer




























          2














          I think the best solution is a version-control system such as git with a hosting service like github. Github is free for everyone if your repository is public, while academic users can get free accounts that allow private repositories as well. A github project has an "issue tracker" than can be used like a collection of "chat rooms" to carry on multiple discussions at once, and you can also add comments and carry on discussions about particular lines of a source code commit or pull request.



          (Using version control allows many people to work on the TeX code at the same time without losing history or overwriting each other's changes. A real-time collaboration site like overleaf also allows multiple people to work on the file at once, but limits you to using their in-browser editor instead of much better ones like AucTeX, and doesn't save previous commits in an explicitly labeled way or allow other useful features such as branching and forking. There's a bit of a learning curve, but I think most mathematicians should be able to figure it out.)



          Another tool I've found useful for collaboration is the LaTeX package fixme, which lets you all insert comments into the document itself (labeled by author, and even color-coded). Not so great for carrying on long conversations, but good for making notes about things that need to be fixed that will be visible in just the right place and not get lost.






          share|cite|improve this answer


























            2












            2








            2






            I think the best solution is a version-control system such as git with a hosting service like github. Github is free for everyone if your repository is public, while academic users can get free accounts that allow private repositories as well. A github project has an "issue tracker" than can be used like a collection of "chat rooms" to carry on multiple discussions at once, and you can also add comments and carry on discussions about particular lines of a source code commit or pull request.



            (Using version control allows many people to work on the TeX code at the same time without losing history or overwriting each other's changes. A real-time collaboration site like overleaf also allows multiple people to work on the file at once, but limits you to using their in-browser editor instead of much better ones like AucTeX, and doesn't save previous commits in an explicitly labeled way or allow other useful features such as branching and forking. There's a bit of a learning curve, but I think most mathematicians should be able to figure it out.)



            Another tool I've found useful for collaboration is the LaTeX package fixme, which lets you all insert comments into the document itself (labeled by author, and even color-coded). Not so great for carrying on long conversations, but good for making notes about things that need to be fixed that will be visible in just the right place and not get lost.






            share|cite|improve this answer














            I think the best solution is a version-control system such as git with a hosting service like github. Github is free for everyone if your repository is public, while academic users can get free accounts that allow private repositories as well. A github project has an "issue tracker" than can be used like a collection of "chat rooms" to carry on multiple discussions at once, and you can also add comments and carry on discussions about particular lines of a source code commit or pull request.



            (Using version control allows many people to work on the TeX code at the same time without losing history or overwriting each other's changes. A real-time collaboration site like overleaf also allows multiple people to work on the file at once, but limits you to using their in-browser editor instead of much better ones like AucTeX, and doesn't save previous commits in an explicitly labeled way or allow other useful features such as branching and forking. There's a bit of a learning curve, but I think most mathematicians should be able to figure it out.)



            Another tool I've found useful for collaboration is the LaTeX package fixme, which lets you all insert comments into the document itself (labeled by author, and even color-coded). Not so great for carrying on long conversations, but good for making notes about things that need to be fixed that will be visible in just the right place and not get lost.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            answered 20 hours ago


























            community wiki





            Mike Shulman
























                1














                I have played around with various tools and here are some notable ones that help me whenever I am collaborating with others:





                • HackMD: This is a great editor for working on documents with other team members and has $LaTeX$ support. It works similarly to Pandoc and because I use Sublime Text a lot, I love the added bonus of having that "Sublime-feel" while writing.


                • Slack or gitter.im: These tools are great for communication and have worked better for me than Email. It is worth mentioning though that Slack's free plan does not store more than 10'000 messages and there is no in-built $LaTeX$ support. So a solid alternative is gitter.im which allows you to use KaTeX.

                • Git and GitHub: I have a pro plan on GitHub which allowed me to create private repositories, but GitHub just announced that they will be enabling private repositories for the free plan too. GitHub can be extremely useful for tracking issues and tasks. Unfortunately, GitHub issues do not support $LaTeX$, so maybe GitLab might be better suited for you since it has KaTeX support.


                • Explain Everything: Whenever I need a whiteboard, Explain Everything is my go-to application. If you have an iPad with the Apple Pencil, this application can be extremely useful.






                share|cite|improve this answer




























                  1














                  I have played around with various tools and here are some notable ones that help me whenever I am collaborating with others:





                  • HackMD: This is a great editor for working on documents with other team members and has $LaTeX$ support. It works similarly to Pandoc and because I use Sublime Text a lot, I love the added bonus of having that "Sublime-feel" while writing.


                  • Slack or gitter.im: These tools are great for communication and have worked better for me than Email. It is worth mentioning though that Slack's free plan does not store more than 10'000 messages and there is no in-built $LaTeX$ support. So a solid alternative is gitter.im which allows you to use KaTeX.

                  • Git and GitHub: I have a pro plan on GitHub which allowed me to create private repositories, but GitHub just announced that they will be enabling private repositories for the free plan too. GitHub can be extremely useful for tracking issues and tasks. Unfortunately, GitHub issues do not support $LaTeX$, so maybe GitLab might be better suited for you since it has KaTeX support.


                  • Explain Everything: Whenever I need a whiteboard, Explain Everything is my go-to application. If you have an iPad with the Apple Pencil, this application can be extremely useful.






                  share|cite|improve this answer


























                    1












                    1








                    1






                    I have played around with various tools and here are some notable ones that help me whenever I am collaborating with others:





                    • HackMD: This is a great editor for working on documents with other team members and has $LaTeX$ support. It works similarly to Pandoc and because I use Sublime Text a lot, I love the added bonus of having that "Sublime-feel" while writing.


                    • Slack or gitter.im: These tools are great for communication and have worked better for me than Email. It is worth mentioning though that Slack's free plan does not store more than 10'000 messages and there is no in-built $LaTeX$ support. So a solid alternative is gitter.im which allows you to use KaTeX.

                    • Git and GitHub: I have a pro plan on GitHub which allowed me to create private repositories, but GitHub just announced that they will be enabling private repositories for the free plan too. GitHub can be extremely useful for tracking issues and tasks. Unfortunately, GitHub issues do not support $LaTeX$, so maybe GitLab might be better suited for you since it has KaTeX support.


                    • Explain Everything: Whenever I need a whiteboard, Explain Everything is my go-to application. If you have an iPad with the Apple Pencil, this application can be extremely useful.






                    share|cite|improve this answer














                    I have played around with various tools and here are some notable ones that help me whenever I am collaborating with others:





                    • HackMD: This is a great editor for working on documents with other team members and has $LaTeX$ support. It works similarly to Pandoc and because I use Sublime Text a lot, I love the added bonus of having that "Sublime-feel" while writing.


                    • Slack or gitter.im: These tools are great for communication and have worked better for me than Email. It is worth mentioning though that Slack's free plan does not store more than 10'000 messages and there is no in-built $LaTeX$ support. So a solid alternative is gitter.im which allows you to use KaTeX.

                    • Git and GitHub: I have a pro plan on GitHub which allowed me to create private repositories, but GitHub just announced that they will be enabling private repositories for the free plan too. GitHub can be extremely useful for tracking issues and tasks. Unfortunately, GitHub issues do not support $LaTeX$, so maybe GitLab might be better suited for you since it has KaTeX support.


                    • Explain Everything: Whenever I need a whiteboard, Explain Everything is my go-to application. If you have an iPad with the Apple Pencil, this application can be extremely useful.







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    answered 16 hours ago


























                    community wiki





                    EdOverflow
























                        0














                        I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.



                        Since version two has been launched, many new features are implemented. For example, live-chat in each document is possible.



                        Here is the press release: https://www.overleaf.com/blog/overleaf-launch-official-press-release



                        This tool simplified my life a lot.






                        share|cite|improve this answer




























                          0














                          I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.



                          Since version two has been launched, many new features are implemented. For example, live-chat in each document is possible.



                          Here is the press release: https://www.overleaf.com/blog/overleaf-launch-official-press-release



                          This tool simplified my life a lot.






                          share|cite|improve this answer


























                            0












                            0








                            0






                            I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.



                            Since version two has been launched, many new features are implemented. For example, live-chat in each document is possible.



                            Here is the press release: https://www.overleaf.com/blog/overleaf-launch-official-press-release



                            This tool simplified my life a lot.






                            share|cite|improve this answer














                            I recommend you to use overleaf - maybe in the premium version - which you need to pay for. But even the free version is great.



                            Since version two has been launched, many new features are implemented. For example, live-chat in each document is possible.



                            Here is the press release: https://www.overleaf.com/blog/overleaf-launch-official-press-release



                            This tool simplified my life a lot.







                            share|cite|improve this answer














                            share|cite|improve this answer



                            share|cite|improve this answer








                            answered 21 hours ago


























                            community wiki





                            user66288































                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to MathOverflow!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                Use MathJax to format equations. MathJax reference.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathoverflow.net%2fquestions%2f320297%2fhow-to-organize-collaborations-managing-communication-within-the-team%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                An IMO inspired problem

                                Management

                                Investment