Created
March 13, 2017 17:01
-
-
Save LuiSlacker/93ed510473a2d7443238d41918605d25 to your computer and use it in GitHub Desktop.
formula-similarity-widget.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script | |
type='application/javascript' | |
src='http://math.citeplag.org/widgets/formula-similarity-widget.js' | |
reference_mathml='<math xmlns="http://www.w3.org/1998/Math/MathML">... Your Reference-MathML goes here ...</math>' | |
comparison_mathml='<math xmlns="http://www.w3.org/1998/Math/MathML">... Your Comparison-MathMLgoes here ...</math>' | |
similarities='<Your Similarities-JSON goes here>' // see below for structure example | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment