Tag Archives: GitHub

Use LaTeX templates to write scientific papers

As researchers, we have to write and publish scientific papers to let the world know about our work. The process of preparing a scientific paper can be enjoyable, but it can also be arduous. Different journals and publishers have different requirements about how we should format our submission. The title page should include certain items, the headers should be bold

Read more

Simple rules for making research software more robust

As a new programmer, it still takes me a while to master a language and implement good coding practices. Novice and experienced programmers recognise the difficulties in learning to write code that is generalisable enough to be used in future projects, and by other users. To address these difficulties, Morgan Taschuk and Greg Wilson offer some simple tips to make

Read more

GitHub: Setting up a version control repository – Part 1

We have been tracking along nicely with the tutorials on using Git for version control. So far, the lessons have focused on version controlling documents on a local computer, but another groovy feature of Git is it allows you and your collaborators to version control documents using GitHub. What is GitHub? GitHub is a web-based version control repository and is

Read more