@satgo1546
2014-08-28T21:45:18.000000Z
字数 11901
阅读 2542
吃掉大象
<?xml version="1.0" encoding="UTF-8"?>
<honeybee> <!-- 蜜蜂 -->
<inherited> <!-- 是 -->
<from>insect</from> <!-- 昆虫的子类。 -->
<body> <!-- 身体上 -->
<head> <!-- 的头 -->
<eyes> <!-- 的眼睛中, -->
<eye> <!-- 有两只复眼 -->
<type>compound</type>
</eye>
<eye>
<type>compound</type>
</eye>
<eye> <!-- 和三只单眼。 -->
<type>simple</type>
</eye>
<eye>
<type>simple</type>
</eye>
<eye>
<type>simple</type>
</eye>
</eyes>
<antennae /> <!-- 有触须。 -->
<mouth> <!-- 嘴巴里的 -->
<tongue> <!-- 舌头 -->
<size>long</size> <!-- 是长的。 -->
</tongue>
</mouth>
</head>
<hair> <!-- 毛发 -->
<type>sensory</type> <!-- 是感觉毛,且 -->
<covers>most of the body</covers> <!-- 覆盖了身体的大部分。 -->
</hair>
<wings>
<wing /> <!-- 有两只翅膀。 -->
<wing />
</wings>
<legs>
<leg /> <!-- 有六条腿, -->
<leg />
<leg />
<leg />
<leg> <!-- 两条后腿上 -->
<pollen-basket /> <!-- 有花粉篮。 -->
</leg>
<leg>
<pollen-basket />
</leg>
</legs>
<abdomen> <!-- 腹部 -->
<stinger /> <!-- 有刺。 -->
</abdomen>
<thorax /> <!-- 身体上还有胸部 -->
<exoskeleton /> <!-- 和外骨骼。 -->
</body>
<invertebrate>true</invertebrate> <!-- 是无脊椎动物。 -->
</inherited>
</honeybee>
<?xml version="1.0" encoding="UTF-8"?>
<hive> <!-- 蜂房中有 -->
<queen-bee> <!-- 蜂王, -->
<sex>female</sex> <!-- 为雌性。 -->
<do> <!-- 会 -->
<lay> <!-- 产 -->
<egg /> <!-- 卵 -->
<into>cell</into> <!-- 到巢室中。 -->
</lay>
</do>
</queen-bee>
<worker-bee> <!-- 工蜂, -->
<sex>female</sex> <!-- 为雄性, -->
<do> <!-- 会 -->
<feed> <!-- 喂食 -->
<target>larva</target> <!-- 给幼虫, -->
<food> <!-- 食物是 -->
<bee-bread> <!-- 蜂花粉, -->
<pollen /> <!-- 由花粉 -->
<honey /> <!-- 和蜂蜜 -->
</bee-bread> <!-- 构成。 -->
</food>
<frequency>1,000 times per day</frequency> <!-- 一天喂食1000次。 -->
</feed>
<build> <!-- 工蜂还会建造 -->
<wax-seal /> <!-- 蜡封。 -->
</build>
</do>
</worker-bee>
<egg> <!-- 卵 -->
<sex>unknown</sex> <!-- 性别未知(…… -->
<do> <!-- 会 -->
<hatch> <!-- 变成 -->
<into>
<larva /> <!-- 幼虫 -->
</into>
<in>about 5 days</in> <!-- 在大约5天后。 -->
</hatch>
<grow> <!-- 之后会生长为 -->
<into>
<pupa /> <!-- 蛹 -->
</into>
<in>about 4 or 5 days</in> <!-- 在大约4~5天后。 -->
</grow>
<develop> <!-- 之后会生长 -->
<into> <!-- 成 -->
<worker> <!-- 工蜂 -->
<stage>adult</stage> <!-- (成年的) -->
</worker>
<drone /> <!-- 或雄蜂。 -->
</into>
</develop>
<chew>wax</chew> <!-- 之后会吃掉蜡, -->
<emerge> <!-- 再从 -->
<from>cell</from> <!-- 巢室 -->
</emerge> <!-- 中出来, -->
<join>other bees</join> <!-- 加入其它蜜蜂。 -->
</do>
</egg>
</hive>
图片(从左到右):
<?xml version="1.0" encoding="UTF-8"?>
<colony> <!-- 蜜蜂群体 -->
<hive /> <!-- 有一个蜂房, -->
<members> <!-- 成员 -->
<count> <!-- 总数 -->
<maybe>80,000</maybe> <!-- 可达80000个。 -->
</count>
<queens> <!-- 蜂王 -->
<count>1</count> <!-- 只有一个, -->
<sex>female</sex> <!-- 为雌性, -->
<do> <!-- 会 -->
<lay> <!-- 产 -->
<egg /> <!-- 卵 -->
</lay>
</do>
</queens>
<drones> <!-- 雄蜂 -->
<count>a few hundred</count> <!-- 有几百个, -->
<sex>male</sex> <!-- 为雄性。 -->
</drones>
<workers> <!-- 工蜂 -->
<count>thousands of workers</count> <!-- 有上千个, -->
<sex>female</sex> <!-- 为雌性。 -->
<do> <!-- 会干 -->
<description>most of the work around the hive</description><!-- 蜂房周围的大多数事情。 -->
<clean> <!-- 年幼的时候会 -->
<target>cell</target> <!-- 清理巢室。 -->
<when>young</when>
</clean>
<act> <!-- 还会当护士, -->
<as>nurse bees</as>
<when>young</when>
</act>
<feed> <!-- 还会喂食 -->
<target>larva</target> <!-- 幼虫, -->
<food> <!-- 食物是 -->
<bee-bread /> <!-- 蜂花粉。 -->
</food>
<when>young</when>
</feed>
<feed> <!-- 还会喂食 -->
<target>queen</target> <!-- 蜂王。 -->
<when>young</when>
</feed>
<take-care> <!-- 还会照顾 -->
<target>queen</target> <!-- 蜂王。 -->
<when>young</when>
</take-care>
<build> <!-- 还会建造 -->
<target>cell</target> <!-- 巢室, -->
<when>young</when>
<by> <!-- 方法是 -->
<secrete> <!-- 用来自腹部分泌的蜡 -->
<target>wax</target>
<from>abdomen</from>
</secrete>
<shape> <!-- 制作一组六角形的巢室。 -->
<into>a series of hexagonal cells</into>
</shape>
</by>
<order> <!-- 顺序是 -->
<from>the top of the hive</from> <!-- 从蜂房的顶部 -->
<downward /> <!-- 向下。 -->
</order>
<attach> <!-- 依附在 -->
<to>
<roof /> <!-- 屋顶 -->
<wall /> <!-- 或墙壁上。 -->
</to>
</attach>
<leave> <!-- 要留下 -->
<passage> <!-- 小的通道 -->
<size>small</size>
<for>movement</for> <!-- 用来移动。 -->
</passage>
</leave>
<where>
<top>honey</top> <!-- 顶部是存放蜂蜜的, -->
<bottom>larva</bottom> <!-- 底部存放幼虫。 -->
</where>
<more> <!-- 更多的 -->
<target>cell</target> <!-- 巢室, -->
<name>honeycomb</name> <!-- 叫做蜂窝, -->
<when> <!-- 当 -->
<increasement> <!-- 蜂房的人口增加时建造。 -->
<of>hive population</of>
</increasement>
</when>
</more>
</build>
<help> <!-- 还会帮助 -->
<when>young</when>
<store> <!-- 存储 -->
<target>
<nectar /> <!-- 花蜜 -->
<pollen> <!-- 和职蜂弄来的花粉。 -->
<brought-by>field bee</brought-by>
</pollen>
</target>
</store>
<guard> <!-- 还会帮助保护 -->
<target>hive</target> <!-- 蜂房。 -->
</guard>
<beat> <!-- 还会帮助拍打 -->
<target>wing</target> <!-- 翅膀 -->
<to> <!-- 来 -->
<help> <!-- 帮助 -->
<take> <!-- 把 -->
<target>moisture</target> <!-- 潮气 -->
<out-of>the stored nectar</out-of> <!-- 弄出存放的花蜜 -->
<cool> <!-- 和冷却 -->
<target>hive</target> <!-- 蜂房。 -->
</cool>
</take>
</help>
</to>
</beat>
</help>
<repeat> <!-- 当年老的时候, -->
<when>old</when>
<frequency>10 times a day</frequency> <!-- 每天会干10次以下内容: -->
<between>fifty and a thousand flowers</between>
<do>
<fly> <!-- 飞 -->
<when>old</when>
<out-of> <!-- 出 -->
<hive /> <!-- 蜂房, -->
</out-of>
</fly>
<find> <!-- 寻找 -->
<target>
<flower /> <!-- 花朵, -->
<from>
<collect> <!-- 收集 -->
<nectar /> <!-- 花蜜 -->
<pollen /> <!-- 和花粉。 -->
</collect>
</from>
</target>
<when>old</when>
</find> <!-- 用舌头 -->
<suck> <!-- 吮吸 -->
<target>nectar</target> <!-- 花蜜。 -->
<when>old</when>
<with>tongue</with>
</suck>
<deposit> <!-- 把 -->
<target>nectar</target> <!-- 花蜜 -->
<when>old</when> <!-- 放在 -->
<into>a special stomach inside its abdomen</into><!-- 它腹部的一个特别的胃里。 -->
</deposit>
<put> <!-- 把 -->
<target>pollen</target> <!-- 花粉 -->
<when>old</when> <!-- 放进 -->
<into>pollen-basket</into> <!-- 花粉篮里。 -->
</put>
<fly>
<when>old</when>
<when>the stomach and baskets are full</when> <!-- 当胃和花粉篮满了, -->
<back-to>hive</back-to> <!-- 就飞回蜂房, -->
<to> <!-- 来将 -->
<share>
<target>food</target> <!-- 食物 -->
<with>the other colony members</with> <!-- 与其它群体中的成员 -->
</share> <!-- 分享。 -->
</to>
</fly>
<regurgitate> <!-- 会反刍 -->
<target>nectar</target> <!-- 花蜜。 -->
<when>old</when>
</regurgitate>
<pass> <!-- 将 -->
<target>nectar</target> <!-- 花蜜 -->
<when>old</when>
<onto>the mouths of younger workers</onto> <!-- 放进年幼的工蜂的嘴里。 -->
</pass>
</do>
</repeat>
<maybe> <!-- 可能 -->
<when>old</when>
<count>a few</count> <!-- 有几个 -->
<do> <!-- 年老的工蜂会 -->
<collect> <!-- 收集 -->
<target>water</target> <!-- 水 -->
</collect>
<give> <!-- 然后给 -->
<target>water</target>
<to>nurse bee</to> <!-- 护士蜜蜂。 -->
</give>
</do>
</maybe>
<dilute> <!-- 还会稀释 -->
<target>
<honey>
<used-to>
<feed>
<target>larva</target> <!-- 给幼虫吃的 -->
</feed>
</used-to>
</honey> <!-- 蜂蜜 -->
</target>
<when>is a nurse bee</when> <!-- 如果它是一个护士蜜蜂的话。 -->
</dilute>
<spread>
<when>it gets too hot</when> <!-- 当天气热的时候, -->
<over>honeycomb</over> <!-- 会把水覆盖在蜂窝上。 -->
</spread>
</do>
<is> <!-- 工蜂可能是 -->
<scout /> <!-- 侦查员、 -->
<nurse /> <!-- 护士、 -->
<guard /> <!-- 守卫者、 -->
<undertaker /> <!-- 承办人(?) -->
<nectar-gatherer /> <!-- 和花蜜收集者。 -->
</is>
<define>
<young>not old</young>
<old>
<definition>at least 3 weeks old</definition>
<name>
<forager />
<field-bee />
</name>
</old>
</define>
</workers>
</members>
</colony>
<?xml version="1.0" encoding="UTF-8"?>
<colony>
<members>
<drones> <!-- 工蜂 -->
<grow-from>eggs that the queen lays before mating</grow-from><!-- 从蜂王在交配前产的卵中生长。 -->
<appearance> <!-- 从外观上看, -->
<head> <!-- 头上 -->
<eyes> <!-- 的眼睛 -->
<size>large</size> <!-- 很大, -->
<used-to> <!-- 是用来 -->
<search>
<target>queen</target>
<when>the queen is in flight</when> <!-- 在蜂王飞行 -->
<at>up to 35 metres off the ground</at> <!-- 在地面上35米的地方 -->
</search> <!-- 搜寻蜂王的。 -->
</used-to>
</eyes>
</head>
<abdomen> <!-- 腹部 -->
<stingers /> <!-- 没有刺。 -->
</abdomen>
</appearance>
<do> <!-- 会 -->
<mate>
<with>queen</with> <!-- 与蜂王 -->
</mate> <!-- 交配。 -->
<starve> <!-- 然后挨饿 -->
<to>
<death /> <!-- 死亡 -->
</to>
<outside>hive</outside> <!-- 在蜂房外。 -->
</starve>
<fly> <!-- 飞行 -->
<speed>fast enough</speed> <!-- 速度很快 -->
<to> <!-- 来 -->
<catch> <!-- 追上 -->
<target>queen</target> <!-- 蜂王, -->
</catch>
<deliver>
<target>sperm</target>
<with>queen</with> <!-- 给蜂王传递精子。 -->
</deliver>
</to>
</fly>
<keep>
<when> <!-- 当 -->
<may> <!-- 可能 -->
<mate> <!-- 与蜂王 -->
<with>queen</with>
</mate> <!-- 交配时, -->
</may>
</when>
<in>hive</in> <!-- 保持在蜂房内。 -->
</keep>
<get>
<when>spring and early summer</when> <!-- 在春季和夏季初, -->
<together /> <!-- 它们会聚在一起, -->
<outside>hive</outside> <!-- 在蜂房外面 -->
<to> <!-- 来 -->
<wait-for> <!-- 等待 -->
<target>queen</target> <!-- 蜂王 -->
<to>pass</to> <!-- 经过。 -->
</wait-for>
</to>
</get>
<fly>
<when>self spot queen</when> <!-- 当认出蜂王时, -->
<speed>fast</speed> <!-- 会很快地飞行, -->
</fly>
<mate> <!-- 然后 -->
<when>self spot queen</when>
<with>queen</with>
<quickly /> <!-- 快速地 -->
</mate> <!-- 与之交配。 -->
<die>
<when>self try to separate themselves from queen</when><!-- 当尝试与蜂王分离时 -->
</die> <!-- 死去。 -->
</do>
<not-do> <!-- 它们不会 -->
<defend> <!-- 守护 -->
<target>self</target> <!-- 自己, -->
<reason>have no stinger</reason> <!-- 因为没有刺。 -->
</defend>
<gather> <!-- 也不会收集 -->
<target>
<nectar /> <!-- 花蜜 -->
<pollen /> <!-- 和花粉, -->
</target>
<reason>lack the body parts</reason> <!-- 因为它们缺少对应的器官。 -->
</gather>
<feed> <!-- 也不能自己喂食 -->
<target>self</target> <!-- 自己, -->
<reason>can't gather nectar or pollen</reason> <!-- 因为它们无法收集花蜜和花粉。 -->
</feed>
</not-do>
</drones>
<workers> <!-- 工蜂 -->
<do> <!-- 会 -->
<force> <!-- 把 -->
<target>drone</target> <!-- 雄蜂 -->
<when>there is little food</when> <!-- 赶出群体, -->
<out-of>colony</out-of> <!-- 当食物很少的时候。 -->
</force>
<feed> <!-- 还会给 -->
<target>a few of the larvae</target> <!-- 几个幼虫喂食 -->
<food>
<royal-jelly> <!-- 蜂王浆, -->
<vitamins> <!-- 是一种 -->
<rich /> <!-- 富含 -->
</vitamins> <!-- 维生素 -->
<proteins> <!-- 和蛋白质 -->
<rich />
</proteins>
</royal-jelly> <!-- 的食物。 -->
</food>
<to> <!-- 来 -->
<produce> <!-- 产生 -->
<target>queen</target> <!-- 蜂王。 -->
</produce>
</to>
</feed>
</do>
</workers>
<queens> <!-- 蜂王 -->
<count>1</count> <!-- 只有一个, -->
<do> <!-- 会 -->
<lay> <!-- 产 -->
<target>egg</target> <!-- 卵, -->
<frequency>1,500 eggs per day</frequency> <!-- 每天1500个。 -->
</lay>
<deposit> <!-- 然后把卵放进 -->
<target>a single egg</target>
<when>laying eggs</when>
<into>each cell</into> <!-- 巢室中。 -->
</deposit>
<make> <!-- 还会做 -->
<target>mating flights</target> <!-- 交配飞行。 -->
<when>adult</when>
<count>several</count>
</make>
<store> <!-- 还会存储 -->
<target>
<mixture>
<of>
<sperm>
<count>7 million</count> <!-- 7000000个 -->
</sperm> <!-- 精子 -->
</of> <!-- 的混合物, -->
<used-to> <!-- 用于 -->
<fertilize>
<target>egg</target> <!-- 给卵受精。 -->
<during>self's entire life span</during>
</fertilize>
</used-to>
</mixture>
</target>
<when> <!-- 当 -->
<mate>
<with> <!-- 与 -->
<drones>
<count>several</count> <!-- 几个 -->
</drones> <!-- 雄蜂 -->
</with>
</mate> <!-- 交配时。 -->
<receive> <!-- 会收到 -->
<target>
<sperm>
<count>90 million</count> <!-- 90000000个 -->
</sperm> <!-- 精子。 -->
</target>
</receive>
</when>
<in>a special pouch in her body</in> <!-- 放在它的身体里的一个特殊的口袋中。 -->
</store>
<emerge>
<when>there is a swarn of queen bees</when> <!-- 当有一群蜂王时, -->
<from>the peanut-shaped cells</from>
<by> <!-- 会 -->
<sting> <!-- 刺痛 -->
<target>another queen bee</target> <!-- 其它蜂王, -->
</sting>
</by>
<until>there is only one queen bee left</until> <!-- 直到只有一只蜂王剩下。 -->
</emerge>
</do>
<leave> <!-- 还会离开 -->
<target>hive</target> <!-- 蜂房, -->
<when> <!-- 当 -->
<method>and</method>
<group>
<method>or</method>
<condition>the colony gets too large</condition><!-- 群体太大 -->
<condition>at the end of spring</condition> <!-- 或春天结束时, -->
</group>
<condition>old</condition> <!-- 且年老时, -->
</when>
<with>a large number of worker bees</with>
<to> <!-- 来 -->
<start> <!-- 开始 -->
<target>a new colony</target> <!-- 一个新的群体。 -->
</start>
</to>
</leave>
<fly>
<when>leave the old hive</when>
<together /> <!-- 一起飞走。 -->
<in>a swarm</in>
</fly>
</queens>
</members>
</colony>
花朵的香味和明亮的颜色会吸引工蜂。这些蜜蜂可以用24千米/小时的速度飞行。它们一次飞行可以从蜂房飞到11千米外的地方来收集花蜜和花粉。花蜜是花朵内部的一个特殊的腺生成的一种甜的液体。每种花朵会产生自己独有的一种花蜜。花朵的季节里,一个群体会有几千个工蜂来搜寻花蜜和花粉。
花粉,在花朵的花药上可见,由微小的黄色颗粒组成,使得花朵产生种子成为可能。每种植物会产生在大小、形状、数量上都唯一的花粉。
这些花粉颗粒会贴在蜜蜂身体上的毛发中,而另一些颗粒则会被塞进蜜蜂后腿上的花粉篮里。其它花粉颗粒会摩擦掉蜜蜂的身体,到花朵的粘性的柱头上去,能直接前往子房。这允许种子能够被受精和生长。蜜蜂会帮助传授花朵的花粉。
如果没有蜜蜂来完成花粉从花药到柱头的传播,许多植物会无法产生种子和果实。
一只蜜蜂一般会在从蜂房飞出后访问了600朵花之后停下。它每分钟能访问10朵花。
返回的工蜂回到蜂房后,会分享它获取到的有花蜜的花的地方。它会用跳舞的方式来完成此事。这个舞蹈传达了从蜂房到花朵的方向和距离。蜜蜂会嗡嗡叫,并用独特的模式移动它的身体。如果花朵与蜂房离得比较近,那么蜜蜂会绕圈跳舞。
如果花朵离得比较远,那么蜜蜂会跳8字舞,包含两个圆形和一根连接它们的线。三个定位点决定了这种舞蹈的形状:太阳、蜂房和花朵。这几个点成为了蜜蜂通过舞蹈重现在蜂房的墙上的地图。太阳的那点永远在地图的顶端;蜂房是连接两个圆的那条线的起点;花朵则是那条线的终点。这条线的倾斜角度表示太阳和花朵之间的角度,还有花朵在太阳的左边还是右边[3]。
蜜蜂会沿着线摆动它的腹部。然后它绕着两个圆来移动。它绕着8字形移动的次数表示花朵与蜂房之间的距离。
我们都知道蜜蜂是益虫,对人类和大自然有着重要的作用,那么如何才能增加它的数量呢?这就需要对它进行人工养殖了。
从野生的蜜蜂群体中收集蜂蜜是最古老的人类活动之一,而且它仍然在世界各地使用。从野生的蜜蜂群体中收集蜂蜜通常是保持蜜蜂远离烟雾并砸开蜂房。这常常会导致蜜蜂群体的物理性毁灭。
人们也已经为了蜂蜜而饲养蜜蜂群体几千年了。比如说,古埃及人建立蜜蜂群体。蜜蜂通常饲养在粘土圆柱或圆锥体状的稻草篮子里。这样,人们就可以在不伤害蜜蜂的情况下获取蜂蜜了。
现在,养蜂通常是想要保证他们的花朵或农作物被授粉,或者想要卖蜂房里产出的蜂蜜和蜡的人。
农民和果园栽培者特别关心他们的植物上的花朵有没有被授粉,这样植物就可以产出种子和果实。他们知道,蜜蜂授粉的过程不只是对植物关键,而且关系到他们的生计。
在春天和夏天,农民可能会把蜂房移动到更接近需要被授粉的植物。在冬天,他们会包裹蜂房来保暖。
现在,养蜂人会建立特别的盒子来当做蜂房使用。这些盒子包含了组织的框架。盒子里悬挂在其中的框架提供了足够蜜蜂建立它们的蜂窝的空间。其中一部分,是给蜂王产卵用的。工蜂会在其它部分存放蜂蜜,而蜂王则太大而无法进入。结果就是,养蜂人可以移走这些巢室,而不会扰乱蜂房中剩下的部分。
当蜜蜂填充并盖上大部分蜂窝的时候,养蜂人就会收获蜂蜜。为了收获蜂蜜,养蜂人会移除蜂房中存放有蜂蜜的那些框架。为了干这事,养蜂人必须穿上保护服来防止被蜜蜂叮咬。
养蜂人需要穿上紧密贴合踝关节和手腕的衣服,还有长手套。他们使用一种能遮盖整个脸和脖子的帽子。
养蜂人有可能还会用烟雾产生器来把烟雾引进蜂房中。这导致蜜蜂会变得缓慢并没有精神,因此这样它们叮咬别人的几率就减少了。养蜂人会非常缓慢且非常小心地在盒子周围移动,来避免惊动蜜蜂。
平均一个蜜蜂群体一年会产生36~54千克的可以收获的蜂蜜(剩下的那些被蜜蜂自己用掉了)。有些养蜂人拥有1000~1500个蜜蜂群体。
尝试一下这个方法……