From 6ce4b4341d43a1fd21d4fe78bd57991274c00a81 Mon Sep 17 00:00:00 2001 From: "Moritz Schubotz (physikerwelt)" Date: Sat, 25 Nov 2017 17:07:39 +0100 Subject: [PATCH] Release version 1.0.3 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8aa75d..a55c0a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build Status](https://travis-ci.org/ag-gipp/vmext.svg?branch=master)](https://travis-ci.org/ag-gipp/vmext) +[![Coverage Status](https://coveralls.io/repos/github/ag-gipp/vmext/badge.svg?branch=master)](https://coveralls.io/github/ag-gipp/vmext?branch=master) +[![npm](https://img.shields.io/npm/v/vmext.svg)](https://www.npmjs.com/package/vmext) + # VMEXT: A Visualization Tool for Mathematical Expression Trees Mathematical expressions can be understood and represented as a tree consisting of functions (non-leaf nodes) and their arguments (child nodes of function nodes). Such expression trees are an important concept to store and process mathematical expressions as well as the most frequently used visualization of the structure of mathematical expressions. diff --git a/package.json b/package.json index 86592b8..0fbb61b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vmext", - "version": "1.0.2", + "version": "1.0.3", "main": "server.js", "description": "Mathematical expressions can be understood and represented as a tree con-sisting of functions (non-leaf nodes) and their arguments (child nodes of function nodes). Such expression trees are an important concept to store and process mathematical expressions as well as the most frequently used visual-ization of the structure of mathematical expressions. Typically, researchers visualize expression trees using general purpose tools that are not optimized for mathematics. This approach is laborious, redundant if mathematical ex-pressions are available in a structured markup, such as MathML, and error-prone, since the visualization represents a researcher’s notion of what the markup of an expression should be, but not necessarily what the actual markup is. In this paper, we present VET – a tool to automatically visualize mathematical expression trees from parallel MathML. Additionally, we pre-sent a demo application to convert LaTeX input to parallel MathML, which is then visualized using VET. By visualizing the actual markup of mathematical expressions, VET enables content providers to quickly spot problems in the content MathML markup that do not affect the presentation of the expres-sion. Identifying such discrepancies previously required reading the verbose and complex parallel MathML markup. VET also allows to visualize similar and identical elements of two expressions using arbitrary similarity measures. Visualizing expression similarity shall support developers in designing re-trieval approaches and enable improved interaction concepts for users of mathematical information retrieval systems. The similarity visualization al-lows designers and users of such systems to inspect the reasoning of a simi-larity measure, rather than exclusively being provided with a scalar similarity score as is the case for most current retrieval systems.", "repository": {