Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModefull-width
languagejson
{
    "data": [
        {
            "id": 6,
            "type": "journals",
            "title": "BMC Ophthalmology",
            "issn": "14712415",
            "sjrValue": 0.877,
            "coverImageUrl": "https://s3.amazonaws.com/thirdiron-assets/images/covers/1471-2415.png",
            "browzineEnabled": true,
            "browzineWebLink": "https://browzine.com/libraries/222/journals/6?utm_source=api_123",
            "publishingType": "continuous",
            "relationships": {
                "issues": {
                    "links": {
                        "related": "/public/v1/libraries/222/journals/6/issues"
                    }
                },
                "current-issue": {
                    "links": {
                        "related": "/public/v1/libraries/222/journals/6/issues/current"
                    }
                }
            }
        },
        {
            "id": 307,
            "type": "journals",
            "title": "IEEE Transactions on Electron Devices",
            "issn": "00189383",
            "sjrValue": 0.828,
            "coverImageUrl": "https://assets.thirdiron.com/images/covers/0018-9383.png",
            "browzineEnabled": true,
            "browzineWebLink": "https://browzine.com/libraries/222/journals/307?utm_source=api_123",
            "publishingType": "traditional",
            "relationships": {
                "issues": {
                    "links": {
                        "related": "/public/v1/libraries/222/journals/307/issues"
                    }
                },
                "current-issue": {
                    "links": {
                        "related": "/public/v1/libraries/222/journals/307/issues/current"
                    }
                }
            }
        }
    ]
}

Additional Notes

...

About Dates

Dates determine if a journal will appear from this endpoint’s response. The following table describes under what circumstances different types of journals may appear in the endpoint response.

Journal Type

Article Type

The date used to determine if it is included in the endpoint response

Example

A journal classified by Third Iron as a “traditional” publication style

An article that is considered “in press”, aka

...

“pre-

...

print” or

...

“Publish Ahead of

...

When the Third Iron Data Service API detects an article that was previously “in press” has been moved to a formal issue by its publisher, that date is when the article is included in the New Content Lookup.

  • Example: an article was first set as a Publish Ahead of Print article on August 15, 2022. Weeks later, on September 4, 2022, the article was moved to Volume 24 Issue 10 of the journal. When using the Third Iron Journal New Content Lookup, that article will appear when you use a date range that includes September 4, 2022.

Different journals have different approaches to publishing the existence of new articles, so the concept of “new content” can manifest in different ways across different journals.

...

Although some journals make a new issue available with all of its articles on the same day or within roughly a week, other journals add articles to an issue over multiple weeks, or even months.

...

Print”

None.

“In press” articles are not included in this endpoint response.

Let’s say we have a journal named “Journal of Weather, Trees, and Earth.”

The existence of the article as a “Publish Ahead of Print” article belonging to the journal “Journal of Weather, Trees, and Earth” was first communicated to Third Iron on November 19, 2022. No issue was specified.

This article will not cause the journal “Journal of Weather, Trees, and Earth” to appear in the Journal New Content Lookup response, because it is an “in press” article.

A journal classified by Third Iron as a “traditional” publication style

An article that is part of a formal “issue”, such as Volume 124, Issue 3

The date the publisher informed Third Iron that the article is part of Volume 124, Issue 3.

The publisher may have informed Third Iron about the existence of an article as an “in press”,

Let’s say we have a journal named “Journal of Weather, Trees, and Earth.”

The existence of Volume 72, Issue 4, of the journal “Journal of Weather, Trees, and Earth,” was first communicated to Third Iron by the publisher on December 13, 2022. 

On December 14, 2022, the publisher tells Third Iron that the article the publisher originally told Third Iron about on November 19, 2022, as a “Publish Ahead of Print” article, now belongs to Volume 72, Issue 4.

“Journal of Weather, Trees, and Earth” will appear in the Journal New Content Lookup response when the supplied date range includes December 14, 2022.

A journal classified by Third Iron as a “continuous” publication style

An article that is considered “in press”, aka pre-print or Publish Ahead of Print

None. 

Publish Ahead of Print articles are not included in this endpoint response.

Also, Publish Ahead of Print articles are typically not at journals that have a “continuous” publication style.

This should not happen.

If it does, likely due to an error in the publisher’s metadata, the article will not cause its journal to appear in the Journal New Content Lookup response, because it is an “in press” article.

A journal classified by Third Iron as a “continuous” publication style

An article that is part of a formal “issue”, such as Volume 124, Issue 3

The date the publisher informed Third Iron that the article is part of Volume 124, Issue 3.

Let’s say we have a journal named “Journal of Grilling.”

The existence of Volume 124, Issue 3, of “Journal of Grilling” was first communicated to Third Iron by the publisher on March 5, 2022.

Many articles are added to this issue over the months of March, April, June, and September.

The existence of an article belonging to Volume 124, Issue 3, was first communicated to Third Iron on September 5, 2022.

“Journal of Grilling” will appear in the Journal New Content Lookup response when the supplied date range includes September 5, 2022.

Additional Notes