Git Product home page Git Product logo

node-ncbi's Introduction

About

Hi! I am a web developer and data-vis with 10 years experience building websites and web apps. While I have worked throughout the stack, my deep expertise is on the frontend, especially TypeScript and React. I also have special expertise with D3.js and ProseMirror. I have an extensive background in public speaking, and enjoy distilling technical subjects for a variety of audiences.

Work

I have a freelancing business Living Pixel Solutions, where I work with clients to develop data intensive, interactive web apps.

Some things I've worked on: Manuscripts.io, Please Sign Me, Hypocube, Abbey, MitoViewer, GUS, node-ncbi, and many more.

I write a blog where I experiment with data-vis stories and techniques.

node-ncbi's People

Contributors

caydenberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-ncbi's Issues

Full text

Idea: from a PubMed ID# return either the full NLM XML (if available) OR null/404 etc..

(est. 2 hrs)

Remove abstract empty string from call to pubmed.summary

Hey, thanks for your work on this module!

I've done custom implementations of using the NCBI API before and know there is a way to fetch a full publication as JSON by its ID.

As I understand, with your module I can grab pieces of a publication by ID but never the complete object, is that correct or am I missing a piece?

Thanks!

isOa returns different results at different times?

Hi, thanks very much for putting this package together.

It seems there is an issue with the boolean returned by
pubmed.isOa(ID)

I was testing this and seeing the same result from
pubmed.fullText(ID)
meaning I either get the full text or I don't, consistently, but the results of the boolean change.

Any ideas?

Docs wrong

The description of the API for pubmed.search is incorrect. The data passed to .then is an object containing the count and and an array of summaries.

Failing tests

Specific linkage queries were removed and moved into pubmed.js ... create one generic test for linkage and delete the others.

Consider moving the react dependency to `devDependencies`

Thanks a lot for this very useful package!

We currently use on our backend side, and I noticed recently that a lot of dependencies were added to our project when building and deploying, and found out it was because of node-ncbi.

Could you consider moving the dependencies that are not mandatory to package use into devDependencies of your package.json file ?

If it helps, I can make a Pull Request.

Thanks again and have a nice day!

Browser build

Use webpack or browserify to create a browser version. Need Promise polyfill to be included.

Build is too big

Half of it is coming from xml2js ... use browserify-bypass to create a smaller version for the browser. Should be much easier with access to the native DOM parser (doable in a few lines of code).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.