Coder Social home page Coder Social logo

suicide-notes's Introduction

Suicide Notes

A collection of people's suicide notes. This is a companion to my other project, "Their Last Words."

Contribute

Making a contribution is easy:

  • Fork the repo.
  • Add a JSON file with the person's suicide note and brief biography. See specs below.
  • Check other pull requests to make sure you aren't submitting duplicates.
  • Make a pull request.

Specs

File Name

Each person's suicide note is stored in a JSON file inside collection/. Name the JSON file like this:

collection/{lastname-firstname}.json:

If the person has a middle name, then name the file like this: {lastname-firstname-middlename}.json:

File Structure

Use this structure for the JSON file.

{
	"lastName": "",
	"firstName": "", // If person has a middle name, include it here
	"suicideNote": "",
	"translation": "", // If suicide note is in a non-English language, include English translation
	"biography": "", // One-sentence biography
	"born": "", // YYYY-MM-DD or YYYY. If date is unknown, omit this.
	"died": "", // YYYY-MM-DD or YYYT. See note above.
	"suicideMethod": "" // Suicide method
}

If the person's last words were in English, translation can be omitted from the file.

Note: Please remove comments from your JSON files. JSON doesn't allow comments. The comments in the template above are for illustrative purposes only.

Example

collections/cheung-leslie.json

{
	"lastName": "Cheung",
	"firstName": "Leslie",
	"suicideNote": "Depression!! 多謝各位朋友,多謝麥列菲菲教授。 一年來很辛苦,不能再忍受,多謝唐先生,多謝家人,多謝肥姐。 我一生冇做壞事,為何這樣??? - Leslie",
	"translation": "Depression! Many thanks to all my friends. Many thanks to Professor Felice Lieh-Mak. This year has been so tough. I can't stand it anymore. Many thanks to Mr. Tong. Many thanks to my family. Many thanks to Sister Fei. In my life I have done nothing bad. Why does it have to be like this?",
	"biography": "Hong Kong singer and actor",
	"born": "1956-09-12",
	"died": "2003-04-01",
	"suicideMethod": "Jumped off building"
}

suicide-notes's People

Contributors

codewritingcow avatar nikolas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

suicide-notes's Issues

Add place of death

Add each person's place of death, if known. Let's call it "placeOfDeath".

Use town or city, followed by country. Or if they died in an ocean or a mountain, let's use the name of the geographical location.

For example, Mishima Yukio killed himself in Tokyo, Japan. So it'd be "placeOfDeath": "Tokyo, Japan"

Add estimated reading time

Show estimated reading time for each suicide note. Just like for articles on medium.com. Let's use an NPM code module for this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.