## publish()


Publish a research paper.


Usage


``` python
publish(paper)
```


## Parameters


`paper: dict`  
A dictionary describing the paper to publish.


## Returns


`str`  
The DOI of the published paper.


## Examples

``` python
>>> publish({"title": "AI Research"})
```

'doi:10.1234/ai-research'
