Skip to content
Snippets Groups Projects
Commit 6ac7f23e authored by Robert Bossy's avatar Robert Bossy
Browse files

Candidatus abbreviation (#28)

parent 26207bd7
No related branches found
No related tags found
No related merge requests found
Pipeline #188527 skipped
......@@ -5,6 +5,17 @@
- '{1} {2}'
- '{1}.{2}'
- '{1} . {2}'
- name_type: Candidatus abbreviation
pattern: Candidatus (.*)
replacements:
- 'Ca. {1}'
- name_type: Candidatus abbreviation and genre name abbreviation
pattern: Candidatus ([A-Z])[a-z]+ (.*)
replacements:
- 'Ca. {1}. {2}'
- 'Ca. {1} {2}'
- 'Ca. {1}.{2}'
- 'Ca. {1} . {2}'
- name_type: specific name case
pattern: ([A-Z][a-z]+) ([a-z])([a-z]+)
replacements:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment