Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
31afaa23
Commit
31afaa23
authored
6 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Documentation for publisher handling in mmCIF citations
parent
42efd978
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/io/doc/mmcif.rst
+31
-0
31 additions, 0 deletions
modules/io/doc/mmcif.rst
with
31 additions
and
0 deletions
modules/io/doc/mmcif.rst
+
31
−
0
View file @
31afaa23
...
...
@@ -373,6 +373,21 @@ of the annotation available.
Also available as :meth:`GetTitle`. May also be modified by
:meth:`SetTitle`.
.. attribute:: book_publisher
Name of publisher of the citation, relevant for books and book chapters.
Also available as :meth:`GetBookPublisher` and :meth:`SetBookPublisher`.
.. attribute:: book_publisher_city
City of the publisher of the citation, relevant for books and book
chapters.
Also available as :meth:`GetBookPublisherCity` and
:meth:`SetBookPublisherCity`.
.. attribute:: citation_type
Defines where a citation was published. Either journal, book or unknown.
...
...
@@ -472,6 +487,22 @@ of the annotation available.
See :attr:`title`
.. method:: GetBookPublisher
See :attr:`book_publisher`
.. method:: SetBookPublisher
See :attr:`book_publisher`
.. method:: GetBookPublisherCity
See :attr:`book_publisher_city`
.. method:: SetBookPublisherCity
See :attr:`book_publisher_city`
.. method:: GetCitationType()
See :attr:`citation_type`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment