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

Create study-lock.yml #606

Open koppor opened 2 years ago

koppor commented 2 years ago

Drivers:

Introduce study-lock.yml (similar to package-lock.json), where the really sent queries are contained. The -lock is a "superset" of the .yml file.

study.yml:

queries:
- query: JabRef AND Java
  - ACM Portal: "def"
  - IEEExplore: "abc"

study-lock.yml:

queries:
- query: JabRef AND Java
  - ACM Portal: "def"
  - IEEExplore: "abc"
  - GVK: "abc"