Virtual Contribution to the Seattle Mashathon Part II
2009 November 20
So I’ve been getting TONS of questions about how to insert the javascript we created into Serial Solutions. Here are the simple steps:
- Install JQuery on one of your servers
- Put the peer_issn.js file on a server somewhere
- Login to Serial Solutions
- Go to E-Journal Portal Customizer
- Go to Advanced and Page Head
- Edit the Page Head to add the following lines
<script type=”text/javascript” src=”PATH/TO/jquery.js?P”></script> <!– This should go to your instance of JQuery –>
<script src=”PATH/TO/peer_issn.js” type=”application/javascript”></script> - Save
- If you are also a 360 Link Customer then you need to do the following
- Go to E-Journal Portal Customizer
- Choose the 360 Link Tab
- Go to Advanced and Page Head
- Edit the Page Head to add the following lines
<script type=”text/javascript” src=”http://info.lib.uh.edu/css_etc/jquery.js?P”></script> <!– This should go to your instance of JQuery –>
<script src=”PATH/TO/peer_issn.js” type=”application/javascript”></script> - Save
Your change will go live overnight. At UH we’re implementing the script this weekend. So if you visit our Serial Solutions stuff you’ll see it in place on Monday.