is an option for ResourceSubmit that specifies the ID used to submit a resource for publication in the resource system.
PublisherID
Request a Publisher ID »is an option for ResourceSubmit that specifies the ID used to submit a resource for publication in the resource system.
Details
- The default setting for PublisherID is $PublisherID.
- PublisherID is an option to ResourceSubmit.
- Publisher IDs are associated with cloud user IDs.
- The list of publisher IDs approved for a cloud user ID is available from the resource system account page. To use any approved publisher ID when submitting content, PublisherID"YourPublisherID".
- If the authenticated cloud user ID does not have any approved publisher IDs, $PublisherID will give None. Web forms are available to create an automatically generated publisher ID or request a specific publisher ID.
- Using definition notebooks to submit content to public Wolfram repositories is highly recommended. Definition notebooks help to ensure that all required information is created and properly formatted.
Examples
Basic Examples (1)
Create a data resource using an association of metadata and content:
ro = ResourceObject[<|"Name" -> "100 Steps of Rule 30 Automaton",
"ResourceType" -> "Data",
"Content" -> CellularAutomaton[30, {0, 0, 0, 1, 0, 0, 0}, 100],
"Description" -> "The first hundred steps of the rule 30 cellular automaton on a seven element array",
"Details" -> "One of the elementary cellular automaton rules introduced by Stephen Wolfram in 1983, rule 30 specifies the next color in a cell, depending on its color and its immediate neighbors. This data shows the first 100 steps on the rule operating on a 1D array of 7 elements with an initial condition of a single one and six zeros.",
"SourceMetadata" -> <|"Creator" -> "Stephen Wolfram",
"Date" -> DateObject[{1983}]|>,
"Keywords" -> {"Chaotic", "Automata"},
"Categories" -> {"Mathematics"},
"ExternalLinks" -> {Hyperlink["Wolfram MathWorld", "http://mathworld.wolfram.com/Rule30.html"]}|>]Submit the resource with the specified "PublisherID":
ResourceSubmit[ro, PublisherID -> "SamplePublisher"]Related Guides
History
Text
Wolfram Research (2017), PublisherID, Wolfram Language function, https://reference.wolfram.com/language/ref/PublisherID.html.
CMS
Wolfram Language. 2017. "PublisherID." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PublisherID.html.
APA
Wolfram Language. (2017). PublisherID. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PublisherID.html
BibTeX
@misc{reference.wolfram_2026_publisherid, author="Wolfram Research", title="{PublisherID}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/PublisherID.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_publisherid, organization={Wolfram Research}, title={PublisherID}, year={2017}, url={https://reference.wolfram.com/language/ref/PublisherID.html}, note=[Accessed: 12-June-2026]}