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

DateRange rendering, algorithm quite buggy on boundaries #171

Open
3 tasks done
glorieux-f opened this issue Sep 27, 2023 · 0 comments
Open
3 tasks done

DateRange rendering, algorithm quite buggy on boundaries #171

glorieux-f opened this issue Sep 27, 2023 · 0 comments

Comments

@glorieux-f
Copy link
Contributor

glorieux-f commented Sep 27, 2023

Please follow the general troubleshooting steps first:

  • I read the README and followed the instructions.
  • I am sure that the used CSL metadata follows the CSL schema.
  • I use a valid CSL stylesheet

Bug reports:

data citeproc-php zotero
"date-parts": [[1946, 12, 31], [1947, 1, 1]] 1946, December 31–1 1946–1947, December 31–January 1
"date-parts": [[1946, 12], [1947, 1]] 1946, December–January 1946–1947, December–January
"date-parts": [[1946, 9], [1946, 10]] 1946, September 1946, September–October

Used CSL stylesheet:

apa.csl

Used CSL metadata

[

	{
		"id": "n1", 
		"type": "article-newspaper",
		"title": "Date range bugs",
		"issued": {
			"date-parts": [[1946, 12, 31], [1947, 1, 1]]
		}
	},
	{
		"id": "n2", 
		"type": "article-newspaper",
		"title": "Date range bugs",
		"issued": {
			"date-parts": [[1946, 12], [1947, 1]]
		}
	},
	{
		"id": "n3", 
		"type": "article-newspaper",
		"title": "Date range bugs",
		"issued": {
			"date-parts": [[1946, 9], [1946, 10]]
		}
	}
]
glorieux-f added a commit to glorieux-f/citeproc-php that referenced this issue Sep 27, 2023
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