<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research Tools on The Carpentries</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/tag/research-tools/</link><description>Recent content in Research Tools on The Carpentries</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 18 Nov 2024 23:02:38 -0500</lastBuildDate><atom:link href="https://deploy-preview-705--carpentries-website.netlify.app/blog/tag/research-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>My Favorite Tool - Docker</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/02/woodbridge-fave-docker/</link><pubDate>Thu, 15 Feb 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/02/woodbridge-fave-docker/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;h3 id="what-kind-of-tool-is-it">What kind of tool is it?&lt;/h3>
&lt;p>&lt;a href="https://www.docker.com/">Docker&lt;/a> is a virtualization tool.&lt;/p>
&lt;h3 id="why-i-like-it">Why I like it&lt;/h3>
&lt;p>I use &lt;a href="https://www.docker.com/">Docker&lt;/a> every day - it&amp;rsquo;s the one piece of software that has changed the way I work in recent years. There are many other approaches to virtualisation but its versatility and ubiquity is compelling. I use it for many purposes - for rapidly obtaining and executing other open source software, for providing a predictable environment in which to test code that I&amp;rsquo;ve written, and for building and deploying my own and third-party applications. We use it in the RSE team at &lt;a href="https://www.imperial.ac.uk/">Imperial College&lt;/a> to ensure that others can rapidly install and evaluate our work.&lt;/p></description></item><item><title>My Favorite Tool - Midnight Commander</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/01/sauze-mcedit/</link><pubDate>Sun, 14 Jan 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/01/sauze-mcedit/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;h3 id="what-kind-of-tool-is-it">What kind of tool is it?&lt;/h3>
&lt;p>A text editor and file manager.&lt;/p>
&lt;h3 id="why-i-like-it">Why I like it&lt;/h3>
&lt;p>My favourite tool is &lt;a href="https://midnight-commander.org/">Midnight Commander&lt;/a> and its text editor
(which also works as a standalone tool) Mcedit. These two utilities are powerful yet easy to use.
They both run on the command line in Unix operating systems, but instead of typing commands,
they work mostly by using menus and selecting things with arrow keys or a mouse. This makes them a
kind of halfway house between a traditional command line and a GUI utility and in my opinion they
bring together the best of both worlds.&lt;/p></description></item><item><title>My Favorite Tool - Twitter</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/01/twit-fave/</link><pubDate>Mon, 08 Jan 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/01/twit-fave/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;h3 id="why-do-i-like-twitter">Why do I like Twitter?&lt;/h3>
&lt;p>At the risk of sounding like a shallow person with a short attention span, Twitter really is a favourite of mine.
I tweet as &lt;a href="https://twitter.com/cloudaus">cloudaus&lt;/a>.&lt;/p>
&lt;p>It&amp;rsquo;s not really Twitter&amp;rsquo;s fault that people use it for shameless self-promotion, for marketing, or
for fighting culture wars. That side of it has probably turned many people off, which is a shame
because Twitter has so many practical uses.&lt;/p></description></item><item><title>My Favorite Tool - QGIS</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/01/waldman-fave/</link><pubDate>Tue, 02 Jan 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2018/01/waldman-fave/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>&lt;a href="https://www.qgis.org/en/site/">QGIS&lt;/a> (formerly Quantum GIS) is an open source &lt;a href="https://en.wikipedia.org/wiki/Geographic_information_system">Geographic Information System&lt;/a>.&lt;/p>
&lt;p>QGIS is capable of advanced analysis and cartography, but I don&amp;rsquo;t use it for that.&lt;/p>
&lt;p>In my research in hydrodynamic modelling, I deal with a lot of spatial data - coastlines, bathymetry, and the like -
and this will eventually be processed and plotted using R, MATLAB or Python.&lt;/p>
&lt;p>But if I&amp;rsquo;ve received a file and simply want to take a quick look at it, or if I want to
quickly compare two files that use different coordinate systems and see if things line up, most of the time I can
throw the file at QGIS and it will show it to me with a few clicks. This approach lacks the
reproducibility of a coded solution, but it&amp;rsquo;s an awful lot quicker for a throwaway visualisation.&lt;/p></description></item><item><title>My Favorite tool - A Coding Sandbox</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2017/12/replit_fave/</link><pubDate>Thu, 21 Dec 2017 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2017/12/replit_fave/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>My favorite tool is &lt;a href="https://repl.it/">repl.it&lt;/a>, a &amp;lsquo;sandbox&amp;rsquo; tool to help me test and refine Python code.&lt;/p>
&lt;h4 id="why-do-i-like-it">Why do I like it?&lt;/h4>
&lt;p>It is an online tool for testing/running code. It allows you to write and run code in
a number of &lt;a href="https://repl.it/languages">different languages&lt;/a>, and see the results.
No R support I&amp;rsquo;m afraid, but it does have Python (2 and 3), Ruby, Haskell, Go, JavaScript and many more.&lt;/p></description></item><item><title>My Favorite Tool - Todoist</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2017/12/fave-tool-todoist/</link><pubDate>Mon, 11 Dec 2017 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2017/12/fave-tool-todoist/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>My favorite tool is &lt;a href="https://en.todoist.com/">Todoist&lt;/a>, a task manager.&lt;/p>
&lt;h4 id="why-do-i-like-it">Why do I like it?&lt;/h4>
&lt;p>&lt;a href="https://en.todoist.com/">Todoist&lt;/a> is a cross-platform &amp;rsquo;to-do&amp;rsquo; tool. I went through many different ones before settling on &lt;a href="https://en.todoist.com/">Todoist&lt;/a> a few years ago
and I now use it to organize everything from my household chores, grocery shopping and gift ideas for family members to my
many work projects and non-work projects (things I do that are work-related but not apart of my actual job).&lt;/p></description></item></channel></rss>