Skip to content

Commit

Permalink
graphics for APS
Browse files Browse the repository at this point in the history
  • Loading branch information
ehenneken committed Dec 11, 2018
1 parent f89eb92 commit fc8fb08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.20

* graphics for APS

### 1.0.19

* graphics for OUP
Expand Down
5 changes: 3 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
LOG_STDOUT = True
GRAPHICS_SECRET_KEY = 'this should be changed'
# External graphics sources
GRAPHICS_EXTSOURCES = ['IOP', 'Elsevier', 'EDP', 'OUP']
GRAPHICS_EXTSOURCES = ['IOP', 'Elsevier', 'EDP', 'OUP', 'APS']
# Some info for the external site
GRAPHICS_HEADER = {
'EDP':'Every image links to the article on <a href="http://www.aanda.org/" target="_new">Astronomy &amp; Astrophysics</a>',
'OUP':'Every image links to the article on <a href="https://academic.oup.com/mnras/" target="_new">Monthly Notices of the RAS</a>',
'IOP':'Every image links to the <a href="http://www.astroexplorer.org/" target="_new">AAS "Astronomy Image Explorer"</a> for more detail.',
'IOPscience':'Every image links to the article on <a href="http://iopscience.iop.org/" target="_new">IOPscience</a>',
'Elsevier':'Every image links to the article on <a href="http://www.sciencedirect.com" target="_new">ScienceDirect</a>'
'Elsevier':'Every image links to the article on <a href="http://www.sciencedirect.com" target="_new">ScienceDirect</a>',
'APS': 'Every image links to the article on <a href="https://journals.aps.org/" target="_new">Physical Review Journals</a>'
}
#
GRAPHICS_INCLUDE_ARXIV = True
Expand Down

0 comments on commit fc8fb08

Please sign in to comment.