# <!-- METAHEADER
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"*": "https://raw.githubusercontent.com/wefindx/schema/master/intent/oo-item.yaml"
# <!-- HEADER
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"base:title": "0oo - 监测人体健康"
"og:title": "监测人体健康"
"og:description": "Currently, each **vehicle has** an average of 60-100 **sensors** on board (as of [2017](http://www.automotivesensors2017.com/)), or even 400 (as of [2019](https://www.youtube.com/watch?v=Lyv0_GIGSbY)), as the **cars** are rapidly getting “smarter”. However human bodies, except for mobile phone sensors, have zero other sensors to monitor health and automatically report the health issues. This lack of monitoring results in deaths, that could be preventable with sensors, that monitor blood supply, and vital signs all the time. It is true that in most cases, no matter the original cause of death, people die from some sort of internal blood supply, or constriction issue, that prevents information …"
"og:image": "https://avatars0.githubusercontent.com/u/28134655"
"og:url": "/intent/900/"
"base:css": "/static/css/bootstrap.min.9c25540d6272.css"
"base:extra-css": "/static/css/base.57997aeac1df.css"
"base:favicon": "/static/favicon.acaa334f0136.ico"
"base:body_class": ""
"layout:logo": "/static/0oo.8d2a8bbef612.svg"
"layout:index": "/"
"layout:menu": "/menu/"
"layout:categories": "/intents/"
"layout:ideas": "/methods/"
"layout:projects": "/projects/"
"layout:users": "/users/"
"layout:about": "/about/"
"layout:help": "/help/"
"layout:bug_report": "https://github.com/wefindx/0oo"
"layout:login": "/accounts/login/"
"layout:light-off": "/darken/?darken=true"
"layout:set-multilingual": "/mulang/?mulang=true"
"layout:lang": "语言"
"layout:set-language-post-action": "/i18n/setlang/"
"layout:csrf-token": "drJWdwxc50Uc9R6ReOoFEgVYf62FwSfyr1Rmkb42CZDhbZjsOPXVz7E3m64PNVTq"
"layout:input-next": "/intent/900/"
"layout:languages": [{"code": "ja", "is-active": "false", "name": "日本語"}, {"code": "lt", "is-active": "false", "name": "Lietuviškai"}, {"code": "zh-hans", "is-active": "true", "name": "简体中文"}, {"code": "en", "is-active": "false", "name": "English"}, {"code": "ru", "is-active": "false", "name": "Русский"}, {"code": "oo", "is-active": "false", "name": "O;o,"}]
# <!-- TOPIC
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"item:parent:intents": [{"title": "医学与健康", "url": "/intent/917/"}, {"title": "健康", "url": "/intent/1234/"}]
"item:title": ".:en:Monitoring Human Bodies for Health.:cn:监测人体健康"
"item:votes": 0
"item:add-vote": "#addnote"
"item:intent": "/intent/900/?l=cn"
"item:base-administration": false
"item:body": |
    .:en
    Currently, each **vehicle has** an average of 60-100 **sensors** on board (as of [2017](http://www.automotivesensors2017.com/)), or even 400 (as of [2019](https://www.youtube.com/watch?v=Lyv0_GIGSbY)), as the **cars** are rapidly getting “smarter”. However human bodies, except for mobile phone sensors, have zero other sensors to monitor health and automatically report the health issues.
    
    This lack of monitoring results in deaths, that could be preventable with sensors, that monitor blood supply, and vital signs all the time. It is true that in most cases, no matter the original cause of death, people die from some sort of internal blood supply, or constriction issue, that prevents information or physical asset flow within our bodies. The major flows (or asset loops) are not monitored for disruption.
    
    We have automatic fire alarms, but not for our internal homes -- our bodies. That needs to change. We should create a massively scalable solutions to help monitor everyone's health for emergencies.
"item:permalink": "/intent/900/?l=cn"
"item:source-date": ""
"item:owner": "Mindey"
"item:ownerlink": "/user/147/Mindey"
"item:created": "2019-11-14T15:05:40.622000"
"item:intent:child:add": "/admin/hlog/intent/add/?parent=900"
# <!-- LINKS
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"item:method:items":
  - "id": "i-901"
    "title": "Life-Saving Oximeter Handbands"
    "summary": "Just like smoke alarms, but for human bodies."
    "url": "/method/901/"
    "owner": "Mindey"
    "permalink": "/intent/900/?l=cn#i-901"
    "ownerlink": "/user/147/Mindey"
    "created": "2019-11-14T15:22:25.786000"
"item:method:add": "/admin/hlog/method/add/?parent=900"
"item:comment:add": "/intents/addnote?parent=900"
"item:comment:add:csrf_token": "drJWdwxc50Uc9R6ReOoFEgVYf62FwSfyr1Rmkb42CZDhbZjsOPXVz7E3m64PNVTq"
"item:comment:form": |
    <li> <textarea name="text" cols="40" rows="10" id="addnote" class="comment-textarea" required>
    </textarea></li>
    <li><label for="id_vote">投票：</label> <select name="vote" id="id_vote">
      <option value="-1">[−]</option>
      <option value="0" selected>-</option>
      <option value="1">[+]</option>
    </select></li>
    <li><label for="id_crawl">安静地：</label> <input type="checkbox" name="crawl" onchange="handleSilently(this)" id="id_crawl"></li>
    <li><label for="id_has_questions">概念：</label> <input type="checkbox" name="has_questions" id="id_has_questions"> <span class="helptext">标记评论提出新问题。</span></li>
    <li><label for="id_has_ideas">想法：</label> <input type="checkbox" name="has_ideas" id="id_has_ideas"> <span class="helptext">标记评论有潜在解决方案。</span></li>
    <li><label for="id_has_facts">事实：</label> <input type="checkbox" name="has_facts" id="id_has_facts"> <span class="helptext">标记评论有助于推理的事实。</span></li>
    <a href="/accounts/login/">请，<i><u>登录</u></i>。</a>
# <!-- COMMENTS
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"item:comment:items":
  - "id": "r-5"
    "mtrans": |

        就像，即使是死于癌症的人，也可能大部分时间都是由于局部O2含量下降而死亡。

    "text": |
        Like, even people who die of cancer, are likely dying just because of loacal O2 levels dropping, most of the time.
    "owner": "Mindey"
    "ownerlink": "/user/147/Mindey"
    "permalink": "/intent/900/?l=cn#r-5"
    "created": "2020-03-03T19:43:46.916000"
    "vote": ""
"base:js": "/static/js/base.c7357c06cc89.js"
