Gather的人事档案
2020年4月7日
修订 96
评分
34
↑ 36
↓ 2
支持率
95%
总票数 38
Wilson 95% 下界
82.7%
在相同票数下更稳健的支持率估计
争议指数
0.199
评分趋势
按周聚合 加载图表中...
最近修订
1 / 33
最近投票
1 / 4
2025-06-26
2024-10-29
2024-07-10
2024-05-17
2023-08-01
2023-06-09
2023-04-12
2023-03-27
2023-03-11
2022-09-04
相关页面
暂无推荐
页面源码
[[module CSS]]
.r1 {animation-delay: 30s;}
.r2 {animation-delay: 45s;}
.r3 {animation-delay: 60s;}
.r4 {animation-delay: 75s;}
.tape-wrap .collapsible-block-unfolded-link .collapsible-block-link
{animation-delay: calc(6s + 2s);}
.tape-record {position: relative;height: 6em;pointer-events: none;}.record {display: block;position: absolute;width: 100%;animation-name: record;animation-duration: 2.5s;opacity: 0;top: 0;text-align: center;}.tape-wrap {position: relative;background-color: rgba(244, 244, 244, 1);border: 1px dashed #999;padding: 0 1em;}.tape-anim {position: relative;background-image: url("http://unofficial-scp-sandbox-jp.wikidot.com/local--files/iroiro-workshop-8/DoxYSJAV4AET63r.png");background-size: 200px;background-position: center center;background-repeat: no-repeat;min-height: 300px;}.tape-left,.tape-right {display: block;position: absolute;margin: auto;height: 0;width: 70px;padding-bottom: 100%;background-image: url("http://unofficial-scp-sandbox-jp.wikidot.com/local--files/iroiro-workshop-8/scp_trans.png");background-size: contain;background-position: center center;background-repeat: no-repeat;pointer-events: none;}.tape-left {top: -20px;bottom: 0;left: -70px;right: 0;animation-name: spin1;animation-duration: 15s;animation-timing-function: linear;animation-fill-mode: forwards;}.tape-right {top: 0;bottom: -32px;left: 0;right: -72px;animation-name: spin1;animation-duration: 20s;animation-timing-function: linear;animation-fill-mode: forwards;}.tape-wrap .collapsible-block-unfolded-link {padding-top: 1em;}.tape-wrap .collapsible-block-folded,.tape-wrap .collapsible-block-unfolded-link {position: relative;text-align: center;}.tape-wrap .collapsible-block-link:before {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);}.tape-wrap .collapsible-block-folded .collapsible-block-link:before {content: "\f04b";}.tape-wrap .collapsible-block-unfolded-link .collapsible-block-link:before {content: "\f1da";}.tape-wrap .collapsible-block-unfolded-link .collapsible-block-link {animation-name: g-ex;animation-duration: 1s;animation-fill-mode: forwards;visibility: hidden;opacity: 0;}.tape-wrap .collapsible-block-folded {padding-top: 1em;padding-bottom: 1em;}@keyframes g-ex {50% {visibility: visible;opacity: 0;}100% {visibility: visible;opacity: 1;}}@keyframes spin1 {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}@keyframes record {0% {opacity: 0;}25% {opacity: 1;}75% {opacity: 1;}100% {opacity: 0;}}@-moz-document url-prefix() {.tape-anim {height: 300px;}.tape-left,.tape-right {display: block;width: 70px;height: 70px;position: relative;margin: 0 auto;padding: 0 auto;}.tape-left {top: 105px;bottom: initial;left: -36px;}.tape-right {top: 60px;bottom: initial;left: 35px;}}
[[/module]]
[[module CSS]]
/* customizable snowflake styling */
.snowflake {
color: #fff;
font-size: 1em;
font-family: Arial, sans-serif;
text-shadow: 0 0 5px #000;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
[[/module]]
[[div class="snowflakes" aria-hidden="true"]]
[[/div]]
[[div class="snowflake"]]
> **Gather大啥b**
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[include :scp-wiki-cn:credit:start]]
**[[size 200%]]哈姆?[[/size]]**。
[[include :scp-wiki-cn:credit:end]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[div class="snowflake"]]
[[module rate]]
[[/div]]
[[include :scp-wiki-cn:theme:basalt]]
[[div class="snowflake"]]
[[HTML]]
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=3&id=2509995353&auto=1&height=66"></iframe>
[[/HTML]]
[[/div]]
[[module CSS]]
:root {
--logo: url("https://scpsandboxcn.wikidot.com/local--files/11451419/YJSB");
--title: "吉吉国基金会";
--subtitle: "电棍,炫狗,若子";
}
:root {
--sidelogo: url("https://scpsandboxcn.wikidot.com/local--files/11451419/YJSB");
--sidesubtitle: "创持,,,";
}
[[/module]]
[[=image http://scpsandboxcn.wikidot.com/local--files/upload/SCiPNET width="450px"]]
[[=]]
[[size 200%]]
**大家好啊,我是说——的——道——理**
[[/size]]
[[size 135%]]
[[span class="ruby"]]今天给大家来点想看的东西
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
[[span class="ruby"]]我是大家想看的东西[[span class="rt"]]大家好啊[[/span]][[/span]]
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
[[span class="ruby"]]啊我出生默写诗[[/span]]
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
[[size 115%]]
[[span class="ruby"]]哈~姆~[[/span]][[/span]]
[[/size]]
[[/size]]
@@@@
@@@@
@@@@
@@@@
@@@@
@@@@
[[/=]]
[[module css]]
@import url(http://scpsandboxcn.wikidot.com/collab:sleepless-voyage-css/code/1);
[[/module]]
[[tabview]]
[[tab 人员简介]]
**姓名:**Gather
**性别:**男
**年龄:**23岁
**职位:**基金会普通研究员/猫咪合作社书记
**外貌特征:**身高182cm,黑发,穿白色研究员制服,在自己的办公室里有一只来历不明的名为Christine的猫咪,据说经常用爪子挂在Dr.Gather左肩上,不知道怎么做到的。
**人员简介:**于20██年/█月/█日被发现趴在基金会位于██区的站点墙壁上。站点警卫将其拘留询问后得知其为基金会研究员Dr.Gather,但无法回忆是如何挂在墙壁上的,只记得在墙壁上挂了200多天。经检查其身份证明系真实可信,但并未在基金会人员名单上查询到此人。经过审议后决定让其进入基金会工作。
Dr.Gather在工作期间并无过多出众点,其周围人称其对工作不甚上心,但从不玩忽职守。平常不喜说话,习惯盯着站点周围的人看。除了申请增加薪水以更好的赡养猫咪外再无其他要求。
值得注意的是,Dr.Gather对别人碰他的猫非常敏感,并会拒绝一切尝试碰触他的猫的行为。
------
//我能撸你的猫吗?//
//滚//
[[collapsible show="+ 如果你还想要一个不一样的话……"hide="- 看起来是的"]]
> **来自Site-CN-82**
"你好,我是伦理委员Gather,叫我先生或者小姐都行,不要碰我的尾巴"。
//需要注意的是实际性格仍然为23岁男性,但可能存在些许改变。//
[[/collapsible]]
[[/tab]]
[[tab 作品区]]
//为什么不写项目呢?因为写了Gather会找不到北//
[[include component:author-page
order=rating desc |
translation=yes |
background=yes |
]]
[[include component:author-page-collab
name=scp-cn-1406 |
written_by=由我和[[*user Cool_Heart]]合著 |
background=yes |
]]
//翻译有了,可以安心咕了。//
[[/tab]]
[[tab 关于Gather三两事 ]]
[[include component:image-block name=http://scpsandboxcn.wikidot.com/local--files/scp-cn-1120-b-1/Gather|caption=一位漂亮女生画的Gather]]
//一些琐碎的关于Gather的吐槽//——[[*user Gather]]
* Gather其实很不喜欢女性交往,现实中和异性过分靠近会感觉手脚不自然。
//绝对不是害羞,绝对不是。//
* Gather很喜欢猫,想养一只英短但被价格劝退了。
//狸花猫也很可爱!//
* Gather讨厌代码,以及蟑螂。
//我确实不怕蟑螂,关键是他们爬来爬去还有被你踩爆浆的样子,你懂吧。//
* Dr.Gather曾经趴在一处基金会站点的墙壁上偷窥了近两百天,直到他发现旁边有扇门。
//我说我只是没发现你信不?//
* Gather喜欢在半夜三更写文,白天一般不动笔。
* Gather是凶狠残暴的代码小偷。
[[collapsible show="+ Gather的唠叨" hide="- 多谢打开!"]]
时间过的可真快,转眼我就实现了我刚进基金会时的梦想hh,拥有了自己的人事。
刚开始了解基金会是在一位杨姓朋友口中听说的,对这个庞大的设定有了兴趣,于是过了几天就自己搜网站来到了中分。注册了wiki后就开始看文档了。//曾经梦想看完前4k结果现在……//以为自己加入了中分结果在两百多天后想要发评论时才发现——wdnmd还要加入网站?!属实震惊。
在基金会写作是我前所未有的体验。与平常不同,这里一切都得靠我自己去理解,去尝试,而且这里的讨论环境也给我一种有别于外界的感觉。我很喜欢这里,希望能献出自己的一份力。在这里我收获了很多,也给了我在现实中体会不到的快乐。
大概是咕了一年多左右后我发表了我的第二篇文,第一篇是我入站十多天后发的神风负8down没了(捂脸)。那是在看完流浪地球后的一个夜晚,灵感突然涌上脑子,经不住的就往纸上写,过几天敲在沙盒里给了群里的dalao们看。得到肯定的那瞬间真的是高兴坏了,这是一种真切的存在感,满足感,成就感。
我写的几乎全是故事,呃有一部分原因是我写scp写长了会找不到北,把握不住,所以丢了很多。更大的原因是我喜欢故事的形式,给我想象,给我创造力。我希望我的作品都能让人感觉到“宁静的美”,这在我的创作中是一个主旋律。也是我喜欢的类型。今后我会进一步突破自己,创作出不同风格的文章,项目,我要学的还有很多,在这路上感谢很多人的肯定,也感谢很多人的批评,因为肯定我才继续努力,因为批评我才能提升自己。
回首过去,我实现了自己的当初的梦想,得到了人事页。而这就是新的开始。
所以,继续加油吧!
[[/collapsible]]
[[/tab]]
[[tab 备忘]]
[[/tab]]
[[tab 推荐条目]]
//这是会放一些我个人觉得很棒的作品的地方//
[[include component:author-page-collab
name=the-tomb-in-alcohol |
written_by=JacKeTJioNG |
note=|
background=yes |
]]
[[include component:author-page-collab
name=scp-093 |
written_by= |
note=|
background=yes |
]]
[[include component:author-page-collab
name=cn2000enflowerz |
written_by=enflowerz |
note=|
background=yes |
]]
[[/tab]]
[[/tabview]]