Skip to content

Commit 6df1644

Browse files
committed
Initial commit
1 parent 7646b00 commit 6df1644

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

data/person/方李邦琴/brief.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# 本文件必须用【UTF-8】编码。
2+
# 在 YAML 格式中,井号 # 之后的内容表示注释。
3+
4+
# name 必填。填写常用名
5+
name: 方李邦琴
6+
7+
# other_names 可为空。填写其它姓名(比如:原名、曾用名、化名、英文名...)
8+
# 采用 YAML 的【键值对】语法表示。举例如下:
9+
# other_names: {"原名":"张三", "化名":"李四", "英文名":"Tom"}
10+
# 上述举例中,作为分隔符的花括号、冒号、逗号,都采用【半角符号】。
11+
other_names:
12+
13+
# sex 必填。填写性别。用 M/F 代表 男/女
14+
sex: F
15+
16+
# birth 必填。填写出生时间,用【4位数年份】表示。未知年份用 N/A 表示。
17+
birth: 1935
18+
19+
# death 可为空。填写死亡时间,用【4位数年份】表示。未知年份用 N/A 表示。尚未死亡则留空。
20+
death:
21+
22+
# desc 可为空。填写概述,用 YAML 的【多行】文本语法表示,内容是纯文本。
23+
# 考虑到生成“关系图”的展示效果,desc 的内容不宜太长。
24+
desc: |
25+
北京大学名誉校董
26+
美国泛亚公司董事长
27+
(方氏家族在美国拥有13家报刊)
28+
29+
# links 可为空。放置关于此人的网页链接(一个或多个),使用 YAML 的【list】语法表示。
30+
# 考虑到可信度的问题,首选“维基百科”,其次是“国际权威媒体”。
31+
# 对于客观事实(比如生卒年月、简历),也可以引用国内网站,比如“百度百科”或“政府网站”。
32+
links:
33+
- https://baike.baidu.com/item/%E6%96%B9%E6%9D%8E%E9%82%A6%E7%90%B4

0 commit comments

Comments
 (0)