The template proposed divides a scientific abstract in four levels: root, level 1, 2, 3.
Root: contains only the title
Level 1: contains context, objective, method, results, conclusion
Level 2: contains the research area, problem, motivation, specific/general objective, study design, type of study, participants, result measure, qualitative, quantitative result, contribution, limitation, future work.
Level 3 : contains user concepts
Well, to represent this we need a JSON like structure which can is capable of storing this information, For example:
{
[
"context": {
},
"Objective": {
},
"Method": {
},
"Result": {
},
"Conclusion": {
}
]
}
This functionality must allow the user to navigate through JSON format to dictionary format easily.
The template proposed divides a scientific abstract in four levels: root, level 1, 2, 3.
Root: contains only the title
Level 1: contains context, objective, method, results, conclusion
Level 2: contains the research area, problem, motivation, specific/general objective, study design, type of study, participants, result measure, qualitative, quantitative result, contribution, limitation, future work.
Level 3 : contains user concepts
Well, to represent this we need a JSON like structure which can is capable of storing this information, For example:
This functionality must allow the user to navigate through JSON format to dictionary format easily.