On MacOs:
inkscape $(pwd)/IMG.svg --export-area-page --export-png=$(pwd)/OUTPUT.png -w WIDTH -h HEIGHT
Since macOS High Sierra sips --addIcon
is no longer supported.
An easier way to add and image to a file/folder is to use fileicon
npm package.
The new syntax is:
fileicon set foo img.png
Add A
record for the following website:
git.example.com
forum.example.com
And add email redirection for these emails:
No longer required since Oct-2017. Now ORCID can be added directly under the
Authors
section of the metadata on the deposit web interface.
In order to access the API you need to create a personal token
. To do that you need to:
Home > Account > Applications
and + New token in the Personal access tokens
section.token
to find it latergs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -sOutputFile=output.pdf input.pdf
The following parameters for -dPDFSETTINGS
can be edited with:
/screen
– Lowest quality, lowest size/ebook
– Moderate quality/printer
– Good quality/prepress
– Best quality, highest sizeNo longer required: see pyvims
module.
The NASA PDS Rings Node data search tool OPUS is very useful and user-friendly to extract valuable information from the Planetary Data System (PDS) with a very nice design graphic interface to make complex query on the PDS image database.
And other very powerful tool, which is a little be hidden, is its Application programming interface, known as API. The full user guide is available here.
Here a list of example to make your own crazy queries to extract quickly the information you are seeking for!