Skip to content

Instantly share code, notes, and snippets.

@tcya
Last active February 10, 2023 01:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tcya/5f003030fa0ccd1298be90bff277260f to your computer and use it in GitHub Desktop.
Save tcya/5f003030fa0ccd1298be90bff277260f to your computer and use it in GitHub Desktop.
海德沙龙刷机包
<!DOCTYPE html>
<html>
<head>
<title>海德沙龙刷机包</title>
<style>
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
.node text { font: 14px sans-serif; }
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
</style>
</head>
<body>
<div id='headsalon-roadmap'>
</div>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script>
var margin = {top: 20, right: 10, bottom: 0, left: 10};
var width = 900 - margin.right - margin.left;
var height = 7000 - margin.top - margin.bottom;
var tree = d3.layout.tree()
.size([width, height]);
var diagonal = d3.svg.diagonal()
.projection(function(d) { return [d.y, d.x]; });
var svg = d3.select("#headsalon-roadmap").append("svg")
.attr("width", width + margin.right + margin.left)
.attr("height", height + margin.top + margin.bottom)
.append("g")
.attr("transform", "translate(" + margin.left + "," + margin.top + ")");
d3.json("roadmap.json", function(error, root) {
if (error) throw error;
// Compute the new tree layout.
var nodes = tree.nodes(root).reverse();
var max_left = 100;
var max_right = 100;
for (var i = nodes.length - 1; i >= 0; i--) {
if (nodes[i].depth == 0) {
nodes[i].x = 20;
nodes[i].y = width / 2;
} else if (nodes[i].parent == root) {
nodes[i].right = nodes[i].parent.children.indexOf(nodes[i]) % 2;
nodes[i].x = 60 + (nodes[i].right ? max_right : max_left);
if (nodes[i].right) {
max_right = nodes[i].x;
} else {
max_left = nodes[i].x;
}
nodes[i].y = nodes[i].parent.y - 15 + nodes[i].right * 30;
} else {
nodes[i].right = nodes[i].parent.right;
nodes[i].x = 35 + (nodes[i].right ? max_right : max_left);
nodes[i].y = nodes[i].right ? nodes[i].parent.y + 70 : nodes[i].parent.y - 70;
if (nodes[i].right) {
max_right = nodes[i].x;
} else {
max_left = nodes[i].x;
}
}
}
var node = svg.selectAll(".node")
.data(nodes)
.enter()
.append("g")
.attr("class", "node")
.attr('x', function(d) {return d.x;})
.attr('y', function(d) {return d.y;})
.attr("transform", function(d) {return "translate(" + d.y + "," + d.x + ")";});
node.append("circle")
.attr("r", 4.5);
node.filter(function(d){ return !d.children })
.append("a")
.style('fill', '#0645AD')
.attr("xlink:href", function(d){ return d.url })
.append("text")
.attr("dy", function(d) {return d.children ? -5 : 5;})
.attr("dx", function(d) {return d.right ? 10 : -10;})
.style("text-anchor", function(d) {return d.right ? 'start' : 'end';})
.text(function(d) { return d.name; });
node.filter(function(d){ return d.children && d != root})
.append("text")
.attr("dy", function(d) {return d.children ? -5 : 5;})
.attr("dx", function(d) {return d.right ? 10 : -10;})
.style("text-anchor", function(d) {return d.right ? 'start' : 'end';})
.text(function(d) { return d.name; });
node.filter(function(d){ return d == root})
.append("text")
.attr("dy", -10)
.attr("dx", 0)
.style("text-anchor", 'middle')
.text(function(d) { return d.name; });
var links = tree.links(nodes);
var link = svg.selectAll(".link")
.data(links)
.enter()
.append("path")
.attr("class", "link")
.attr("d", diagonal);
});
</script>
</body>
</html>
{
"name":"海德沙龙",
"children":[
{
"name":[
"剃头匠预言"
],
"children":[
{
"url":"https://headsalon.org/archives/4513.html",
"name":"赵国企业前景宏观分析"
},
{
"url":"https://headsalon.org/archives/1547.html",
"name":"赵国财政黑洞"
},
{
"url":"https://headsalon.org/archives/368.html",
"name":"六年前的预言"
},
{
"url":"https://headsalon.org/archives/688.html",
"name":"耕地红线的隐含逻辑"
},
{
"url":"https://web.archive.org/web/20200220212728/http://headsalon.org/archives/5462.html",
"name":"赵国未来二十年趋势"
}
]
},
{
"name":[
"现象"
],
"children":[
{
"name":[
"传播与媒体"
],
"children":[
{
"url":"https://headsalon.org/archives/699.html",
"name":"圣元奶粉事件"
},
{
"url":"https://headsalon.org/archives/3468.html",
"name":"媒体自律"
},
{
"url":"https://headsalon.org/archives/762.html",
"name":"旱灾的传播学劣势"
},
{
"url":"https://headsalon.org/archives/758.html",
"name":"私人企业舆论劣势"
}
]
},
{
"url":"https://headsalon.org/archives/739.html",
"name":"校园屠杀与维特效应"
},
{
"url":"https://headsalon.org/archives/3532.html",
"name":"高考的身份焦虑"
},
{
"url":"https://headsalon.org/archives/4861.html",
"name":"高等教育制造失业吗"
},
{
"url":"https://headsalon.org/archives/400.html",
"name":"信息商品:三方评级与大学排行"
},
{
"url":"https://headsalon.org/archives/767.html",
"name":"个人对转基因应该抱有的态度"
},
{
"url":"https://headsalon.org/archives/735.html",
"name":"富士康连环自杀与无责任补偿"
},
{
"url":"https://headsalon.org/archives/2047.html",
"name":"北非动乱背后的制度局面"
},
{
"url":"https://headsalon.org/archives/4536.html",
"name":"小城市与物价"
},
{
"url":"https://headsalon.org/archives/5240.html",
"name":"关扑与博彩"
}
]
},
{
"name":[
"经济学—自由市场"
],
"children":[
{
"url":"https://headsalon.org/archives/4178.html",
"name":"自由市场的前身:重商主义"
},
{
"url":"https://headsalon.org/archives/3575.html",
"name":"企业换届与非人格化"
},
{
"url":"https://headsalon.org/archives/373.html",
"name":"市场自我演化"
},
{
"url":"https://headsalon.org/archives/366.html",
"name":"企业管理与收购"
},
{
"url":"https://headsalon.org/archives/642.html",
"name":"①小企业难抗价格风险"
},
{
"url":"https://headsalon.org/archives/3446.html",
"name":"②大公司不容易死"
},
{
"url":"https://headsalon.org/archives/5972.html",
"name":"宿迁医改调研与自由市场"
},
{
"url":"https://headsalon.org/archives/5026.html",
"name":"O2O的前景"
},
{
"url":"https://headsalon.org/archives/630.html",
"name":"越南危机: 成长的烦恼"
}
]
},
{
"name":[
"经济学—货币与宏观"
],
"children":[
{
"url":"https://headsalon.org/archives/4751.html",
"name":"资产泡沫在哪里?"
},
{
"url":"https://headsalon.org/archives/590.html",
"name":"四万亿从何而来"
},
{
"url":"https://headsalon.org/archives/577.html",
"name":"国企预算"
},
{
"url":"https://headsalon.org/archives/4633.html",
"name":"比特币是收藏品"
},
{
"url":"https://headsalon.org/archives/4.html",
"name":"利率是货币的价格"
},
{
"url":"https://headsalon.org/archives/664.html",
"name":"利率变动:一个基于流动性的考察"
},
{
"url":"https://headsalon.org/archives/628.html",
"name":"全球化与币值失衡"
},
{
"url":"https://headsalon.org/archives/1358.html",
"name":"重返金本位是个馊主意"
},
{
"url":"https://headsalon.org/archives/746.html",
"name":"金融对赌的价值"
},
{
"url":"https://headsalon.org/archives/747.html",
"name":"金融衍生品有存在必然"
},
{
"url":"https://headsalon.org/archives/442.html",
"name":"基数化和边际分析"
}
]
},
{
"name":[
"经济学—经济学解释"
],
"children":[
{
"url":"https://headsalon.org/archives/295.html",
"name":"制度经济学是只金母鸡"
},
{
"url":"https://headsalon.org/archives/4285.html",
"name":"产业革命与交易费用"
},
{
"url":"https://headsalon.org/archives/663.html",
"name":"谁做老板?这是个流动性问题"
},
{
"url":"https://headsalon.org/archives/707.html",
"name":"百度应为假药广告负责"
},
{
"url":"https://headsalon.org/archives/385.html",
"name":"广告与代言的责任边界"
},
{
"url":"https://headsalon.org/archives/1608.html",
"name":"用工荒"
},
{
"url":"https://headsalon.org/archives/2045.html",
"name":"以耕地面积保粮食安全不足取"
},
{
"url":"https://headsalon.org/archives/4250.html",
"name":"民族资产阶级自食其果"
},
{
"url":"https://headsalon.org/archives/472.html",
"name":"器官移植与大众审美"
},
{
"url":"https://headsalon.org/archives/4339.html",
"name":"如何理解反分工"
},
{
"url":"https://headsalon.org/archives/461.html",
"name":"腐败与权力寻租"
},
{
"url":"https://headsalon.org/archives/1085.html",
"name":"价格歧视"
},
{
"url":"https://headsalon.org/archives/651.html",
"name":"蛛网模型"
},
{
"url":"https://headsalon.org/archives/3549.html",
"name":"损失厌恶"
},
{
"url":"https://headsalon.org/archives/3514.html",
"name":"最低工资法"
},
{
"url":"https://headsalon.org/archives/647.html",
"name":"熊彼特式创造性毁灭"
},
{
"url":"https://headsalon.org/archives/4022.html",
"name":"行业准入制之贱民红利"
},
{
"url":"https://headsalon.org/archives/3288.html",
"name":"沉没成本谬见的另一种解释"
},
{
"name":[
"资产特化"
],
"children":[
{
"url":"https://headsalon.org/archives/3456.html",
"name":"①资产特化与群租"
},
{
"url":"https://headsalon.org/archives/804.html",
"name":"②财产特化与水务交易"
}
]
},
{
"name":[
"劣币驱逐良币法则"
],
"children":[
{
"url":"https://headsalon.org/archives/426.html",
"name":"①奶业重生"
},
{
"url":"https://headsalon.org/archives/1616.html",
"name":"③港澳旅游"
},
{
"url":"https://headsalon.org/archives/1664.html",
"name":"②监狱交换"
}
]
},
{
"name":[
"管制之祸"
],
"children":[
{
"url":"https://headsalon.org/archives/793.html",
"name":"开放足球博彩有益净化足坛"
},
{
"url":"https://headsalon.org/archives/409.html",
"name":"医生执业管制与流动性"
},
{
"url":"https://headsalon.org/archives/470.html",
"name":"医疗电视小广告管制"
},
{
"url":"https://headsalon.org/archives/381.html",
"name":"①医院号贩子的寻租"
},
{
"url":"https://headsalon.org/archives/2181.html",
"name":"②黄牛与管制"
},
{
"url":"https://headsalon.org/archives/1977.html",
"name":"民企的夹缝"
},
{
"url":"https://headsalon.org/archives/458.html",
"name":"调控房价"
},
{
"url":"https://headsalon.org/archives/406.html",
"name":"灾区物价管制"
}
]
},
{
"name":[
"价格机制"
],
"children":[
{
"url":"https://headsalon.org/archives/1675.html",
"name":"①银行手续费"
},
{
"url":"https://headsalon.org/archives/386.html",
"name":"②开瓶费"
},
{
"url":"https://headsalon.org/archives/4136.html",
"name":"③价高者得"
}
]
},
{
"name":[
"垄断"
],
"children":[
{
"url":"https://headsalon.org/archives/1085.html",
"name":"垄断与消费者剩余"
},
{
"url":"https://headsalon.org/archives/3440.html",
"name":"制药业是诸侯经济的活化石"
},
{
"url":"https://headsalon.org/archives/393.html",
"name":"自然垄断的分类"
}
]
}
]
},
{
"name":[
"制度"
],
"children":[
{
"url":"https://headsalon.org/archives/2065.html",
"name":"民国失败与权利庇护网络"
},
{
"url":"https://headsalon.org/archives/2335.html",
"name":"制度优势创造金砖国家"
},
{
"url":"https://headsalon.org/archives/4460.html",
"name":"腐败与制度变革"
},
{
"url":"https://headsalon.org/archives/3602.html",
"name":"问责与赋权"
},
{
"name":[
"税收"
],
"children":[
{
"url":"https://headsalon.org/archives/726.html",
"name":"税收无法调节收入差距"
},
{
"url":"https://headsalon.org/archives/2100.html",
"name":"资源税的理由"
},
{
"url":"https://headsalon.org/archives/2119.html",
"name":"税制的结构考量"
}
]
},
{
"name":[
"穆斯林世界"
],
"children":[
{
"url":"https://headsalon.org/archives/3551.html",
"name":"为何阿拉伯难以建立宪政"
},
{
"url":"https://headsalon.org/archives/5322.html",
"name":"穆斯林精英的崩坏"
}
]
},
{
"name":[
"宪政"
],
"children":[
{
"url":"https://headsalon.org/archives/1882.html",
"name":"什么是宪政"
},
{
"url":"https://headsalon.org/archives/732.html",
"name":"欧盟与宪法"
},
{
"url":"https://headsalon.org/archives/429.html",
"name":"政体的组合"
},
{
"url":"https://headsalon.org/archives/370.html",
"name":"洪都拉斯宪政案例"
}
]
},
{
"name":[
"公共政策"
],
"children":[
{
"url":"https://headsalon.org/archives/2012.html",
"name":"如何扭转农村空心化"
},
{
"url":"https://headsalon.org/archives/765.html",
"name":"高考与计划经济"
},
{
"url":"https://headsalon.org/archives/1238.html",
"name":"新婚姻法与契约"
}
]
},
{
"name":[
"恩荫与官僚系统"
],
"children":[
{
"url":"https://headsalon.org/archives/3578.html",
"name":"地方官员激励"
},
{
"url":"https://headsalon.org/archives/292.html",
"name":"钓鱼执法背后的激励机制"
},
{
"url":"https://headsalon.org/archives/652.html",
"name":"计生与地方困境"
},
{
"url":"https://headsalon.org/archives/2054.html",
"name":"恩荫/效忠系统 vs 专业文官系统"
}
]
},
{
"name":[
"福利主义"
],
"children":[
{
"url":"https://headsalon.org/archives/3367.html",
"name":"中等收入陷阱"
},
{
"url":"https://headsalon.org/archives/3352.html",
"name":"福利主义的毒瘾"
},
{
"url":"https://headsalon.org/archives/3529.html",
"name":"医疗福利无底洞"
},
{
"url":"https://headsalon.org/archives/4020.html",
"name":"国家主义与福利主义终结全球化时代"
},
{
"url":"https://headsalon.org/archives/1768.html",
"name":"制度变革与福利主义"
}
]
},
{
"name":[
"慈善"
],
"children":[
{
"url":"https://headsalon.org/archives/403.html",
"name":"善款买了什么"
},
{
"url":"https://headsalon.org/archives/402.html",
"name":"逼捐的恶果"
},
{
"url":"https://headsalon.org/archives/687.html",
"name":"慈善不是道德武器"
},
{
"name":[
"动保"
],
"children":[
{
"url":"https://headsalon.org/archives/3347.html",
"name":"谁才是权利的主体"
},
{
"url":"https://headsalon.org/archives/3397.html",
"name":"动物福利不应优先于人"
},
{
"url":"https://headsalon.org/archives/1774.html",
"name":"从猫狗党看博爱和福利主义"
},
{
"url":"https://headsalon.org/archives/4432.html",
"name":"禁售法的愚蠢"
},
{
"url":"https://headsalon.org/archives/760.html",
"name":"禁售并非保护濒危动物之上策"
},
{
"url":"https://headsalon.org/archives/773.html",
"name":"动保与多元文化"
}
]
}
]
}
]
},
{
"name":[
"人口"
],
"children":[
{
"name":[
"种族简史"
],
"children":[
{
"url":"https://headsalon.org/archives/4694.html",
"name":"新移民落脚之后"
},
{
"url":"https://headsalon.org/archives/4469.html",
"name":"贫民窟与城中村"
}
]
},
{
"name":[
"城镇化"
],
"children":[
{
"url":"https://headsalon.org/archives/378.html",
"name":"大城市:人口黑洞"
},
{
"url":"https://headsalon.org/archives/791.html",
"name":"大城市的向心力"
},
{
"url":"https://headsalon.org/archives/4473.html",
"name":"乡村空心化"
},
{
"url":"https://headsalon.org/archives/788.html",
"name":"乡村的没落"
},
{
"url":"https://headsalon.org/archives/787.html",
"name":"乡村如何复兴"
}
]
},
{
"name":[
"人口原理"
],
"children":[
{
"url":"https://headsalon.org/archives/3449.html",
"name":"马尔萨斯型增长"
},
{
"url":"https://headsalon.org/archives/1394.html",
"name":"人口压力的时间尺度"
},
{
"url":"https://headsalon.org/archives/446.html",
"name":"人口争议的误区"
},
{
"url":"https://headsalon.org/archives/2079.html",
"name":"人口压力正在消失吗"
},
{
"url":"https://headsalon.org/archives/658.html",
"name":"马尔萨斯模型的扩展"
},
{
"url":"https://headsalon.org/archives/2076.html",
"name":"马尔萨斯幽灵是否已经远去"
},
{
"url":"https://headsalon.org/archives/5153.html",
"name":"瀑布与汲泵"
},
{
"url":"https://headsalon.org/archives/4620.html",
"name":"人口的未来"
},
{
"url":"https://headsalon.org/archives/4622.html",
"name":"机器人与人劳市场"
},
{
"url":"https://headsalon.org/archives/383.html",
"name":"从考生减少看人口趋势"
},
{
"url":"https://headsalon.org/archives/511.html",
"name":"计生数据与光棍"
}
]
}
]
},
{
"name":[
"伊讲"
],
"children":[
{
"url":"https://headsalon.org/archives/5521.html",
"name":"『伊讲』的哲学基础"
},
{
"url":"https://headsalon.org/archives/5525.html",
"name":"『伊讲』的语言学基础"
},
{
"url":"https://headsalon.org/archives/5533.html",
"name":"『伊讲』前传:外部语义网络的诞生"
},
{
"url":"https://headsalon.org/archives/5535.html",
"name":"『伊讲』前传之二:语义化的几种方案"
},
{
"url":"https://headsalon.org/archives/5537.html",
"name":"『伊讲』:回归自然语言的本色"
},
{
"url":"https://headsalon.org/archives/5552.html",
"name":"「伊讲」是什么?"
}
]
},
{
"name":[
"周史札记"
],
"children":[
{
"url":"https://headsalon.org/archives/5356.html",
"name":"封建制:一个工作定义"
},
{
"url":"https://headsalon.org/archives/5358.html",
"name":"封建关系的几种来源"
},
{
"url":"https://headsalon.org/archives/5360.html",
"name":"组织与财政:封建制vs官僚制"
},
{
"url":"https://headsalon.org/archives/5365.html",
"name":"周式封建的内在缺陷"
},
{
"url":"https://headsalon.org/archives/5370.html",
"name":"伯仲叔季"
},
{
"url":"https://headsalon.org/archives/5372.html",
"name":"厉王出奔与宣王中兴"
},
{
"url":"https://headsalon.org/archives/5377.html",
"name":"犬戎:姜戎or猃狁"
},
{
"url":"https://headsalon.org/archives/5381.html",
"name":"青铜器与陶器"
},
{
"url":"https://headsalon.org/archives/5384.html",
"name":"士、次子引擎和华夏认同"
},
{
"url":"https://headsalon.org/archives/5386.html",
"name":"封建王国vs官僚帝国"
},
{
"url":"https://headsalon.org/archives/5400.html",
"name":"此殖民与彼殖民"
},
{
"url":"https://headsalon.org/archives/5405.html",
"name":"代际更替与制度化"
},
{
"url":"https://headsalon.org/archives/5407.html",
"name":"为何外官总是被内官取代"
},
{
"url":"https://headsalon.org/archives/5410.html",
"name":"feudal与封建"
},
{
"url":"https://headsalon.org/archives/5413.html",
"name":"向集权帝国的转变"
},
{
"url":"https://headsalon.org/archives/5416.html",
"name":"县之起源"
},
{
"url":"https://headsalon.org/archives/5430.html",
"name":"万事俱备,只欠司法"
},
{
"url":"https://headsalon.org/archives/5432.html",
"name":"齐桓与晋文"
},
{
"url":"https://headsalon.org/archives/5434.html",
"name":"边缘优势"
}
]
},
{
"name":[
"精华拾遗"
],
"children":[
{
"url":"https://headsalon.org/archives/4763.html",
"name":"自由主义与民族认同"
},
{
"url":"https://headsalon.org/archives/4359.html",
"name":"医生的功能"
},
{
"url":"https://headsalon.org/archives/5301.html",
"name":"国民性"
},
{
"url":"https://headsalon.org/archives/356.html",
"name":"英国议会史"
},
{
"url":"https://headsalon.org/archives/4842.html",
"name":"众筹分析"
},
{
"url":"https://headsalon.org/archives/777.html",
"name":"中产阶级是社会稳定和进步的中坚"
}
]
},
{
"name":[
"博弈论"
],
"children":[
{
"url":"https://headsalon.org/archives/1854.html",
"name":"人际关系策略"
},
{
"url":"https://headsalon.org/archives/3525.html",
"name":"君主制的现代意义"
},
{
"url":"https://headsalon.org/archives/1180.html",
"name":"从博弈论角度理解法律"
},
{
"url":"https://headsalon.org/archives/3599.html",
"name":"反对禁枪"
},
{
"url":"https://headsalon.org/archives/377.html",
"name":"谷歌的策略"
},
{
"url":"https://headsalon.org/archives/4654.html",
"name":"底特律破产之谜"
},
{
"url":"https://headsalon.org/archives/3700.html",
"name":"城市婚恋策略"
},
{
"url":"https://headsalon.org/archives/3667.html",
"name":"家电价格战与边缘策略"
},
{
"url":"https://headsalon.org/archives/419.html",
"name":"雇员黑名单"
},
{
"url":"https://headsalon.org/archives/626.html",
"name":"铁矿石议价机制为何会瓦解"
},
{
"url":"https://headsalon.org/archives/477.html",
"name":"俄乌斗气斗些什么"
},
{
"url":"https://headsalon.org/archives/594.html",
"name":"雅虎的教训"
}
]
},
{
"name":[
"分析哲学"
],
"children":[
{
"url":"https://headsalon.org/archives/3566.html",
"name":"自由意志"
},
{
"url":"https://headsalon.org/archives/1900.html",
"name":"决定论与自由意志"
},
{
"url":"https://headsalon.org/archives/1835.html",
"name":"实在与经验"
},
{
"url":"https://headsalon.org/archives/1818.html",
"name":"虚无主义 vs 泛灵论"
},
{
"url":"https://headsalon.org/archives/4334.html",
"name":"本质与自我"
},
{
"url":"https://headsalon.org/archives/1839.html",
"name":"结构与层次"
},
{
"url":"https://headsalon.org/archives/1830.html",
"name":"范式与硬核:什么是科学"
},
{
"url":"https://headsalon.org/archives/354.html",
"name":"渐进进化的尺度"
},
{
"url":"https://headsalon.org/archives/660.html",
"name":"理想与路径:谬误的四个层次"
},
{
"url":"https://headsalon.org/archives/4867.html",
"name":"格列高利造物"
},
{
"url":"https://headsalon.org/archives/4520.html",
"name":"意义"
},
{
"url":"https://headsalon.org/archives/3564.html",
"name":"科学与应用"
},
{
"url":"https://headsalon.org/archives/283.html",
"name":"分析哲学补遗"
},
{
"url":"https://headsalon.org/archives/4666.html",
"name":"#罗斯巴德系列#"
}
]
},
{
"name":[
"法律"
],
"children":[
{
"url":"https://headsalon.org/archives/5970.html",
"name":"通往现代文明的两条路线"
},
{
"url":"https://headsalon.org/archives/657.html",
"name":"普通法原则的绝佳注脚:《资本的秘密》读后"
},
{
"url":"https://headsalon.org/archives/4159.html",
"name":"①法制与德治"
},
{
"url":"https://headsalon.org/archives/5208.html",
"name":"②一个德治社会如何可能"
},
{
"name":[
"价值观立法的危害"
],
"children":[
{
"url":"https://headsalon.org/archives/1584.html",
"name":"禁止乞讨儿童"
},
{
"url":"https://headsalon.org/archives/773.html",
"name":"禁止吃狗肉"
},
{
"url":"https://headsalon.org/archives/734.html",
"name":"禁止换偶"
},
{
"url":"https://headsalon.org/archives/719.html",
"name":"禁绝娼妓"
}
]
},
{
"url":"https://headsalon.org/archives/1705.html",
"name":"雇主有权拒绝艾滋感染者吗"
},
{
"url":"https://headsalon.org/archives/2121.html",
"name":"从医保案看法律现实主义"
},
{
"url":"https://headsalon.org/archives/3545.html",
"name":"权利保护的成本原则"
},
{
"url":"https://headsalon.org/archives/362.html",
"name":"劳方权利让渡"
},
{
"url":"https://headsalon.org/archives/4630.html",
"name":"同性婚姻与法律现实主义的传统"
},
{
"name":[
"法律与经济学的连接"
],
"children":[
{
"url":"https://headsalon.org/archives/1163.html",
"name":"帕累托判准vs卡尔多-希克斯判准"
},
{
"url":"https://headsalon.org/archives/1128.html",
"name":"法律中的价值与事实"
},
{
"url":"https://headsalon.org/archives/343.html",
"name":"司法过程不应盲目引入民意"
},
{
"url":"https://headsalon.org/archives/344.html",
"name":"主观价值论是经验命题还是先验命题"
},
{
"url":"https://headsalon.org/archives/2121.html",
"name":"从医保案看法律现实主义"
},
{
"url":"https://headsalon.org/archives/1176.html",
"name":"(自然法vs实证法)vs(先验vs经验)"
}
]
}
]
},
{
"name":[
"秩序与组织行为学"
],
"children":[
{
"url":"https://headsalon.org/archives/401.html",
"name":"组织结构与灾后秩序"
},
{
"url":"https://headsalon.org/archives/1657.html",
"name":"组织失败与财政扩张"
},
{
"url":"https://headsalon.org/archives/503.html",
"name":"组织 vs 动员"
},
{
"url":"https://headsalon.org/archives/380.html",
"name":"组织模式与产业"
},
{
"url":"https://headsalon.org/archives/285.html",
"name":"①黑社会与秩序"
},
{
"url":"https://headsalon.org/archives/281.html",
"name":"②医患矛盾与法外正义"
},
{
"url":"https://headsalon.org/archives/654.html",
"name":"国企与古代军队"
},
{
"url":"https://headsalon.org/archives/776.html",
"name":"虚拟货币的法律尴尬与私人秩序"
},
{
"url":"https://headsalon.org/archives/545.html",
"name":"非正式规范与对等机制"
}
]
},
{
"name":[
"文化"
],
"children":[
{
"url":"https://headsalon.org/archives/6312.html",
"name":"#邓巴数系列#"
},
{
"url":"https://headsalon.org/?s=%E6%9D%83%E5%8A%9B%E7%A7%AF%E6%9C%A8",
"name":"#权力的积木系列#"
},
{
"url":"https://headsalon.org/archives/662.html",
"name":"人性:策略的遗骸"
},
{
"name":[
"国家的起源"
],
"children":[
{
"url":"https://headsalon.org/archives/4985.html",
"name":"危险的三角关系"
},
{
"url":"https://headsalon.org/archives/5058.html",
"name":"从游牧社会看国家起源"
},
{
"url":"https://headsalon.org/archives/3512.html",
"name":"国家起源:定居农业 vs 商业"
},
{
"url":"https://headsalon.org/archives/4323.html",
"name":"农耕对体质的影响"
},
{
"url":"https://headsalon.org/archives/5340.html",
"name":"前国家形态与猎头文化"
},
{
"url":"https://headsalon.org/archives/1530.html",
"name":"专业化的起源:剩余vs占有激励"
},
{
"url":"https://headsalon.org/archives/4829.html",
"name":"气候变化与蛮族入侵"
},
{
"url":"https://headsalon.org/archives/2440.html",
"name":"中华帝国晚期的城市"
}
]
},
{
"name":[
"宗教与巫术"
],
"children":[
{
"url":"https://headsalon.org/archives/750.html",
"name":"传统伦理与资本主义"
},
{
"url":"https://headsalon.org/archives/720.html",
"name":"世界杯: 民族激情的焚烧炉"
},
{
"url":"https://headsalon.org/archives/702.html",
"name":"狂热传教士与身份认同"
},
{
"url":"https://headsalon.org/archives/1630.html",
"name":"别指望用科学全面指导生活"
},
{
"url":"https://headsalon.org/archives/677.html",
"name":"巫术"
}
]
},
{
"name":[
"现代文化解释"
],
"children":[
{
"url":"https://headsalon.org/archives/4299.html",
"name":"城市排外与资源挤占"
},
{
"url":"https://headsalon.org/archives/4294.html",
"name":"冷却时代的文化禀赋"
},
{
"url":"https://headsalon.org/archives/3595.html",
"name":"奥运——现代神话"
},
{
"url":"https://headsalon.org/archives/2089.html",
"name":"文化产业需要扶持吗"
},
{
"url":"https://headsalon.org/archives/3951.html",
"name":"文化输出带来的隐形资产"
},
{
"url":"https://headsalon.org/archives/4383.html",
"name":"反犹与反商传统"
},
{
"name":[
"多元文化"
],
"children":[
{
"url":"https://headsalon.org/archives/286.html",
"name":"①柏林墙与多元价值"
},
{
"url":"https://headsalon.org/archives/3432.html",
"name":"②义务教育的危险"
},
{
"url":"https://headsalon.org/archives/318.html",
"name":"③单一化教育体系的后果"
}
]
}
]
},
{
"name":[
"互惠"
],
"children":[
{
"url":"https://headsalon.org/archives/3425.html",
"name":"文化发动机:市场交易 vs 互惠交易"
},
{
"url":"https://headsalon.org/archives/308.html",
"name":"排他性互惠圈和身份符号"
},
{
"url":"https://headsalon.org/archives/309.html",
"name":"互惠关系"
},
{
"url":"https://headsalon.org/archives/299.html",
"name":"互惠圈如何塑造人性"
},
{
"url":"https://headsalon.org/archives/766.html",
"name":"医疗市场与互惠系统"
}
]
},
{
"name":[
"身份识别符号"
],
"children":[
{
"url":"https://headsalon.org/archives/4638.html",
"name":"①汽车所承载的的文化符号"
},
{
"url":"https://headsalon.org/archives/611.html",
"name":"②耐克的文化符号"
},
{
"url":"https://headsalon.org/archives/346.html",
"name":"③为何最贵的中华香烟是软盒的"
},
{
"url":"https://headsalon.org/archives/2103.html",
"name":"④用以区分身份阶层的文化符号"
},
{
"url":"https://headsalon.org/archives/4691.html",
"name":"⑤身份象征的歧视链"
},
{
"url":"https://headsalon.org/archives/414.html",
"name":"⑥时尚,另一种宗教"
}
]
},
{
"name":[
"饮食"
],
"children":[
{
"url":"https://headsalon.org/archives/3538.html",
"name":"最优觅食理论"
},
{
"url":"https://headsalon.org/archives/5353.html",
"name":"食物禁忌的文化功能"
},
{
"url":"https://headsalon.org/archives/314.html",
"name":"饮食过度乃生活方式之困"
},
{
"url":"https://headsalon.org/archives/313.html",
"name":"肚皮收租法"
}
]
},
{
"name":[
"继承制"
],
"children":[
{
"url":"https://headsalon.org/archives/5153.html",
"name":"瀑布与汲泵"
},
{
"url":"https://headsalon.org/archives/4731.html",
"name":"尊老与继承制"
},
{
"url":"https://headsalon.org/archives/4408.html",
"name":"长子继承制与大航海"
},
{
"url":"https://headsalon.org/archives/1484.html",
"name":"长子继承制 vs 幼子继承制"
},
{
"url":"https://headsalon.org/archives/4482.html",
"name":"再议长子继承制"
}
]
}
]
},
{
"name":[
"进化论"
],
"children":[
{
"url":"https://headsalon.org/archives/967.html",
"name":"市场vs蚂蚁:创造复杂性的两条途径"
},
{
"url":"https://headsalon.org/archives/5630.html",
"name":"适应模式、复杂性和进化速度"
},
{
"url":"https://headsalon.org/archives/661.html",
"name":"观念的进化"
},
{
"name":[
"人类学"
],
"children":[
{
"url":"https://headsalon.org/archives/306.html",
"name":"阿米绪人与多元信息"
},
{
"url":"https://headsalon.org/archives/3968.html",
"name":"性犯罪与社会压力"
},
{
"url":"https://headsalon.org/archives/4624.html",
"name":"体质人类学"
},
{
"url":"https://headsalon.org/archives/459.html",
"name":"人类史上强奸的基因证据"
},
{
"url":"https://headsalon.org/archives/494.html",
"name":"走出非洲的迁徙历史"
},
{
"url":"https://headsalon.org/archives/1532.html",
"name":"食人习俗与营养"
},
{
"url":"https://headsalon.org/archives/5331.html",
"name":"真的有母系社会阶段吗"
},
{
"url":"https://headsalon.org/archives/398.html",
"name":"为什么女生爱吃零食"
},
{
"url":"https://headsalon.org/archives/487.html",
"name":"新达尔文主义者的介绍"
}
]
},
{
"name":[
"两性关系"
],
"children":[
{
"name":[
"男女"
],
"children":[
{
"url":"https://headsalon.org/archives/5069.html",
"name":"微妙的人类性策略·男性篇"
},
{
"url":"https://headsalon.org/archives/5071.html",
"name":"微妙的人类性策略·女性篇"
},
{
"url":"https://headsalon.org/archives/5073.html",
"name":"乳房之谜"
},
{
"url":"https://headsalon.org/archives/1910.html",
"name":"女性炫耀性消费与性策略"
},
{
"url":"https://headsalon.org/archives/5131.html",
"name":"童贞崇拜与掠夺性强奸"
},
{
"url":"https://headsalon.org/archives/5067.html",
"name":"吵闹不休的神圣同盟"
},
{
"url":"https://headsalon.org/archives/413.html",
"name":"两性抚养策略和投资策略"
}
]
},
{
"name":[
"家庭"
],
"children":[
{
"url":"https://headsalon.org/archives/5234.html",
"name":"婚姻生意怎么做"
},
{
"url":"https://headsalon.org/archives/2076.html",
"name":"儿子乘数"
},
{
"url":"https://headsalon.org/archives/1862.html",
"name":"离婚数据的统计假象"
},
{
"url":"https://headsalon.org/archives/4163.html",
"name":"婚姻与人际关系负资产"
},
{
"url":"https://headsalon.org/archives/3457.html",
"name":"雇主不是丈夫"
},
{
"url":"https://headsalon.org/archives/1238.html",
"name":"新司法解释助推婚姻关系变迁"
},
{
"url":"https://headsalon.org/archives/2032.html",
"name":"婚姻法不应为进步独立女性定制"
}
]
}
]
}
]
}
]
}
@tcya
Copy link
Author

tcya commented Jun 20, 2022

更新失效链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment