Browse Source

updated test data after the minor change in the parser made to support abstracts correctly

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
d98391d102
  1. 9
      test/all.bib.txt
  2. 11
      test/bibacid-iso8859.bib.txt
  3. 15
      test/metrics.bib.txt

9
test/all.bib.txt

@ -608,7 +608,14 @@ array (
) )
array ( array (
'_author' => 'A. Bockmayr, T. Kasper', '_author' => 'A. Bockmayr, T. Kasper',
'abstract' => 'We introduce branch-and-infer, a unifying framework for integer linear programming and finite domain constraint programming. We use this framework to compare the two approaches with respect to their modeling and solving capabilities, to introduce symbolic constraint abstractions into integer programming, and to discuss possible combinations of the two approaches.',
'abstract' => 'We introduce branch-and-infer, a unifying
framework for integer linear programming and finite domain
constraint programming. We use this framework to compare the
two approaches with respect to their modeling and solving
capabilities, to introduce symbolic constraint abstractions
into integer programming, and to discuss possible combinations
of the two approaches.
',
'author' => 'A. Bockmayr and T. Kasper', 'author' => 'A. Bockmayr and T. Kasper',
'journal' => 'INFORMS J. Computing', 'journal' => 'INFORMS J. Computing',
'key' => 'BockmayrKasper98', 'key' => 'BockmayrKasper98',

11
test/bibacid-iso8859.bib.txt

@ -193,3 +193,14 @@ array (
'type' => 'article', 'type' => 'article',
'year' => '1997', 'year' => '1997',
) )
array (
'_author' => 'J. Abounader, D. Tooj',
'abstract' => 'This is an abstract
on several lines',
'author' => 'J. Abounader and D. Tooj',
'institution' => 'Queen\'s University, Kingston, ON.',
'key' => 'with_abstract',
'title' => 'This is with abstract',
'type' => 'inproceedings',
'year' => '1997',
)

15
test/metrics.bib.txt

@ -1476,7 +1476,20 @@ array (
) )
array ( array (
'_author' => 'Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener', '_author' => 'Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener',
'abstract' => 'Model-Driven Engineering (MDE) is an approach to software development that uses models as primary artifacts, from which code, documentation and tests are derived. One way of assessing quality assurance in a given domain is to define domain metrics. As text documents, models can be considered from a syntactic point of view i.e., thought of as graphs. We can readily apply graph-based metrics to them, such as the number of nodes, the number of edges or the fan-in/fan-out distributions. However, these metrics cannot leverage the semantic structuring enforced by each specific metamodel to give domain specific information. Contrary to graph-based metrics, more specific metrics do exist for given domains (such as LOC for programs), but they lack genericity. Our contribution is to propose one metric that is generic over the domains and the metamodels and allows the easy specification of an open-ended wide range of model metrics.',
'abstract' => 'Model-Driven Engineering (MDE) is an approach to software development
that uses models as primary artifacts, from which code, documentation
and tests are derived. One way of assessing quality assurance in
a given domain is to define domain metrics. As text documents, models
can be considered from a syntactic point of view i.e., thought of
as graphs. We can readily apply graph-based metrics to them, such
as the number of nodes, the number of edges or the fan-in/fan-out
distributions. However, these metrics cannot leverage the semantic
structuring enforced by each specific metamodel to give domain specific
information. Contrary to graph-based metrics, more specific metrics
do exist for given domains (such as LOC for programs), but they lack
genericity. Our contribution is to propose one metric that is generic
over the domains and the metamodels and allows the easy specification
of an open-ended wide range of model metrics.',
'author' => 'Martin Monperrus and Jean-Marc Jézéquel and Joël Champeau and Brigitte Hoeltzener', 'author' => 'Martin Monperrus and Jean-Marc Jézéquel and Joël Champeau and Brigitte Hoeltzener',
'booktitle' => 'Model-Driven Software Development: Integrating Quality Assurance', 'booktitle' => 'Model-Driven Software Development: Integrating Quality Assurance',
'editor' => 'Jörg Rech and Christian Bunse', 'editor' => 'Jörg Rech and Christian Bunse',

Loading…
Cancel
Save