Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://doi.org/10.5281/zenodo.7268127
05 December 2024, 16:33:20 UTC
  • Code
  • Branches (0)
  • Releases (9)
  • Visits
    • Branches
    • Releases
      • 9
      • 9
      • 8
      • 7
      • 6
      • 5
      • 4
      • 3
      • 2
      • 1
    • 5653fe7
    • /
    • biovoxxel-BioVoxxel-Figure-Tools-11d28f8
    • /
    • biovoxxel-figure-tools
    • /
    • pom.xml
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    origin badgecontent badge
    swh:1:cnt:4187093609a780c01be4ef430e438bf272ec1fc5
    origin badgedirectory badge
    swh:1:dir:3fada443dc36b490efefb5c14d1d69c20e7c2825
    origin badgesnapshot badge
    swh:1:snp:8de2a9a59755c65c27d5faa20942b61cf4a650fd
    origin badgerelease badge
    swh:1:rel:9e153d82d05637cfc0e69af71f45640e50f96fbc

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    pom.xml
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>de.biovoxxel</groupId>
      <artifactId>BioVoxxel_Figure_Tools</artifactId>
      <version>3.0.5</version>
      <name>BioVoxxel Figure Tools</name>
      <description>The SVG Exporter is meant to export images and all related overlays in images, embedd images and objects in SVG files to enable loss-less scalability of scientific data. The Create Framed Inset Zoom function allows to create scaled copies of an image area with a certain integer zoom factor to prevent pixel alterations but keeping the original scaling information to allow proper scale bar addition.
    The metadata recorder (Meta-D-Rex) records processing steps image-specific and saves them in the image's header to reproducibly store image processing steps.
    The LUT Channels Tool allows to customize personal favorite LUTs, tests Color deficient vision and reproduces most important functionalities of the IJ Channels Tool as an alternative to the latter.</description>
      <inceptionYear>2022</inceptionYear>
    	
    	<url>tbd</url>
    	<organization>
    		<name>BioVoxxel</name>
    	 	<url>https://www.biovoxxel.de</url>
    	 </organization>
    	 
    	<parent>
    		<relativePath />
    		<artifactId>pom-scijava</artifactId>
    		<version>31.1.0</version>
    		<groupId>org.scijava</groupId>
    	</parent>
    	
    	
    	 <developers>
    		<developer>
    			<id>biovoxxel</id>
    			<name>Jan Brocher</name>
    			<email>jan.brocher@biovoxxel.de</email>
    			<organization>BioVoxxel</organization>
    			<roles>
    				<role>developer</role>
    			</roles>
    			<timezone>-6</timezone>
    		</developer>
    	</developers>
    	<contributors>
    		<contributor>
    			<name>none</name>
    		</contributor>
    	</contributors>
    	
    	<licenses>
    		<license>
    			<name>3-Clause BSD License</name>
    			<distribution>repo</distribution>
    		</license>
    	</licenses>
    	
    	<properties>
    		<package-name>de.biovoxxel.bv3dbox</package-name>
    		<license.licenseName>bsd_3</license.licenseName>
    		<license.copyrightOwners>Jan Brocher, BioVoxxel</license.copyrightOwners>
    		<!--<scijava.app.directory>/home/rhaase/programs/fiji/Fiji.app/</scijava.app.directory>-->
    	</properties>
    	
    		<mailingLists>
    		<mailingList>
    			<name>ImageSc Forum</name>
    			<archive>http://forum.image.sc/</archive>
    		</mailingList>
    	</mailingLists>
    	 
    	<scm>
    		<url>None</url>
    	</scm>
    	
    	
    	<issueManagement>
    		<system>GitHub Issues</system>
    		<url>https://github.com/biovoxxel/svgexporter/issues</url>
    	</issueManagement>
    	
    	 
    	<repositories>
    		<repository>
    			<id>imagej.public</id>
    			<url>http://maven.imagej.net/content/groups/public</url>
    		</repository>
    		<repository>	
    			<id>jitpack.io</id>
    			<url>https://jitpack.io</url>
    		</repository>
    	</repositories>
    	 
    	<dependencies>
    		<!-- https://mvnrepository.com/artifact/org.scijava/scijava-common -->
    		<dependency>
    		    <groupId>org.scijava</groupId>
    		    <artifactId>scijava-common</artifactId>
    		    <version>2.89.0</version>
    		</dependency>
    	
    		<dependency>
    			<groupId>net.imagej</groupId>
    			<artifactId>ij</artifactId>
    			<scope>provided</scope>
    			<version>1.53t</version>
    		</dependency>
    		
    		<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
    		<dependency>
    		    <groupId>commons-io</groupId>
    		    <artifactId>commons-io</artifactId>
    		    <version>2.11.0</version>
    		</dependency>
    		
    		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-dom -->
    		<dependency>
    		    <groupId>org.apache.xmlgraphics</groupId>
    		    <artifactId>batik-dom</artifactId>
    		    <version>1.16</version>
    		</dependency>
    		
    		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-anim -->
    		<dependency>
    		    <groupId>org.apache.xmlgraphics</groupId>
    		    <artifactId>batik-anim</artifactId>
    		    <version>1.16</version>
    		</dependency>
    		
    		
    		<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svggen -->
    		<dependency>
    		    <groupId>org.apache.xmlgraphics</groupId>
    		    <artifactId>batik-svggen</artifactId>
    		    <version>1.16</version>
    		</dependency>
    		
    	</dependencies>
    	
    	<build>
    		<resources>
    			<resource>
    				<directory>src/main/resources/legacy</directory>			
    					<includes>
    						<include>plugins.config</include>
    					</includes>
    			</resource>
    			<resource>
    				<directory>src/main/resources/macros</directory>			
    					<includes>
    						<include>CDV_Test.ijm</include>
    					</includes>
    					<targetPath>
    						${project.build.outputDirectory}/macros/
    					</targetPath>
    									
    			</resource>
    		</resources>
    	  <plugins>
    	    <plugin>
    	      <groupId>org.apache.maven.plugins</groupId>
    	      <artifactId>maven-jar-plugin</artifactId>
    	     <configuration>
    	        <outputDirectory>D:/BioVoxxel/Fiji/Fiji.app - BVTB 3.0/plugins</outputDirectory>
    	      </configuration>
    	    </plugin>
    	  </plugins>
    	</build>
    	 
      
    	
    	<ciManagement>
    		<system>None</system>
    	</ciManagement>
    </project>

    back to top

    Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API