-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix authorsAlpha #11614
Merged
Merged
Fix authorsAlpha #11614
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8f54393
Fix authorsAlpha
subhramit e363e47
Merge branch 'main' into fix-authorsAlpha
subhramit cfc3c7f
Add more test cases
koppor e879e31
Fix authorsAlpha - 2
subhramit 0131b9f
Fix tests
subhramit 4680f3c
Add tests for "van der" and other titles
subhramit d4b5459
Uncomment getLastName tests
subhramit 0125983
Add javadoc
subhramit b5fce4b
Merge branch 'main' into fix-authorsAlpha
koppor b889366
Fix CitationKeyGeneratorTest
subhramit 603b9e3
Fix BracketedPatternTest
subhramit fc73b59
Merge branch 'main' into fix-authorsAlpha
subhramit 1d1bc0e
Use Authors#getLastName
subhramit f742712
Merge remote-tracking branch 'origin/fix-authorsAlpha' into fix-autho…
subhramit 9926a1c
Merge branch 'main' into fix-authorsAlpha
subhramit fd59be0
save
subhramit 274934a
Handle organization names
subhramit 45eb781
fix submodules part 1
subhramit a68d1c8
fix submodules part 1
subhramit 2cf576d
fix submodules part 2
subhramit 7992391
Use Braces Formatter
subhramit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does exceed 4 authors, why is this not
Aa
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per our discussion, we would do that if there is "and others". (Refer Case "1"). Furthermore, this has been established ever since we started talking about DIN. I can do only the first author's two letters of last name in case of exceeding authors but note that everywhere I have looked, in case of exceeding authors (and no "and others"), the abbreviation of first four authors are taken.
You can try citing 10.3945/ajcn.111.023457 using citationmachine as well: https://www.citationmachine.net/bibliographies/a446c586-d900-4583-a249-72d7b9bc0b52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the LNI template: #11614 (comment)
We need to setup a minimal latex+bibtex document with authorsalpha with the test cases and see what that returns.