Skip to content

Create a way to store Concept Map Template in JSON #12

@vinnydsstos

Description

@vinnydsstos

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions