|
|
|
Ask HN: What are your worst pain points when dealing with scientific literature?
|
|
7 points
by jdale27
700 days ago
|
|
My background is mainly in computer science / software engineering, but I've been working with scientists (mainly biologists) for most of my career. One of the biggest areas of friction and frustration I've encountered seems to be around how to effectively extract value from the literature -- whether it be raw data in a form that can be reused, or higher-level knowledge (e.g., how do you consume multiple studies about a given topic and synthesize them into a coherent mental model to inform your own research?). I'm interested in building tools to improve this, so I'd really appreciate hearing what you all think are the biggest challenges in this area. And if there are existing tools that you consider "secret weapons" for doing better at science, I'd love to hear about those as well. |
|
From there you can recursively search through the bibliography of the seminal works and the works that cite the seminal work to build a research map.
When researching different fields you often end up finding a) who the top researchers are and then you want to go read all of their stuff. b) who is currently working on the thing in $current_year who you might want to contact and talk to.
for example, when it comes to internal combustion engine research, Heywood is the man: https://scholar.google.co.uk/scholar?hl=en&as_sdt=0%2C5&q=JB...
(most cutting edge research is locked away in the automotive company's sadly).
Or in computational fluid dynamics the 'entry point' to the field is basically JD Anderson.
In both cases you're like 6 degrees of separation away from the cutting edge in several micro topics of active research.
> synthesize them into a coherent mental model to inform your own research
For the mental model there's no real way around sitting and reading a bunch of papers, I basically taught myself how to read papers efficiently and then read papers every day (often dead ends which can be quickly discounted.)