章 | 公開日 | 章タイトル・当該ドキュメントへのリンク |
---|---|---|
―――以下は意見募集終了し、閲覧のみ――― (意見いただいても反映できませんのでご注意ください) | ||
20 | 6/2 | Ultimate Impact |
19 | 5/22 | The Time Dimension of Science |
18 | 5/4 | Scientific Impact |
17 | 3/16 | High-Impact Papers |
16 | 3/2 | Citation Disparity |
15 | 2/16 | Big Science |
14 | 2/3 | [Credit Allocation](https://docs.google.com/document/d/18UlpEGSs_mMiKKMi_voYKfBK_d9LTFBqDxRpsHOl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rules": { | |
"test": { | |
"test": { | |
".write": "true", | |
"foo": { | |
".validate": "newData.isString()", | |
}, | |
"bar": { | |
".validate": "newData.val() == newData.parent().child('foo').val()", |