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

T1, TI and CT -> title in Mendeley #58

Open
customcommander opened this issue Nov 12, 2021 · 0 comments
Open

T1, TI and CT -> title in Mendeley #58

customcommander opened this issue Nov 12, 2021 · 0 comments

Comments

@customcommander
Copy link
Owner

The tags T1, TI and CT are mapped to title (in this order). If one exists all the other are ignored.

The following RIS file:

TY  - JOUR
T1  - T1 is 1st (I)
TI  - TI is 2nd (I)
CT  - CT is 3rd (I)
ER  - 

TY  - JOUR
TI  - TI is 2nd (II)
CT  - CT is 3rd (II)
ER  - 

TY  - JOUR
CT  - CT is 3rd (III)
ER  - 

Should produce three references:

  1. title="T1 is 1st (I)"
  2. title="TI is 2nd (II)"
  3. title="CT is 3rd (III)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant