This page last changed on Feb 10, 2008 by gomikego@shaw.ca.

FeatureCounterServlet to Generate Google Charts:

Number of Pubications By Era Pie Chart (Entire Collection):

This will generate a URL that will display a Google chart that shows the number of works by era:

http://$host:$port/monkproxy2/GoogleFeatureChart/getWorkPublicationByEra

Attributes:

  • none

Number of Publications By Era Pie Chart (Per Corpus):

This will generate a URL that will display a Google chart that shows the number of works by era within a particular collection:

http://$host:$port/monkproxy2/GoogleFeatureChart/getCollectionPublicationByEra?corpus=

Attributes:

  • corpus = the name of the corpus to look in (e.g. corpus=ncf)

Number of Works Published by Year Line Chart (Entire Collection):

This will generate a URL that will display a Google chart that shows the number of works done per year within the collection:

http://$host:$port/monkproxy2/GoogleFeatureChart/getWorkPublicationCounts

Attributes:

  • none

Authors and Number of Published Works Bar Chart:

This will generate a URL that will display a Google chart that shows the number of works done per author for the current workset and corpus:

http://$host:$port/monkproxy2/GoogleFeatureChart/getWorkAuthorCounts?corpus=&worksetId=&maxCount=

Attributes:

  • corpus = the name of the corpus to look in (e.g. corpus=ncf)
  • worksetId = the id of the current workset (e.g. worksetId=123)
  • maxCount = limit the results to this many authors (e.g. maxCount=20)
Document generated by Confluence on Apr 19, 2009 15:04