Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copyright page or elsewhere may need a contributors list #36

Open
dormerod opened this issue Oct 3, 2015 · 4 comments
Open

Copyright page or elsewhere may need a contributors list #36

dormerod opened this issue Oct 3, 2015 · 4 comments

Comments

@dormerod
Copy link
Contributor

dormerod commented Oct 3, 2015

It might be helpful to allow authors/publishers a flexible way of listing who wrote and contributed to the book on the copyright page or else an early page of the book.

What do you think about adding something like a contributors property to copyright.json, which could be an object that looks something like this?

"contributors": {
"Authors": ["Bugs Bunny", "Elmer Fudd"],
"Technical Editor": ["Sylvester"],
"Go Wizard": ["Tweety"],
"Proofreaders": ["Taz", "Daffy Duck"],
"Cover Art": ["Marvin the Martian"]
}

The idea being that publishers can assign their own job titles and an array of one or more names when giving credit.

@artasparks
Copy link
Owner

Sounds reasonable. Not a terribly high priority, I think, but wouldn't be too hard to add. If we add authors in both copyright.json and the GC comment, then you risk having inconsistent data. We could have a precondition check for that though.

@artasparks
Copy link
Owner

Another thought: should this be part of the acknowledgements?

@dormerod
Copy link
Contributor Author

dormerod commented Oct 3, 2015

It could be done that way, that was my first thought too. In practice though, after looking at a large number of the books in my house, it seems like the use case for acknowledgments is broader.

It's not uncommon to see authors, editors, typesetters, artists/cover designers and (sometimes) proofreaders listed in a short block of text at the bottom of the copyright page or the next page before the TOC.

Then, in the acknowledgments, people tend to thank the same people again, but in more generous written prose, as well as thanking people like their publisher, proofreaders and peer reviewers (especially when too numerous to list elsewhere), minor contributors or authors of prior works, their family, online communities that they're a part of, the readers etc.

For Go books, people might also want to thank the players for their art and possibly the sponsor of one or more tournaments. In Commented Games by Lee Sedol, Lee even thanked some guy for lending him a video camera :)

@dormerod
Copy link
Contributor Author

I think we could close this if you want to. We can just use the Acknowledgments page for whatever we need to write. I don't think it matters that much if it's different to what people do in other books.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants