question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RIS input - missing piece data

See original GitHub issue

First of all, thanks for implementing this feature.

citation-js version: 0.4.10 OS: windows 10 Pro

Some data is not fetched from my RIS files.

Here is my RIS:

TY  - JOUR
T1  - The human gene mutation database: 2008 update
A1  - Stenson, Peter D
A1  - Mort, Matthew
A1  - Ball, Edward V
A1  - Howells, Katy
A1  - Phillips, Andrew D
A1  - Thomas, Nick ST
A1  - Cooper, David N
JO  - Genome medicine
VL  - 1
IS  - 1
SP  - 13
SN  - 1756-994X
Y1  - 2009
PB  - BioMed Central
ER  -

Here is my code:

let parsed;
try {
      parsed = new Cite(content);
} catch (e) {
        console.log(e.message)
}
let res = parsed.format('data', {format: 'object'});
console.log(res);

I my final res var, the expected data is here but the Y1 - 2009 part is missing.

Am I doing something wrong somewhere?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TanguyHefnaouicommented, Oct 9, 2019

Working great! Thanks again!

0reactions
larsgwcommented, Oct 7, 2019

This has been released in v0.5.0-alpha.3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing Data - Open Risk Manual
Missing Data is a typical phenomenon in real world quantitative / statistical analysis, whereby a material / significant amount of input data (required...
Read more >
The prevention and handling of the missing data - PMC - NCBI
Missing data can reduce the statistical power of a study and can produce biased estimates, leading to invalid conclusions. This manuscript ...
Read more >
6 Different Ways to Compensate for Missing Values In a ...
One way to handle this problem is to get rid of the observations that have missing data. However, you will risk losing data...
Read more >
Machine learning – Missing piece in Business Intelligence
Machine learning – The missing piece in Business intelligence (BI) puzzle ... on eliminating human input through automation, talented data scientists are ...
Read more >
The Missing Pieces of Risk Reporting - Calvin Lee - LinkedIn
Your business must be prepared to respond to changes, whatever they may be—natural disasters, data breaches, or economic factors in record time.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found