Skip to content

Commit

Permalink
Update as of 25 of April 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Gena928 committed Sep 29, 2020
1 parent f84f83e commit 1b5aead
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We fixed an issue with the Library of Congress importer.
- We fixed the [link to the external libraries listing](https://github.com/JabRef/jabref/blob/master/external-libraries.md) in the about dialog
- We fixed an issue regarding pasting on Linux. [#6293](https://github.com/JabRef/jabref/issues/6293)
- We fixed the paste entry command in the menu and toolbar, that did not do anything. [#6293](https://github.com/JabRef/jabref/issues/6293)
- We fixed an issue where the windows installer did not create an entry in the start menu [bug report in the forum](https://discourse.jabref.org/t/error-while-fetching-from-doi/2018/3)

### Removed

Expand Down Expand Up @@ -206,6 +208,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We fixed an issue where underscore character was removed from the file name in the Recent Libraries list in File menu [#6383](https://github.com/JabRef/jabref/issues/6383)
- We fixed an issue where few keyboard shortcuts regarding new entries were missing [#6403](https://github.com/JabRef/jabref/issues/6403)


### Removed

- Ampersands are no longer escaped by default in the `bib` file. If you want to keep the current behaviour, you can use the new "Escape Ampersands" formatter as a save action. [#5869](https://github.com/JabRef/jabref/issues/5869)
Expand Down
9 changes: 9 additions & 0 deletions docs/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ Course [Open Source Software](https://github.com/igorsteinmacher/DSL-UTFPR)
* Summary: Students are requested to contribute to an Open Source project to learn about the maintenance and evolution of software projects. This project is the predecessor of NAU's CS499.
* Course offered from 2013 to 2016 with different names

## Interesting Read for Students and Advisors

- [Developing Procrastination Feedback for Student Software Developers](https://medium.com/@ayaankazerouni/developing-procrastination-feedback-for-student-software-developers-1652de60db7f) by [@ayaankazerouni](https://github.com/ayaankazerouni?tab=overview&from=2015-12-01&to=2015-12-31)
> When students worked earlier and more often, they produced projects that:
>
> - were more correct,
> - were completed earlier,
> - took no more or less time to complete
## References

[1](teaching.md#a1): [@ayaankazerouni](https://github.com/ayaankazerouni): [Developing Procrastination Feedback for Student Software Developers](https://medium.com/@ayaankazerouni/developing-procrastination-feedback-for-student-software-developers-1652de60db7f) [2](teaching.md#a2): Lientz B., Swanson E., 1980: Software Maintenance Management. Addison Wesley, Reading, MA.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ private CitationKeyPatternPreferences createCitationKeyPatternPreferences() {
"",
CitationKeyGenerator.DEFAULT_UNWANTED_CHARACTERS,
keyPattern,
',');
',',
false);
}

private BibDatabaseContext withMode(BibDatabaseContext context, BibDatabaseMode mode) {
Expand Down

0 comments on commit 1b5aead

Please sign in to comment.