diff --git a/.ipynb_checkpoints/NuLiga_working-checkpoint.ipynb b/.ipynb_checkpoints/NuLiga_working-checkpoint.ipynb new file mode 100644 index 0000000..cca92e5 --- /dev/null +++ b/.ipynb_checkpoints/NuLiga_working-checkpoint.ipynb @@ -0,0 +1,528 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "# Imports \n", + "import os\n", + "import sys\n", + "import subprocess\n", + "import time\n", + "import dateutil.parser\n", + "from ids import *\n", + "#from hallen import *\n", + "import locale\n", + "import re\n", + "import requests\n", + "from bs4 import BeautifulSoup\n", + "import tabulate\n", + "#NummerDJugend=10\n", + "#%run ./QR_parser.ipynb" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "tex_code = r\"\"\"\n", + "\\documentclass[12pt,a4paper,landscape]{extarticle}\n", + "\\usepackage[T1]{fontenc}\n", + "\\usepackage[default]{opensans}\n", + "\\usepackage[utf8]{inputenc}\n", + "\\usepackage[table]{xcolor}\n", + "\\usepackage[margin=0.01in]{geometry}\n", + "\\usepackage{array}\n", + "\\usepackage{arev}\n", + "%\\usepackage[T1]{fontenc}\n", + "\\usepackage{scalefnt}\n", + "\\usepackage{caption}\n", + "\\usepackage{array}\n", + "\\usepackage{graphicx}\n", + "\\usepackage[absolute]{textpos}\n", + "\\usepackage{threeparttable}\n", + "\\newcolumntype{L}[1]{>{\\raggedright\\let\\newline\\\\\\arraybackslash\\hspace{0pt}}m{#1}}\n", + "\\newcolumntype{C}[1]{>{\\centering\\let\\newline\\\\\\arraybackslash\\hspace{0pt}}m{#1}}\n", + "\\newcolumntype{R}[1]{>{\\raggedleft\\let\\newline\\\\\\arraybackslash\\hspace{0pt}}m{#1}}\n", + "\\makeatletter\n", + "\\newcommand{\\thickhline}{%\n", + " \\noalign {\\ifnum 0=`}\\fi \\hrule height 2pt\n", + " \\futurelet \\reserved@a \\@xhline\n", + "}\n", + "\\setlength{\\tabcolsep}{.16667em}\n", + "\\newcolumntype{\"}{@{\\hskip\\tabcolsep\\vrule width 2pt\\hskip\\tabcolsep}}\n", + "\\makeatother\n", + "\\usepackage{color, colortbl}\n", + "\\definecolor{LRed}{rgb}{1,.8,.8}\n", + "\\definecolor{LGreen}{rgb}{.8,1,.8}\n", + "\\definecolor{LBlue}{rgb}{8,39,142}\n", + "\\renewcommand{\\rmdefault}{ptm}\n", + "\\setlength{\\topmargin}{-2.5cm}\n", + "\\begin{document}\"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[]\n", + "['Pokal']\n", + "[]\n", + "['Pokal']\n", + "['Pokal']\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n", + "[]\n" + ] + } + ], + "source": [ + "for y in range(len(team)):\n", + "#for y in range(10):\n", + " #print('Y=',y)\n", + " #print(team[y])\n", + " #print(y)\n", + " #print(team)\n", + " try: \n", + " table=tabelle(team[y])\n", + " except: \n", + " print('Table ', team[y][1], ' failed')\n", + " try:\n", + " Teamspielplan=teamspielplan(team[y])\n", + " except:\n", + " print('Teamspielplan ', team[y][1], 'failed')\n", + " parse=re.compile(r\"([K|L]\\w*\\s\\d?)\")\n", + " Liga=getliga(team[y])\n", + " #print(y, team[y])\n", + " tex_code += r\"\"\"\n", + " \\begin{textblock}{3}(0,13.2)\n", + " \\begin{figure}\n", + " \\includegraphics[width=3cm]{\"\"\"+team[y][Shortname]\n", + " tex_code += r\"\"\"}\\\\\\centering\n", + " Link zur liga\\end{figure}\\end{textblock}\n", + " \\begin{center}\n", + " \\vspace{0cm}\n", + " {\\scalefont{3}\"\"\"\n", + " tex_code +=r\"{}\".format(team[y][Alias])\n", + " tex_code +=r\"\"\"}\\\\\\scalefont{2}\"\"\"\n", + " if y<14:\n", + " tex_code +=r\"{}\".format(Liga)\n", + " tex_code +=r\"\"\"\\\\\"\"\"\n", + " tex_code +=r\"\"\"\n", + " \\vspace{0cm}\n", + " \\end{center}\n", + " \\rowcolors{2}{gray!25}{white}\n", + " \\begin{table}[h]\"\"\"\n", + " tex_code +=r\"\"\"\\small\n", + " \"\"\"\n", + " tex_code +=r\"\"\"\\centering\"\"\"\n", + " if len(table[0]) == 9:\n", + " tex_code +=r\"\"\"\\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\"\"\"\n", + " tex_code +=r\"\"\"\\hline\n", + " \\rowcolor{gray!50}\"\"\"\n", + " tex_code +=r\"\"\"Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\\\"\"\"\n", + " if len(table[0]) == 7:\n", + " tex_code +=r\"\"\"\\begin{tabular}{|L{0.6cm}|L{5.5cm}|C{1.3cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|}\"\"\"\n", + " tex_code +=r\"\"\"\\hline\n", + " \\rowcolor{gray!50}\"\"\"\n", + " tex_code +=r\"\"\"Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\\\"\"\"\n", + " if len(table[0]) == 3:\n", + " tex_code +=r\"\"\"\\begin{tabular}{|L{5.5cm}|}\"\"\"\n", + " tex_code +=r\"\"\"\\hline\n", + " \\rowcolor{gray!50}\"\"\"\n", + " tex_code +=r\"\"\"Mannschaft\\\\\"\"\"\n", + " tex_code +=r\"\"\"\\hline \"\"\"\n", + " for x in range(len(table)):\n", + " verein = Teamspielplan_kuerzen(table[x][1])\n", + " rank = table[x][0]\n", + " if len(table[x][3]) < 3:\n", + " spiele =table[x][2]\n", + " else:\n", + " spiele = '-'\n", + " try: \n", + " if len(table[x][3]) < 3:\n", + " siege = table[x][3]\n", + " else: \n", + " siege = '-'\n", + " except:\n", + " siege = '0'\n", + " if table[x][3].startswith('zur') or table[x][2].startswith('zur'):\n", + " break\n", + " if len(table[0]) > 3:\n", + " try: \n", + " unentschieden = table[x][4]\n", + " niederlagen = table[x][5]\n", + " except:\n", + " unentschieden ='-'\n", + " niederlagen = '-'\n", + " if len(table[0]) > 7:\n", + " try:\n", + " tore = table[x][6]\n", + " diff = table[x][7]\n", + " punkte = table[x][8]\n", + " except:\n", + " tore = '-'\n", + " diff = '-'\n", + " punkte = '-'\n", + " if len(table[0]) == 7: \n", + " try:\n", + " punkte = table[x][6]\n", + " tore = '-'\n", + " diff = '-'\n", + " except:\n", + " punkte = '-'\n", + " print('Tabellenlänge falsch: '+team[y][1])\n", + " print(table)\n", + " #spiele=\"\\multicolumn{4}{|c|}{\"+table[x][2]+\"}\"\n", + " rank = '\\\\textbf{' + rank + '}'\n", + " #if \"Eschweiler\" in verein:\n", + " if team[y][0] == verein:\n", + " verein='\\\\textbf{'+verein+'}'\n", + " spiele = '\\\\textbf{' + spiele + '}'\n", + " siege = '\\\\textbf{' + siege + '}'\n", + " unentschieden = '\\\\textbf{' + unentschieden + '}'\n", + " niederlagen = '\\\\textbf{' + niederlagen + '}'\n", + " tore = '\\\\textbf{' + tore + '}'\n", + " diff = '\\\\textbf{' + diff + '}'\n", + " punkte = '\\\\textbf{' + punkte + '}'\n", + " if len(table[0]) == 9:\n", + " tex_code += r\"\"\"{}&{}&{}&{}&{}&{}&{}&{}&{}\\\\\"\"\".format(rank,verein, spiele,siege,unentschieden,niederlagen,tore,diff,punkte)\n", + " if len(table[0]) == 7:\n", + " tex_code += r\"\"\"{}&{}&{}&{}&{}&{}&{}\\\\\"\"\".format(rank,verein, spiele,siege,unentschieden,niederlagen,punkte)\n", + " if len(table[0]) == 3:\n", + " tex_code += r\"\"\"{}\\\\\"\"\".format(verein)\n", + " tex_code += os.linesep\n", + " tex_code+=r\"\"\"\n", + " \\hline\n", + " \\end{tabular}\"\"\"\n", + " tex_code+=r\"\"\"\\hspace*{0.3cm}\"\"\"\n", + " if len(table[0]) > 3:\n", + " tex_code+=r\"\"\"\n", + " \\begin{tabular}{|C{0.65cm}|C{2cm}|C{1.0cm}|C{4.1cm}|C{4.1cm}|C{1.2cm}|C{1.4cm}|}\n", + " \\hline\n", + " \\rowcolor{gray!50}\n", + " Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\\\\n", + " \"\"\"\n", + " if len(table[0]) == 3:\n", + " tex_code+=r\"\"\"\n", + " \\begin{tabular}{|C{0.65cm}|C{2cm}|C{1.0cm}|C{4.1cm}|C{4.1cm}|C{1.4cm}|}\n", + " \\hline\n", + " \\rowcolor{gray!50}\n", + " Tag & Datum & Zeit& Heim & Gast & Halle\\\\\n", + " \"\"\"\n", + " \n", + " for x in range(len(Teamspielplan)):\n", + " tag = Teamspielplan[x][0]\n", + " if tag == 'Termin offen':\n", + " tag = ' '\n", + " Teamspielplan[x][0]='offen'\n", + " Teamspielplan[x].insert(0,'')\n", + " zeit = Teamspielplan[x][2].lstrip()\n", + " #try:\n", + " # zeit = Teamspielplan[x][2]\n", + " #except: \n", + " # zeit = Teamspielplan[x][2].replace('v', '') \n", + " if zeit == '00:00':\n", + " zeit = ''\n", + " datum = Teamspielplan[x][1]\n", + " heim = Teamspielplan_kuerzen(Teamspielplan[x][5])\n", + " gast = Teamspielplan_kuerzen(Teamspielplan[x][6])\n", + " if team[y][0] == heim:\n", + " heim='\\\\textbf{'+team[y][0]+'}'\n", + " if team[y][0] == gast:\n", + " gast='\\\\textbf{'+team[y][0]+'}'\n", + " turnhalle = Teamspielplan[x][3]\n", + " ergebnis = Teamspielplan[x][7]\n", + " #print(ergebnis)\n", + " if \"spielfrei\" in gast or \"spielfrei\" in heim:\n", + " continue\n", + " if len(table[0]) > 3:\n", + " tex_code += r\"{}&{}&{}&{}&{}&{}&{}\\\\\".format(tag,datum,zeit[0:5],heim,gast,ergebnis,halle(turnhalle))\n", + " tex_code += os.linesep\n", + " if len(table[0]) == 3:\n", + " tex_code += r\"{}&{}&{}&{}&{}&{}\\\\\".format(tag,datum,zeit[0:5],heim,gast,halle(turnhalle))\n", + " tex_code += os.linesep\n", + " tex_code+=r\"\"\"\n", + " \\hline\n", + " \\end{tabular}\"\"\"\n", + " tex_code+=r\"\"\"\n", + " \\end{table}\"\"\"\n", + " erklaerung =''\n", + " if any('NG' in sublist for sublist in Teamspielplan):\n", + " erklaerung += '\\\\textbf{NG} = Gastmannschaft nicht angetreten' \n", + " if any('NH' in sublist for sublist in Teamspielplan):\n", + " if erklaerung != '':\n", + " erklaerung += '; '\n", + " erklaerung += '\\\\textbf{NH} = Heimmannschaft nicht angetreten' \n", + " if any('WG' in sublist for sublist in Teamspielplan):\n", + " if erklaerung != '':\n", + " erklaerung += '; '\n", + " erklaerung += '\\\\textbf{WG} = Wertung für Heimmannschaft' \n", + " if any('WH' in sublist for sublist in Teamspielplan):\n", + " if erklaerung != '':\n", + " erklaerung += '; '\n", + " erklaerung += '\\\\textbf{WH} = Wertung für Auswärtsmannschaft' \n", + " if any('ZH' in sublist for sublist in Teamspielplan):\n", + " if erklaerung != '':\n", + " erklaerung += '; '\n", + " erklaerung += '\\\\textbf{ZH} = Heimmannschaft zurückgezogen'\n", + " if any('ZG' in sublist for sublist in Teamspielplan):\n", + " if erklaerung != '':\n", + " erklaerung += '; '\n", + " erklaerung += '\\\\textbf{ZG} = Gastmannschaft zurückgezogen'\n", + " if erklaerung != '':\n", + " tex_code+=r\"\"\"\\begin{textblock}{9}(7,15.5)\"\"\"\n", + " tex_code+=erklaerung\n", + " tex_code+=r\"\"\"\\end{textblock}\"\"\"\n", + " tex_code+=r\"\"\"\n", + " \\newpage\"\"\"\n", + "\n", + "tex_code += r\"\"\"\n", + "\\centering\n", + "\\scalefont{5}Die nächsten Spiele\\\\[0.5cm]\n", + "\\begin{table}[h]\n", + "\\centering\n", + "\\begin{tabular}{|p{3cm} R{10cm} p{0.5cm} p{10cm} p{4cm}|}\n", + "\\rowcolor{gray!50}\n", + "\"\"\"\n", + "minis=False\n", + "Spiele=naechsteSpiele(4)\n", + "Tage=0\n", + "spiele=0\n", + "for spiel in Spiele:\n", + " tag = spiel[0]\n", + " if tag == '' :\n", + " spiele=spiele+1\n", + " else: \n", + " Tage=Tage+1\n", + "#print(Tage)\n", + "#print(spiele)\n", + "if spiele > 18:\n", + " limit=Tage-1\n", + " #print(\"begrenzt\")\n", + "else:\n", + " limit = 8\n", + "#print(limit)\n", + "ctr=0\n", + "for spiel in Spiele:\n", + " tag = spiel[0]\n", + " datum = spiel[1]\n", + " uhrzeit = spiel[2]\n", + " if tag != '' :\n", + " ctr=ctr+1\n", + " if ctr>limit:\n", + " break\n", + " tex_code += r\"\"\"\\rowcolor{darkgray!50}\\hline\\multicolumn{5}{|l|}{{\\scalefont{2.5}\\textbf{\\textcolor{white}{\"\"\"\n", + " tex_code += r\"{}\".format(tag + '' + datum)\n", + " tex_code += r\"}}}}\\\\\"\n", + " tex_code += os.linesep\n", + " halle=spiel[3]\n", + " heim=spiel[6]\n", + " gast=spiel[7]\n", + " if (heim==\"spielfrei\") or (gast == \"spielfrei\"):\n", + " continue \n", + " if (heim==\"\\\\textbf{Minis}\") or (gast == \"\\\\textbf{Minis}\"):\n", + " if minis == True:\n", + " continue\n", + " if minis == False:\n", + " minis = True\n", + " #TEXT=\"Mini Turnier\"\n", + " tex_code += r'\\LARGE {'+uhrzeit[0:5]+r'}&\\multicolumn{3}{c}{\\LARGE \\\\textbf{ MINI Turnier}}&\\LARGE {'+ halle +r'}' \n", + " tex_code += r\"\\\\\"\n", + " tex_code += os.linesep\n", + " # 18 Lines\n", + " else:\n", + " # print bla.strftime(\"%d.%m.%Y %H:%M\"), heim,' - ', gast, halle, strasse, ort, gespann\n", + " tex_code += r\"\\LARGE {}&\\LARGE {} &\\LARGE :& \\LARGE {}&\\LARGE {}\\\\\".format(uhrzeit[0:5],heim,gast,halle)\n", + " tex_code += os.linesep\n", + "tex_code += r\"\"\"\n", + "\\hline\n", + "\\end{tabular}\n", + "\\end{table}\"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "done.\n", + "This is pdfTeX, Version 3.141592653-2.6-1.40.28 (TeX Live 2025) (preloaded format=pdflatex)\n", + " restricted \\write18 enabled.\n", + "entering extended mode\n", + "(./tabelle.tex\n", + "LaTeX2e <2025-06-01> patch level 1\n", + "L3 programming layer <2025-08-13>\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/extsizes/extarticle.cls\n", + "Document Class: extarticle 1996/10/08 v1.0 Non Standard LaTeX document class\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/size12.clo)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/exscale.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/fontenc.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/opensans/opensans.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/fontaxes/fontaxes.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/figureversions/figureversions.sty\n", + ")) (/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/ifluatex.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/iftex.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/ifxetex.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/xkeyval/xkeyval.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/xkeyval/xkeyval.tex\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/xkeyval/xkvutils.tex\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/xkeyval/keyval.tex)))))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/inputenc.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/xcolor/xcolor.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics-cfg/color.cfg)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics-def/pdftex.def)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/mathcolor.ltx))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/colortbl/colortbl.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/tools/array.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/geometry/geometry.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/ifvtex.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arev.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arevtext.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/fontenc.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/opensans/T1opensans-TLF.fd))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/textcomp.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arevmath.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amssymb.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amsfonts.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/ams-mdbch.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/ifthen.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arevsymbols.tex))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/bera/beramono.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/carlisle/scalefnt.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/caption/caption.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/caption/caption3.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/graphicx.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/graphics.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/trig.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/textpos/textpos.sty\n", + "Grid set 16 x 16 = 52.81541pt x 37.34424pt\n", + "TextBlockOrigin set to 0pt x 0pt\n", + ")\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/threeparttable/threeparttable.sty\n", + ") (/usr/local/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)\n", + "\n", + "No file tabelle.aux.\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/mathdesign/mdacmr.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii\n", + "[Loading MPS to PDF converter (version 2006.09.02).]\n", + ") (/usr/local/texlive/2025/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))\n", + "*geometry* driver: auto-detecting\n", + "*geometry* detected driver: pdftex\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/ot1zavm.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/omlzavm.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/omszavm.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/mathdesign/mdbch/omxmdbch.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/umsa.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/umsb.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/mathdesign/mdbch/mdamdbch.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/uzavm.fd)\n", + "[1{/usr/local/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/l\n", + "ocal/texlive/2025/texmf-dist/fonts/enc/dvips/opensans/a_jg4h6q.enc} <./H1.png (\n", + "PNG copy)>]\n", + "[2 <./H2.png (PNG copy)>]\n", + "[3 <./H3.png (PNG copy)>]\n", + "[4 <./H4.png (PNG copy)>]\n", + "[5 <./D1.png (PNG copy)>]\n", + "[6 <./D2.png (PNG copy)>]\n", + "[7 <./mC.png (PNG copy)>]\n", + "[8 <./mC2.png (PNG copy)>]\n", + "[9 <./gJD.png (PNG copy)>]\n", + "[10 <./gJD2.png (PNG copy)>]\n", + "[11 <./gJE.png (PNG copy)>]\n", + "[12 <./gJE2.png (PNG copy)>]\n", + "[13 <./gJE3.png (PNG copy)>]\n", + "[14] (./tabelle.aux) )\n", + "Output written on tabelle.pdf (14 pages, 111611 bytes).\n", + "Transcript written on tabelle.log.\n" + ] + }, + { + "data": { + "text/plain": [ + "0" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "tex_code+=r\"\"\"\n", + "\\end{document}\"\"\"\n", + "#print(tex_code)\n", + "tex_file = \"tabelle.tex\"\n", + "with open(tex_file, \"w\") as out_file:\n", + " out_file.write(tex_code)\n", + "print(\"done.\")\n", + "os.system(\"/usr/local/texlive/2025/bin/universal-darwin/pdflatex tabelle.tex\")\n", + "os.system(\"rm -f *.log *.aux\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "@webio": { + "lastCommId": null, + "lastKernelId": null + }, + "kernel_info": { + "name": "ldap3-ipython" + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.13.6" + }, + "nteract": { + "version": "0.15.0" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/.ipynb_checkpoints/QR_parser-checkpoint.ipynb b/.ipynb_checkpoints/QR_parser-checkpoint.ipynb new file mode 100644 index 0000000..95f962d --- /dev/null +++ b/.ipynb_checkpoints/QR_parser-checkpoint.ipynb @@ -0,0 +1,100 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "#import requests\n", + "#import re\n", + "#from bs4 import BeautifulSoup\n", + "import qrcode\n", + "from PIL import Image, ImageDraw, ImageFont\n", + " \n", + "#teamlinks = [[0 for x in range(3)] for y in range(17)]\n", + "teamlinks=[]\n", + "teamlinks.append(['1. Herren', 'https://www.esg-handball.de/teams/teammatches/90', 'H1'])\n", + "teamlinks.append(['1. Damen', 'https://www.esg-handball.de/teams/teammatches/12', 'D1'])\n", + "teamlinks.append(['2. Herren', 'https://www.esg-handball.de/teams/teammatches/2', 'H2'])\n", + "teamlinks.append(['2. Damen', 'https://www.esg-handball.de/teams/teammatches/39', 'D2'])\n", + "teamlinks.append(['3. Herren', 'https://www.esg-handball.de/teams/teammatches/48', 'H3'])\n", + "teamlinks.append(['4. Herren', 'https://www.esg-handball.de/teams/teammatches/11', 'H4'])\n", + "teamlinks.append(['5. Herren', 'https://www.esg-handball.de/teams/teammatches/80', 'H5'])\n", + "#teamlinks.append(['mA-Jugend', 'https://www.esg-handball.de/teams/teammatches/5', 'mA'])\n", + "teamlinks.append(['mB-Jugend', 'https://www.esg-handball.de/teams/teammatches/77', 'mB'])\n", + "teamlinks.append(['wB-Jugend', 'https://www.esg-handball.de/teams/teammatches/17', 'wB']) \n", + "teamlinks.append(['mC-Jugend', 'https://www.esg-handball.de/teams/teammatches/78', 'mC'])\n", + "teamlinks.append(['mC2-Jugend', 'https://www.esg-handball.de/teams/teammatches/14', 'mC2'])\n", + "#teamlinks.append(['wC-Jugend', 'https://www.esg-handball.de/teams/teammatches/16', 'wC'])\n", + "teamlinks.append(['gJD-Jugend', 'https://www.esg-handball.de/teams/teammatches/6', 'gJD'])\n", + "teamlinks.append(['gJD-Jugend', 'https://www.esg-handball.de/teams/teammatches/20', 'gJD2'])\n", + "teamlinks.append(['wd-Jugend', 'https://www.esg-handball.de/teams/teammatches/15', 'wD'])\n", + "teamlinks.append(['gJE-Jugend', 'https://www.esg-handball.de/teams/teammatches/7', 'gJE'])\n", + "teamlinks.append(['gJE-Jugend', 'https://www.esg-handball.de/teams/teammatches/20', 'gJE2'])\n", + "teamlinks.append(['gJE-Jugend', 'https://www.esg-handball.de/teams/teammatches/87', 'gJE3'])\n", + "teamlinks.append(['F-Jugend', 'https://www.esg-handball.de/teams/teammatches/8', 'F'])\n", + "teamlinks.append(['F-Jugend 2', 'https://www.esg-handball.de/teams/teammatches/64', 'F2'])\n", + "teamlinks.append(['Minis', 'https://www.esg-handball.de/teams/current/34', 'Mi'])\n", + " \n", + "\n", + "\n", + "\n", + "def gen_qrcode(name, link):\n", + "\timg_bg = Image.new('RGB', (135, 70), color = (0,0,0))\n", + "\tfnt = ImageFont.truetype('/System/Library/Fonts/Supplemental/Arial Bold.ttf', 60)\n", + "\td = ImageDraw.Draw(img_bg)\n", + "\tif len(name) == 3:\n", + "\t\td.text((5,3), name, font=fnt, fill=(255, 255, 255))\n", + "\telse :\n", + "\t\td.text((25,3), name, font=fnt, fill=(255, 255, 255))\n", + "\tqr = qrcode.QRCode(box_size=9,error_correction=qrcode.constants.ERROR_CORRECT_H)\n", + "\tqr.add_data(link)\n", + "\tqr.make()\n", + "\timg_qr = qr.make_image()\n", + "\n", + "\tpos = (int((img_qr.size[0] - img_bg.size[0])/2), int((img_qr.size[1] - img_bg.size[1])/2))\n", + "\n", + "\timg_qr.paste(img_bg, pos)\n", + "\timg_qr.save(name+'.png')\n", + "\t\t\n", + "#teamlinks.pop()\n", + "#teamlinks[len(teamlinks)-1][2]='F'\n", + "for team in (teamlinks):\n", + "\tgen_qrcode(team[2],team[1])\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "@webio": { + "lastCommId": null, + "lastKernelId": null + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.13.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/D1.png b/D1.png index 638f8fc..1ce8b19 100644 Binary files a/D1.png and b/D1.png differ diff --git a/D2.png b/D2.png index 25f7858..eb31305 100644 Binary files a/D2.png and b/D2.png differ diff --git a/F.png b/F.png index d4e2f8c..69743a4 100644 Binary files a/F.png and b/F.png differ diff --git a/F2.png b/F2.png index c115b13..6f92332 100644 Binary files a/F2.png and b/F2.png differ diff --git a/H1.png b/H1.png index 60cc29f..7f59530 100644 Binary files a/H1.png and b/H1.png differ diff --git a/H2.png b/H2.png index 0491610..68858bf 100644 Binary files a/H2.png and b/H2.png differ diff --git a/H3.png b/H3.png index f568d2e..2a645cb 100644 Binary files a/H3.png and b/H3.png differ diff --git a/H4.png b/H4.png index 7c7133b..bfb9878 100644 Binary files a/H4.png and b/H4.png differ diff --git a/H5.png b/H5.png index 8114669..029c369 100644 Binary files a/H5.png and b/H5.png differ diff --git a/Mi.png b/Mi.png index d212424..6d93f38 100644 Binary files a/Mi.png and b/Mi.png differ diff --git a/NuLiga_working.ipynb b/NuLiga_working.ipynb index d4b041b..cca92e5 100644 --- a/NuLiga_working.ipynb +++ b/NuLiga_working.ipynb @@ -76,16 +76,11 @@ "name": "stdout", "output_type": "stream", "text": [ - "Teamspielplan wD-Jugend failed\n", - "[]\n", - "[]\n", - "[]\n", - "[]\n", - "[]\n", - "[]\n", - "[]\n", "[]\n", + "['Pokal']\n", "[]\n", + "['Pokal']\n", + "['Pokal']\n", "[]\n", "[]\n", "[]\n", @@ -374,85 +369,97 @@ "output_type": "stream", "text": [ "done.\n", - "This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex)\n", + "This is pdfTeX, Version 3.141592653-2.6-1.40.28 (TeX Live 2025) (preloaded format=pdflatex)\n", " restricted \\write18 enabled.\n", "entering extended mode\n", "(./tabelle.tex\n", - "LaTeX2e <2024-06-01> patch level 2\n", - "L3 programming layer <2024-08-16>\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/extsizes/extarticle.cls\n", + "LaTeX2e <2025-06-01> patch level 1\n", + "L3 programming layer <2025-08-13>\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/extsizes/extarticle.cls\n", "Document Class: extarticle 1996/10/08 v1.0 Non Standard LaTeX document class\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/size12.clo)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/exscale.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/fontenc.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/opensans/opensans.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/fontaxes/fontaxes.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/ifluatex.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/iftex.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/ifxetex.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/xkeyval/xkeyval.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/xkeyval/xkeyval.tex\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/xkeyval/xkvutils.tex\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/xkeyval/keyval.tex)))))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/inputenc.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/xcolor/xcolor.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics-cfg/color.cfg)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics-def/pdftex.def)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/mathcolor.ltx))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/colortbl/colortbl.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/tools/array.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/geometry/geometry.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/generic/iftex/ifvtex.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/arev/arev.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/arev/arevtext.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/fontenc.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/opensans/T1opensans-TLF.fd))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/textcomp.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/arev/arevmath.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/amsfonts/amssymb.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/amsfonts/amsfonts.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/arev/ams-mdbch.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/base/ifthen.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/arev/arevsymbols.tex))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/bera/beramono.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/carlisle/scalefnt.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/caption/caption.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/caption/caption3.sty))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/graphicx.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/graphics.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics/trig.sty)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/textpos/textpos.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/size12.clo)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/exscale.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/fontenc.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/opensans/opensans.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/fontaxes/fontaxes.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/figureversions/figureversions.sty\n", + ")) (/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/ifluatex.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/iftex.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/ifxetex.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/xkeyval/xkeyval.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/xkeyval/xkeyval.tex\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/xkeyval/xkvutils.tex\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/xkeyval/keyval.tex)))))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/inputenc.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/xcolor/xcolor.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics-cfg/color.cfg)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics-def/pdftex.def)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/mathcolor.ltx))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/colortbl/colortbl.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/tools/array.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/geometry/geometry.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/generic/iftex/ifvtex.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arev.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arevtext.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/fontenc.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/opensans/T1opensans-TLF.fd))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/textcomp.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arevmath.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amssymb.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/amsfonts.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/ams-mdbch.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/base/ifthen.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/arevsymbols.tex))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/bera/beramono.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/carlisle/scalefnt.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/caption/caption.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/caption/caption3.sty))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/graphicx.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/graphics.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/trig.sty)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/textpos/textpos.sty\n", "Grid set 16 x 16 = 52.81541pt x 37.34424pt\n", "TextBlockOrigin set to 0pt x 0pt\n", ")\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/threeparttable/threeparttable.sty\n", - ") (/usr/local/texlive/2024/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/threeparttable/threeparttable.sty\n", + ") (/usr/local/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)\n", "\n", "No file tabelle.aux.\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/mathdesign/mdacmr.fd)\n", - "(/usr/local/texlive/2024/texmf-dist/tex/context/base/mkii/supp-pdf.mkii\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/mathdesign/mdacmr.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii\n", "[Loading MPS to PDF converter (version 2006.09.02).]\n", - ") (/usr/local/texlive/2024/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty\n", - "(/usr/local/texlive/2024/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))\n", + ") (/usr/local/texlive/2025/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))\n", "*geometry* driver: auto-detecting\n", "*geometry* detected driver: pdftex\n", - "\n", - "! LaTeX Error: File `H1' not found.\n", - "\n", - "See the LaTeX manual or LaTeX Companion for explanation.\n", - "Type H for immediate help.\n", - " ... \n", - " \n", - "l.37 \\includegraphics[width=3cm]{H1}\n", - " \\\\\\centering\n", - "? \n", - "! Emergency stop.\n", - " ... \n", - " \n", - "l.37 \\includegraphics[width=3cm]{H1}\n", - " \\\\\\centering\n", - "! ==> Fatal error occurred, no output PDF file produced!\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/ot1zavm.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/omlzavm.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/omszavm.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/mathdesign/mdbch/omxmdbch.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/umsa.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/amsfonts/umsb.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/mathdesign/mdbch/mdamdbch.fd)\n", + "(/usr/local/texlive/2025/texmf-dist/tex/latex/arev/uzavm.fd)\n", + "[1{/usr/local/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/l\n", + "ocal/texlive/2025/texmf-dist/fonts/enc/dvips/opensans/a_jg4h6q.enc} <./H1.png (\n", + "PNG copy)>]\n", + "[2 <./H2.png (PNG copy)>]\n", + "[3 <./H3.png (PNG copy)>]\n", + "[4 <./H4.png (PNG copy)>]\n", + "[5 <./D1.png (PNG copy)>]\n", + "[6 <./D2.png (PNG copy)>]\n", + "[7 <./mC.png (PNG copy)>]\n", + "[8 <./mC2.png (PNG copy)>]\n", + "[9 <./gJD.png (PNG copy)>]\n", + "[10 <./gJD2.png (PNG copy)>]\n", + "[11 <./gJE.png (PNG copy)>]\n", + "[12 <./gJE2.png (PNG copy)>]\n", + "[13 <./gJE3.png (PNG copy)>]\n", + "[14] (./tabelle.aux) )\n", + "Output written on tabelle.pdf (14 pages, 111611 bytes).\n", "Transcript written on tabelle.log.\n" ] }, @@ -510,7 +517,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.5" + "version": "3.13.6" }, "nteract": { "version": "0.15.0" diff --git a/QR_parser.ipynb b/QR_parser.ipynb index 9959bb3..ce4a45b 100644 --- a/QR_parser.ipynb +++ b/QR_parser.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 6, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -14,7 +14,7 @@ " \n", "#teamlinks = [[0 for x in range(3)] for y in range(17)]\n", "teamlinks=[]\n", - "teamlinks.append(['1. Herren', 'https://www.esg-handball.de/teams/teammatches/27', 'H1'])\n", + "teamlinks.append(['1. Herren', 'https://www.esg-handball.de/teams/teammatches/90', 'H1'])\n", "teamlinks.append(['1. Damen', 'https://www.esg-handball.de/teams/teammatches/12', 'D1'])\n", "teamlinks.append(['2. Herren', 'https://www.esg-handball.de/teams/teammatches/2', 'H2'])\n", "teamlinks.append(['2. Damen', 'https://www.esg-handball.de/teams/teammatches/39', 'D2'])\n", @@ -28,9 +28,11 @@ "teamlinks.append(['mC2-Jugend', 'https://www.esg-handball.de/teams/teammatches/14', 'mC2'])\n", "#teamlinks.append(['wC-Jugend', 'https://www.esg-handball.de/teams/teammatches/16', 'wC'])\n", "teamlinks.append(['gJD-Jugend', 'https://www.esg-handball.de/teams/teammatches/6', 'gJD'])\n", + "teamlinks.append(['gJD-Jugend', 'https://www.esg-handball.de/teams/teammatches/20', 'gJD2'])\n", "teamlinks.append(['wd-Jugend', 'https://www.esg-handball.de/teams/teammatches/15', 'wD'])\n", "teamlinks.append(['gJE-Jugend', 'https://www.esg-handball.de/teams/teammatches/7', 'gJE'])\n", "teamlinks.append(['gJE-Jugend', 'https://www.esg-handball.de/teams/teammatches/20', 'gJE2'])\n", + "teamlinks.append(['gJE-Jugend', 'https://www.esg-handball.de/teams/teammatches/87', 'gJE3'])\n", "teamlinks.append(['F-Jugend', 'https://www.esg-handball.de/teams/teammatches/8', 'F'])\n", "teamlinks.append(['F-Jugend 2', 'https://www.esg-handball.de/teams/teammatches/64', 'F2'])\n", "teamlinks.append(['Minis', 'https://www.esg-handball.de/teams/current/34', 'Mi'])\n", @@ -90,7 +92,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.4" + "version": "3.13.6" } }, "nbformat": 4, diff --git a/__pycache__/ids.cpython-313.pyc b/__pycache__/ids.cpython-313.pyc index a747f9b..f11ee36 100644 Binary files a/__pycache__/ids.cpython-313.pyc and b/__pycache__/ids.cpython-313.pyc differ diff --git a/gJD.png b/gJD.png index c4cebb2..4a161ac 100644 Binary files a/gJD.png and b/gJD.png differ diff --git a/gJE.png b/gJE.png index 8843d75..b43bcfa 100644 Binary files a/gJE.png and b/gJE.png differ diff --git a/gJE2.png b/gJE2.png index ae03fff..40248a6 100644 Binary files a/gJE2.png and b/gJE2.png differ diff --git a/ids.py b/ids.py index c0e9dad..63c7389 100644 --- a/ids.py +++ b/ids.py @@ -13,25 +13,28 @@ TeamLink=5 #team = [[0 for x in range(5)] for y in range(12)] team = [] -team.append(["Eschweiler SG","1. Herren","VL M", "H1", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=HNR+24%2F25&group=366594","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986183&pageState=vorrunde&championship=HNR+24%2F25&group=366594"]) -team.append(["Eschweiler SG II","2. Herren","ROL M", "H2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363831","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1985997&pageState=vorrunde&championship=AD+24%2F25&group=363831"]) -team.append(["Eschweiler SG III","3. Herren","RL M", "H3", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363787","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1993218&pageState=vorrunde&championship=AD+24%2F25&group=363787"]) -team.append(["Eschweiler SG IV","4. Herren","RK M", "H4", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363509","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1993222&pageState=vorrunde&championship=AD+24%2F25&group=363509"]) -#team.append(["Eschweiler SG V","5. Herren","RK M", "H5", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363509","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1993227&pageState=vorrunde&championship=AD+24%2F25&group=363509"]) -team.append(["Eschweiler SG", "1. Damen","ROL F", "D1", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363624","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1994286&pageState=vorrunde&championship=AD+24%2F25&group=363624"]) -team.append(["Eschweiler SG II", "2. Damen","RL F", "D2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363794","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1994277&pageState=vorrunde&championship=AD+24%2F25&group=363794"]) +team.append(["Eschweiler SG","1. Herren","VL M", "H1", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=HNR+25%2F26&group=423989","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2106481&pageState=vorrunde&championship=HNR+25%2F26&group=423989"]) +team.append(["Eschweiler SG II","2. Herren","ROL M", "H2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424090","https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2102102&pageState=vorrunde&championship=AD+25%2F26&group=424090"]) +team.append(["Eschweiler SG III","3. Herren","RL M", "H3", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424285", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2105342&pageState=vorrunde&championship=AD+25%2F26&group=424285"]) +team.append(["Eschweiler SG IV","4. Herren","RK M", "H4", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424285", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2105340&pageState=vorrunde&championship=AD+25%2F26&group=424285"]) +#team.append(["Eschweiler SG V","5. Herren","RK M", "H5", "", ""]) +team.append(["Eschweiler SG", "1. Damen","ROL F", "D1", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424164", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2110804&pageState=vorrunde&championship=AD+25%2F26&group=424164"]) +team.append(["Eschweiler SG II", "2. Damen","RL F", "D2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424341", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2110809&pageState=vorrunde&championship=AD+25%2F26&group=424341"]) #team.append(["Eschweiler SG", "mA-Jugend", "OLNR MJA", "mA", "https://hvmittelrhein-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=RLNR+22%2F23&group=304425","https://hvmittelrhein-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1822430&pageState=vorrunde&championship=RLNR+22%2F23&group=304425"] -team.append(["Eschweiler SG", "mB-Jugend", "ROL MJB", "mB", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363863", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986089&pageState=vorrunde&championship=AD+24%2F25&group=363863"]) -team.append(["Eschweiler SG", "wB-Jugend", "ROL WJB", "wB", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363764", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986206&pageState=vorrunde&championship=AD+24%2F25&group=363764"]) -team.append(["Eschweiler SG", "mC-Jugend", "ROL MJC", "mC", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363476", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986097&pageState=vorrunde&championship=AD+24%2F25&group=363476"]) -team.append(["Eschweiler SG II", "mC-Jugend II", "RL MJC", "mC2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363503", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986113&pageState=vorrunde&championship=AD+24%2F25&group=363503"]) -#team.append(["Eschweiler SG", "wC-Jugend", "KL WJC", "wC", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+23%2F24&group=332524", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1893633&pageState=vorrunde&championship=AD+23%2F24&group=332524"]) -team.append(["Eschweiler SG", "gD-Jugend", "RL gJD", "gJD", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363580", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986142&pageState=vorrunde&championship=AD+24%2F25&group=363580"]) -#team.append(["Eschweiler SG II", "mD-Jugend II", "KK 2 MJD", "mD2", "https://hvmittelrhein-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+22%2F23&group=288565", "https://hvmittelrhein-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1810114&pageState=vorrunde&championship=AD+22%2F23&group=288565"]) -team.append(["Eschweiler SG", "wD-Jugend", "ROL WJD", "wD", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363881", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986230&pageState=vorrunde&championship=AD+24%2F25&group=363881"]) -team.append(["Eschweiler SG", "gE-Jugend", "ROL gJE", "gJE", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363676", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986166&pageState=vorrunde&championship=AD+24%2F25&group=363676"]) -team.append(["Eschweiler SG II", "gE-Jugend II", "RK 1 gJE", "gJE2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+24%2F25&group=363822", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1986191&pageState=vorrunde&championship=AD+24%2F25&group=363822"]) -#team.append(["Eschweiler SG", "F-Jugend", "KL F", "F", "https://hvmittelrhein-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+22%2F23&group=288720", "https://hvmittelrhein-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=1810168&pageState=vorrunde&championship=AD+22%2F23&group=288720"]) +#team.append(["Eschweiler SG", "mB-Jugend", "ROL MJB", "mB", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424304", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2106066&pageState=vorrunde&championship=AD+25%2F26&group=424304"]) +#team.append(["Eschweiler SG", "wB-Jugend", "ROL WJB", "wB", "", ""]) +team.append(["Eschweiler SG", "mC-Jugend", "ROL MJC", "mC", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424048", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2107124&pageState=vorrunde&championship=AD+25%2F26&group=424048"]) +team.append(["Eschweiler SG II", "mC-Jugend II", "RL MJC", "mC2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424095", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2107128&pageState=vorrunde&championship=AD+25%2F26&group=424095"]) +#team.append(["Eschweiler SG", "wC-Jugend", "KL WJC", "wC", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+23%2F24&group=332524", ""]) +team.append(["Eschweiler SG", "gD-Jugend", "ROL gJD", "gJD", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424295", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2118271&pageState=vorrunde&championship=AD+25%2F26&group=424295"]) +team.append(["Eschweiler SG II", "gD-Jugend II", "ROL gJD", "gJD2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=450985", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2118273&pageState=vorrunde&championship=AD+25%2F26&group=450985"]) +#team.append(["Eschweiler SG", "wD-Jugend", "ROL WJD", "wD", "", ""]) +team.append(["Eschweiler SG", "gE-Jugend", "ROL gJE", "gJE", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424179", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2118337&pageState=vorrunde&championship=AD+25%2F26&group=424179"]) +team.append(["Eschweiler SG II", "gE-Jugend II", "RL gJE", "gJE2", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424147", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2118343&pageState=vorrunde&championship=AD+25%2F26&group=424147"]) +team.append(["Eschweiler SG III", "gE-Jugend III", "1.RK gJE", "gJE3", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=444505", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2118359&pageState=vorrunde&championship=AD+25%2F26&group=444505"]) +#team.append(["Eschweiler SG", "F-Jugend", "ROL gJF", "F", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=424334", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2122602&pageState=vorrunde&championship=AD+25%2F26&group=424334"]) +#team.append(["Eschweiler SG II", "F-Jugend II", "RL gJF", "F", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=452865", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2122619&pageState=vorrunde&championship=AD+25%2F26&group=452865"]) +#team.append(["Eschweiler SG II", "F-Jugend III", "1.RK gJF", "F", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/groupPage?championship=AD+25%2F26&group=452867", "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/teamPortrait?teamtable=2122632&pageState=vorrunde&championship=AD+25%2F26&group=452867"]) #hallen = [[0 for x in range(2)] for y in range(71)] hallen = [] @@ -116,6 +119,10 @@ hallen.append(["08035", "Hilfarth"]) hallen.append(["02049", "LAII"]) hallen.append(["02046", "R1"]) hallen.append(["06051", "Wahn"]) +hallen.append(["06024", "Wess."]) +hallen.append(["06076", "BTV SZ."]) +hallen.append(["06034", "Bicken."]) + link_nächsteSpiele = "https://hnr-handball.liga.nu/cgi-bin/WebObjects/nuLigaHBDE.woa/wa/clubMeetings?searchType=0&searchTimeRange=5&searchTimeRangeFrom=&searchTimeRangeTo=&selectedTeamId=WONoSelectionString&club=74726&searchMeetings=Suchen" @@ -212,6 +219,12 @@ def Teamspielplan_kuerzen(Mannschaft): Mannschaft="VfR Übach-Palenberg" if "ASV Rurtal Hückelhoven" in Mannschaft: Mannschaft="ASV Rurtal" + if "HSG Merkstein / Bardenberg III" in Mannschaft: + Mannschaft="HSG Merk./Barden. III" + if "HSG Merkstein / Bardenberg IV" in Mannschaft: + Mannschaft="HSG Merk./Barden. IV" + if "JSG Bardenberg / Merkstein" in Mannschaft: + Mannschaft="JSG Bardenb./Merk." return(Mannschaft) def fetch_table(Link, nummer): diff --git a/mB.png b/mB.png index 86cd862..2242a65 100644 Binary files a/mB.png and b/mB.png differ diff --git a/mC.png b/mC.png index 9b1c312..d159e12 100644 Binary files a/mC.png and b/mC.png differ diff --git a/mC2.png b/mC2.png index 208996a..c92b74a 100644 Binary files a/mC2.png and b/mC2.png differ diff --git a/tabelle.pdf b/tabelle.pdf index 6049947..a01a6a7 100644 Binary files a/tabelle.pdf and b/tabelle.pdf differ diff --git a/tabelle.tex b/tabelle.tex index 5dad09f..497aa1b 100644 --- a/tabelle.tex +++ b/tabelle.tex @@ -44,20 +44,20 @@ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Handball Oppum&23&23&0&0&872:625&+247&46:0\\ -\textbf{2}&VfL Bardenberg&23&18&2&3&749:581&+168&38:8\\ -\textbf{3}&HSV Frechen&23&14&1&8&702:627&+75&29:17\\ -\textbf{4}&HSG Euskirchen&23&13&2&8&620:583&+37&28:18\\ -\textbf{5}&BTB Aachen III&21&10&1&10&603:617&-14&21:21\\ -\textbf{6}&Turnerkreis Nippes&23&10&1&12&668:683&-15&21:25\\ -\textbf{7}&HSG Merkstein&21&10&0&11&555:581&-26&20:22\\ -\textbf{8}&ASV Rurtal&22&9&1&12&514:557&-43&19:25\\ -\textbf{9}&Wölfe Voreifel II&22&9&1&12&599:648&-49&19:25\\ -\textbf{10}&SG Düren 1899&22&8&2&12&605:644&-39&18:26\\ -\textbf{11}&\textbf{Eschweiler SG}&\textbf{23}&\textbf{9}&\textbf{0}&\textbf{14}&\textbf{617:644}&\textbf{-27}&\textbf{18:28}\\ -\textbf{12}&TV Birkesdorf II&22&7&3&12&600:655&-55&17:27\\ -\textbf{13}&Stolberger SV&23&4&3&16&626:737&-111&11:35\\ -\textbf{14}&TuS Chlodwig Zülpich&23&4&1&18&592:740&-148&9:37\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&HSG Euskirchen&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&BTB Aachen II&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&Schwarz-Rot Aachen&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&\textbf{Eschweiler SG}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{5}&Brühler TV&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&HSG Merkstein&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&VfL Bardenberg&0&0&0&0&0:0&0&0:0\\ +\textbf{8}&SG Düren 1899&0&0&0&0&0:0&0&0:0\\ +\textbf{9}&HC Weiden 2018 III&0&0&0&0&0:0&0&0:0\\ +\textbf{10}&TuS Wesseling&0&0&0&0&0:0&0&0:0\\ +\textbf{11}&TuS Ehrenfeld 65&0&0&0&0&0:0&0&0:0\\ +\textbf{12}&HSV Frechen&0&0&0&0&0:0&0&0:0\\ +\textbf{13}&Wölfe Voreifel II&0&0&0&0&0:0&0&0:0\\ +\textbf{14}&TV Birkesdorf II&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -65,32 +65,32 @@ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - Sa.&07.09.2024&19:30&\textbf{Eschweiler SG}&Turnerkreis Nippes&24:27&E2\\ -So.&15.09.2024&17:30&TuS Chlodwig Zülpich&\textbf{Eschweiler SG}&28:27&Zülp.\\ -Sa.&21.09.2024&19:30&\textbf{Eschweiler SG}&Handball Oppum&25:33&E2\\ -Sa.&28.09.2024&16:00&BTB Aachen III&\textbf{Eschweiler SG}&28:22&AC2\\ -Sa.&05.10.2024&19:30&\textbf{Eschweiler SG}&TV Birkesdorf II&29:34&E2\\ -Sa.&12.10.2024&20:00&HSG Merkstein&\textbf{Eschweiler SG}&21:19&M2\\ -Sa.&02.11.2024&19:30&HSG Euskirchen&\textbf{Eschweiler SG}&33:20&Kuch.\\ -Sa.&09.11.2024&19:30&\textbf{Eschweiler SG}&Stolberger SV&27:24&E2\\ -So.&17.11.2024&16:00&Wölfe Voreifel II&\textbf{Eschweiler SG}&23:22&Heim.\\ -Sa.&30.11.2024&19:30&\textbf{Eschweiler SG}&VfL Bardenberg&26:32&E2\\ -Sa.&07.12.2024&19:30&SG Düren 1899&\textbf{Eschweiler SG}&33:27&KSPH\\ -Sa.&14.12.2024&19:30&\textbf{Eschweiler SG}&ASV Rurtal&38:20&E2\\ -Sa.&11.01.2025&17:45&HSV Frechen&\textbf{Eschweiler SG}&30:28&FBH\\ -Sa.&18.01.2025&17:30&Turnerkreis Nippes&\textbf{Eschweiler SG}&24:28&Nipp.\\ -Sa.&25.01.2025&19:30&\textbf{Eschweiler SG}&TuS Chlodwig Zülpich&37:34&E2\\ -Sa.&01.02.2025&19:00&Handball Oppum&\textbf{Eschweiler SG}&43:19&Scharf.\\ -Sa.&08.02.2025&19:30&\textbf{Eschweiler SG}&BTB Aachen III&34:26&E2\\ -Sa.&15.02.2025&17:45&TV Birkesdorf II&\textbf{Eschweiler SG}&27:24&BIRK\\ -Sa.&22.02.2025&19:30&\textbf{Eschweiler SG}&HSG Merkstein&26:20&E2\\ -Sa.&08.03.2025&19:30&\textbf{Eschweiler SG}&HSG Euskirchen&27:24&E2\\ -Sa.&15.03.2025&19:30&Stolberger SV&\textbf{Eschweiler SG}&20:29&ST1\\ -Sa.&22.03.2025&19:30&\textbf{Eschweiler SG}&Wölfe Voreifel II&27:30&E2\\ -Sa.&29.03.2025&18:00&VfL Bardenberg&\textbf{Eschweiler SG}&30:32&W3\\ -Sa.&05.04.2025&20:00&\textbf{Eschweiler SG}&SG Düren 1899&&E2\\ -Sa.&03.05.2025&20:00&ASV Rurtal&\textbf{Eschweiler SG}&&Hilfarth\\ -Sa.&10.05.2025&19:30&\textbf{Eschweiler SG}&HSV Frechen&&E2\\ + Sa.&20.09.2025&18:00&HSV Frechen&\textbf{Eschweiler SG}&&FBH\\ +Sa.&27.09.2025&19:30&\textbf{Eschweiler SG}&Wölfe Voreifel II&&E2\\ +Sa.&04.10.2025&19:30&HSG Euskirchen&\textbf{Eschweiler SG}&&Kuch.\\ +Sa.&11.10.2025&20:00&\textbf{Eschweiler SG}&BTB Aachen II&&E2\\ +Sa.&08.11.2025&19:00&Schwarz-Rot Aachen&\textbf{Eschweiler SG}&&AC1A\\ +Sa.&15.11.2025&19:30&\textbf{Eschweiler SG}&TV Birkesdorf II&&E2\\ +Sa.&29.11.2025&19:30&\textbf{Eschweiler SG}&Brühler TV&&E2\\ +Sa.&06.12.2025&18:00&HSG Merkstein&\textbf{Eschweiler SG}&&M2\\ +Sa.&13.12.2025&19:30&\textbf{Eschweiler SG}&VfL Bardenberg&&E2\\ +Sa.&20.12.2025&18:00&SG Düren 1899&\textbf{Eschweiler SG}&&KSPH\\ +Sa.&10.01.2026&19:30&\textbf{Eschweiler SG}&HC Weiden 2018 III&&E2\\ +Sa.&17.01.2026&19:00&TuS Wesseling&\textbf{Eschweiler SG}&&Wess.\\ +Sa.&24.01.2026&19:30&\textbf{Eschweiler SG}&TuS Ehrenfeld 65&&E2\\ +Sa.&31.01.2026&20:00&\textbf{Eschweiler SG}&HSV Frechen&&E2\\ +So.&08.02.2026&15:45&Wölfe Voreifel II&\textbf{Eschweiler SG}&&Heim.\\ +Sa.&21.02.2026&19:30&\textbf{Eschweiler SG}&HSG Euskirchen&&E2\\ +Sa.&28.02.2026&18:00&BTB Aachen II&\textbf{Eschweiler SG}&&AC2\\ +Sa.&07.03.2026&19:30&\textbf{Eschweiler SG}&Schwarz-Rot Aachen&&E2\\ +Sa.&14.03.2026&17:45&TV Birkesdorf II&\textbf{Eschweiler SG}&&BIRK\\ +Sa.&21.03.2026&18:15&Brühler TV&\textbf{Eschweiler SG}&&BTV\\ +Sa.&11.04.2026&19:30&\textbf{Eschweiler SG}&HSG Merkstein&&E2\\ +Sa.&18.04.2026&18:00&VfL Bardenberg&\textbf{Eschweiler SG}&&W3\\ +Sa.&25.04.2026&19:30&\textbf{Eschweiler SG}&SG Düren 1899&&E2\\ +Sa.&02.05.2026&15:30&HC Weiden 2018 III&\textbf{Eschweiler SG}&&W1\\ +Sa.&09.05.2026&19:30&\textbf{Eschweiler SG}&TuS Wesseling&&E2\\ +Sa.&16.05.2026&20:00&TuS Ehrenfeld 65&\textbf{Eschweiler SG}&&Bicken.\\ \hline \end{tabular} @@ -108,17 +108,18 @@ Sa.&10.05.2025&19:30&\textbf{Eschweiler SG}&HSV Frechen&&E2\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&HC Weiden 2018 IV&19&16&2&1&567:456&+111&34:4\\ -\textbf{2}&HC Weiden 2018 III&20&15&1&4&609:520&+89&31:9\\ -\textbf{3}&SV Eilendorf&19&12&1&6&619:517&+102&25:13\\ -\textbf{4}&TV Roetgen&19&10&2&7&568:548&+20&22:16\\ -\textbf{5}&Stolberger SV II&19&10&0&9&549:538&+11&20:18\\ -\textbf{6}&Schwarz-Rot Aachen II&19&9&1&9&574:555&+19&19:19\\ -\textbf{7}&\textbf{Eschweiler SG II}&\textbf{19}&\textbf{8}&\textbf{1}&\textbf{10}&\textbf{579:572}&\textbf{+7}&\textbf{17:21}\\ -\textbf{8}&VfL Bardenberg II&19&6&5&8&564:588&-24&17:21\\ -\textbf{9}&Schwarz-Rot Aachen III&19&4&2&13&517:607&-90&10:28\\ -\textbf{10}&SG Düren 1899 II&19&4&2&13&407:545&-138&10:28\\ -\textbf{11}&BTB Aachen IV&19&2&1&16&437:544&-107&5:33\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Stolberger SV&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&Stolberger SV II&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&SV Eilendorf&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&Schwarz-Rot Aachen II&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&VfR Übach-Palenberg&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&VfL Bardenberg II&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&\textbf{Eschweiler SG II}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{8}&SG Düren 1899 II&0&0&0&0&0:0&0&0:0\\ +\textbf{9}&HC Weiden 2018 IV&0&0&0&0&0:0&0&0:0\\ +\textbf{10}&Schwarz-Rot Aachen III&0&0&0&0&0:0&0&0:0\\ +\textbf{11}&VFL Langerwehe&0&0&0&0&0:0&0&0:0\\ +\textbf{12}&TV Roetgen&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -126,26 +127,28 @@ Sa.&10.05.2025&19:30&\textbf{Eschweiler SG}&HSV Frechen&&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - Sa.&07.09.2024&17:30&\textbf{Eschweiler SG II}&SV Eilendorf&40:39&E2\\ -Sa.&14.09.2024&15:00&Schwarz-Rot Aachen III&\textbf{Eschweiler SG II}&25:33&AC1A\\ -Sa.&21.09.2024&17:30&\textbf{Eschweiler SG II}&BTB Aachen IV&43:26&E2\\ -So.&29.09.2024&16:00&Schwarz-Rot Aachen II&\textbf{Eschweiler SG II}&32:38&AC1A\\ -Sa.&02.11.2024&19:30&\textbf{Eschweiler SG II}&TV Roetgen&32:28&E2\\ -So.&10.11.2024&16:15&Stolberger SV II&\textbf{Eschweiler SG II}&30:28&ST1\\ -Sa.&16.11.2024&20:00&\textbf{Eschweiler SG II}&HC Weiden 2018 III&21:30&E2\\ -So.&01.12.2024&17:00&HC Weiden 2018 IV&\textbf{Eschweiler SG II}&31:19&W1\\ -Sa.&07.12.2024&19:30&\textbf{Eschweiler SG II}&VfL Bardenberg II&31:31&E2\\ -Sa.&14.12.2024&19:30&SG Düren 1899 II&\textbf{Eschweiler SG II}&27:26&KSPH\\ -Sa.&11.01.2025&18:00&SV Eilendorf&\textbf{Eschweiler SG II}&36:27&AC3\\ -Sa.&18.01.2025&19:30&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen III&36:39&E2\\ -Sa.&25.01.2025&19:30&BTB Aachen IV&\textbf{Eschweiler SG II}&26:31&AC2\\ -Sa.&01.02.2025&19:30&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen II&35:30&E2\\ -Sa.&15.02.2025&19:30&TV Roetgen&\textbf{Eschweiler SG II}&25:23&R1\\ -Sa.&08.03.2025&17:30&\textbf{Eschweiler SG II}&Stolberger SV II&31:32&E2\\ -So.&16.03.2025&19:00&HC Weiden 2018 III&\textbf{Eschweiler SG II}&30:22&W1\\ -Sa.&22.03.2025&17:30&\textbf{Eschweiler SG II}&HC Weiden 2018 IV&34:20&E2\\ -Sa.&29.03.2025&20:00&VfL Bardenberg II&\textbf{Eschweiler SG II}&35:29&W3\\ -Sa.&05.04.2025&18:00&\textbf{Eschweiler SG II}&SG Düren 1899 II&&E2\\ + Sa.&20.09.2025&19:00&TV Roetgen&\textbf{Eschweiler SG II}&&R1\\ +Sa.&27.09.2025&17:30&\textbf{Eschweiler SG II}&SG Düren 1899 II&&E2\\ +So.&05.10.2025&17:00&HC Weiden 2018 IV&\textbf{Eschweiler SG II}&&W1\\ +Sa.&11.10.2025&18:00&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen III&&E2\\ +Sa.&08.11.2025&17:00&VFL Langerwehe&\textbf{Eschweiler SG II}&&LAII\\ +Sa.&15.11.2025&17:30&\textbf{Eschweiler SG II}&Stolberger SV&&E2\\ +Sa.&29.11.2025&17:15&Stolberger SV II&\textbf{Eschweiler SG II}&&ST1\\ +Sa.&06.12.2025&17:30&\textbf{Eschweiler SG II}&SV Eilendorf&&E2\\ +So.&14.12.2025&16:00&Schwarz-Rot Aachen II&\textbf{Eschweiler SG II}&&AC1A\\ +Sa.&17.01.2026&18:00&\textbf{Eschweiler SG II}&VfR Übach-Palenberg&&E2\\ +Sa.&24.01.2026&17:00&VfL Bardenberg II&\textbf{Eschweiler SG II}&&W3\\ +Sa.&31.01.2026&18:00&\textbf{Eschweiler SG II}&TV Roetgen&&E2\\ +Sa.&07.02.2026&19:30&SG Düren 1899 II&\textbf{Eschweiler SG II}&&KSPH\\ +Sa.&21.02.2026&17:30&\textbf{Eschweiler SG II}&HC Weiden 2018 IV&&E2\\ +Sa.&28.02.2026&18:00&Schwarz-Rot Aachen III&\textbf{Eschweiler SG II}&&AC1A\\ +Sa.&07.03.2026&17:30&\textbf{Eschweiler SG II}&VFL Langerwehe&&E2\\ +Sa.&14.03.2026&19:30&Stolberger SV&\textbf{Eschweiler SG II}&&ST1\\ +Sa.&21.03.2026&20:00&\textbf{Eschweiler SG II}&Stolberger SV II&&E2\\ +So.&12.04.2026&18:00&SV Eilendorf&\textbf{Eschweiler SG II}&&AC3\\ +Sa.&18.04.2026&20:00&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen II&&E2\\ +Sa.&25.04.2026&19:00&VfR Übach-Palenberg&\textbf{Eschweiler SG II}&&ÜP1\\ +Sa.&02.05.2026&19:30&\textbf{Eschweiler SG II}&VfL Bardenberg II&&E2\\ \hline \end{tabular} @@ -157,23 +160,22 @@ Sa.&05.04.2025&18:00&\textbf{Eschweiler SG II}&SG Düren 1899 II&&E2\\ Link zur liga\end{figure}\end{textblock} \begin{center} \vspace{0cm} - {\scalefont{3}3. Herren}\\\scalefont{2}Regionsliga\\ + {\scalefont{3}3. Herren}\\\scalefont{2}Regionsklasse\\ \vspace{0cm} \end{center} \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&VfR Übach-Palenberg&19&16&2&1&635:491&+144&34:4\\ -\textbf{2}&VFL Langerwehe&19&15&1&3&676:506&+170&31:7\\ -\textbf{3}&Jülicher TV&19&13&2&4&528:451&+77&28:10\\ -\textbf{4}&Schwarz-Rot Aachen IV&19&13&1&5&546:440&+106&27:11\\ -\textbf{5}&HSG Merkstein II&19&13&0&6&543:441&+102&26:12\\ -\textbf{6}&VfL Bardenberg III&19&9&1&9&520:497&+23&19:19\\ -\textbf{7}&SV Eilendorf II&19&8&1&10&589:604&-15&17:21\\ -\textbf{8}&\textbf{Eschweiler SG III}&\textbf{19}&\textbf{6}&\textbf{0}&\textbf{13}&\textbf{503:601}&\textbf{-98}&\textbf{12:26}\\ -\textbf{9}&BSC Setterich&20&6&0&14&438:524&-86&12:28\\ -\textbf{10}&BTB Aachen V&19&1&0&18&439:637&-198&2:36\\ -\textbf{11}&TV Birkesdorf III&19&1&0&18&424:649&-225&2:36\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&VfL Bardenberg IV&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&Stolberger SV III&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&HSG Merkstein III&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&TV Huchem-Stammeln&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&Eschweiler SG IV&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&PSV Aachen&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&\textbf{Eschweiler SG III}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{8}&BTB Aachen V&0&0&0&0&0:0&0&0:0\\ +\textbf{9}&Gürzenicher TV II&0&0&0&0&0:0&0&0:0\\ +\textbf{10}&TV Birkesdorf III&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -181,26 +183,24 @@ Sa.&05.04.2025&18:00&\textbf{Eschweiler SG II}&SG Düren 1899 II&&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - Sa.&07.09.2024&15:30&\textbf{Eschweiler SG III}&SV Eilendorf II&33:28&E2\\ -Sa.&14.09.2024&19:00&Jülicher TV&\textbf{Eschweiler SG III}&44:28&JÜL\\ -So.&22.09.2024&13:00&\textbf{Eschweiler SG III}&VfR Übach-Palenberg&20:34&E2\\ -So.&29.09.2024&16:00&BTB Aachen V&\textbf{Eschweiler SG III}&27:41&AC4\\ -Sa.&26.10.2024&17:45&TV Birkesdorf III&\textbf{Eschweiler SG III}&26:37&BIRK\\ -So.&10.11.2024&18:00&HSG Merkstein II&\textbf{Eschweiler SG III}&29:12&M2\\ -Sa.&16.11.2024&18:00&\textbf{Eschweiler SG III}&Schwarz-Rot Aachen IV&19:26&E2\\ -Sa.&30.11.2024&20:00&VfL Bardenberg III&\textbf{Eschweiler SG III}&49:24&W3\\ -Sa.&07.12.2024&17:30&\textbf{Eschweiler SG III}&BSC Setterich&34:24&E2\\ -Sa.&14.12.2024&16:00&VFL Langerwehe&\textbf{Eschweiler SG III}&40:28&LAII\\ -Sa.&11.01.2025&16:00&SV Eilendorf II&\textbf{Eschweiler SG III}&33:30&AC3\\ -Sa.&18.01.2025&17:30&\textbf{Eschweiler SG III}&Jülicher TV&24:26&E2\\ -Sa.&25.01.2025&19:00&VfR Übach-Palenberg&\textbf{Eschweiler SG III}&39:22&ÜP1\\ -Sa.&01.02.2025&17:30&\textbf{Eschweiler SG III}&BTB Aachen V&36:29&E2\\ -So.&09.02.2025&17:00&\textbf{Eschweiler SG III}&TV Birkesdorf III&36:31&E2\\ -Sa.&08.03.2025&15:30&\textbf{Eschweiler SG III}&HSG Merkstein II&19:31&E2\\ -Sa.&22.03.2025&15:30&\textbf{Eschweiler SG III}&VfL Bardenberg III&21:33&E2\\ -Mi.&26.03.2025&20:15&Schwarz-Rot Aachen IV&\textbf{Eschweiler SG III}&23:18&AC1A\\ -So.&30.03.2025&11:00&BSC Setterich&\textbf{Eschweiler SG III}&29:21&S1\\ -Sa.&05.04.2025&16:00&\textbf{Eschweiler SG III}&VFL Langerwehe&&E2\\ + Sa.&20.09.2025&15:00&\textbf{Eschweiler SG III}&Eschweiler SG IV&&E2\\ +So.&28.09.2025&10:00&PSV Aachen&\textbf{Eschweiler SG III}&&AC7\\ +Sa.&11.10.2025&14:00&\textbf{Eschweiler SG III}&BTB Aachen V&&E2\\ +Sa.&08.11.2025&17:45&Gürzenicher TV II&\textbf{Eschweiler SG III}&&GÜRZ\\ +Sa.&15.11.2025&15:30&\textbf{Eschweiler SG III}&TV Birkesdorf III&&E2\\ +Sa.&29.11.2025&16:00&VfL Bardenberg IV&\textbf{Eschweiler SG III}&&W3\\ +So.&07.12.2025&11:15&\textbf{Eschweiler SG III}&Stolberger SV III&&E2\\ +Sa.&13.12.2025&20:00&HSG Merkstein III&\textbf{Eschweiler SG III}&&M2\\ +So.&25.01.2026&12:00&TV Huchem-Stammeln&\textbf{Eschweiler SG III}&&NIE\\ +Sa.&31.01.2026&14:00&Eschweiler SG IV&\textbf{Eschweiler SG III}&&E2\\ +So.&08.02.2026&10:00&\textbf{Eschweiler SG III}&PSV Aachen&&E2\\ +So.&01.03.2026&18:00&BTB Aachen V&\textbf{Eschweiler SG III}&&AC7\\ +So.&08.03.2026&17:00&\textbf{Eschweiler SG III}&Gürzenicher TV II&&E2\\ +Sa.&14.03.2026&15:45&TV Birkesdorf III&\textbf{Eschweiler SG III}&&BIRK\\ +Sa.&21.03.2026&16:00&\textbf{Eschweiler SG III}&VfL Bardenberg IV&&E2\\ +Sa.&28.03.2026&15:15&Stolberger SV III&\textbf{Eschweiler SG III}&&ST1\\ +Sa.&18.04.2026&18:00&\textbf{Eschweiler SG III}&HSG Merkstein III&&E2\\ +Sa.&02.05.2026&17:30&\textbf{Eschweiler SG III}&TV Huchem-Stammeln&&E2\\ \hline \end{tabular} @@ -218,16 +218,16 @@ Sa.&05.04.2025&16:00&\textbf{Eschweiler SG III}&VFL Langerwehe&&E2\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&HC Weiden 2018 V&17&17&0&0&578:382&+196&34:0\\ -\textbf{2}&TV Roetgen II&17&12&0&5&647:544&+103&24:10\\ -\textbf{3}&Gürzenicher TV II&17&11&0&6&583:523&+60&22:12\\ -\textbf{4}&HSG Merkstein III&17&10&1&6&523:449&+74&21:13\\ -\textbf{5}&VfL Bardenberg IV&17&9&1&7&466:423&+43&19:15\\ -\textbf{6}&PSV Aachen&17&8&2&7&477:472&+5&18:16\\ -\textbf{7}&TV Huchem-Stammeln&17&8&1&8&471:445&+26&17:17\\ -\textbf{8}&\textbf{Eschweiler SG IV}&\textbf{17}&\textbf{4}&\textbf{1}&\textbf{12}&\textbf{388:488}&\textbf{-100}&\textbf{9:25}\\ -\textbf{9}&Stolberger SV III&17&2&0&15&398:609&-211&4:30\\ -\textbf{10}&SG Düren 1899 III&17&1&0&16&300:496&-196&2:32\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&VfL Bardenberg IV&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&Stolberger SV III&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&HSG Merkstein III&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&TV Huchem-Stammeln&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&\textbf{Eschweiler SG IV}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{6}&PSV Aachen&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&Eschweiler SG III&0&0&0&0&0:0&0&0:0\\ +\textbf{8}&BTB Aachen V&0&0&0&0&0:0&0&0:0\\ +\textbf{9}&Gürzenicher TV II&0&0&0&0&0:0&0&0:0\\ +\textbf{10}&TV Birkesdorf III&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -235,30 +235,28 @@ Sa.&05.04.2025&16:00&\textbf{Eschweiler SG III}&VFL Langerwehe&&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&08.09.2024&11:00&\textbf{Eschweiler SG IV}&Eschweiler SG V&ZG&E2\\ -So.&15.09.2024&19:00&HC Weiden 2018 V&\textbf{Eschweiler SG IV}&40:17&W1\\ -Sa.&28.09.2024&17:30&\textbf{Eschweiler SG IV}&Stolberger SV III&36:21&E2\\ -Sa.&12.10.2024&19:00&Gürzenicher TV II&\textbf{Eschweiler SG IV}&31:25&GÜRZ\\ -Sa.&26.10.2024&15:00&TV Roetgen II&\textbf{Eschweiler SG IV}&36:31&R1\\ -Sa.&02.11.2024&15:30&\textbf{Eschweiler SG IV}&HSG Merkstein III&28:28&E2\\ -Sa.&09.11.2024&16:00&VfL Bardenberg V&\textbf{Eschweiler SG IV}&ZH&W3\\ -Sa.&16.11.2024&16:00&\textbf{Eschweiler SG IV}&VfL Bardenberg IV&17:35&E2\\ -So.&01.12.2024&12:00&TV Huchem-Stammeln&\textbf{Eschweiler SG IV}&28:9&NIE\\ -Sa.&07.12.2024&15:30&\textbf{Eschweiler SG IV}&PSV Aachen&17:27&E2\\ -Sa.&14.12.2024&17:30&SG Düren 1899 III&\textbf{Eschweiler SG IV}&21:23&KSPH\\ -Sa.&18.01.2025&15:30&\textbf{Eschweiler SG IV}&HC Weiden 2018 V&15:26&E2\\ -So.&26.01.2025&15:30&\textbf{Eschweiler SG IV}&Gürzenicher TV II&31:30&E2\\ -Sa.&01.02.2025&15:15&Stolberger SV III&\textbf{Eschweiler SG IV}&18:27&ST1\\ -So.&09.02.2025&15:00&\textbf{Eschweiler SG IV}&TV Roetgen II&30:35&E2\\ -So.&16.03.2025&13:00&VfL Bardenberg IV&\textbf{Eschweiler SG IV}&26:17&W3\\ -So.&23.03.2025&11:00&\textbf{Eschweiler SG IV}&TV Huchem-Stammeln&19:28&E2\\ -Fr.&28.03.2025&18:30&HSG Merkstein III&\textbf{Eschweiler SG IV}&27:19&M2\\ -So.&30.03.2025&17:30&PSV Aachen&\textbf{Eschweiler SG IV}&31:27&AC7\\ -Sa.&05.04.2025&14:00&\textbf{Eschweiler SG IV}&SG Düren 1899 III&&E2\\ + Sa.&20.09.2025&15:00&Eschweiler SG III&\textbf{Eschweiler SG IV}&&E2\\ +So.&28.09.2025&10:00&\textbf{Eschweiler SG IV}&BTB Aachen V&&E2\\ +Sa.&04.10.2025&17:45&Gürzenicher TV II&\textbf{Eschweiler SG IV}&&GÜRZ\\ +So.&12.10.2025&10:00&\textbf{Eschweiler SG IV}&TV Birkesdorf III&&E2\\ +So.&09.11.2025&16:00&VfL Bardenberg IV&\textbf{Eschweiler SG IV}&&W3\\ +So.&16.11.2025&10:00&\textbf{Eschweiler SG IV}&Stolberger SV III&&E2\\ +Sa.&29.11.2025&17:00&HSG Merkstein III&\textbf{Eschweiler SG IV}&&M2\\ +So.&14.12.2025&12:00&TV Huchem-Stammeln&\textbf{Eschweiler SG IV}&&NIE\\ +Sa.&24.01.2026&17:30&\textbf{Eschweiler SG IV}&PSV Aachen&&E2\\ +Sa.&31.01.2026&14:00&\textbf{Eschweiler SG IV}&Eschweiler SG III&&E2\\ +So.&08.02.2026&18:30&BTB Aachen V&\textbf{Eschweiler SG IV}&&AC2\\ +Sa.&21.02.2026&15:30&\textbf{Eschweiler SG IV}&Gürzenicher TV II&&E2\\ +Sa.&28.02.2026&15:45&TV Birkesdorf III&\textbf{Eschweiler SG IV}&&BIRK\\ +So.&08.03.2026&15:00&\textbf{Eschweiler SG IV}&VfL Bardenberg IV&&E2\\ +Sa.&14.03.2026&15:15&Stolberger SV III&\textbf{Eschweiler SG IV}&&ST1\\ +Sa.&21.03.2026&14:00&\textbf{Eschweiler SG IV}&HSG Merkstein III&&E2\\ +Sa.&18.04.2026&16:00&\textbf{Eschweiler SG IV}&TV Huchem-Stammeln&&E2\\ +So.&03.05.2026&10:00&PSV Aachen&\textbf{Eschweiler SG IV}&&AC7\\ \hline \end{tabular} - \end{table}\begin{textblock}{9}(7,15.5)\textbf{ZH} = Heimmannschaft zurückgezogen; \textbf{ZG} = Gastmannschaft zurückgezogen\end{textblock} + \end{table} \newpage \begin{textblock}{3}(0,13.2) \begin{figure} @@ -272,14 +270,14 @@ Sa.&05.04.2025&14:00&\textbf{Eschweiler SG IV}&SG Düren 1899 III&&E2\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&VfL Bardenberg&14&13&0&1&459:276&+183&26:2\\ -\textbf{2}&TV Birkesdorf&14&11&1&2&404:321&+83&23:5\\ -\textbf{3}&BTB Aachen II&14&9&0&5&405:357&+48&18:10\\ -\textbf{4}&SV Eilendorf&14&7&0&7&305:315&-10&14:14\\ -\textbf{5}&\textbf{Eschweiler SG}&\textbf{14}&\textbf{6}&\textbf{2}&\textbf{6}&\textbf{294:326}&\textbf{-32}&\textbf{14:14}\\ -\textbf{6}&TV Birkesdorf II&14&4&3&7&337:356&-19&11:17\\ -\textbf{7}&HC Weiden 2018 III&14&1&2&11&302:416&-114&4:24\\ -\textbf{8}&Schwarz-Rot Aachen II&14&1&0&13&277:416&-139&2:26\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&TV Birkesdorf&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&TV Birkesdorf II&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&HC Weiden 2018 III&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&SV Eilendorf&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&TV Roetgen&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&BTB Aachen II&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&HSG Merk./Barden. III&0&0&0&0&0:0&0&0:0\\ +\textbf{8}&\textbf{Eschweiler SG}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ \hline \end{tabular}\hspace*{0.3cm} @@ -287,24 +285,24 @@ Sa.&05.04.2025&14:00&\textbf{Eschweiler SG IV}&SG Düren 1899 III&&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - Sa.&14.09.2024&19:30&\textbf{Eschweiler SG}&TV Birkesdorf II&23:23&E2\\ -Sa.&21.09.2024&15:30&\textbf{Eschweiler SG}&Schwarz-Rot Aachen II&24:19&E2\\ -Sa.&26.10.2024&17:30&\textbf{Eschweiler SG}&SV Eilendorf&28:24&E2\\ -Sa.&02.11.2024&17:45&TV Birkesdorf&\textbf{Eschweiler SG}&26:22&BIRK\\ -Sa.&09.11.2024&17:30&\textbf{Eschweiler SG}&BTB Aachen II&32:29&E2\\ -Sa.&16.11.2024&20:00&VfL Bardenberg&\textbf{Eschweiler SG}&29:16&W3\\ -Sa.&11.01.2025&17:45&TV Birkesdorf II&\textbf{Eschweiler SG}&21:21&BIRK\\ -Do.&16.01.2025&19:30&HC Weiden 2018 III&\textbf{Eschweiler SG}&22:24&JÜL\\ -Sa.&01.02.2025&18:00&SV Eilendorf&\textbf{Eschweiler SG}&NG&AC3\\ -Sa.&08.02.2025&17:30&\textbf{Eschweiler SG}&TV Birkesdorf&19:29&E2\\ -Mo.&17.02.2025&18:45&Schwarz-Rot Aachen II&\textbf{Eschweiler SG}&14:23&AC1\\ -So.&09.03.2025&14:00&BTB Aachen II&\textbf{Eschweiler SG}&34:19&AC2\\ -Sa.&15.03.2025&19:30&\textbf{Eschweiler SG}&VfL Bardenberg&14:29&E2\\ -So.&23.03.2025&13:00&\textbf{Eschweiler SG}&HC Weiden 2018 III&29:27&E2\\ + Sa.&27.09.2025&15:30&\textbf{Eschweiler SG}&TV Roetgen&&E2\\ +So.&05.10.2025&17:45&TV Birkesdorf II&\textbf{Eschweiler SG}&&BIRK\\ +Sa.&11.10.2025&16:00&\textbf{Eschweiler SG}&BTB Aachen II&&E2\\ +So.&09.11.2025&18:00&HC Weiden 2018 III&\textbf{Eschweiler SG}&&JÜL\\ +Sa.&15.11.2025&16:00&HSG Merk./Barden. III&\textbf{Eschweiler SG}&&M2\\ +So.&07.12.2025&13:15&\textbf{Eschweiler SG}&SV Eilendorf&&E2\\ +So.&14.12.2025&17:45&TV Birkesdorf&\textbf{Eschweiler SG}&&BIRK\\ +Sa.&24.01.2026&18:00&TV Roetgen&\textbf{Eschweiler SG}&&R1\\ +Sa.&31.01.2026&16:00&\textbf{Eschweiler SG}&TV Birkesdorf II&&E2\\ +Sa.&07.02.2026&20:00&BTB Aachen II&\textbf{Eschweiler SG}&&AC2\\ +Sa.&28.02.2026&17:45&\textbf{Eschweiler SG}&HC Weiden 2018 III&&E2\\ +Sa.&07.03.2026&15:30&\textbf{Eschweiler SG}&HSG Merk./Barden. III&&E2\\ +Sa.&14.03.2026&17:00&SV Eilendorf&\textbf{Eschweiler SG}&&AC3\\ +Sa.&21.03.2026&18:00&\textbf{Eschweiler SG}&TV Birkesdorf&&E2\\ \hline \end{tabular} - \end{table}\begin{textblock}{9}(7,15.5)\textbf{NG} = Gastmannschaft nicht angetreten\end{textblock} + \end{table} \newpage \begin{textblock}{3}(0,13.2) \begin{figure} @@ -318,12 +316,14 @@ So.&23.03.2025&13:00&\textbf{Eschweiler SG}&HC Weiden 2018 III&29:27&E2\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&TV Roetgen&10&7&1&2&211:180&+31&15:5\\ -\textbf{2}&BSC Setterich&10&7&0&3&158:138&+20&14:6\\ -\textbf{3}&VfR Übach-Palenberg&10&6&0&4&170:121&+49&12:8\\ -\textbf{4}&BTB Aachen III&10&4&1&5&194:218&-24&9:11\\ -\textbf{5}&\textbf{Eschweiler SG II}&\textbf{10}&\textbf{3}&\textbf{0}&\textbf{7}&\textbf{179:196}&\textbf{-17}&\textbf{6:14}\\ -\textbf{6}&SV Eilendorf II&10&2&0&8&122:181&-59&4:16\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Schwarz-Rot Aachen II&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&Schwarz-Rot Aachen III&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&BSC Setterich&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&\textbf{Eschweiler SG II}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{5}&VfR Übach-Palenberg&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&SV Eilendorf II&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&BTB Aachen III&0&0&0&0&0:0&0&0:0\\ +\textbf{8}&HSG Merk./Barden. IV&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -331,101 +331,20 @@ So.&23.03.2025&13:00&\textbf{Eschweiler SG}&HC Weiden 2018 III&29:27&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&08.09.2024&15:00&VfR Übach-Palenberg&\textbf{Eschweiler SG II}&26:8&ÜP1\\ -Sa.&14.09.2024&17:30&\textbf{Eschweiler SG II}&TV Roetgen&24:25&E2\\ -Sa.&26.10.2024&15:30&\textbf{Eschweiler SG II}&SV Eilendorf II&15:18&E2\\ -Sa.&02.11.2024&16:30&BSC Setterich&\textbf{Eschweiler SG II}&17:12&S1\\ -Sa.&09.11.2024&15:30&\textbf{Eschweiler SG II}&BTB Aachen III&11:15&E2\\ -So.&12.01.2025&17:30&TV Roetgen&\textbf{Eschweiler SG II}&27:26&R1\\ -So.&19.01.2025&13:00&\textbf{Eschweiler SG II}&VfR Übach-Palenberg&19:16&E2\\ -Sa.&01.02.2025&16:00&SV Eilendorf II&\textbf{Eschweiler SG II}&20:25&AC3\\ -Sa.&08.02.2025&15:30&\textbf{Eschweiler SG II}&BSC Setterich&11:15&E2\\ -So.&09.03.2025&12:00&BTB Aachen III&\textbf{Eschweiler SG II}&17:28&AC2\\ - - \hline - \end{tabular} - \end{table} - \newpage - \begin{textblock}{3}(0,13.2) - \begin{figure} - \includegraphics[width=3cm]{mB}\\\centering - Link zur liga\end{figure}\end{textblock} - \begin{center} - \vspace{0cm} - {\scalefont{3}mB-Jugend}\\\scalefont{2}Regionsoberliga \\ - \vspace{0cm} - \end{center} - \rowcolors{2}{gray!25}{white} - \begin{table}[h]\small - \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&VfL Bardenberg&15&14&1&0&476:350&+126&29:1\\ -\textbf{2}&HSG Münsterbachtal&15&12&1&2&539:468&+71&25:5\\ -\textbf{3}&JSG Roetgen/Eynatten&15&8&1&6&482:462&+20&17:13\\ -\textbf{4}&SG Düren 1899&15&4&1&10&442:510&-68&9:21\\ -\textbf{5}&\textbf{Eschweiler SG}&\textbf{15}&\textbf{2}&\textbf{1}&\textbf{12}&\textbf{469:536}&\textbf{-67}&\textbf{5:25}\\ -\textbf{6}&Jülicher TV&15&1&3&11&454:536&-82&5:25\\ - - \hline - \end{tabular}\hspace*{0.3cm} - \begin{tabular}{|C{0.65cm}|C{2cm}|C{1.0cm}|C{4.1cm}|C{4.1cm}|C{1.2cm}|C{1.4cm}|} - \hline - \rowcolor{gray!50} - Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&15.09.2024&11:30&\textbf{Eschweiler SG}&Jülicher TV&30:30&E2\\ -Sa.&21.09.2024&15:30&SG Düren 1899&\textbf{Eschweiler SG}&30:38&KSPH\\ -Sa.&28.09.2024&19:30&JSG Roetgen/Eynatten&\textbf{Eschweiler SG}&29:26&EY\\ -So.&03.11.2024&13:00&\textbf{Eschweiler SG}&HSG Münsterbachtal&37:48&E2\\ -So.&10.11.2024&13:15&VfL Bardenberg&\textbf{Eschweiler SG}&34:21&W3\\ -So.&08.12.2024&14:30&\textbf{Eschweiler SG}&SG Düren 1899&32:34&E2\\ -Sa.&14.12.2024&15:30&\textbf{Eschweiler SG}&JSG Roetgen/Eynatten&37:39&E2\\ -Mi.&15.01.2025&18:00&Jülicher TV&\textbf{Eschweiler SG}&35:38&JÜL\\ -Sa.&18.01.2025&15:15&HSG Münsterbachtal&\textbf{Eschweiler SG}&36:34&ST1\\ -So.&26.01.2025&11:30&\textbf{Eschweiler SG}&VfL Bardenberg&30:31&E2\\ -Sa.&08.02.2025&13:30&\textbf{Eschweiler SG}&Jülicher TV&29:37&E2\\ -So.&23.02.2025&15:15&JSG Roetgen/Eynatten&\textbf{Eschweiler SG}&37:31&R1\\ -Sa.&15.03.2025&15:30&\textbf{Eschweiler SG}&HSG Münsterbachtal&36:53&E2\\ -Di.&18.03.2025&19:00&SG Düren 1899&\textbf{Eschweiler SG}&35:34&KSPH\\ -So.&23.03.2025&14:00&VfL Bardenberg&\textbf{Eschweiler SG}&28:16&M2\\ - - \hline - \end{tabular} - \end{table} - \newpage - \begin{textblock}{3}(0,13.2) - \begin{figure} - \includegraphics[width=3cm]{wB}\\\centering - Link zur liga\end{figure}\end{textblock} - \begin{center} - \vspace{0cm} - {\scalefont{3}wB-Jugend}\\\scalefont{2}Regionsoberliga \\ - \vspace{0cm} - \end{center} - \rowcolors{2}{gray!25}{white} - \begin{table}[h]\small - \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&KTSV Eupen&10&9&0&1&283:160&+123&18:2\\ -\textbf{2}&HSG Merkstein&10&8&0&2&247:108&+139&16:4\\ -\textbf{3}&TV Roetgen&10&7&0&3&216:151&+65&14:6\\ -\textbf{4}&\textbf{Eschweiler SG}&\textbf{10}&\textbf{4}&\textbf{0}&\textbf{6}&\textbf{134:213}&\textbf{-79}&\textbf{8:12}\\ -\textbf{5}&Jülicher TV&10&1&0&9&130:229&-99&2:18\\ -\textbf{6}&Stolberger SV&10&1&0&9&123:272&-149&2:18\\ - - \hline - \end{tabular}\hspace*{0.3cm} - \begin{tabular}{|C{0.65cm}|C{2cm}|C{1.0cm}|C{4.1cm}|C{4.1cm}|C{1.2cm}|C{1.4cm}|} - \hline - \rowcolor{gray!50} - Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - Sa.&28.09.2024&15:30&\textbf{Eschweiler SG}&TV Roetgen&10:23&E2\\ -So.&03.11.2024&11:45&HSG Merkstein&\textbf{Eschweiler SG}&31:9&W3\\ -Sa.&09.11.2024&14:00&\textbf{Eschweiler SG}&Stolberger SV&18:13&E2\\ -Fr.&29.11.2024&17:45&Jülicher TV&\textbf{Eschweiler SG}&8:16&JÜL\\ -So.&08.12.2024&16:00&\textbf{Eschweiler SG}&KTSV Eupen&11:22&E2\\ -Sa.&08.02.2025&15:00&TV Roetgen&\textbf{Eschweiler SG}&20:9&R1\\ -Sa.&15.02.2025&18:30&\textbf{Eschweiler SG}&HSG Merkstein&8:25&E2\\ -So.&23.02.2025&14:15&Stolberger SV&\textbf{Eschweiler SG}&14:22&ST1\\ -Sa.&15.03.2025&17:30&\textbf{Eschweiler SG}&Jülicher TV&20:18&E2\\ -So.&23.03.2025&14:00&KTSV Eupen&\textbf{Eschweiler SG}&39:11&R1\\ + Sa.&27.09.2025&14:00&SV Eilendorf II&\textbf{Eschweiler SG II}&&AC3\\ +Sa.&04.10.2025&16:30&\textbf{Eschweiler SG II}&BTB Aachen III&&E2\\ +So.&12.10.2025&11:50&Schwarz-Rot Aachen II&\textbf{Eschweiler SG II}&&AC1A\\ +So.&02.11.2025&12:00&HSG Merk./Barden. IV&\textbf{Eschweiler SG II}&&M2\\ +Sa.&08.11.2025&16:30&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen III&&E2\\ +Sa.&22.11.2025&17:00&BSC Setterich&\textbf{Eschweiler SG II}&&S1\\ +Sa.&13.12.2025&17:30&\textbf{Eschweiler SG II}&VfR Übach-Palenberg&&E2\\ +Sa.&24.01.2026&15:30&\textbf{Eschweiler SG II}&SV Eilendorf II&&E2\\ +Sa.&31.01.2026&18:45&BTB Aachen III&\textbf{Eschweiler SG II}&&AC4\\ +So.&08.02.2026&12:00&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen II&&E2\\ +Sa.&28.02.2026&16:00&Schwarz-Rot Aachen III&\textbf{Eschweiler SG II}&&AC1A\\ +So.&08.03.2026&13:00&\textbf{Eschweiler SG II}&BSC Setterich&&E2\\ +Sa.&14.03.2026&13:30&\textbf{Eschweiler SG II}&HSG Merk./Barden. IV&&E2\\ +Sa.&21.03.2026&17:00&VfR Übach-Palenberg&\textbf{Eschweiler SG II}&&ÜP1\\ \hline \end{tabular} @@ -443,12 +362,13 @@ So.&23.03.2025&14:00&KTSV Eupen&\textbf{Eschweiler SG}&39:11&R1\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&\textbf{Eschweiler SG}&\textbf{15}&\textbf{15}&\textbf{0}&\textbf{0}&\textbf{653:369}&\textbf{+284}&\textbf{30:0}\\ -\textbf{2}&SG Düren 1899&15&10&1&4&443:381&+62&21:9\\ -\textbf{3}&HC Weiden 2018 II&15&7&2&6&441:452&-11&16:14\\ -\textbf{4}&SV Eilendorf&15&7&1&7&570:488&+82&15:15\\ -\textbf{5}&HSG Merkstein&15&3&0&12&295:484&-189&6:24\\ -\textbf{6}&BTB Aachen II&15&1&0&14&338:566&-228&2:28\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&TV Roetgen&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&SV Eilendorf&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&BTB Aachen&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&\textbf{Eschweiler SG}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{5}&HC Eynatten/Raeren&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&Jülicher TV&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&HC Weiden 2018 II&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -456,25 +376,22 @@ So.&23.03.2025&14:00&KTSV Eupen&\textbf{Eschweiler SG}&39:11&R1\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&15.09.2024&15:30&\textbf{Eschweiler SG}&BTB Aachen II&50:15&E2\\ -Sa.&21.09.2024&17:30&SG Düren 1899&\textbf{Eschweiler SG}&22:39&KSPH\\ -Sa.&05.10.2024&13:45&\textbf{Eschweiler SG}&HC Weiden 2018 II&44:13&E2\\ -Sa.&02.11.2024&14:00&\textbf{Eschweiler SG}&SV Eilendorf&57:32&E2\\ -So.&10.11.2024&11:30&HSG Merkstein&\textbf{Eschweiler SG}&16:44&W3\\ -So.&01.12.2024&14:00&BTB Aachen II&\textbf{Eschweiler SG}&24:43&AC7\\ -Sa.&07.12.2024&13:45&\textbf{Eschweiler SG}&SG Düren 1899&38:32&E2\\ -Sa.&14.12.2024&14:00&HC Weiden 2018 II&\textbf{Eschweiler SG}&25:42&W1\\ -Sa.&25.01.2025&17:30&\textbf{Eschweiler SG}&HSG Merkstein&62:17&E2\\ -So.&09.02.2025&13:15&\textbf{Eschweiler SG}&BTB Aachen II&52:31&E2\\ -Sa.&22.02.2025&17:30&\textbf{Eschweiler SG}&HC Weiden 2018 II&48:30&E2\\ -Di.&11.03.2025&17:30&SG Düren 1899&\textbf{Eschweiler SG}&28:36&KSPH\\ -Sa.&15.03.2025&13:45&\textbf{Eschweiler SG}&SV Eilendorf&55:43&E2\\ -Do.&20.03.2025&18:45&SV Eilendorf&\textbf{Eschweiler SG}&41:43&AC4\\ -Sa.&22.03.2025&14:00&HSG Merkstein&\textbf{Eschweiler SG}&NH&M2\\ + So.&14.09.2025&14:00&Jülicher TV&\textbf{Eschweiler SG}&&JÜL\\ +So.&28.09.2025&15:00&TV Roetgen&\textbf{Eschweiler SG}&&R1\\ +Sa.&08.11.2025&11:45&\textbf{Eschweiler SG}&SV Eilendorf&&E2\\ +So.&30.11.2025&13:15&BTB Aachen&\textbf{Eschweiler SG}&&AC2\\ +Sa.&06.12.2025&14:00&HC Weiden 2018 II&\textbf{Eschweiler SG}&&W1\\ +Sa.&13.12.2025&12:15&\textbf{Eschweiler SG}&HC Eynatten/Raeren&&E2\\ +Sa.&17.01.2026&11:45&\textbf{Eschweiler SG}&Jülicher TV&&E2\\ +Sa.&31.01.2026&11:45&\textbf{Eschweiler SG}&TV Roetgen&&E2\\ +So.&22.02.2026&14:30&SV Eilendorf&\textbf{Eschweiler SG}&&AC3\\ +So.&01.03.2026&13:15&\textbf{Eschweiler SG}&BTB Aachen&&E2\\ +So.&08.03.2026&11:15&\textbf{Eschweiler SG}&HC Weiden 2018 II&&E2\\ +Sa.&14.03.2026&11:00&HC Eynatten/Raeren&\textbf{Eschweiler SG}&&EY\\ \hline \end{tabular} - \end{table}\begin{textblock}{9}(7,15.5)\textbf{NH} = Heimmannschaft nicht angetreten\end{textblock} + \end{table} \newpage \begin{textblock}{3}(0,13.2) \begin{figure} @@ -488,12 +405,14 @@ Sa.&22.03.2025&14:00&HSG Merkstein&\textbf{Eschweiler SG}&NH&M2\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Gürzenicher TV&12&12&0&0&363:230&+133&24:0\\ -\textbf{2}&Jülicher TV&12&8&1&3&343:277&+66&17:7\\ -\textbf{3}&\textbf{Eschweiler SG II}&\textbf{12}&\textbf{5}&\textbf{0}&\textbf{7}&\textbf{289:297}&\textbf{-8}&\textbf{10:14}\\ -\textbf{4}&TV Roetgen&12&4&1&7&346:349&-3&9:15\\ -\textbf{5}&SV Eilendorf II&12&0&0&12&171:359&-188&0:24\\ -\textbf{6}&TV Birkesdorf&-&-&-&-&-&-&-\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&VfR Übach-Palenberg&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&Schwarz-Rot Aachen&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&TV Birkesdorf&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&BTB Aachen II&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&SV Eilendorf II&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&JSG Bardenb./Merk.&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&\textbf{Eschweiler SG II}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{8}&SG Düren 1899&-&-&-&-&-&-&-\\ \hline \end{tabular}\hspace*{0.3cm} @@ -501,21 +420,20 @@ Sa.&22.03.2025&14:00&HSG Merkstein&\textbf{Eschweiler SG}&NH&M2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&15.09.2024&12:30&TV Roetgen&\textbf{Eschweiler SG II}&24:35&R\\ -Sa.&28.09.2024&16:30&SV Eilendorf II&\textbf{Eschweiler SG II}&15:29&AC3\\ -So.&06.10.2024&16:00&TV Birkesdorf (a.K.)&\textbf{Eschweiler SG II}&16:13&BIRK\\ -Sa.&02.11.2024&12:30&\textbf{Eschweiler SG II}&Jülicher TV&16:26&E2\\ -So.&01.12.2024&11:00&\textbf{Eschweiler SG II}&TV Roetgen&25:40&E2\\ -Sa.&07.12.2024&12:00&\textbf{Eschweiler SG II}&TV Birkesdorf (a.K.)&22:18&E2\\ -So.&15.12.2024&11:30&\textbf{Eschweiler SG II}&SV Eilendorf II&25:15&E2\\ -So.&19.01.2025&14:00&Jülicher TV&\textbf{Eschweiler SG II}&27:18&JÜL\\ -So.&26.01.2025&13:30&\textbf{Eschweiler SG II}&Gürzenicher TV&22:29&E2\\ -So.&09.02.2025&11:30&\textbf{Eschweiler SG II}&TV Roetgen&29:24&E2\\ -So.&16.02.2025&15:45&TV Birkesdorf (a.K.)&\textbf{Eschweiler SG II}&26:17&BIRK\\ -So.&23.02.2025&14:30&SV Eilendorf II&\textbf{Eschweiler SG II}&9:25&AC3\\ -Do.&06.03.2025&18:45&Gürzenicher TV&\textbf{Eschweiler SG II}&35:18&GÜRZ\\ -So.&16.03.2025&16:00&\textbf{Eschweiler SG II}&Jülicher TV&20:22&E2\\ -Sa.&22.03.2025&17:15&Gürzenicher TV&\textbf{Eschweiler SG II}&31:27&GÜRZ\\ + Sa.&13.09.2025&13:45&\textbf{Eschweiler SG II}&SV Eilendorf II&&E2\\ +Sa.&20.09.2025&15:30&Schwarz-Rot Aachen&\textbf{Eschweiler SG II}&&AC1A\\ +Sa.&27.09.2025&13:30&\textbf{Eschweiler SG II}&SG Düren 1899 (a.K.)&&E2\\ +Sa.&08.11.2025&14:15&TV Birkesdorf&\textbf{Eschweiler SG II}&&BIRK\\ +Sa.&29.11.2025&15:30&JSG Bardenb./Merk.&\textbf{Eschweiler SG II}&&M2\\ +So.&07.12.2025&15:15&\textbf{Eschweiler SG II}&BTB Aachen II&&E2\\ +Sa.&13.12.2025&17:00&VfR Übach-Palenberg&\textbf{Eschweiler SG II}&&ÜP1\\ +Sa.&17.01.2026&15:00&SV Eilendorf II&\textbf{Eschweiler SG II}&&AC4\\ +Sa.&24.01.2026&13:45&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen&&E2\\ +Sa.&31.01.2026&15:30&SG Düren 1899 (a.K.)&\textbf{Eschweiler SG II}&&KSPH\\ +Sa.&21.02.2026&12:00&\textbf{Eschweiler SG II}&TV Birkesdorf&&E2\\ +So.&01.03.2026&11:30&\textbf{Eschweiler SG II}&JSG Bardenb./Merk.&&E2\\ +Sa.&07.03.2026&13:45&BTB Aachen II&\textbf{Eschweiler SG II}&&AC2\\ +So.&15.03.2026&15:15&\textbf{Eschweiler SG II}&VfR Übach-Palenberg&&E2\\ \hline \end{tabular} @@ -527,17 +445,19 @@ Sa.&22.03.2025&17:15&Gürzenicher TV&\textbf{Eschweiler SG II}&31:27&GÜRZ\\ Link zur liga\end{figure}\end{textblock} \begin{center} \vspace{0cm} - {\scalefont{3}gD-Jugend}\\\scalefont{2}Regionsliga gemischte Jugend D\\ + {\scalefont{3}gD-Jugend}\\\scalefont{2}Regionsoberliga gemischte Jugend D Gr.1\\ \vspace{0cm} \end{center} \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{5.5cm}|C{1.3cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\hline \textbf{1}&\textbf{Eschweiler SG}&\textbf{12}&\textbf{9}&\textbf{2}&\textbf{1}&\textbf{20:4}\\ -\textbf{2}&SV Eilendorf&12&8&1&3&17:7\\ -\textbf{3}&VfL Bardenberg&12&7&1&4&15:9\\ -\textbf{4}&BTB Aachen II&12&4&0&8&8:16\\ -\textbf{5}&TV Birkesdorf&12&0&0&12&0:24\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\hline \textbf{1}&HC Weiden 2018 II&0&0&0&0&0:0\\ +\textbf{2}&BTB Aachen (wJD)&0&0&0&0&0:0\\ +\textbf{3}&\textbf{Eschweiler SG}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}\\ +\textbf{4}&VfL Bardenberg&0&0&0&0&0:0\\ +\textbf{5}&KTSV Eupen&0&0&0&0&0:0\\ +\textbf{6}&SV Eilendorf&0&0&0&0&0:0\\ +\textbf{7}&Schwarz-Rot Aachen&0&0&0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -545,18 +465,18 @@ Sa.&22.03.2025&17:15&Gürzenicher TV&\textbf{Eschweiler SG II}&31:27&GÜRZ\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&22.09.2024&11:30&\textbf{Eschweiler SG}&TV Birkesdorf&14:12&E2\\ -Sa.&28.09.2024&15:00&SV Eilendorf&\textbf{Eschweiler SG}&20:23&AC3\\ -Sa.&02.11.2024&16:15&VfL Bardenberg&\textbf{Eschweiler SG}&22:24&W3\\ -So.&10.11.2024&11:30&\textbf{Eschweiler SG}&BTB Aachen II&28:20&E2\\ -So.&08.12.2024&16:00&TV Birkesdorf&\textbf{Eschweiler SG}&11:22&BIRK\\ -Sa.&14.12.2024&14:00&\textbf{Eschweiler SG}&SV Eilendorf&21:21&E2\\ -So.&19.01.2025&11:30&\textbf{Eschweiler SG}&VfL Bardenberg&21:21&E2\\ -Sa.&25.01.2025&14:00&BTB Aachen II&\textbf{Eschweiler SG}&23:19&AC2\\ -Sa.&15.02.2025&16:30&\textbf{Eschweiler SG}&TV Birkesdorf&23:14&E2\\ -Sa.&08.03.2025&12:30&SV Eilendorf&\textbf{Eschweiler SG}&16:25&AC4\\ -So.&16.03.2025&09:45&VfL Bardenberg&\textbf{Eschweiler SG}&18:27&W3\\ -Sa.&22.03.2025&14:00&\textbf{Eschweiler SG}&BTB Aachen II&38:26&E2\\ + Sa.&20.09.2025&13:15&\textbf{Eschweiler SG}&HC Weiden 2018 II&&E2\\ +So.&28.09.2025&16:30&BTB Aachen (wJD)&\textbf{Eschweiler SG}&&AC2\\ +Sa.&04.10.2025&15:00&\textbf{Eschweiler SG}&Schwarz-Rot Aachen&&E2\\ +So.&09.11.2025&16:00&\textbf{Eschweiler SG}&VfL Bardenberg&&E2\\ +So.&30.11.2025&14:30&KTSV Eupen&\textbf{Eschweiler SG}&&R1\\ +Sa.&06.12.2025&11:45&\textbf{Eschweiler SG}&SV Eilendorf&&E2\\ +So.&18.01.2026&11:30&HC Weiden 2018 II&\textbf{Eschweiler SG}&&W1\\ +So.&25.01.2026&11:30&\textbf{Eschweiler SG}&BTB Aachen (wJD)&&E2\\ +Sa.&31.01.2026&13:30&Schwarz-Rot Aachen&\textbf{Eschweiler SG}&&AC1A\\ +So.&08.02.2026&11:00&VfL Bardenberg&\textbf{Eschweiler SG}&&W3\\ +So.&22.02.2026&11:30&\textbf{Eschweiler SG}&KTSV Eupen&&E2\\ +Sa.&28.02.2026&13:30&SV Eilendorf&\textbf{Eschweiler SG}&&AC3\\ \hline \end{tabular} @@ -564,20 +484,23 @@ Sa.&22.03.2025&14:00&\textbf{Eschweiler SG}&BTB Aachen II&38:26&E2\\ \newpage \begin{textblock}{3}(0,13.2) \begin{figure} - \includegraphics[width=3cm]{wD}\\\centering + \includegraphics[width=3cm]{gJD2}\\\centering Link zur liga\end{figure}\end{textblock} \begin{center} \vspace{0cm} - {\scalefont{3}wD-Jugend}\\\scalefont{2}Regionsoberliga Jugend D Gr. 1\\ + {\scalefont{3}gD-Jugend II}\\\scalefont{2}Regionsoberliga gemischte Jugend D Gr.2\\ \vspace{0cm} \end{center} \rowcolors{2}{gray!25}{white} \begin{table}[h]\small - \centering\begin{tabular}{|L{0.6cm}|L{5.5cm}|C{1.3cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\hline \textbf{1}&TV Birkesdorf&6&6&0&0&12:0\\ -\textbf{2}&BTB Aachen II&6&3&0&3&6:6\\ -\textbf{3}&HC Weiden 2018 III&6&3&0&3&6:6\\ -\textbf{4}&HC Weiden 2018 II&6&0&0&6&0:12\\ + \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Gürzenicher TV&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&HC Weiden 2018&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&\textbf{Eschweiler SG II}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{4}&Jülicher TV&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&SG Düren 1899&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&HC Eynatten/Raeren&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&BTB Aachen&0&0&0&0&0:0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -585,18 +508,18 @@ Sa.&22.03.2025&14:00&\textbf{Eschweiler SG}&BTB Aachen II&38:26&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&22.09.2024&11:30&\textbf{Eschweiler SG}&TV Birkesdorf&14:12&E2\\ -Sa.&28.09.2024&15:00&SV Eilendorf&\textbf{Eschweiler SG}&20:23&AC3\\ -Sa.&02.11.2024&16:15&VfL Bardenberg&\textbf{Eschweiler SG}&22:24&W3\\ -So.&10.11.2024&11:30&\textbf{Eschweiler SG}&BTB Aachen II&28:20&E2\\ -So.&08.12.2024&16:00&TV Birkesdorf&\textbf{Eschweiler SG}&11:22&BIRK\\ -Sa.&14.12.2024&14:00&\textbf{Eschweiler SG}&SV Eilendorf&21:21&E2\\ -So.&19.01.2025&11:30&\textbf{Eschweiler SG}&VfL Bardenberg&21:21&E2\\ -Sa.&25.01.2025&14:00&BTB Aachen II&\textbf{Eschweiler SG}&23:19&AC2\\ -Sa.&15.02.2025&16:30&\textbf{Eschweiler SG}&TV Birkesdorf&23:14&E2\\ -Sa.&08.03.2025&12:30&SV Eilendorf&\textbf{Eschweiler SG}&16:25&AC4\\ -So.&16.03.2025&09:45&VfL Bardenberg&\textbf{Eschweiler SG}&18:27&W3\\ -Sa.&22.03.2025&14:00&\textbf{Eschweiler SG}&BTB Aachen II&38:26&E2\\ + Sa.&20.09.2025&11:45&\textbf{Eschweiler SG II}&Gürzenicher TV&&E2\\ +So.&28.09.2025&11:30&HC Weiden 2018&\textbf{Eschweiler SG II}&&W1\\ +Sa.&04.10.2025&13:30&\textbf{Eschweiler SG II}&BTB Aachen&&E2\\ +So.&09.11.2025&14:30&\textbf{Eschweiler SG II}&Jülicher TV&&E2\\ +Sa.&29.11.2025&14:30&SG Düren 1899&\textbf{Eschweiler SG II}&&KSPH\\ +Sa.&06.12.2025&13:15&\textbf{Eschweiler SG II}&HC Eynatten/Raeren&&E2\\ +Sa.&17.01.2026&11:00&Gürzenicher TV&\textbf{Eschweiler SG II}&&GÜRZ\\ +So.&25.01.2026&10:00&\textbf{Eschweiler SG II}&HC Weiden 2018&&E2\\ +Sa.&31.01.2026&17:15&BTB Aachen&\textbf{Eschweiler SG II}&&AC4\\ +Sa.&07.02.2026&14:00&Jülicher TV&\textbf{Eschweiler SG II}&&JÜL\\ +So.&22.02.2026&13:00&\textbf{Eschweiler SG II}&SG Düren 1899&&E2\\ +Sa.&28.02.2026&&HC Eynatten/Raeren&\textbf{Eschweiler SG II}&&EY\\ \hline \end{tabular} @@ -614,11 +537,13 @@ Sa.&22.03.2025&14:00&\textbf{Eschweiler SG}&BTB Aachen II&38:26&E2\\ \rowcolors{2}{gray!25}{white} \begin{table}[h]\small \centering\begin{tabular}{|L{0.6cm}|L{5.5cm}|C{1.3cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\hline \textbf{1}&BTB Aachen&12&11&1&0&23:1\\ -\textbf{2}&\textbf{Eschweiler SG}&\textbf{12}&\textbf{9}&\textbf{0}&\textbf{3}&\textbf{18:6}\\ -\textbf{3}&HC Eynatten/Raeren&12&4&0&8&8:16\\ -\textbf{4}&HC Weiden 2018&12&3&1&8&7:17\\ -\textbf{5}&Schwarz-Rot Aachen&12&2&0&10&4:20\\ + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\hline \textbf{1}&TV Birkesdorf&0&0&0&0&0:0\\ +\textbf{2}&SV Eilendorf&0&0&0&0&0:0\\ +\textbf{3}&\textbf{Eschweiler SG}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}\\ +\textbf{4}&TV Roetgen&0&0&0&0&0:0\\ +\textbf{5}&BTB Aachen&0&0&0&0&0:0\\ +\textbf{6}&HC Weiden 2018&0&0&0&0&0:0\\ +\textbf{7}&Schwarz-Rot Aachen&0&0&0&0&0:0\\ \hline \end{tabular}\hspace*{0.3cm} @@ -626,18 +551,18 @@ Sa.&22.03.2025&14:00&\textbf{Eschweiler SG}&BTB Aachen II&38:26&E2\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&15.09.2024&10:00&\textbf{Eschweiler SG}&HC Eynatten/Raeren&21:18&E2\\ -Sa.&21.09.2024&14:00&HC Weiden 2018&\textbf{Eschweiler SG}&13:16&W1\\ -Sa.&28.09.2024&11:00&BTB Aachen&\textbf{Eschweiler SG}&19:18&AC2\\ -So.&03.11.2024&11:30&\textbf{Eschweiler SG}&Schwarz-Rot Aachen&22:18&E2\\ -So.&01.12.2024&11:30&HC Eynatten/Raeren&\textbf{Eschweiler SG}&15:17&EY\\ -So.&08.12.2024&11:30&\textbf{Eschweiler SG}&HC Weiden 2018&20:15&E2\\ -Sa.&14.12.2024&12:30&\textbf{Eschweiler SG}&BTB Aachen&21:28&E2\\ -So.&19.01.2025&15:00&\textbf{Eschweiler SG}&Schwarz-Rot Aachen&21:17&E2\\ -Sa.&08.02.2025&12:00&\textbf{Eschweiler SG}&HC Eynatten/Raeren&29:13&E2\\ -So.&16.02.2025&11:30&HC Weiden 2018&\textbf{Eschweiler SG}&7:26&W1\\ -So.&23.02.2025&10:30&BTB Aachen&\textbf{Eschweiler SG}&28:26&AC2\\ -So.&16.03.2025&13:00&Schwarz-Rot Aachen&\textbf{Eschweiler SG}&16:19&AC1A\\ + So.&14.09.2025&10:30&HC Weiden 2018&\textbf{Eschweiler SG}&&W1\\ +So.&21.09.2025&13:00&\textbf{Eschweiler SG}&TV Birkesdorf&&E2\\ +So.&28.09.2025&10:30&SV Eilendorf&\textbf{Eschweiler SG}&&AC4\\ +So.&09.11.2025&13:00&\textbf{Eschweiler SG}&Schwarz-Rot Aachen&&E2\\ +Sa.&29.11.2025&16:00&\textbf{Eschweiler SG}&TV Roetgen&&E2\\ +Sa.&13.12.2025&15:45&\textbf{Eschweiler SG}&BTB Aachen&&E2\\ +Sa.&17.01.2026&16:30&\textbf{Eschweiler SG}&HC Weiden 2018&&E2\\ +Sa.&24.01.2026&12:30&TV Birkesdorf&\textbf{Eschweiler SG}&&BIRK\\ +So.&01.02.2026&13:00&\textbf{Eschweiler SG}&SV Eilendorf&&E2\\ +So.&22.02.2026&16:30&Schwarz-Rot Aachen&\textbf{Eschweiler SG}&&AC1A\\ +So.&01.03.2026&14:00&TV Roetgen&\textbf{Eschweiler SG}&&R1\\ +So.&15.03.2026&13:30&BTB Aachen&\textbf{Eschweiler SG}&&AC2\\ \hline \end{tabular} @@ -649,20 +574,20 @@ So.&16.03.2025&13:00&Schwarz-Rot Aachen&\textbf{Eschweiler SG}&16:19&AC1A\\ Link zur liga\end{figure}\end{textblock} \begin{center} \vspace{0cm} - {\scalefont{3}gE-Jugend II}\\\scalefont{2}1. Regionsklasse gemischte Jugend E\\ + {\scalefont{3}gE-Jugend II}\\\scalefont{2}Regionsliga gemischte Jugend E\\ \vspace{0cm} \end{center} \rowcolors{2}{gray!25}{white} \begin{table}[h]\small - \centering\begin{tabular}{|L{0.6cm}|L{5.5cm}|C{1.3cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|}\hline - \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Punkte\\\hline \textbf{1}&Gürzenicher TV&14&13&0&1&26:2\\ -\textbf{2}&VfR Übach-Palenberg&14&13&0&1&26:2\\ -\textbf{3}&Schwarz-Rot Aachen II&14&9&0&5&18:10\\ -\textbf{4}&SV Eilendorf II&14&6&0&8&12:16\\ -\textbf{5}&BTB Aachen III&14&5&1&8&11:17\\ -\textbf{6}&\textbf{Eschweiler SG II}&\textbf{14}&\textbf{5}&\textbf{0}&\textbf{9}&\textbf{10:18}\\ -\textbf{7}&Stolberger SV&14&2&1&11&5:23\\ -\textbf{8}&SG Düren 1899&14&2&0&12&4:24\\ + \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Gürzenicher TV&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&BTB Aachen II&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&HC Weiden 2018 II&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&\textbf{Eschweiler SG II}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{5}&VfR Übach-Palenberg&0&0&0&0&0:0&0&0:0\\ +\textbf{6}&HSG Merkstein&0&0&0&0&0:0&0&0:0\\ +\textbf{7}&SG Düren 1899&0&0&0&0&0:0&0&0:0\\ +\textbf{8}&Stolberger SV&-&-&-&-&-&-&-\\ \hline \end{tabular}\hspace*{0.3cm} @@ -670,20 +595,65 @@ So.&16.03.2025&13:00&Schwarz-Rot Aachen&\textbf{Eschweiler SG}&16:19&AC1A\\ \hline \rowcolor{gray!50} Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ - So.&15.09.2024&10:00&Schwarz-Rot Aachen II&\textbf{Eschweiler SG II}&12:3&AC1A\\ -So.&22.09.2024&10:00&\textbf{Eschweiler SG II}&Stolberger SV&2:0&E2\\ -So.&29.09.2024&10:00&\textbf{Eschweiler SG II}&VfR Übach-Palenberg&2:25&E2\\ -Sa.&02.11.2024&16:00&SG Düren 1899&\textbf{Eschweiler SG II}&1:16&KSPH\\ -Sa.&09.11.2024&12:30&\textbf{Eschweiler SG II}&BTB Aachen III&12:11&E2\\ -Sa.&30.11.2024&14:00&SV Eilendorf II&\textbf{Eschweiler SG II}&15:16&AC3\\ -So.&08.12.2024&13:00&\textbf{Eschweiler SG II}&Gürzenicher TV&3:7&E2\\ -So.&19.01.2025&10:00&\textbf{Eschweiler SG II}&Schwarz-Rot Aachen II&8:14&E2\\ -Sa.&25.01.2025&17:15&Stolberger SV&\textbf{Eschweiler SG II}&15:12&ST1\\ -Sa.&08.02.2025&12:00&VfR Übach-Palenberg&\textbf{Eschweiler SG II}&25:7&ÜP1\\ -Sa.&15.02.2025&15:00&\textbf{Eschweiler SG II}&SG Düren 1899&21:8&E2\\ -Sa.&22.02.2025&12:30&BTB Aachen III&\textbf{Eschweiler SG II}&24:16&AC2\\ -Di.&18.03.2025&17:30&\textbf{Eschweiler SG II}&SV Eilendorf II&8:17&E2\\ -Sa.&22.03.2025&15:45&Gürzenicher TV&\textbf{Eschweiler SG II}&27:5&GÜRZ\\ + So.&14.09.2025&&HSG Merkstein&\textbf{Eschweiler SG II}&&\\ +So.&21.09.2025&11:30&\textbf{Eschweiler SG II}&VfR Übach-Palenberg&&E2\\ +So.&28.09.2025&13:00&SG Düren 1899&\textbf{Eschweiler SG II}&&KSPH\\ +So.&09.11.2025&11:30&\textbf{Eschweiler SG II}&Gürzenicher TV&&E2\\ +So.&30.11.2025&12:00&BTB Aachen II&\textbf{Eschweiler SG II}&&AC1\\ +So.&07.12.2025&09:45&\textbf{Eschweiler SG II}&HC Weiden 2018 II&&E2\\ +So.&14.12.2025&12:30&Stolberger SV (a.K.)&\textbf{Eschweiler SG II}&&ST1\\ +Sa.&17.01.2026&15:00&\textbf{Eschweiler SG II}&HSG Merkstein&&E2\\ +Sa.&24.01.2026&13:00&VfR Übach-Palenberg&\textbf{Eschweiler SG II}&&ÜP1\\ +So.&01.02.2026&11:30&\textbf{Eschweiler SG II}&SG Düren 1899&&E2\\ +Sa.&21.02.2026&11:00&Gürzenicher TV&\textbf{Eschweiler SG II}&&GÜRZ\\ +Sa.&28.02.2026&16:15&\textbf{Eschweiler SG II}&BTB Aachen II&&E2\\ +Sa.&07.03.2026&11:45&HC Weiden 2018 II&\textbf{Eschweiler SG II}&&W1\\ +Sa.&14.03.2026&12:00&\textbf{Eschweiler SG II}&Stolberger SV (a.K.)&&E2\\ + + \hline + \end{tabular} + \end{table} + \newpage + \begin{textblock}{3}(0,13.2) + \begin{figure} + \includegraphics[width=3cm]{gJE3}\\\centering + Link zur liga\end{figure}\end{textblock} + \begin{center} + \vspace{0cm} + {\scalefont{3}gE-Jugend III}\\\scalefont{2}1. Regionsklasse gemischte Jugend E Gr. 2\\ + \vspace{0cm} + \end{center} + \rowcolors{2}{gray!25}{white} + \begin{table}[h]\small + \centering\begin{tabular}{|L{0.6cm}|L{4.3cm}|C{1.2cm}|C{0.5cm}|C{0.4cm}|C{0.5cm}|C{1.5cm}|C{1.2cm}|C{1.3cm}|}\hline + \rowcolor{gray!50}Nr. & Mannschaft &Spiele& S & U &N & Tore & diff. & Punkte\\\hline \textbf{1}&Gürzenicher TV II&0&0&0&0&0:0&0&0:0\\ +\textbf{2}&VFL Langerwehe&0&0&0&0&0:0&0&0:0\\ +\textbf{3}&HSG Merkstein II&0&0&0&0&0:0&0&0:0\\ +\textbf{4}&VfL Bardenberg II&0&0&0&0&0:0&0&0:0\\ +\textbf{5}&\textbf{Eschweiler SG III}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0}&\textbf{0:0}&\textbf{0}&\textbf{0:0}\\ +\textbf{6}&SV Eilendorf III&0&0&0&0&0:0&0&0:0\\ + + \hline + \end{tabular}\hspace*{0.3cm} + \begin{tabular}{|C{0.65cm}|C{2cm}|C{1.0cm}|C{4.1cm}|C{4.1cm}|C{1.2cm}|C{1.4cm}|} + \hline + \rowcolor{gray!50} + Tag & Datum & Zeit& Heim & Gast & Erg.& Halle\\ + So.&14.09.2025&11:30&\textbf{Eschweiler SG III}&HSG Merkstein II&&E2\\ +So.&21.09.2025&11:30&VfL Bardenberg II&\textbf{Eschweiler SG III}&&W3\\ +So.&28.09.2025&12:00&\textbf{Eschweiler SG III}&SV Eilendorf III&&E2\\ +So.&09.11.2025&10:00&\textbf{Eschweiler SG III}&Gürzenicher TV II&&E2\\ +So.&30.11.2025&15:15&VFL Langerwehe&\textbf{Eschweiler SG III}&&LAII\\ +Sa.&06.12.2025&12:30&HSG Merkstein II&\textbf{Eschweiler SG III}&&M2\\ +Sa.&13.12.2025&14:00&\textbf{Eschweiler SG III}&VfL Bardenberg II&&E2\\ +Sa.&17.01.2026&11:00&SV Eilendorf III&\textbf{Eschweiler SG III}&&AC4\\ +Sa.&24.01.2026&11:00&Gürzenicher TV II&\textbf{Eschweiler SG III}&&GÜRZ\\ +So.&01.02.2026&10:00&\textbf{Eschweiler SG III}&VFL Langerwehe&&E2\\ +So.&08.02.2026&14:00&\textbf{Eschweiler SG III}&HSG Merkstein II&&E2\\ +So.&22.02.2026&10:30&VfL Bardenberg II&\textbf{Eschweiler SG III}&&W3\\ +Sa.&28.02.2026&14:45&\textbf{Eschweiler SG III}&SV Eilendorf III&&E2\\ +Sa.&07.03.2026&14:00&\textbf{Eschweiler SG III}&Gürzenicher TV II&&E2\\ +Sa.&14.03.2026&15:15&VFL Langerwehe&\textbf{Eschweiler SG III}&&LAII\\ \hline \end{tabular} @@ -695,22 +665,18 @@ Sa.&22.03.2025&15:45&Gürzenicher TV&\textbf{Eschweiler SG II}&27:5&GÜRZ\\ \centering \begin{tabular}{|p{3cm} R{10cm} p{0.5cm} p{10cm} p{4cm}|} \rowcolor{gray!50} -\rowcolor{darkgray!50}\hline\multicolumn{5}{|l|}{{\scalefont{2.5}\textbf{\textcolor{white}{Sa.05.04.2025}}}}\\ -\LARGE 14:00&\LARGE Eschweiler SG IV &\LARGE :& \LARGE SG Düren 1899 III&\LARGE E2\\ -\LARGE 16:00&\LARGE Eschweiler SG III &\LARGE :& \LARGE VFL Langerwehe&\LARGE E2\\ -\LARGE 18:00&\LARGE Eschweiler SG II &\LARGE :& \LARGE SG Düren 1899 II&\LARGE E2\\ -\LARGE 20:00&\LARGE Eschweiler SG &\LARGE :& \LARGE SG Düren 1899&\LARGE E2\\ -\rowcolor{darkgray!50}\hline\multicolumn{5}{|l|}{{\scalefont{2.5}\textbf{\textcolor{white}{Sa.03.05.2025}}}}\\ -\LARGE 00:00&\LARGE Eschweiler SG III &\LARGE :& \LARGE VfL Bardenberg II&\LARGE E2\\ -\LARGE 00:00&\LARGE Eschweiler SG &\LARGE :& \LARGE TV Birkesdorf&\LARGE E2\\ -\LARGE 00:00&\LARGE Eschweiler SG &\LARGE :& \LARGE TV Roetgen&\LARGE E2\\ -\LARGE 00:00&\LARGE TV Roetgen &\LARGE :& \LARGE Eschweiler SG&\LARGE R1\\ -\LARGE 14:15&\LARGE VfL Bardenberg &\LARGE :& \LARGE Eschweiler SG II&\LARGE W3\\ -\LARGE 15:15&\LARGE Stolberger SV (wJB) &\LARGE :& \LARGE Eschweiler SG (wJA)&\LARGE ST1\\ -\LARGE 20:00&\LARGE ASV Rurtal &\LARGE :& \LARGE Eschweiler SG&\LARGE Hilfarth\\ -\rowcolor{darkgray!50}\hline\multicolumn{5}{|l|}{{\scalefont{2.5}\textbf{\textcolor{white}{So.04.05.2025}}}}\\ -\LARGE 09:00&\LARGE BTB Aachen (w) II &\LARGE :& \LARGE Eschweiler SG II&\LARGE AC2\\ -\LARGE 13:00&\LARGE HC Weiden 2018 II &\LARGE :& \LARGE Eschweiler SG&\LARGE W1\\ +\rowcolor{darkgray!50}\hline\multicolumn{5}{|l|}{{\scalefont{2.5}\textbf{\textcolor{white}{So.31.08.2025}}}}\\ +\LARGE 14:00&\LARGE HSG Merkstein II &\LARGE :& \LARGE Eschweiler SG II&\LARGE M2\\ +\rowcolor{darkgray!50}\hline\multicolumn{5}{|l|}{{\scalefont{2.5}\textbf{\textcolor{white}{Sa.06.09.2025}}}}\\ +\LARGE 16:00&\LARGE Eschweiler SG II &\LARGE :& \LARGE SV Eilendorf&\LARGE E2\\ +\rowcolor{darkgray!50}\hline\multicolumn{5}{|l|}{{\scalefont{2.5}\textbf{\textcolor{white}{Sa.13.09.2025}}}}\\ +\LARGE 13:30&\LARGE Stolberger SV &\LARGE :& \LARGE Eschweiler SG&\LARGE ST1\\ +\LARGE 13:45&\LARGE Eschweiler SG II &\LARGE :& \LARGE SV Eilendorf II&\LARGE E2\\ +\LARGE 15:30&\LARGE Eschweiler SG &\LARGE :& \LARGE BTB Aachen II&\LARGE E2\\ +\LARGE 17:00&\LARGE Schwarz-Rot Aachen II &\LARGE :& \LARGE Eschweiler SG III&\LARGE AC1A\\ +\LARGE 17:30&\LARGE Eschweiler SG IV &\LARGE :& \LARGE VfR Übach-Palenberg&\LARGE E2\\ +\LARGE 18:00&\LARGE PSV Aachen &\LARGE :& \LARGE Eschweiler SG II&\LARGE AC3\\ +\LARGE 20:00&\LARGE Eschweiler SG &\LARGE :& \LARGE TV Birkesdorf&\LARGE E2\\ \hline \end{tabular} diff --git a/wB.png b/wB.png index afe349f..44bd6e9 100644 Binary files a/wB.png and b/wB.png differ diff --git a/wD.png b/wD.png index ffe65e2..900a0b9 100644 Binary files a/wD.png and b/wD.png differ