Difference between revisions of "SUNScholar/Web Analytics"
| Line 18: | Line 18: | ||
===Good examples=== | ===Good examples=== | ||
*http://scholar.sun.ac.za | *http://scholar.sun.ac.za | ||
| + | *http://repository.up.ac.za | ||
==DSpace Google Setup== | ==DSpace Google Setup== | ||
Revision as of 11:35, 6 October 2012
Contents
Introduction
This wiki help page assumes that you have used the three system setup procedures to install an Ubuntu server with DSpace software.
First, please read the draft digital preservation policy regarding electronic citation management.
Suggestions from the webometrics ranking editors
See: http://repositories.webometrics.info/en/Best_Practices
All the scientific production, formal and informal, draft or definitive, published or unpublished, should be available from a unique web site. The institutional repository is a very important asset of the institution as a whole, not only of the library. We recommend the following syntax for the institutional repository web address:
http://repository.university.country
- It is very important to avoid changing the institutional domain as it can generate confusion and it has a devastating effect on the visibility values.
- Avoid cumbersome navigation menus based on Flash, Java or JavaScript that can block the robot access.
- For scientists it is important that the link to the full text would be easily citable. Therefore Very Long URLs should be avoided in all situations.
Good examples
DSpace Google Setup
Google Scholar
- https://wiki.duraspace.org/display/DSDOC18/Google+Scholar+Metadata+Mappings
- http://web.lib.sun.ac.za/dspace/docs/1.7.2/Google%20Scholar%20Metadata%20Mappings.html
- http://roar.eprints.org/help/google_scholar.html
- http://scholar.google.com/intl/en/scholar/inclusion.html
- https://wiki.duraspace.org/display/DSPACE/Ensuring+your+instance+is+indexed
Google Analytics
Open your main Dspace config file and look for the xmlui.google.analytics.key setting. Enter your google analytics key.
Rebuild the DSpace webapps using the custom rebuild script.
Google Sitemap
Frist, edit the DSpace config file and setup sitemaps as follows.
#### Sitemap settings #####
# the directory where the generated sitemaps are stored
sitemap.dir = ${dspace.dir}/sitemaps
#
# Comma-separated list of search engine URLs to 'ping' when a new Sitemap has
# been created. Include everything except the Sitemap URL itself (which will
# be URL-encoded and appended to form the actual URL 'pinged').
#
sitemap.engineurls = http://www.google.com/webmasters/sitemaps/ping?sitemap=http://scholar.sun.ac.za/htmlmap
# Add this to the above parameter if you have an application ID with Yahoo
# (Replace REPLACE_ME with your application ID)
# http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=REPLACE_ME&url=
#
# No known Sitemap 'ping' URL for MSN/Live search
Second, go to the Google Webmasters page and create an account. When asked to submit a sitemap use htmlmap as the sitemap URL. After the correct setup, you can view your own sitemaps by pointing your browser to:
http://%my-repository-hostname%/htmlmap
For example you can view SUNScholar sitemaps by clicking on the link below.
http://scholar.sun.ac.za/htmlmap
Visibility
Check your ranking
Check to see who has the most records
Check the academic rankings
- http://www.arwu.org
- http://www.webometrics.info
- http://en.wikipedia.org/wiki/College_and_university_rankings
- http://www.topuniversities.com/world-university-rankings
References
- http://www.dspace.org/1_6_2Documentation/ch05.html#N142ED
- http://www.dspace.org/1_5_2Documentation/ch03.html#N10B41
Back to Guidelines