RIS input - missing piece data
See original GitHub issueFirst 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Working great! Thanks again!
This has been released in
v0.5.0-alpha.3
.