Replies: 1 comment
-
depends on whether you want to literally check for a creator of type
or just whether there is one creator regardless of its type:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I like my citekey to be "authorLast + auth + year + "_" + shorttitle(6,6)" as I like to see which group published a work and the lastauthor uses to be the professor which stays more constant.
Now sometimes I import media that has only one author, but the citekey uses the name two times, as authorLast and auth are the same.
I though I could check for the total number of authors and then use a different formula, e.g.
auth.items('=',1) auth + year + "_" + shorttitle(6,6) | authorLast + auth + year + "_" + shorttitle(6,6)
Any idea how to do this or if this is possible? Appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions