diff --git a/spec/22/partners.yaml b/spec/22/partners.yaml index 3e4e807..826a175 100644 --- a/spec/22/partners.yaml +++ b/spec/22/partners.yaml @@ -100,6 +100,13 @@ web: url: https://linktr.ee/kryptoplatby +- id: trader20 + name: Trader 2.0 + twitter: Trader_20_ + type: medium + web: + url: https://trader20.sk/ + - id: svet-androida name: Svět Androida type: medium diff --git a/spec/22/photos/speakers/jakub-kralovansky-twitter.jpg b/spec/22/photos/speakers/jakub-kralovansky-twitter.jpg new file mode 100644 index 0000000..b706c73 Binary files /dev/null and b/spec/22/photos/speakers/jakub-kralovansky-twitter.jpg differ diff --git a/spec/22/speakers.yaml b/spec/22/speakers.yaml index aada593..606b64a 100644 --- a/spec/22/speakers.yaml +++ b/spec/22/speakers.yaml @@ -269,3 +269,9 @@ name: JosefJ twitter: JosefJ_ tracks: [ eth, defi, dao, nft ] + +- id: jakub-kralovansky + name: Jakub Kraľovanský + twitter: Trader_20_ + tracks: [ zaklady, btc, defi ] + diff --git a/utils/events.js b/utils/events.js index d2413d8..f982ec0 100644 --- a/utils/events.js +++ b/utils/events.js @@ -7,7 +7,7 @@ await utxo.init(); const entryId = "22"; const entry = utxo.entries[entryId]; -const speakers = entry.specs.speakers +const speakers = entry.specs.speakers; const setup = [ { col: "type", title: "Type" }, @@ -47,7 +47,8 @@ for (const item of entry.specs.events) { const totalSpeakers = Object.keys(totals.speakers).length; const minutesPerSpeaker = totals.duration / totalSpeakers; -const durationPrediction = speakers.length/(totals.duration / 100) * speakers.length +const durationPrediction = speakers.length / (totals.duration / 100) * + speakers.length; console.log(Table.from(arr).border(true).toString()); console.log(