-
Notifications
You must be signed in to change notification settings - Fork 5
Makefile error #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Makefile error #45
Conversation
| # We create a data package, i.e., a .csv and a .json file, from a .yaml and a | ||
| # .svg files by invoking the svgdigitizer. | ||
| ${TARGET_DIR}/%.csv ${TARGET_DIR}/%.json : ${SOURCE_DIR}/%.yaml ${SOURCE_DIR}/%.svg | ||
| ${SVGDIGITIZER} cv --sampling-interval ${SAMPLING_INTERVAL} --si-units --bibliography --metadata $< ${patsubst %.yaml,%.svg,$<} --outdir=${@D} 2>&1 | awk '{ print "'$<': "$$0 }' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you not want to see stderr anymore here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow, the test for building packages does not fail when the SVG is empty, as it is the case in the demo files below. At least now we can see in the tests (Checks) a Python error. Ideally, we we should add a test that first checks newly added files, then all tests can be evoked. This PR is merely a test. This can also be discussed in #45 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea what you are saying here, sorry ;)
Maybe we can discuss that in our call.
| <?xml version="1.0" encoding="utf-8" ?> | ||
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" height="6497px" version="1.1" width="4961px"> | ||
| <defs/> | ||
| <image height="6497px" sodipodi:insensitive="true" width="4961px" x="0" xlink:href="meng_2012_the_5222_p3.png" y="0"/> | ||
| </svg> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't there be something in here?
Literature Addition Checklist
For contributors and reviewers alike.
Add literature_identifierFilename
<Name>_<Year>_<FirstWordFirstPage>_<FirstPageNumber>_<fxy>_<Identifier>, where x is the figure number and y the subfigure label, i.e., 2b. For supporting information figures, usesfxyinstead.Bib file
Pt (111)toPt(111).SVG
Figure: xy(notFigure: fxy).tagstext label should be included in the SVG indicating the type of measurement (BCV, ORR, COOR, etc).YAML