On Thu, Sep 19, 2013 at 7:02 PM, Emiliano Gianetto <emi_...@hotmail.com> wrote:
> We are just two university partners so it should be a really simple
> recommendation addon. We already have a repository with some data, and the
> idea is that once you start looking into this items, the addon should
> display some recommendations as a list in some GUI place (we prefer the
> XMLUI interface). This recommendations will be based on some algorithms
> (which could be a Social Information Filtering Algorithm, an Item-Based
> Top-N Algorithm, etc).
>
> We are trying to make a separated addon, and then use some dspace
> framework's hotspot to connect it.
>
> I hope this helps and feel free to ask whatever you want.


Hi Emiliano,

as I understand it, on an item page, this will show recommendations of
other items from the same repository similar to the current item.

We already have such a feature for XMLUI since DSpace 3.1 called "More
like this" and based on the Solr more like this feature. Of course,
you want to use different algorithms, but I suggest you reuse the UI
bits and make it configurable which algorithm to use and submit your
feature to us (if we accept it, it will lower your burden of
maintaining separate patches). I, personally, would welcome such
diversity. I also have a different recommendation method yet to
contribute.

Mark's suggestion to make a separate aspect is what I'd recommend,
too. Unfortunately, we don't have any good tutorial for writing
aspects, so you'll just have to look at existing aspects as examples.
It would be best if the actual comparison algorithms could be at least
separate classes, ideally pluggable, so that someone else could reuse
the code later when porting the feature to JSPUI.

Of course, feel free to ask any more detailed questions here.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to