-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dummy data #69
base: jabmap
Are you sure you want to change the base?
Add dummy data #69
Conversation
Dummy data can be found in jabref/JabMapTestData
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about the data required by the frontend team NOW. This data is older than the current code (#61) produces.
JabMapTestData/dummydata-1.bib
Outdated
@@ -0,0 +1,63 @@ | |||
% Encoding: UTF-8 | |||
@INPROCEEDINGS{aPaper, | |||
author={T. {Kim} and S. {Park} and T. {Lee}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to a add braces around last names (in case they consists of single words)
JabMapTestData/dummydata-1.bib
Outdated
booktitle={2017 IEEE International Symposium on Software Reliability Engineering Workshops (ISSREW)}, | ||
title={Applying software reliability engineering process to software development in Korea defense industry}, | ||
year={2017}, | ||
volume={}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just leave empty fields out (should work withthe frontend nevertheless)
JabMapTestData/dummydata-1.bib
Outdated
id = {2}, | ||
name = {test number 2}, | ||
bibEntry = {aPaper}, | ||
icons = {read,low_priority}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
snake_case is OK for me. Maybe we need to write an ADR on that. (camel case, snake case, separataion by spaces
JabMapTestData/dummydata-1.bib
Outdated
id = {2}, | ||
name = {test number 2}, | ||
bibEntry = {aPaper}, | ||
icons = {read,low_priority}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better readability, I would suggest spaces to separate keywords
icons = {read,low_priority}, | |
icons = {read, low_priority}, |
JabMapTestData/dummydata-1.bib
Outdated
id = {3}, | ||
name = {test number 3}, | ||
bibEntry = {aPaper}, | ||
icons = {read,high_priority}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icons = {read,high_priority}, | |
icons = {read, high_priority}, |
JabMapTestData/dummydata-1.bib
Outdated
} | ||
|
||
@MindMapNode{3, | ||
id = {3}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this really is work-in-progress - we discussed to remove id
(as this is the BibTeX key)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was unaware of the changes to the fields at the time. Data has now been updated to the current version.
JabMapTestData/dummydata-1.bib
Outdated
|
||
@MindMapNode{3, | ||
id = {3}, | ||
name = {test number 3}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New version: label
Dummy data can be found in jabref/JabMapTestData
Implements #62
Dummy data can be found in jabref/JabMapTestData.