record.addValue("pubModel", new StringValue(
pubblicationModel));
String title = XMLUtils.getElementValue(article, "ArticleTitle");
if (title != null)
record.addValue("articleTitle", new StringValue(title));
Element abstractElement = XMLUtils
.getSingleElement(article, "Abstract");
if (abstractElement == null)
{