koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 13 forks source link

New study.yml format #619

Open koppor opened 2 years ago

koppor commented 2 years ago

Current example:


version: 0.1.0-wip
authors:
- Olly
- Kevin
- Dominik
title: Demo Study
research-questions:
- How is flexibility achieved in JavaFX development?
queries:
- query:
  - lucene: JabRef AND Java
  - description: Searches for JabRef and Java (optional)
  - catalogueSpecific: (optional)
    - ACM Portal: "JabRef + Java"
    - IEEExplore: "JabRef +Java"
- query: JabRef AND JavaFX
- query: JavaFX development speed
catalogues:
- name: ACM Portal
  enabled: true
  comment: ... (optional)
- name: IEEEXplore
  enabled: true
  comment: ...
- name: GVK
  enabled: true
  comment: ...
- name: DBLP
  enabled: true
  comment: ...
``´
koppor commented 6 months ago

This is more an engineering than an implementation task. Should be carefully designed.