-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex_he.html
More file actions
852 lines (806 loc) · 59.8 KB
/
index_he.html
File metadata and controls
852 lines (806 loc) · 59.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<title>Riksdagsmonitor | פלטפורמת מודיעין לבחירות שוודיה 2026 | ניטור הפרלמנט</title>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https:; script-src 'self' 'unsafe-inline' https:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https:; base-uri 'self'; form-action 'self'">
<script>(function(){var key='riksdagsmonitor-theme';var t=null;try{t=localStorage.getItem(key);}catch(e){/* storage unavailable */}if(t!=='dark'&&t!=='light'){if(t!==null){try{localStorage.removeItem(key);}catch(e){/* storage unavailable */}}t=(window.matchMedia&&window.matchMedia('(prefers-color-scheme: dark)').matches)?'dark':'light';}document.documentElement.setAttribute('data-theme',t);}());</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="canonical" href="https://riksdagsmonitor.com/index_he.html">
<link rel="manifest" href="site.webmanifest">
<meta name="description" content="Riksdagsmonitor: פלטפורמת מודיעין לבחירות שוודיה 2026. ניטור בזמן אמת של 349 חברי פרלמנט ב-8 מפלגות, תחזיות קואליציה, 45 כללי סיכון ויותר מ-50 שנות נתונים פרלמנטריים מפלטפורמת OSINT של Citizen Intelligence Agency (CIA).">
<meta name="keywords" content="בחירות שוודיה 2026, Riksdagsmonitor, ניטור הפרלמנט השוודי, חיזוי קואליציות, מודיעין פוליטי, פלטפורמת OSINT, ניתוח פרלמנטרי, Citizen Intelligence Agency, פוליטיקה שוודית, מעקב בחירות, שקיפות דמוקרטית, 349 חברי פרלמנט, 45 כללי סיכון, שקיפות פרלמנטרית, דמוקרטיה בשוודיה, תחזית בחירות 2026">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="author" content="James Pether Sörling, CISSP, CISM">
<!-- Geographic Meta Tags -->
<meta name="geo.region" content="SE">
<meta name="geo.placename" content="Gothenburg">
<meta name="geo.position" content="57.708870;11.974560">
<meta name="ICBM" content="57.708870, 11.974560">
<!-- Mobile Web App Tags -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Riksdagsmonitor">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320">
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://riksdagsmonitor.com/index_he.html">
<meta property="og:site_name" content="Riksdagsmonitor">
<meta property="og:title" content="Riksdagsmonitor | פלטפורמת מודיעין לבחירות שוודיה 2026">
<meta property="og:description" content="ניטור בזמן אמת של 349 חברי פרלמנט ב-8 מפלגות. תחזיות קואליציה, 45 כללי סיכון, חיזוי בחירות ויותר מ-50 שנות נתונים פרלמנטריים. חופשי ובקוד פתוח.">
<meta property="og:image" content="https://riksdagsmonitor.com/images/og-image.webp">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Riksdagsmonitor - פלטפורמת מודיעין של הפרלמנט השוודי">
<meta property="og:locale" content="he_IL">
<meta property="og:locale:alternate" content="ar_SA">
<meta property="og:locale:alternate" content="da_DK">
<meta property="og:locale:alternate" content="de_DE">
<meta property="og:locale:alternate" content="es_ES">
<meta property="og:locale:alternate" content="fi_FI">
<meta property="og:locale:alternate" content="fr_FR">
<meta property="og:locale:alternate" content="he_IL">
<meta property="og:locale:alternate" content="ja_JP">
<meta property="og:locale:alternate" content="ko_KR">
<meta property="og:locale:alternate" content="nl_NL">
<meta property="og:locale:alternate" content="nb_NO">
<meta property="og:locale:alternate" content="sv_SE">
<meta property="og:locale:alternate" content="zh_CN">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Riksdagsmonitor | פלטפורמת מודיעין לבחירות שוודיה 2026">
<meta name="twitter:description" content="ניטור בזמן אמת של 349 חברי פרלמנט ב-8 מפלגות. תחזיות קואליציה, 45 כללי סיכון, חיזוי בחירות ויותר מ-50 שנות נתונים פרלמנטריים. חופשי ובקוד פתוח.">
<meta name="twitter:image" content="https://riksdagsmonitor.com/images/og-image.webp">
<meta name="twitter:image:alt" content="Riksdagsmonitor - פלטפורמת מודיעין של הפרלמנט השוודי">
<meta name="twitter:site" content="@riksdagsmonitor">
<meta name="twitter:creator" content="@jamessorling">
<meta name="twitter:domain" content="riksdagsmonitor.com">
<!-- DNS Prefetch & Preconnect for ביצועים -->
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://cia.sourceforge.io">
<link rel="dns-prefetch" href="https://raw.githubusercontent.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700&family=Share+Tech+Mono&display=swap" media="print" onload="this.media='all'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700&family=Share+Tech+Mono&display=swap"></noscript>
<meta name="application-name" content="Riksdagsmonitor">
<meta name="theme-color" content="#0a0e27">
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" href="/favicon.ico" sizes="48x48">
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://riksdagsmonitor.com/#organization",
"name": "Riksdagsmonitor",
"legalName": "Hack23 AB",
"url": "https://riksdagsmonitor.com",
"logo": {
"@type": "ImageObject",
"url": "https://riksdagsmonitor.com/images/android-chrome-512x512.png",
"width": 512,
"height": 512
},
"description": "פלטפורמת ניטור לפרלמנט השוודי המספקת מודיעין בזמן אמת, חיזוי בחירות ושקיפות פוליטית באמצעות ניתוח CIA OSINT.",
"foundingDate": "2008",
"founder": {
"@type": "Person",
"@id": "https://riksdagsmonitor.com/#founder",
"name": "James Pether Sörling",
"jobTitle": "מייסד ומנהל המודיעין הראשי",
"hasCredential": ["CISSP", "CISM"],
"sameAs": [
"https://www.linkedin.com/in/jamessorling/",
"https://github.com/Hack23"
]
},
"address": {
"@type": "PostalAddress",
"addressCountry": "SE",
"addressLocality": "Gothenburg"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "תמיכה טכנית",
"availableLanguage": ["en", "sv", "da", "no", "fi", "de", "fr", "es", "nl", "ar", "he", "ja", "ko", "zh"]
},
"sameAs": [
"https://github.com/Hack23/riksdagsmonitor",
"https://github.com/Hack23/cia"
]
},
{
"@type": "WebSite",
"@id": "https://riksdagsmonitor.com/#website",
"url": "https://riksdagsmonitor.com",
"name": "Riksdagsmonitor - פלטפורמת מודיעין של הפרלמנט השוודי",
"description": "ניטור בזמן אמת של הפרלמנט השוודי עם ניתוח CIA OSINT, חיזוי בחירות, תחזיות קואליציה ושקיפות פוליטית מקיפה.",
"publisher": {
"@id": "https://riksdagsmonitor.com/#organization"
},
"inLanguage": ["en", "sv", "da", "no", "fi", "de", "fr", "es", "nl", "ar", "he", "ja", "ko", "zh"]
},
{
"@type": "WebPage",
"@id": "https://riksdagsmonitor.com/#webpage",
"url": "https://riksdagsmonitor.com/index.html",
"name": "Riksdagsmonitor | פלטפורמת מודיעין לבחירות שוודיה 2026",
"description": "ניטור בזמן אמת של הפרלמנט השוודי עם ניתוח OSINT של Citizen Intelligence Agency (CIA). מעקב אחר 349 חברי פרלמנט ב-8 מפלגות עם 45 כללי סיכון, תחזיות קואליציה ויותר מ-50 שנות נתונים היסטוריים.",
"isPartOf": {
"@id": "https://riksdagsmonitor.com/#website"
},
"about": {
"@id": "https://riksdagsmonitor.com/#event"
},
"primaryImageOfPage": {
"@type": "ImageObject",
"url": "https://riksdagsmonitor.com/images/og-image.webp",
"width": 1200,
"height": 630
},
"datePublished": "2008-01-01T00:00:00+00:00",
"dateModified": "2026-02-13T00:00:00+00:00",
"breadcrumb": {
"@id": "https://riksdagsmonitor.com/#breadcrumb"
},
"inLanguage": "he",
"potentialAction": [
{
"@type": "ReadAction",
"target": "https://riksdagsmonitor.com/index_he.html"
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://riksdagsmonitor.com/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "בית",
"item": "https://riksdagsmonitor.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "בחירות שוודיה 2026",
"item": "https://riksdagsmonitor.com/index.html"
}
]
},
{
"@type": "Event",
"@id": "https://riksdagsmonitor.com/#event",
"name": "הבחירות לפרלמנט השוודי 2026",
"description": "הבחירות לפרלמנט השוודי נקבעו ל-13 בספטמבר 2026. פלטפורמת מודיעין חיה המנטרת 349 חברי פרלמנט ב-8 מפלגות עם יכולות CIA OSINT, תחזיות קואליציה והערכת סיכונים מקיפה. עקבו בזמן אמת אחר דפוסי הצבעה, פעילות ועדות ושקיפות פוליטית. מסד נתונים היסטורי: 2494 פוליטיקאים במעקב מאז 1971.",
"image": {
"@type": "ImageObject",
"url": "https://riksdagsmonitor.com/images/og-image.webp",
"width": 1200,
"height": 630
},
"startDate": "2026-09-13",
"endDate": "2026-09-13",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "שוודיה",
"address": {
"@type": "PostalAddress",
"addressCountry": "SE",
"addressRegion": "שוודיה"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 59.329323,
"longitude": 18.068581
}
},
"organizer": {
"@id": "https://riksdagsmonitor.com/#organization"
},
"performer": {
"@type": "Organization",
"name": "הריקסדאג השוודי",
"sameAs": "https://www.riksdagen.se"
}
},
{
"@type": "FAQPage",
"@id": "https://riksdagsmonitor.com/#faq",
"mainEntity": [
{
"@type": "Question",
"name": "מהו Riksdagsmonitor?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Riksdagsmonitor היא פלטפורמה מקיפה לניטור הפרלמנט השוודי המספקת מודיעין בזמן אמת, חיזוי בחירות ושקיפות פוליטית באמצעות ניתוח CIA OSINT. הפלטפורמה עוקבת אחר 349 חברי פרלמנט ב-8 מפלגות באמצעות 45 כללי סיכון וניתוח פרלמנטרי מקיף. מאגר הנתונים ההיסטורי כולל 2494 פוליטיקאים מהשנים 1971-2024."
}
},
{
"@type": "Question",
"name": "מתי מתקיימות הבחירות בשוודיה 2026?",
"acceptedAnswer": {
"@type": "Answer",
"text": "הבחירות לפרלמנט השוודי בשנת 2026 נקבעו ל-13 בספטמבר 2026 (יום ראשון השני בספטמבר). זוהי בחירה ארצית לקביעת הרכב הריקסדאג (הפרלמנט השוודי) עם 349 מושבים. Riksdagsmonitor עוקב אחר פוליטיקאים נוכחיים והיסטוריים (2494 בסך הכול מאז 1971)."
}
},
{
"@type": "Question",
"name": "כמה חברי פרלמנט נמצאים במעקב של Riksdagsmonitor?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Riksdagsmonitor עוקב אחר כל 349 חברי הפרלמנט (MPs) בריקסדאג השוודי, ומנטר בזמן אמת דפוסי הצבעה, נוכחות, עבודת ועדות וביצועי דיון. מאגר הנתונים ההיסטורי כולל 2494 פוליטיקאים שנמצאים במעקב מאז 1971."
}
},
{
"@type": "Question",
"name": "מהם 45 כללי הסיכון?",
"acceptedAnswer": {
"@type": "Answer",
"text": "45 כללי הסיכון הם קריטריונים להערכת התנהגות בארבעה תחומים: רמת פוליטיקאי (20 כללים המכסים נוכחות, עקביות הצבעה, ניגודי תפקידים ותפוקה), רמת מפלגה (12 כללים למשמעת קואליציונית, סטייה אידאולוגית ועימותים פנימיים), רמת ועדה (8 כללים לפרודוקטיביות חקיקה ומבוי סתום מפלגתי), ורמת משרד (5 כללים לחריגות תקציב, כשלי מדיניות ואחריותיות)."
}
},
{
"@type": "Question",
"name": "האם השימוש ב-Riksdagsmonitor חינמי?",
"acceptedAnswer": {
"@type": "Answer",
"text": "כן, השימוש ב-Riksdagsmonitor חינמי לחלוטין. המערכת מספקת גישה פתוחה לנתוני ניטור הפרלמנט השוודי, חיזוי בחירות ושקיפות פוליטית ב-14 שפות."
}
},
{
"@type": "Question",
"name": "באילו שפות Riksdagsmonitor תומך?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Riksdagsmonitor תומך ב-14 שפות: אנגלית, שוודית, דנית, נורווגית, פינית, גרמנית, צרפתית, ספרדית, הולנדית, ערבית, עברית, יפנית, קוריאנית וסינית — כך שהמודיעין הפוליטי השוודי נגיש לקהל עולמי."
}
},
{
"@type": "Question",
"name": "כיצד פועלת תחזית קואליציה?",
"acceptedAnswer": {
"@type": "Answer",
"text": "תחזית קואליציה משתמשת באלגוריתמים המנתחים דפוסי הצבעה, התנהגות ועדות, ציוני משמעת מפלגתית ונתוני הקמת קואליציות היסטוריים לאורך יותר מ-50 שנה. המערכת מעריכה התאמה אידאולוגית, חלוקת מושבים ומדדי יציבות כדי לחזות הרכבי ממשלה סבירים."
}
},
{
"@type": "Question",
"name": "מהי פלטפורמת Citizen Intelligence Agency (CIA)?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Citizen Intelligence Agency (CIA) היא פלטפורמת OSINT בקוד פתוח לשקיפות פוליטית, שפותחה על ידי Hack23 AB. היא מעבדת אלפי הצבעות בשנה, מנתחת מסמכים פרלמנטריים ומספקת ניטור בזמן אמת עם לוחות מחוונים מקיפים להערכת סיכונים."
}
}
]
},
{
"@type": "GovernmentOrganization",
"name": "Sveriges riksdag",
"alternateName": "הפרלמנט השוודי",
"url": "https://www.riksdagen.se",
"address": {
"@type": "PostalAddress",
"streetAddress": "100 12 Stockholm",
"addressLocality": "Stockholm",
"addressCountry": "SE"
},
"numberOfEmployees": 349,
"foundingDate": "1866"
}
]
}
</script>
<link rel="alternate" hreflang="ar" href="https://riksdagsmonitor.com/index_ar.html">
<link rel="alternate" hreflang="da" href="https://riksdagsmonitor.com/index_da.html">
<link rel="alternate" hreflang="de" href="https://riksdagsmonitor.com/index_de.html">
<link rel="alternate" hreflang="en" href="https://riksdagsmonitor.com/index.html">
<link rel="alternate" hreflang="es" href="https://riksdagsmonitor.com/index_es.html">
<link rel="alternate" hreflang="fi" href="https://riksdagsmonitor.com/index_fi.html">
<link rel="alternate" hreflang="fr" href="https://riksdagsmonitor.com/index_fr.html">
<link rel="alternate" hreflang="he" href="https://riksdagsmonitor.com/index_he.html">
<link rel="alternate" hreflang="ja" href="https://riksdagsmonitor.com/index_ja.html">
<link rel="alternate" hreflang="ko" href="https://riksdagsmonitor.com/index_ko.html">
<link rel="alternate" hreflang="nl" href="https://riksdagsmonitor.com/index_nl.html">
<link rel="alternate" hreflang="nb" href="https://riksdagsmonitor.com/index_no.html">
<link rel="alternate" hreflang="sv" href="https://riksdagsmonitor.com/index_sv.html">
<link rel="alternate" hreflang="zh" href="https://riksdagsmonitor.com/index_zh.html">
<link rel="alternate" hreflang="x-default" href="https://riksdagsmonitor.com/index.html">
</head>
<body class="rm-article-body">
<a class="skip-link" href="#main-content">דלג לתוכן הראשי</a>
<header class="rm-site-header" role="banner">
<div class="rm-site-header-inner">
<a class="rm-logo" href="index_he.html" aria-label="Riksdagsmonitor דף הבית">
<img class="rm-logo-img" data-rm-logo-img="true" src="images/riksdagsmonitor-logo.webp" srcset="images/riksdagsmonitor-logo-48w.webp 48w, images/riksdagsmonitor-logo-96w.webp 96w, images/riksdagsmonitor-logo-180w.webp 180w" sizes="48px" alt="" width="48" height="48" loading="eager" decoding="async">
<span class="rm-logo-glyph" aria-hidden="true">🇸🇪</span>
<span class="rm-logo-text">
<span class="rm-logo-brand">Riksdagsmonitor</span>
<span class="rm-logo-tagline">מודיעין פרלמנטרי שוודי · קוד פתוח · Apache-2.0</span>
</span>
</a>
<nav class="rm-site-nav" aria-label="פלטפורמה ראשית">
<a href="index_he.html">דף הבית</a>
<a href="news/index_he.html">חדשות</a>
<a href="dashboard/index_he.html">לוח מחוונים</a>
<a href="politician-dashboard_he.html">👤 פוליטיקאים</a>
<a href="political-intelligence_he.html">🧠 מודיעין פוליטי</a>
<a href="sitemap_he.html">מפת האתר</a>
<a href="https://riksdagsmonitor.com/docs/api/index.html">תיעוד API</a>
</nav>
<details class="rm-lang-switcher">
<summary aria-label="החלפת שפה">
<span aria-hidden="true">🇮🇱</span>
<span class="rm-lang-current-label">עברית</span>
<span class="rm-lang-switcher-caret" aria-hidden="true">▾</span>
</summary>
<div class="rm-lang-switcher-dropdown" role="menu">
<a href="index.html" lang="en" title="English" role="menuitem"><span aria-hidden="true">🇬🇧</span> English</a>
<a href="index_sv.html" lang="sv" title="Svenska" role="menuitem"><span aria-hidden="true">🇸🇪</span> Svenska</a>
<a href="index_da.html" lang="da" title="Dansk" role="menuitem"><span aria-hidden="true">🇩🇰</span> Dansk</a>
<a href="index_no.html" lang="nb" title="Norsk" role="menuitem"><span aria-hidden="true">🇳🇴</span> Norsk</a>
<a href="index_fi.html" lang="fi" title="Suomi" role="menuitem"><span aria-hidden="true">🇫🇮</span> Suomi</a>
<a href="index_de.html" lang="de" title="Deutsch" role="menuitem"><span aria-hidden="true">🇩🇪</span> Deutsch</a>
<a href="index_fr.html" lang="fr" title="Français" role="menuitem"><span aria-hidden="true">🇫🇷</span> Français</a>
<a href="index_es.html" lang="es" title="Español" role="menuitem"><span aria-hidden="true">🇪🇸</span> Español</a>
<a href="index_nl.html" lang="nl" title="Nederlands" role="menuitem"><span aria-hidden="true">🇳🇱</span> Nederlands</a>
<a href="index_ar.html" lang="ar" title="العربية" role="menuitem"><span aria-hidden="true">🇸🇦</span> العربية</a>
<a href="index_ja.html" lang="ja" title="日本語" role="menuitem"><span aria-hidden="true">🇯🇵</span> 日本語</a>
<a href="index_ko.html" lang="ko" title="한국어" role="menuitem"><span aria-hidden="true">🇰🇷</span> 한국어</a>
<a href="index_zh.html" lang="zh" title="中文" role="menuitem"><span aria-hidden="true">🇨🇳</span> 中文</a>
</div>
</details>
<a class="rm-header-cta rm-header-cta-pi"
href="political-intelligence_he.html"
title="ניתוח פוליטי מעמיק ודוחות מודיעין"
aria-label="ניתוח פוליטי מעמיק ודוחות מודיעין">
<span class="rm-header-cta-icon" aria-hidden="true">🧠</span>
<span class="rm-header-cta-label">מודיעין פוליטי</span>
</a>
<a class="rm-header-cta rm-header-cta-transparency"
href="https://github.com/Hack23/riksdagsmonitor/blob/main/SECURITY.md"
target="_blank" rel="noopener noreferrer"
title="מחויבות Hack23 לשקיפות ואבטחה"
aria-label="מחויבות Hack23 לשקיפות ואבטחה">
<span class="rm-header-cta-icon" aria-hidden="true">🔐</span>
<span class="rm-header-cta-label">שקיפות ואבטחה</span>
</a>
<a class="rm-header-cta rm-header-cta-sponsor"
href="https://github.com/sponsors/Hack23"
target="_blank" rel="noopener noreferrer"
title="הפכו לתומכים של Hack23 ב-GitHub"
aria-label="הפכו לתומכים של Hack23 ב-GitHub">
<span class="rm-header-cta-icon" aria-hidden="true">💖</span>
<span class="rm-header-cta-label">תמכו ב-Hack23</span>
</a>
<button id="theme-toggle" class="rm-theme-toggle" type="button"
aria-pressed="false"
aria-label="החלפת ערכת נושא"
title="החלפת ערכת נושא"
data-label-dark="החלף לערכת נושא בהירה"
data-label-light="החלף לערכת נושא כהה">
<span class="rm-theme-toggle-icon" aria-hidden="true">🌓</span>
<span class="rm-theme-toggle-label">ערכת נושא</span>
</button>
</div>
<div class="rm-site-subnav" aria-label="הקשר הדף">
<nav class="rm-breadcrumb" aria-label="נתיב ניווט">
<ol>
<li><a href="index_he.html">דף הבית</a></li>
<li aria-current="page">Riksdagsmonitor | פלטפורמת מודיעין לבחירות שוודיה 2026 | ניטור הפרלמנט</li>
</ol>
</nav>
</div>
</header>
<div class="hero-banner" aria-hidden="true">
<picture class="hero-banner-picture">
<source type="image/avif" srcset="images/riksdagsmonitor-banner-480w.avif 480w, images/riksdagsmonitor-banner-768w.avif 768w, images/riksdagsmonitor-banner-1024w.avif 1024w, images/riksdagsmonitor-banner-1536w.avif 1536w" sizes="100vw">
<source type="image/webp" srcset="images/riksdagsmonitor-banner-480w.webp 480w, images/riksdagsmonitor-banner-768w.webp 768w, images/riksdagsmonitor-banner-1024w.webp 1024w, images/riksdagsmonitor-banner-1536w.webp 1536w" sizes="100vw">
<img src="images/riksdagsmonitor-banner.webp" alt="" class="hero-banner-bg" width="1536" height="1024" loading="eager" decoding="async" fetchpriority="high">
</picture>
</div>
<nav class="language-switcher rm-lang-bar" role="navigation" aria-label="דף זה בשפות אחרות">
<a href="index.html" class="lang-link" hreflang="en" lang="en" title="English"><span aria-hidden="true">🇬🇧</span> English</a>
<a href="index_sv.html" class="lang-link" hreflang="sv" lang="sv" title="Svenska"><span aria-hidden="true">🇸🇪</span> Svenska</a>
<a href="index_da.html" class="lang-link" hreflang="da" lang="da" title="Dansk"><span aria-hidden="true">🇩🇰</span> Dansk</a>
<a href="index_no.html" class="lang-link" hreflang="nb" lang="nb" title="Norsk"><span aria-hidden="true">🇳🇴</span> Norsk</a>
<a href="index_fi.html" class="lang-link" hreflang="fi" lang="fi" title="Suomi"><span aria-hidden="true">🇫🇮</span> Suomi</a>
<a href="index_de.html" class="lang-link" hreflang="de" lang="de" title="Deutsch"><span aria-hidden="true">🇩🇪</span> Deutsch</a>
<a href="index_fr.html" class="lang-link" hreflang="fr" lang="fr" title="Français"><span aria-hidden="true">🇫🇷</span> Français</a>
<a href="index_es.html" class="lang-link" hreflang="es" lang="es" title="Español"><span aria-hidden="true">🇪🇸</span> Español</a>
<a href="index_nl.html" class="lang-link" hreflang="nl" lang="nl" title="Nederlands"><span aria-hidden="true">🇳🇱</span> Nederlands</a>
<a href="index_ar.html" class="lang-link" hreflang="ar" lang="ar" title="العربية"><span aria-hidden="true">🇸🇦</span> العربية</a>
<span class="lang-link active" lang="he" title="עברית" aria-current="page"><span aria-hidden="true">🇮🇱</span> עברית</span>
<a href="index_ja.html" class="lang-link" hreflang="ja" lang="ja" title="日本語"><span aria-hidden="true">🇯🇵</span> 日本語</a>
<a href="index_ko.html" class="lang-link" hreflang="ko" lang="ko" title="한국어"><span aria-hidden="true">🇰🇷</span> 한국어</a>
<a href="index_zh.html" class="lang-link" hreflang="zh" lang="zh" title="中文"><span aria-hidden="true">🇨🇳</span> 中文</a>
</nav>
<div class="hero-header-text">
<h1> Riksdagsmonitor<br><span class="h1-subtitle">פלטפורמת מודיעין לבחירות שוודיה 2026</span></h1>
<p class="tagline">ניטור פרלמנטרי בזמן אמת · תחזיות קואליציה · 45 כללי סיכון · נתונים של 50+ שנים</p>
</div>
<div class="election-countdown">
<h2>הבחירות בעוד: <span id="countdown">13 בספטמבר 2026 (יום ראשון השני בספטמבר)</span></h2>
<p>13 בספטמבר 2026 (יום ראשון השני בספטמבר)</p>
</div>
<div class="hero-stats">
<div class="stat">
<span class="number" data-stat-id="stat-historical-persons">2,494</span>
<span class="label"><span aria-hidden="true">👥</span> פוליטיקאים בניטור</span>
</div>
<div class="stat">
<span class="number" data-stat-id="stat-against-proposals">6M+</span>
<span class="label"><span aria-hidden="true">🗳️</span> הצבעות הריקסדאג</span>
</div>
<div class="stat">
<span class="number" data-stat-id="stat-total-documents">500K+</span>
<span class="label"><span aria-hidden="true">📄</span> מסמכים שעובדו</span>
</div>
<div class="stat">
<span class="number" data-stat-id="stat-government-proposals">10K+</span>
<span class="label"><span aria-hidden="true">📜</span> הצעות חוק ממשלתיות</span>
</div>
<div class="stat">
<span class="number" data-stat-id="stat-committee-decisions">20K+</span>
<span class="label"><span aria-hidden="true">🏛️</span> החלטות ועדות</span>
</div>
</div>
<!-- ניווט חדשות -->
<nav class="news-navigation" aria-label="חדשות">
<p class="news-navigation-heading"><span aria-hidden="true">📰</span> עיתונות פוליטית מונעת בינה מלאכותית</p>
<p class="news-navigation-description">סיקור מודיעין פוליטי מבוסס AI של הריקסדאג השוודי, מופק מדי יום על ידי סוכני AI באמצעות נתוני OSINT של סוכנות מודיעין האזרח. ניתוח אוטומטי של הצעות ממשלה, דוחות ועדות, הצעות אופוזיציה, שאילתות פרלמנטריות וניתוחי ערב — ב-14 שפות.</p>
<ul class="news-navigation-features" aria-label="סוגי כיסוי חדשותי">
<li>📋 דוחות ועדות</li>
<li>📜 הצעות ממשלה</li>
<li>✊ הצעות אופוזיציה</li>
<li>❓ שאילתות פרלמנטריות</li>
<li>🌙 ניתוח ערב</li>
<li>🌍 14 שפות</li>
</ul>
<a href="news/index_he.html" class="news-navigation-link" aria-label="קרא את החדשות האחרונות">
<span class="news-navigation-link-icon" aria-hidden="true">📰</span>
<span>קרא חדשות</span>
</a>
</nav>
<!-- CTA מודיעין פוליטי -->
<section class="political-intelligence-cta" aria-label="מודיעין פוליטי">
<h2 class="political-intelligence-cta-heading"><span aria-hidden="true">🧠</span> מרכז הפיקוד למודיעין פוליטי</h2>
<p class="political-intelligence-cta-description">התחילו בתדריך המודיעין האוצר: זרמי ניתוח יומיים, 23 ממצאי ביקורת, כללי סיכון וראיות מקושרות מקור על שינויי כוח בפרלמנט השוודי.</p>
<ul class="political-intelligence-cta-features" aria-label="דגשי מודיעין פוליטי">
<li><span aria-hidden="true">🧭</span> תדריכים יומיים</li>
<li><span aria-hidden="true">📚</span> 23 ממצאי ניתוח</li>
<li><span aria-hidden="true">⚠️</span> אותות סיכון</li>
<li><span aria-hidden="true">🔎</span> ראיות מקור</li>
</ul>
<a href="political-intelligence_he.html" class="political-intelligence-cta-link" aria-label="פתחו את מרכז הפיקוד למודיעין פוליטי">
<span class="political-intelligence-cta-link-icon" aria-hidden="true">🧠</span>
<span>פתחו מודיעין פוליטי</span>
</a>
</section>
<!-- Intelligence Dashboard CTA -->
<nav class="dashboard-cta" aria-label="לוח מודיעין">
<h2 class="dashboard-cta-heading"><span aria-hidden="true">📊</span> לוח מודיעין</h2>
<p class="dashboard-cta-description">חקרו הדמיות אינטראקטיביות של Citizen Intelligence Agency — תחזית בחירות 2026, ניתוח ביצועי מפלגות, הערכת סיכונים ב-45 כללים ל-349 חברי פרלמנט, יציבות קואליציה וניתוח רשתות ועדות.</p>
<ul class="dashboard-cta-features" aria-label="נקודות עיקריות">
<li>🗳️ תחזית בחירות 2026</li>
<li>📈 ביצועי מפלגות</li>
<li>⚠️ הערכת סיכונים</li>
<li>🤝 ניתוח קואליציה</li>
<li>🏛️ רשתות ועדות</li>
<li>👥 דירוג חברי כנסת</li>
</ul>
<a href="dashboard/index_he.html" class="dashboard-cta-link" aria-label="פתח את לוח המודיעין">
<span class="dashboard-cta-link-icon" aria-hidden="true">📊</span>
<span>פתח את הלוח</span>
</a>
</nav>
<main id="main-content" role="main">
<section id="coalition-status">
<h2>קואליציה נוכחית: הסכם טידו</h2>
<p>הוקמה: אוקטובר 2022 | סטטוס: פעילה | רוב: 176 מושבים (מתוך 349)</p>
<div class="cards">
<!-- Coalition party cards dynamically loaded from CIA data -->
<p class="loading-message"></p>
</div>
<div class="coalition-stability">
<h3>הערכת יציבות הקואליציה</h3>
<div class="stability-info">
<p><strong>מרווח רוב:</strong> מושב אחד (צר)</p>
<p><strong>הערכת סיכונים של CIA:</strong> זוהו 12 התראות משמעותיות ו-5 התראות קריטיות (ב-90 הימים האחרונים)</p>
<p><strong>מדדי שבריריות:</strong> מתחים אידאולוגיים בין SD ל-L ופגיעות לעריקות</p>
<p><strong>ציון יציבות:</strong> סיכון בינוני (72%)</p>
</div>
</div>
</section>
<section id="political-intelligence-dashboards" class="dashboard-hub" aria-labelledby="dashboard-hub-heading">
<h2 id="dashboard-hub-heading">📊 לוחות מחוונים של מודיעין פוליטי</h2>
<p class="dashboard-hub-intro">תשעה לוחות מחוונים מתמחים המכסים מחזורי בחירות, ביצועי מפלגות, ועדות, קואליציות, דפוסים עונתיים, ניטור לפני בחירות, זיהוי חריגות, שרים וסיכון — בנויים על נתוני OSINT של Citizen Intelligence Agency ועל ה-API הפתוח של ה-Riksdag השוודי.</p>
<div class="dashboard-tile-grid dashboard-tile-grid--hub">
<a href="dashboards/election-cycle_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="election-cycle"><span class="dashboard-tile-icon" aria-hidden="true">🗳️</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🗳️ מודיעין מחזורי בחירות (1994-2034)</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/parties_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="parties"><span class="dashboard-tile-icon" aria-hidden="true">🏛️</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🗳️ ביצועי מפלגות ואפקטיביות</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/committees_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="committees"><span class="dashboard-tile-icon" aria-hidden="true">👥</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🏛️ ביצועי ועדות וניתוח רשת</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/coalitions_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="coalitions"><span class="dashboard-tile-icon" aria-hidden="true">🤝</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🤝 ניתוח קואליציה ודפוסי הצבעה</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/seasonal-patterns_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="seasonal-patterns"><span class="dashboard-tile-icon" aria-hidden="true">📅</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">📅 דפוסי פעילות עונתיים (2002-2025)</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/pre-election_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="pre-election"><span class="dashboard-tile-icon" aria-hidden="true">⚠️</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🗳️ לוח מחוונים לניטור טרום-בחירות (Q4 2023-2025)</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/anomaly-detection_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="anomaly-detection"><span class="dashboard-tile-icon" aria-hidden="true">🚨</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🚨 זיהוי אנומליות ומערכת התרעה מוקדמת</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/ministers_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="ministers"><span class="dashboard-tile-icon" aria-hidden="true">🎖️</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">🎖️ סיכון והשפעה של שרי ממשלה</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
<a href="dashboards/risk_he.html" class="dashboard-tile dashboard-tile--hub" data-rm-dashboard-slug="risk"><span class="dashboard-tile-icon" aria-hidden="true">⚠️</span><span class="dashboard-tile-body"><span class="dashboard-tile-label">⚠️ הערכת סיכון וזיהוי אנומליות</span><span class="dashboard-tile-cta" aria-hidden="true">פתח לוח מחוונים ←</span></span></a>
</div>
</section>
<!-- סיכון Assessment & אֲנוֹמַלִיָה Detection לוח מחוונים -->
<section id="intelligence-capabilities">
<h2>פלטפורמת מודיעין מקיפה</h2>
<p>CIA מספקת שקיפות פוליטית שיטתית באמצעות 45 כללי סיכון ב-4 תחומים ו-5 מסגרות אנליטיות.</p>
<div class="cards">
<div class="card">
<div class="scanner-effect"></div>
<h3>🔍 ניטור בזמן אמת</h3>
<ul>
<li>349 חברי פרלמנט במעקב אוטומטי (<span data-stat-id="stat-historical-persons">2,494</span> היסטוריים)</li>
<li><span data-stat-id="stat-total-votes">—</span> רשומות הצבעה אישיות נותחו</li>
<li><span data-stat-id="stat-total-documents">500K+</span> מסמכים עובדו</li>
<li><span data-stat-id="stat-member-proposals">—</span> הצעות חברי פרלמנט במעקב</li>
<li><span data-stat-id="stat-government-proposals">10K+</span> הצעות ממשלה מנוטרות</li>
<li>עבודת ועדות נמדדת כמותית (<span data-stat-id="stat-committee-documents">—</span> מסמכים)</li>
</ul>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>📊 תחזית קואליציה</h3>
<ul>
<li>4 תרחישי בחירות ממודלים</li>
<li>ניתוח דפוסים היסטוריים (1971-2024)</li>
<li>מעקב אחר משמעת מפלגתית</li>
<li>הערכת הסתברות לעריקה</li>
<li>סימולציית הקמת ממשלה</li>
</ul>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>✅ תשתית בדיקת עובדות</h3>
<ul>
<li>השוואת הצהרות פוליטיקאים מול רישומי הצבעה</li>
<li>ניתוח עקביות מצע מפלגתי</li>
<li>מעקב אחר הבטחות קמפיין</li>
<li>אימות דיונים בזמן אמת</li>
<li>מדדי אחריותיות היסטוריים</li>
</ul>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>⚠️ הערכת סיכון</h3>
<ul>
<li>45 כללי סיכון התנהגותיים פעילים</li>
<li>רמות חומרה MINOR/MAJOR/CRITICAL</li>
<li>מערכת התרעות אוטומטית</li>
<li>ניתוח מגמות להקשר</li>
<li>מתודולוגיה שקופה</li>
</ul>
</div>
</div>
<div class="risk-rules-breakdown">
<h3>45 כללי סיכון ב-4 תחומים</h3>
<ul>
<li><strong>רמת פוליטיקאי (20 כללים):</strong> נוכחות, עקביות הצבעה, ניגודי תפקידים, פרודוקטיביות</li>
<li><strong>רמת מפלגה (12 כללים):</strong> משמעת קואליציונית, סטייה אידאולוגית ועימותים פנימיים</li>
<li><strong>רמת ועדה (8 כללים):</strong> פרודוקטיביות חקיקתית, מבוי סתום מפלגתי, עדות מומחים</li>
<li><strong>רמת משרד (5 כללים):</strong> חריגות תקציב, כשלי מדיניות, כשלים באחריותיות</li>
</ul>
<h3>5 מסגרות אנליטיות</h3>
<ul>
<li><strong>ניתוח זמני:</strong> זיהוי מגמות לאורך תקופות זמן</li>
<li><strong>ניתוח השוואתי:</strong> בנצ'מרק בין-מפלגתי/חברי פרלמנט</li>
<li><strong>זיהוי תבניות:</strong> זיהוי חריגות התנהגותיות</li>
<li><strong>מודיעין חיזוי:</strong> חיזוי תוצאות בחירות ומידול קואליציות</li>
<li><strong>ניתוח רשת:</strong> מיפוי השפעה ודפוסי שיתוף פעולה</li>
</ul>
</div>
</section>
<section id="data-sources">
<h2><span aria-hidden="true">📊</span> מוצרי נתונים של Citizen Intelligence Agency</h2>
<p>Riksdagsmonitor מופעל על ידי<a href="https://www.hack23.com/cia" target="_blank" rel="noopener noreferrer">Citizen Intelligence Agency (CIA)</a>- פלטפורמת OSINT בקוד פתוח המעבדת נתונים פרלמנטריים שוודיים למוצרי מודיעין ניתנים לפעולה.</p>
<div class="cards">
<div class="card">
<div class="scanner-effect"></div>
<h3><span aria-hidden="true">📈</span> דוחות הערכת סיכון</h3>
<p>45 כללי סיכון בארבעה תחומים מנתחים בזמן אמת התנהגות פוליטיקאים, משמעת מפלגתית, אפקטיביות ועדות ואחריותיות משרדית.</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3><span aria-hidden="true">📅</span> ניתוח פעילות עונתית</h3>
<p>זיהוי אנומליות בציון Z מאתר דפוסי פעילות פרלמנטרית חריגים לפי רבעון, עם קווי בסיס היסטוריים מ-2002 ועד היום.</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3><span aria-hidden="true">🎯</span> מודיעין מחזורי בחירות</h3>
<p>מעקב ביצועים לאורך יותר מ-9 מחזורי בחירות (1994–2034) עם חיזוי סיכונים, ניתוח שכבות מפלגה ומידול הסתברות קואליציונית.</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3><span aria-hidden="true">🔗</span> אינטגרציית נתונים פתוחים</h3>
<p>כל מוצרי המודיעין נגזרים ממקורות נתונים פתוחים רשמיים. הוויזואליזציות מתעדכנות אוטומטית באמצעות צינורות נתונים ליליים עם קאשינג של 24 שעות.</p>
</div>
</div>
<p class="note">כל מוצרי הנתונים הזמינים דרך פלטפורמת Citizen Intelligence Agency עם עדכונים בזמן אמת מהפרלמנט השוודי ממשקי API פתוחים של נתונים.</p>
</section>
<section id="data-integration">
<h2><span aria-hidden="true">🔗</span> מקורות נתונים ואינטגרציה</h2>
<p>Riksdagsmonitor משלב מספר מקורות נתונים שבדיים ובינלאומיים סמכותיים:</p>
<div class="cards">
<div class="card">
<div class="scanner-effect"></div>
<h3>הפרלמנט השוודי (Riksdagen)</h3>
<p>נתונים פרלמנטריים רשמיים הכוללים הצבעות, מסמכים, עבודת ועדות ומידע על חברי פרלמנט.</p>
<a href="https://data.riksdagen.se/" target="_blank" rel="noopener noreferrer">data.riksdagen.se</a>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>רשות הבחירות השוודית</h3>
<p>תוצאות בחירות היסטוריות, שיעורי הצבעה וסטטיסטיקות בחירות לכלל הבחירות הלאומיות.</p>
<a href="https://www.val.se/" target="_blank" rel="noopener noreferrer">val.se</a>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>הרשות לניהול פיננסי (ESV)</h3>
<p>נתוני תקציב ממשלתי, ניתוח הוצאות ציבוריות ודיווח על אחריותיות פיננסית.</p>
<a href="https://www.esv.se/psidata/" target="_blank" rel="noopener noreferrer">esv.se/psidata</a>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>נתונים פתוחים של הבנק העולמי</h3>
<p>מדדים כלכליים ופיתוחיים ברמת מדינה לצורך ניתוח השוואתי בינלאומי.</p>
<a href="https://data.worldbank.org/" target="_blank" rel="noopener noreferrer">data.worldbank.org</a>
</div>
</div>
</section>
<section class="ai-newsroom-section" aria-labelledby="ai-newsroom-heading">
<div class="container">
<h2 id="ai-newsroom-heading"><span aria-hidden="true">🤖</span> חדר חדשות פוליטיות מונע בינה מלאכותית</h2>
<p>צינור יצירת החדשות האוטונומי של Riksdagsmonitor הוא חדר החדשות הראשון בעולם לניטור פרלמנטרי שמופעל כולו בבינה מלאכותית. בעזרת Claude Opus דרך GitHub Copilot Coding Agent, עשרה תזרימי עבודה מתמחים (9 מתוזמנים + 1 לפי דרישה) מייצרים באופן עצמאי ניתוח פוליטי עמוק — לא תקצירים שטחיים, אלא מוצרי מודיעין מובנים עם אימות מקורות, איזון בין מפלגות ומתודולוגיית OSINT התואמת ל-GDPR.</p>
</div>
</section>
</main>
<footer role="contentinfo" class="site-footer" data-rm-static-footer="true">
<div class="footer-content">
<div class="footer-section">
<a href="index_he.html" aria-label="Riksdagsmonitor דף הבית">
<img src="images/riksdagsmonitor-logo.webp" srcset="images/riksdagsmonitor-logo-96w.webp 96w, images/riksdagsmonitor-logo-180w.webp 180w" sizes="80px" alt="Riksdagsmonitor" class="footer-logo" width="80" height="80" loading="lazy">
</a>
<h3><span aria-hidden="true">📖</span> אודות Riksdagsmonitor</h3>
<p>פלטפורמת מודיעין חיה לניטור הפרלמנט השוודי בעזרת יכולות CIA OSINT. שיפורים מתמשכים — אנא דווחו על בעיות ב-GitHub.</p>
<p>ייעוץ סייבר שוודי המתמחה בשקיפות פוליטית ומודיעין קוד פתוח.</p>
<ul class="footer-stats">
<li><strong>349 חברי פרלמנט</strong> במעקב</li>
<li><strong>45 כללי סיכון</strong> פעילים</li>
<li><strong>14 שפות</strong> נתמכות</li>
<li><strong>50+ שנים</strong> נתונים היסטוריים</li>
</ul>
</div>
<div class="footer-section">
<h3><span aria-hidden="true">🔗</span> קישורים מהירים</h3>
<ul>
<li><a href="index_he.html">דף הבית</a></li>
<li><a href="news/index_he.html">חדשות</a></li>
<li><a href="dashboard/index_he.html">לוח מחוונים</a></li>
<li><a href="politician-dashboard_he.html"><span aria-hidden="true">👤</span> פוליטיקאים</a></li>
<li><a href="political-intelligence_he.html"><span aria-hidden="true">🧠</span> מודיעין פוליטי</a></li>
<li><a href="sitemap_he.html"><span aria-hidden="true">🗺️</span> מפת האתר</a></li>
<li><a href="https://riksdagsmonitor.com/docs/api/index.html"><span aria-hidden="true">📚</span> תיעוד API (TypeDoc)</a></li>
<li><a href="https://github.com/Hack23/cia" target="_blank" rel="noopener noreferrer">פלטפורמת CIA</a></li>
<li><a href="https://github.com/Hack23/riksdagsmonitor" target="_blank" rel="noopener noreferrer">מאגר GitHub</a></li>
<li><a href="https://www.riksdagen.se" target="_blank" rel="noopener noreferrer">הפרלמנט השוודי</a></li>
</ul>
</div>
<div class="footer-section">
<h3><span aria-hidden="true">🏢</span> נבנה על ידי Hack23 AB</h3>
<p>ייעוץ סייבר שוודי המתמחה בשקיפות פוליטית ומודיעין קוד פתוח.</p>
<ul>
<li><a href="https://www.hack23.com" target="_blank" rel="noopener noreferrer">Hack23.com</a></li>
<li><a href="https://www.hack23.com/riksdagsmonitor.html" target="_blank" rel="noopener noreferrer">Hack23 · Riksdagsmonitor</a></li>
<li><a href="https://www.hack23.com/riksdagsmonitor-features.html" target="_blank" rel="noopener noreferrer">Hack23 · תכונות</a></li>
<li><a href="https://github.com/sponsors/Hack23" target="_blank" rel="noopener noreferrer"><span aria-hidden="true">💖</span> תמכו ב-Hack23</a></li>
<li><a href="https://www.linkedin.com/company/hack23/" target="_blank" rel="noopener noreferrer">החברה ב-LinkedIn</a></li>
<li><a href="https://github.com/Hack23" target="_blank" rel="noopener noreferrer">ארגון Hack23 ב-GitHub</a></li>
<li><a href="mailto:info@hack23.com">צרו קשר</a></li>
<li><a href="https://github.com/Hack23/riksdagsmonitor/issues/new/choose" target="_blank" rel="noopener noreferrer">דווח על תקלת GitHub</a></li>
</ul>
</div>
<div class="footer-section rm-footer-isms">
<h3><span aria-hidden="true">🛡️</span> Hack23 ISMS</h3>
<p>ISMS ציבורי תואם ISO 27001:2022, NIST CSF 2.0, CIS Controls v8.1, EU CRA ו-NIS2.</p>
<ul>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC" target="_blank" rel="noopener noreferrer">מאגר ISMS ציבורי</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Information_Security_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות אבטחת מידע</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Privacy_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות פרטיות</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Secure_Development_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות פיתוח מאובטח</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/AI_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות בינה מלאכותית</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Threat_Modeling.md" target="_blank" rel="noopener noreferrer">מידול איומים</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Vulnerability_Management.md" target="_blank" rel="noopener noreferrer">ניהול פגיעויות</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Incident_Response_Plan.md" target="_blank" rel="noopener noreferrer">תוכנית תגובה לאירועים</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Access_Control_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות בקרת גישה</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Cryptography_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות הצפנה</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Open_Source_Policy.md" target="_blank" rel="noopener noreferrer">מדיניות קוד פתוח</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Change_Management.md" target="_blank" rel="noopener noreferrer">ניהול שינויים</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/CLASSIFICATION.md" target="_blank" rel="noopener noreferrer">סיווג</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Security_Metrics.md" target="_blank" rel="noopener noreferrer">מדדי אבטחה</a></li>
</ul>
</div>
<div class="footer-section">
<h3><span aria-hidden="true">🌍</span> שפות</h3>
<div class="language-grid">
<a href="index.html" lang="en" hreflang="en" title="English" aria-label="החלפת שפה: English"><span aria-hidden="true">🇬🇧</span> EN</a>
<a href="index_sv.html" lang="sv" hreflang="sv" title="Svenska" aria-label="החלפת שפה: Swedish"><span aria-hidden="true">🇸🇪</span> SV</a>
<a href="index_da.html" lang="da" hreflang="da" title="Dansk" aria-label="החלפת שפה: Danish"><span aria-hidden="true">🇩🇰</span> DA</a>
<a href="index_no.html" lang="nb" hreflang="nb" title="Norsk" aria-label="החלפת שפה: Norwegian"><span aria-hidden="true">🇳🇴</span> NO</a>
<a href="index_fi.html" lang="fi" hreflang="fi" title="Suomi" aria-label="החלפת שפה: Finnish"><span aria-hidden="true">🇫🇮</span> FI</a>
<a href="index_de.html" lang="de" hreflang="de" title="Deutsch" aria-label="החלפת שפה: German"><span aria-hidden="true">🇩🇪</span> DE</a>
<a href="index_fr.html" lang="fr" hreflang="fr" title="Français" aria-label="החלפת שפה: French"><span aria-hidden="true">🇫🇷</span> FR</a>
<a href="index_es.html" lang="es" hreflang="es" title="Español" aria-label="החלפת שפה: Spanish"><span aria-hidden="true">🇪🇸</span> ES</a>
<a href="index_nl.html" lang="nl" hreflang="nl" title="Nederlands" aria-label="החלפת שפה: Dutch"><span aria-hidden="true">🇳🇱</span> NL</a>
<a href="index_ar.html" lang="ar" hreflang="ar" title="العربية" aria-label="החלפת שפה: Arabic"><span aria-hidden="true">🇸🇦</span> AR</a>
<a href="index_he.html" lang="he" hreflang="he" title="עברית" aria-label="החלפת שפה: Hebrew" aria-current="page" class="active"><span aria-hidden="true">🇮🇱</span> HE</a>
<a href="index_ja.html" lang="ja" hreflang="ja" title="日本語" aria-label="החלפת שפה: Japanese"><span aria-hidden="true">🇯🇵</span> JA</a>
<a href="index_ko.html" lang="ko" hreflang="ko" title="한국어" aria-label="החלפת שפה: Korean"><span aria-hidden="true">🇰🇷</span> KO</a>
<a href="index_zh.html" lang="zh" hreflang="zh" title="中文" aria-label="החלפת שפה: Chinese"><span aria-hidden="true">🇨🇳</span> ZH</a>
</div>
</div>
</div>
<nav class="rm-footer-trust-badges" aria-label="תגי אמון, איכות ואבטחה פתוחים">
<a href="https://www.npmjs.com/package/riksdagsmonitor" target="_blank" rel="noopener noreferrer" aria-label="Riksdagsmonitor on npmjs"><img src="https://img.shields.io/npm/v/riksdagsmonitor.svg?logo=npm&label=npm" alt="Riksdagsmonitor on npmjs" width="100" height="20" loading="lazy" decoding="async"></a>
<a href="https://scorecard.dev/viewer/?uri=github.com/Hack23/riksdagsmonitor" target="_blank" rel="noopener noreferrer" aria-label="OpenSSF Scorecard"><img src="https://api.securityscorecards.dev/projects/github.com/Hack23/riksdagsmonitor/badge" alt="OpenSSF Scorecard" width="120" height="20" loading="lazy" decoding="async"></a>
<a href="https://www.bestpractices.dev/projects/12069" target="_blank" rel="noopener noreferrer" aria-label="OpenSSF Best Practices"><img src="https://www.bestpractices.dev/projects/12069/badge" alt="OpenSSF Best Practices" width="124" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/riksdagsmonitor/actions/workflows/codeql.yml" target="_blank" rel="noopener noreferrer" aria-label="CodeQL workflow status"><img src="https://github.com/Hack23/riksdagsmonitor/actions/workflows/codeql.yml/badge.svg" alt="CodeQL workflow status" width="120" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/riksdagsmonitor/actions/workflows/quality-checks.yml" target="_blank" rel="noopener noreferrer" aria-label="Quality checks workflow status"><img src="https://github.com/Hack23/riksdagsmonitor/actions/workflows/quality-checks.yml/badge.svg" alt="Quality checks workflow status" width="160" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/riksdagsmonitor/actions/workflows/dependency-review.yml" target="_blank" rel="noopener noreferrer" aria-label="Dependency review workflow status"><img src="https://github.com/Hack23/riksdagsmonitor/actions/workflows/dependency-review.yml/badge.svg" alt="Dependency review workflow status" width="170" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/riksdagsmonitor/blob/main/LICENSE" target="_blank" rel="noopener noreferrer" aria-label="Apache-2.0 License"><img src="https://img.shields.io/github/license/Hack23/riksdagsmonitor" alt="Apache-2.0 License" width="120" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/ISMS-PUBLIC" target="_blank" rel="noopener noreferrer" aria-label="Hack23 ISMS-PUBLIC"><img src="https://img.shields.io/badge/Hack23-ISMS-blue?logo=shield" alt="Hack23 ISMS-PUBLIC" width="100" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Secure_Development_Policy.md" target="_blank" rel="noopener noreferrer" aria-label="ISO 27001:2022 alignment"><img src="https://img.shields.io/badge/ISO-27001:2022-purple" alt="ISO 27001:2022 alignment" width="110" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Secure_Development_Policy.md" target="_blank" rel="noopener noreferrer" aria-label="NIST CSF 2.0 alignment"><img src="https://img.shields.io/badge/NIST-CSF_2.0-orange" alt="NIST CSF 2.0 alignment" width="100" height="20" loading="lazy" decoding="async"></a>
<a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Secure_Development_Policy.md" target="_blank" rel="noopener noreferrer" aria-label="CIS Controls v8.1 alignment"><img src="https://img.shields.io/badge/CIS-Controls_v8.1-red" alt="CIS Controls v8.1 alignment" width="120" height="20" loading="lazy" decoding="async"></a>
<a href="https://riksdagsmonitor.com" target="_blank" rel="noopener noreferrer" aria-label="Riksdagsmonitor.com website status"><img src="https://img.shields.io/website?url=https%3A%2F%2Friksdagsmonitor.com" alt="Riksdagsmonitor.com website status" width="120" height="20" loading="lazy" decoding="async"></a>
</nav>
<div class="footer-bottom">
<p>© 2008-<time datetime="2026">2026</time> <a href="https://www.hack23.com" target="_blank" rel="noopener noreferrer">Hack23 AB</a> (Org.nr 5595347807) | Gothenburg, Sweden</p>
<p class="footer-disclaimer">⚠️ <a href="https://github.com/Hack23/riksdagsmonitor/issues/new/choose" target="_blank" rel="noopener noreferrer">דווח על תקלת GitHub</a></p>
</div>
</footer>
<!-- כפתור חזרה למעלה -->
<button id="back-to-top" class="back-to-top" aria-label="חזרה למעלה" title="חזרה למעלה">
<span aria-hidden="true">↑</span>
</button>
<!-- Main application entry point -->
<script type="module" src="/src/browser/main.ts"></script>
<!-- Mermaid + back-to-top + theme toggle bootstrap.
Imperatively assembled so Vite's HTML transformer does not try to
bundle / hash / re-emit the underlying modules. -->
<script>
(function () {
function inject(src, isModule) {
var s = document.createElement('script');
if (isModule) s.type = 'module';
else s.defer = true;
s.src = src;
document.head.appendChild(s);
}
inject('/js/lib/mermaid-init.mjs', true);
inject('/js/back-to-top.js', true);
inject('/js/theme-toggle.js', false);
})();
</script>
</body>
</html>