Closed cparnot closed 12 years ago
Some of the journals have closed up shop, so they shouldn't get a style. E.g. "Analytical Communications", of which the last issue was in 1999 (see your tab-delimited file).
The script skips journals no longer published, so "Analytical Communications" is not included in the commit. Only 43 of the journals are left after taking the years into account.
Sent with my thumbs
On Jul 13, 2012, at 1:13 PM, "Rintze M. Zelle"reply@reply.github.com wrote:
Some of the journals have closed up shop, so they shouldn't get a style. E.g. "Analytical Communications", of which the last issue was in 1999 (see your tab-delimited file).
Reply to this email directly or view it on GitHub: https://github.com/citation-style-language/styles/issues/199#issuecomment-6974024
Sorry for the noise, then. I was just looking at the list of journals above.
07-13-2012
Generating CSL files for all RSC journals
It appears all the journals for the 'Royal Society of Chemistry' follow the same guidelines for reference formatting.
The RSC web site has a list of journals in html form, and with some googling, I found a partial list of journals with ISSNs.
Using the list of journals available also on their web site, I created manually a list of journals with ISSNs and URLs.
Files
These are the files used to generate the styles
rsc_journals.tab
: manually created by using the PDF file found online and information on RSC websitersc_journals_to_skip.txt
: list of journals to skipgenerate_rsc_styles.rb
: script that generate the final CSL stylesrsc_style_template.csl
: template used by the scriptgenerated_styles
: will contain generated BMC stylesrsc_journals.tab
rsc_journals_to_skip.txt
rsc_style_template.csl
generate_rsc_styles.rb