Skip to content
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

[non-urgent Bug]: parsing (error?) for names w/ "family=" #58

Open
2 tasks done
kzssc opened this issue Dec 12, 2024 · 1 comment
Open
2 tasks done

[non-urgent Bug]: parsing (error?) for names w/ "family=" #58

kzssc opened this issue Dec 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kzssc
Copy link

kzssc commented Dec 12, 2024

Bug Description

when the following entry (and the like) is picked up, it indicates "family" as the name of the author. Apparance aside - there's no error. (e.g. plugin/pandoc picks up the right entry, parse with the right info into the new .docx).

I've got quite few (though not enough) entries like these, unsure of their origin.

Relevant Screenshot

image

To Reproduce

No response

Debugging Log

(no error as indicated/mentioned) 

[11:19:52.855 am] Supercharged Citation Picker[Script Filter] Processing complete
[11:19:52.884 am] Supercharged Citation Picker[Script Filter] Passing output 'schonherr2018StillLivesHeadaches' to Conditional
[11:19:52.885 am] Supercharged Citation Picker[Conditional] Processing complete
[11:19:52.886 am] Supercharged Citation Picker[Conditional] Passing output 'schonherr2018StillLivesHeadaches' to Arg and Vars
[11:19:52.886 am] Supercharged Citation Picker[Arg and Vars] Processing complete
[11:19:52.887 am] Supercharged Citation Picker[Arg and Vars] Passing output '@schonherr2018StillLivesHeadaches' to Arg and Vars
[11:19:52.887 am] Supercharged Citation Picker[Arg and Vars] Processing complete
[11:19:52.888 am] Supercharged Citation Picker[Arg and Vars] Passing output '@schonherr2018StillLivesHeadaches' to Copy to Clipboard

Sample BibTeX Entries

@article{schonherr2018StillLivesHeadaches,
	author = {family=SCH{\"O}NHERR, given=JULIUS, given-i=JULIUS},
	date = {2018-06},
	issn = {0953-8208},
	journaltitle = {Utilitas},
	keywords = {nosource},
	number = {02},
	pages = {209--218},
	title = {Still {{Lives}} for {{Headaches}}: {{A}} Reply to {{Dorsey}} and {{Voorhoeve}}},
	volume = {30},


@book{blyton2017TimeWorkOrganization,
	annotation = {OCLC: 957683873},
	author = {family=BLYTON, given=PAUL, given-i=PAUL},
	date = {2017},
	isbn = {978-1-138-28919-2},
	langid = {english},
	location = {Place of publication not identified},
	publisher = {ROUTLEDGE},
	title = {Time, {{Work}} and {{Organization}}.}}

@article{kumar2015RiskingWronging,
	author = {family=KUMAR, given=RAHUL, given-i=RAHUL},
	date = {2015-01},
	journaltitle = {Philosophy \& Public Affairs},
	number = {1},
	pages = {27--51},
	title = {Risking and {{Wronging}}},
	volume = {43},

Buffer Files

buffer.json
last_version.txt

Workflow Configuration

image

Checklist

  • I have updated to the latest version of this workflow.
  • I have tried manually reloading the buffer (Alfred keyword scp, select Force Buffer Reload).
@kzssc kzssc added the bug Something isn't working label Dec 12, 2024
@chrisgrieser
Copy link
Owner

Hmm, I've never seen this form of syntax before. Is it even standard or only part of a niche subset of bibtex apps?

Before I can consider whether to consider this I'd need some sort of documentation for this syntax, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants