meta data for this page
  •  

Bibliographic details for "Open-Source Production & Design Software"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "Open-Source Production & Design Software"

APA style

Anonymous Contributors (2023). Open-Source Production & Design Software. Additive Production Systems. Retrieved 09:11, 29 April, 2025 from http://additiveproductionsystems.com/content:resources:software?rev=1687295615.

MLA style

“Open-Source Production & Design Software.” Additive Production Systems. 20 Jun 2023, 21:13 UTC. 29 Apr 2025, 09:11 <http://additiveproductionsystems.com/content:resources:software?rev=1687295615>.

MHRA style

Anonymous Contributors, ‘Open-Source Production & Design Software’, Additive Production Systems, 20 June 2023, 21:13 UTC, <http://additiveproductionsystems.com/content:resources:software?rev=1687295615> [accessed 29 April 2025]

Chicago style

Anonymous Contributors, “Open-Source Production & Design Software,” Additive Production Systems, http://additiveproductionsystems.com/content:resources:software?rev=1687295615 (accessed April 29, 2025).

CBE/CSE style

Anonymous Contributors. Open-Source Production & Design Software [Internet]. Additive Production Systems; 2023 Jun 20, 21:13 UTC [cited 2025 Apr 29]. Available from: http://additiveproductionsystems.com/content:resources:software?rev=1687295615.

Bluebook style

Open-Source Production & Design Software, http://additiveproductionsystems.com/content:resources:software?rev=1687295615 (last visited April 29, 2025).

AMA style

Anonymous Contributors. Open-Source Production & Design Software. Additive Production Systems. June 20, 2023, 21:13 UTC. Available at: http://additiveproductionsystems.com/content:resources:software?rev=1687295615. Accessed April 29, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Open-Source Production & Design Software --- Additive Production Systems",
   year = "2023",
   url = "http://additiveproductionsystems.com/content:resources:software?rev=1687295615",
   note = "[Online; accessed 29-April-2025]"
 }

When using the LaTeX package url (\usepackage{url} somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Open-Source Production & Design Software --- Additive Production Systems",
   year = "2023",
   url = "\url{http://additiveproductionsystems.com/content:resources:software?rev=1687295615}",
   note = "[Online; accessed 29-April-2025]"
 }