# Citations and Quotations

{% hint style="warning" %}
For specific information on quoting text that is not written in English, please see the page on [**Translation**](/translation.md).

For information on translating titles or if you should include the year when introducing the title of a text, please see the section on [**Titles in Foreign Languages**](/translation.md#titles-in-foreign-languages)**.**
{% endhint %}

## **In-Text Citations**

SEEJ uses the[ **MLA in-text citation system**](https://columbiacollege-ca.libguides.com/mla/in-text). This means that you do **NOT** provide a footnote with the bibliographic reference, but use the system outlined below and include the full bibliographic reference to the work in the [**References Section**](/references-section.md)**.**

### **One Work by Author**

When there is only one work by an author, cite in the format:

&#x20;**(Author Last Name ###).**

{% hint style="success" %}
**(Rybakov 24).**
{% endhint %}

{% hint style="danger" %}
**(Rybakov, 24).**
{% endhint %}

Notice there is no comma.&#x20;

### One Work by Author, Multiple Pages

When citing multiples pages or a selection of pages from a single source by a single author, separate the page numbers by a comma

{% hint style="success" %}
**(Rybakov 25, 56–57, 70)**
{% endhint %}

### One Work Cited Frequently

When one work is cited frequently without any other works cited in between, you can provide a simplified citation (just page number, no author name required).

{% hint style="success" %}
The cult of the deer and elk is represented by petroglyphs found in Europe, Siberia, and the Caucasus **(Rybakov 24).** Clay figures of sorcerers have also been found along the Danube **(27)**.
{% endhint %}

### Multiple Works, Same Author

When there are multiple works by the same author, use:

(**Author Last Name,&#x20;*****Title*****&#x20;###)** for books

{% hint style="success" %}
**(Rybakov,&#x20;*****Ancient Slavic Paganism*****&#x20;55)**
{% endhint %}

&#x20;or&#x20;

**(Author Late Name, "Title" ###)** for articles

{% hint style="success" %}
**(Rybakov, "Handicrafts of Ancient Rus" 4)**
{% endhint %}

### Two or More Authors

When there are two or more authors of a single work, use:

**(Author 1 Last Name and Author 2 Last Name ###)**

{% hint style="success" %}
&#x20;Single work: **(Case and Daristotle 57)**

Multiple Works: **(Case and Daristotle,&#x20;*****Canine and Feline Nutrition*****&#x20;57)**
{% endhint %}

### Three or More Authors

When there are three or more authors of a single work, use:

**(Author 1 Last Name et al. ###)**

{% hint style="success" %}
&#x20;**(Case et al. 57)**
{% endhint %}

{% hint style="danger" %}
**(Case, Daristotle, and Jokic 57)**
{% endhint %}

### Citing Multiple Works in Same Sentence

When you are citing multiple works that are referenced in the same sentence, you place in the same parentheses separated by a semicolon

{% hint style="success" %}
**(Warren 35; McDonald 20)**
{% endhint %}

{% hint style="success" %}
**(Warren 35, 56; McDonald 20, 46–47)**
{% endhint %}

{% hint style="danger" %}
**(Warren 35, McDonald 20)**
{% endhint %}

### Multi-Volume Works

When citing a multi-volume work, use the format:

**(Author #: ###)**

{% hint style="success" %}
**(Daiches 2: 776—77)**
{% endhint %}

If the reference, in the [**References Section**](/references-section.md), only lists one volume (Vol. #), you do not need to include the volume number in the citation.

Volume number should be included if the author cites more than one volume in the article. In this case the reference must list the "# vols."

## Block Quotations

For quotations that are more than four lines of prose or three lines of verse, place quotations in a free-standing block of text and omit quotation marks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://styleguide.seej.org/citations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
