Jeremy Côté

Bits, ink, particles, and words.

Research Collaborations

Working on cutting-edge science is fun, but it’s even better when you can do it with a bunch of enthusiastic scientists who push each other to their potential. Having a group of scientists working on a single goal means its easier to move past barriers that might have blocked a scientist working on their own. Even better, each researcher in a collaboration brings their own skillset, which means a team can accomplish more together than on their own.

Sounds great, right?

But research collaborations are hard work. They don’t form spontaneously, and they take active effort to maintain. Research collaborations can bring a lot of forward momentum to a question, but it’s also easy for things to fall by the wayside, dissolving into nothing.

I wanted to highlight a few points to keep in mind as you look to jump into your next research collaboration.

Continue reading ⟶

Exciting Science

When I was a budding graduate student looking for a supervisor and a research direction to pursue, I had little idea of the scientific landscape. I had a bit of research experience as an undergraduate, but not much. I wasn’t sure what to do next.

I began by looking at the websites of several researchers, trying to see if anything excited me. I spoke to some of them about how I was thinking about joining their group in the future.

When it came to talking about projects, they almost always said the same thing: “Take a look at my recent publications.”

This sounds reasonable. Looking at a scientist’s papers should give you a good idea of what research topics the person cares about. But this is a bad idea, particularly for someone with little experience in the field and wanting more information.

Continue reading ⟶

Timing

The best way to speed up your code is to figure out which parts are running the slowest.

If you spend two hours halving the speed of part A in your code, but part A only takes up two seconds of a minute computation, you’ve shaved off one second. On the other hand, if you spend a few hours halving part B which contributes to the other fifty-eight seconds, then your computation time is only 31 seconds now, almost a 2x improvement.

This is why saying, “My code sure is running slow” is true, but useless.

Continue reading ⟶

The Journey to Completion

As a scientist, the usual “proof of work” is the paper1, a small artifact that encapsulates the essence of a problem and its resolution (or at least, progress the scientist makes). But the process of going from an initial idea to a finished paper is less clear for outsiders.

My goal here is to shed some light on the topic of projects, and all the work that goes into a paper. This is similar in spirit to how writers have gaps in between books in a series. Between publications dates, they need to plan, write, and edit their next book! It’s a lot of work, and makes for the long period between when a writer begins working on a book and when it goes out on shelves.

  1. I’m not necessarily a fan of having this be the unit of work that scientists judge each other by, but that’s another essay. 

Continue reading ⟶