Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Beta access available via 1.5 Maintenance branch in SVN – see Getting _ Involved _ in _ Development 

Previous issues have been resolved, one search stop word issue was added, and final testing of a second release candidate Cornell is progressing through a full recomputing of inferences, the search index, and test additions and removals using the full Cornell VIVO dataset. Looking for an update from UPenn on any testing of search indexing performance there.

...

  • Any update from IU on performance of map of science visualizations using the exported Florida data (35K publications)?
  • checking the size of a string variable in Freemarker – Tim suggests the Freemarker built in functions documentation, and Eliza reports that (statement.startPage?length > 0) with the brackets works
  • error when adding a class group – moved a new vivo installation from one machine to another and all seems to be working well except for that when I try and add a new class group via the site admin panel, I get the following error:
    edu.cornell.mannlib.vitro.webapp.dao.InsertExceptionUnable to insert class group null
  • "not exists" syntax – will revert to 1.4.1 behavior in 1.5.1; currently this will work (thanks, Stella):

    Panel

    select * where
    {
    ?authorship a vivo:Authorship .
    ?authorship vivo:linkedAuthor ?author .
    filter (not exists {?author vivo:authorInAuthorship ?authorship})
    }

  • access forbidden error in Solr (check deploy.properties configuration and try commenting out the solr mask property temporarily to isolate the problem)

...