bell notificationshomepageloginNewPostedit profile

Topic : In an academic paper, who should be listed as the author of a community-authored document? I'm currently writing my bachelor thesis, which will involve citing the Angular docs. Angular is a web - selfpublishingguru.com

10.01% popularity

I'm currently writing my bachelor thesis, which will involve citing the Angular docs. Angular is a web framework developed by both community developers and employees of Google LLC (Google is the primary maintainer).

I'm aware that, in general, sources that don't specify an author should be treated carefully. However, in this case, the linked document is more or less the highest authority on the matter (short of a direct statement by a developer or Google).

My question is: who do I list as the author of the framework documentation? Google? N/A? Something else?

Please don't focus too much on Angular in your answer - in this specific example, Google is probably the best candidate for the "role of author", but I'd prefer a more general answer.
More specifically, being a computer scientist, this will likely not be the last community-written online docs I will come across, and in other cases there might be no companies or equally important companies involved.


Load Full (1)

Login to follow topic

More posts by @Bethany377

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity

This answer follows the APA style, other styles may apply, without loss of generality.

A possible workflow to resolve your problem would be, in order:

1. Check if there is a "how to cite" section and copy it

This is often the case for most datasets, or for some documents.

2. Check if there is a licence

For Angular, it says: Copyright (c) 2010-2019 Google LLC. angular.io/license
If you are copying the docs, even to a portion, you have to mention the licence (as stated in the licence itself) besides citing the source. In terms of citations, if you follow APA style:

Google LLC. (2019). Angular Documentation. angular.io

Note that Google as a corporation is a legal entity and could sue you, by the same measure it could be considered an author.

3. If none of the above, cite it in a way that makes both attribution and finding easy

E.g. following APA style

Author/Rights-holder. (Year). Title (Version number) [Description of form].

In the context of communities, the right-holder is usually the entity that own the space where the community is hosted, unless otherwise specified (in which case it would fall in one of the two categories above).

A note on links.

Permanent identifiers other than URLs, e.g. DOI, should have a preference as they refer to objects that are mirrored across the web, and in certain cases even printed and shelved. For entities with only URLs, the rule of thumb is to use a URL if it has a high chance of existing in the future, e.g. those of governmental bodies, large corporations, famous databases. For the rest, consider making a request for storing the portions of non-durable websites that are needed for your research, either as supplementary data, or as a durable timestamped mirror.


Load Full (0)

Back to top