Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,29 @@ Commit and push our changes::

Create a `pull request <https://help.github.com/articles/creating-a-pull-request>`_.

Add information about yourself
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can add information about yourself, such as a brief description of who you
are, your interests, your homepage and contact information, and, most
importantly, a picture.

Author bibliographies are stored in ``content/authors``. Here is an example of
``dmitrijs-milajevs.rst``:

.. code-block:: rst

:slug: dmitrijs-milajevs
:cover_image: static/author_images/dmilajevs.jpg
:homepage: http://www.eecs.qmul.ac.uk/~dm303/

`Dima`__ is a Ph.D. student at Queen Mary.

__ http://www.eecs.qmul.ac.uk/~dm303/

The cover image is a 461x461 picture of you or an avatar and should be located
in `content/static/author_images`.

Why should I bother?
--------------------

Expand Down