Skip to content

Commit

Permalink
Merge pull request #116 from JabRef/gsoc2022
Browse files Browse the repository at this point in the history
fix markdown
  • Loading branch information
Siedlerchr committed Feb 10, 2022
2 parents 74696fb + 07cc71b commit eec9885
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions GSoC2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@ It's also a good idea to start working on [one of the smaller issues](https://gi

## 3-way Merge

*Description:*
* *Description:*
JabRef is able to detect duplicate entries and to show a simple two-way merge dialog. Either changes from the left side or the right side can be used. There is no way to edit the merge result directly.
A big improvement would be to have a 3-way merge dialog as many modern IDEs like Intellij offer. Inspiration for the design and functionality of such a 3-way-merge can be seen in [Issue #6190](https://github.com/JabRef/jabref/issues/6190)
*Skills required*: Java, JavaFX
*Expected outcome*: A functioning 3-way merge dialog or a prototype
*Possible mentors:*: [@Siedlerchr](https://github.com/Siedlerchr), [@calixtus](https://github.com/calixtus)
* *Skills required*: Java, JavaFX
* *Expected outcome*: A functioning 3-way merge dialog or a prototype
* *Possible mentors:*: [@Siedlerchr](https://github.com/Siedlerchr), [@calixtus](https://github.com/calixtus)

## Apache Lucene Search

*Description:* JabRef offers an extensive search function that is based on a custom search syntax. The goal is to replace the custom search syntax and grammar with Apache Lucene's search syntax. It should offer the same functionality as the existing search.
*Skills required*: Java, JavaFX (experience with Lucene is a plus)
*Expected outcome*: A functioning search which supports the same functionality as the old search.
More information can be found in this [PR#8206](https://github.com/JabRef/jabref/pull/8206)

* *Description:* JabRef offers an extensive search function that is based on a custom search syntax. The goal is to replace the custom search syntax and grammar with Apache Lucene's search syntax. It should offer the same functionality as the existing search.
* *Skills required*: Java, JavaFX (experience with Lucene is a plus)
* *Expected outcome*: A functioning search which supports the same functionality as the old search. More information can be found in this [PR#8206](https://github.com/JabRef/jabref/pull/8206)
* *Possible mentors:* [@koppor](https://github.com/koppor), [@Siedlerchr](https://github.com/Siedlerchr), [@calixtus](https://github.com/calixtus)

## Apache Velocity as Template Engine
Expand Down

0 comments on commit eec9885

Please sign in to comment.