forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ecosistemas.csl (citation-style-language#6503)
Remove comma between author and year for in-text citations
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
<id>http://www.zotero.org/styles/ecosistemas</id> | ||
<link href="http://www.zotero.org/styles/ecosistemas" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-journal-of-botany" rel="template"/> | ||
<link href="http://www.revistaecosistemas.net/public/journals/1/docs/Normasparaautores_RevistaEcosistemas.pdf" rel="documentation"/> | ||
<link href="http://www.revistaecosistemas.net/index.php/ecosistemas/about/submissions#authorGuidelines" rel="documentation"/> | ||
<link href="https://www.revistaecosistemas.net/public/journals/1/docs/Normasparaautores_RevistaEcosistemas.pdf" rel="documentation"/> | ||
<link href="https://www.revistaecosistemas.net/index.php/ecosistemas/about/submissions" rel="documentation"/> | ||
<author> | ||
<name>Francisco Rodriguez-Sanchez</name> | ||
<email>[email protected]</email> | ||
|
@@ -113,7 +113,7 @@ | |
</sort> | ||
<layout prefix="(" suffix=")" delimiter="; "> | ||
<group delimiter=" "> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
|