This file contains hidden or 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
| [ | |
| { | |
| "_id": 2021, | |
| "category": [ | |
| { | |
| "category": "VV", | |
| "count": 5 | |
| } | |
| ] | |
| }, |
This file contains hidden or 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
| [ | |
| { count: 18977, category: 'ZV' }, | |
| { count: 16987, category: '' }, | |
| { count: 7745, category: 'AP' }, | |
| { count: 4350, category: 'NV' }, | |
| { count: 3169, category: 'VV' }, | |
| { count: 1635, category: 'IF' }, | |
| { count: 325, category: 'PV' }, | |
| { count: 157, category: 'IN' } | |
| ] |
This file contains hidden or 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
| const fetch = require('node-fetch'); | |
| //EXECUTION | |
| (async () => { | |
| const limit = 5000; | |
| const yearFrom = 1991; | |
| const yearTo = 2002; | |
| const firsPage = 1; | |
| const maxPages = 2; |
This file contains hidden or 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
| [ | |
| { | |
| entryId: 'RIV/68378068:_____/19:00500608!RIV19-AV0-68378068', | |
| allAuthors: [ | |
| { | |
| name: 'Lucie Kořínková', | |
| vedidk: '7922507', | |
| researcherid: 'H-6924-2014', | |
| orcid: null | |
| } |
This file contains hidden or 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
| <div if.bind="selectedStep === 1"class="mdc-select mdc-select--outlined" style="align-self: flex-end;float: right;"> | |
| <div class="mdc-select__anchor"> | |
| <i class="mdc-select__dropdown-icon"></i> | |
| <select class="mdc-select__native-control" value.bind="locale" change.delegate="changeLocale(locale)"> | |
| <option class="mdc-select__selected-text" model.bind="'cs'" t="onboarding.cs">CS</option> | |
| <option class="mdc-select__selected-text" model.bind="'en'" t="onboarding.en">EN</option> | |
| </select> | |
| </div> | |
| </div> |
This file contains hidden or 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
| //MULTIPLE CONFIGS (ads/analytics) | |
| <script async | |
| src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"> | |
| </script> | |
| <script> | |
| window.dataLayer = window.dataLayer || [ ] ; | |
| function gtag(){dataLayer.push(arguments);} |
This file contains hidden or 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
| https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf | |
| ALT + Z ... break line | |
| super + arrows (change size) | |
| CTRL + B ... toggle directories | |
| CTRL + SHIFT + X ... toggle extensions |