All pastes #2113573 Raw Edit

Someone

public text v1 · immutable
#2113573 ·published 2012-02-09 00:57 UTC
rendered paste body
A sample Atlas mission profile json:

{
	"format": "ATLAS Mission Profile Format 0.01",
	"title": "A training mission for school-related words in Chinese for English-speaking students",
	"authors":
	[
		"Ziyuan Yao (yaoziyuan@gmail.com)"
	];
	"workgroup": "sample_workgroup",
	"date": "8 February 2012",
	"license": "Creative Commons Attribution 3.0 License",

	"L1": "English",
	"L2": "Simplified Chinese",

	"lexemes":
	[
		{
			"lexemeID": "teacher1",
			"inflectedForms": ["teacher", "teachers"],
			"teachingContent": ["A teacher is a 教师 (jiao4shi1).", "Example sentence goes here.", "Related phrase 1.", "Related phrase 2."]
		},
		{
			"lexemeID": "student1",
			"inflectedForms": ["student", "students"],
			"teachingContent": ["A student is a 学生 (xue2sheng1).", "Example sentence goes here.", "Related phrase 1.", "Related phrase 2.", "Related phrase 3."]
		},
		{
			"lexemeID": "blackboard1",
			"inflectedForms": ["blackboard", "blackboards"],
			"teachingContent": ["A blackboard is a 黑板 (hei1ban3).", "Example sentence goes here.", "Related phrase 1."]
		}
		{
			"lexemeID": "teach1",
			"inflectedForms": ["teach", "teaches", "teaching", "taught"],
			"teachingContent": ["To teach something is to 教 (jiao1) something.", "Example sentence goes here.", "Related phrase 1."]
		}
		{
			"lexemeID": "learn1",
			"inflectedForms": ["learn", "learns", "learning", "learned", "learnt"],
			"teachingContent": ["To learn something is to 学 (xue2) something.", "Example sentence goes here.", "Related phrase 1."]
		}
		{
			"lexemeID": "textbook1",
			"inflectedForms": ["textbook", "textbooks"],
			"teachingContent": ["A textbook is a 课本 (ke4ben3).", "Example sentence goes here.", "Related phrase 1."]
		}
	]

	"topics":
	[
		{
			"topicTitle": "Schooling",
			"members":
			[
				{"lexemeID": "teacher1", "weight": 10, "depend": 20},
				{"lexemeID": "student1", "weight": 10, "depend": 20},
				{"lexemeID": "blackboard1", "weight": 10, "depend": 20},
				{"lexemeID": "teach1", "weight": 10, "depend": 20},
				{"lexemeID": "learn1", "weight": 10, "depend": 20},
				{"lexemeID": "textbook1", "weight": 10, "depend": 20}
			]
		}
		{
			"topicTitle": "...",
			"members":
			[
				{"lexemeID": "...", "weight": ..., "depend": ...},
				{"lexemeID": "...", "weight": ..., "depend": ...},
				{"lexemeID": "...", "weight": ..., "depend": ...}
			]
		}
	]
}