Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

In an academic paper, who should be listed as the author of a community-authored document?

+1
−0

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/46067. It is licensed under CC BY-SA 3.0.

0 comment threads

1 answer

+0
−0

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. http://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. http://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]. http://

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »