This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 10535d9f0 Automatic Site Publish by Buildbot
10535d9f0 is described below
commit 10535d9f015fc13e49455d54ff687ffd7286a493
Author: GitHub Actions Bot <>
AuthorDate: Fri Nov 1 22:06:12 2024 +0000
Automatic Site Publish by Buildbot
---
assets/css/main.css | 382 ++++++++++-----------
feed.xml | 82 ++++-
index.html | 30 +-
.../2024/11/01/Meeting-Minutes.html | 152 ++++----
news-and-events/news.html | 6 +-
5 files changed, 348 insertions(+), 304 deletions(-)
diff --git a/assets/css/main.css b/assets/css/main.css
index 5366cdb32..82bda5fed 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -216,7 +216,7 @@ a {
-webkit-text-decoration-skip: objects;
}
a:hover {
- color: rgb(0, 120.1603773585, 135.5);
+ color: #007888;
text-decoration: underline;
}
@@ -1233,113 +1233,113 @@ pre code {
.table-primary,
.table-primary > th,
.table-primary > td {
- background-color: rgb(183.6, 236.24, 242.96);
+ background-color: #b8ecf3;
}
.table-hover .table-primary:hover {
- background-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
+ background-color: #a2e6ef;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
- background-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
+ background-color: #a2e6ef;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
- background-color: rgb(221.12, 223.36, 225.6);
+ background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
- background-color: rgb(207.4673451327, 210.61, 213.7526548673);
+ background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
- background-color: rgb(207.4673451327, 210.61, 213.7526548673);
+ background-color: #cfd2d6;
}
.table-success,
.table-success > th,
.table-success > td {
- background-color: rgb(194.8, 230.36, 202.92);
+ background-color: #c3e6cb;
}
.table-hover .table-success:hover {
- background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
+ background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
- background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
+ background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
- background-color: rgb(190.04, 228.96, 235.12);
+ background-color: #bee5eb;
}
.table-hover .table-info:hover {
- background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
+ background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
- background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
+ background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
- background-color: rgb(255, 237.64, 185.56);
+ background-color: #ffeeba;
}
.table-hover .table-warning:hover {
- background-color: rgb(255, 231.265, 160.06);
+ background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
- background-color: rgb(255, 231.265, 160.06);
+ background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
- background-color: rgb(245.2, 198.44, 202.92);
+ background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
- background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
+ background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
- background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
+ background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
- background-color: rgb(253.04, 253.32, 253.6);
+ background-color: #fdfdfe;
}
.table-hover .table-light:hover {
- background-color: rgb(238.165, 240.57, 242.975);
+ background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
- background-color: rgb(238.165, 240.57, 242.975);
+ background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
- background-color: rgb(198.16, 199.84, 201.52);
+ background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
- background-color: rgb(185.0216751269, 187.09, 189.1583248731);
+ background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
- background-color: rgb(185.0216751269, 187.09, 189.1583248731);
+ background-color: #b9bbbe;
}
.table-active,
@@ -1373,7 +1373,7 @@ pre code {
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
- border-color: rgb(50.0574324324, 56.125, 62.1925675676);
+ border-color: #32383e;
}
.table-inverse.table-bordered {
border: 0;
@@ -1418,7 +1418,7 @@ pre code {
.form-control:focus {
color: #495057;
background-color: #fff;
- border-color: rgb(84.5, 235.6981132075, 255);
+ border-color: #55ecff;
outline: none;
}
.form-control::placeholder {
@@ -1784,8 +1784,8 @@ fieldset[disabled] a.btn {
}
.btn-primary:hover {
color: #fff;
- background-color: rgb(0, 154.0801886792, 173.75);
- border-color: rgb(0, 142.7735849057, 161);
+ background-color: #009aae;
+ border-color: #008fa1;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.5);
@@ -1795,9 +1795,9 @@ fieldset[disabled] a.btn {
border-color: #00bcd4;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle
{
- background-color: rgb(0, 154.0801886792, 173.75);
+ background-color: #009aae;
background-image: none;
- border-color: rgb(0, 142.7735849057, 161);
+ border-color: #008fa1;
}
.btn-secondary {
@@ -1807,8 +1807,8 @@ fieldset[disabled] a.btn {
}
.btn-secondary:hover {
color: #fff;
- background-color: rgb(114.1758849558, 122.875, 131.5741150442);
- border-color: rgb(108.2522123894, 116.5, 124.7477876106);
+ background-color: #727b84;
+ border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
@@ -1818,9 +1818,9 @@ fieldset[disabled] a.btn {
border-color: #868e96;
}
.btn-secondary:active, .btn-secondary.active, .show >
.btn-secondary.dropdown-toggle {
- background-color: rgb(114.1758849558, 122.875, 131.5741150442);
+ background-color: #727b84;
background-image: none;
- border-color: rgb(108.2522123894, 116.5, 124.7477876106);
+ border-color: #6c757d;
}
.btn-success {
@@ -1830,8 +1830,8 @@ fieldset[disabled] a.btn {
}
.btn-success:hover {
color: #fff;
- background-color: rgb(32.6086956522, 136.1413043478, 56.25);
- border-color: rgb(30.1449275362, 125.8550724638, 52);
+ background-color: #218838;
+ border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
@@ -1841,9 +1841,9 @@ fieldset[disabled] a.btn {
border-color: #28a745;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle
{
- background-color: rgb(32.6086956522, 136.1413043478, 56.25);
+ background-color: #218838;
background-image: none;
- border-color: rgb(30.1449275362, 125.8550724638, 52);
+ border-color: #1e7e34;
}
.btn-info {
@@ -1853,8 +1853,8 @@ fieldset[disabled] a.btn {
}
.btn-info:hover {
color: #fff;
- background-color: rgb(18.75, 132.0652173913, 150);
- border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
+ background-color: #138496;
+ border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
@@ -1864,9 +1864,9 @@ fieldset[disabled] a.btn {
border-color: #17a2b8;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
- background-color: rgb(18.75, 132.0652173913, 150);
+ background-color: #138496;
background-image: none;
- border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
+ border-color: #117a8b;
}
.btn-warning {
@@ -1876,8 +1876,8 @@ fieldset[disabled] a.btn {
}
.btn-warning:hover {
color: #111;
- background-color: rgb(223.75, 167.8125, 0);
- border-color: rgb(211, 158.25, 0);
+ background-color: #e0a800;
+ border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
@@ -1887,9 +1887,9 @@ fieldset[disabled] a.btn {
border-color: #ffc107;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle
{
- background-color: rgb(223.75, 167.8125, 0);
+ background-color: #e0a800;
background-image: none;
- border-color: rgb(211, 158.25, 0);
+ border-color: #d39e00;
}
.btn-danger {
@@ -1899,8 +1899,8 @@ fieldset[disabled] a.btn {
}
.btn-danger:hover {
color: #fff;
- background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
- border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
+ background-color: #c82333;
+ border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
@@ -1910,9 +1910,9 @@ fieldset[disabled] a.btn {
border-color: #dc3545;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
- background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
+ background-color: #c82333;
background-image: none;
- border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
+ border-color: #bd2130;
}
.btn-light {
@@ -1922,8 +1922,8 @@ fieldset[disabled] a.btn {
}
.btn-light:hover {
color: #111;
- background-color: rgb(225.6875, 229.875, 234.0625);
- border-color: rgb(218.25, 223.5, 228.75);
+ background-color: #e2e6ea;
+ border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
@@ -1933,9 +1933,9 @@ fieldset[disabled] a.btn {
border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
- background-color: rgb(225.6875, 229.875, 234.0625);
+ background-color: #e2e6ea;
background-image: none;
- border-color: rgb(218.25, 223.5, 228.75);
+ border-color: #dae0e5;
}
.btn-dark {
@@ -1945,8 +1945,8 @@ fieldset[disabled] a.btn {
}
.btn-dark:hover {
color: #fff;
- background-color: rgb(34.8534482759, 38.875, 42.8965517241);
- border-color: rgb(29.1379310345, 32.5, 35.8620689655);
+ background-color: #23272b;
+ border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
@@ -1956,9 +1956,9 @@ fieldset[disabled] a.btn {
border-color: #343a40;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
- background-color: rgb(34.8534482759, 38.875, 42.8965517241);
+ background-color: #23272b;
background-image: none;
- border-color: rgb(29.1379310345, 32.5, 35.8620689655);
+ border-color: #1d2124;
}
.btn-outline-primary {
@@ -2169,7 +2169,7 @@ fieldset[disabled] a.btn {
border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
- color: rgb(0, 120.1603773585, 135.5);
+ color: #007888;
text-decoration: underline;
background-color: transparent;
}
@@ -2304,7 +2304,7 @@ tbody.collapse.show {
border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
- color: rgb(21.6283783784, 24.25, 26.8716216216);
+ color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
@@ -2633,7 +2633,7 @@ tbody.collapse.show {
}
.custom-control-input:active ~ .custom-control-indicator {
color: #fff;
- background-color: rgb(135.5, 241.4716981132, 255);
+ background-color: #88f1ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
background-color: #e9ecef;
@@ -2701,7 +2701,7 @@ tbody.collapse.show {
appearance: none;
}
.custom-select:focus {
- border-color: rgb(84.5, 235.6981132075, 255);
+ border-color: #55ecff;
outline: none;
}
.custom-select:focus::-ms-value {
@@ -3433,7 +3433,7 @@ tbody.collapse.show {
border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
- color: rgb(0, 120.1603773585, 135.5);
+ color: #007888;
text-decoration: none;
background-color: #e9ecef;
border-color: #ddd;
@@ -3501,7 +3501,7 @@ tbody.collapse.show {
.badge-primary[href]:focus, .badge-primary[href]:hover {
color: #fff;
text-decoration: none;
- background-color: rgb(0, 142.7735849057, 161);
+ background-color: #008fa1;
}
.badge-secondary {
@@ -3511,7 +3511,7 @@ tbody.collapse.show {
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
color: #fff;
text-decoration: none;
- background-color: rgb(108.2522123894, 116.5, 124.7477876106);
+ background-color: #6c757d;
}
.badge-success {
@@ -3521,7 +3521,7 @@ tbody.collapse.show {
.badge-success[href]:focus, .badge-success[href]:hover {
color: #fff;
text-decoration: none;
- background-color: rgb(30.1449275362, 125.8550724638, 52);
+ background-color: #1e7e34;
}
.badge-info {
@@ -3531,7 +3531,7 @@ tbody.collapse.show {
.badge-info[href]:focus, .badge-info[href]:hover {
color: #fff;
text-decoration: none;
- background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
+ background-color: #117a8b;
}
.badge-warning {
@@ -3541,7 +3541,7 @@ tbody.collapse.show {
.badge-warning[href]:focus, .badge-warning[href]:hover {
color: #111;
text-decoration: none;
- background-color: rgb(211, 158.25, 0);
+ background-color: #d39e00;
}
.badge-danger {
@@ -3551,7 +3551,7 @@ tbody.collapse.show {
.badge-danger[href]:focus, .badge-danger[href]:hover {
color: #fff;
text-decoration: none;
- background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
+ background-color: #bd2130;
}
.badge-light {
@@ -3561,7 +3561,7 @@ tbody.collapse.show {
.badge-light[href]:focus, .badge-light[href]:hover {
color: #111;
text-decoration: none;
- background-color: rgb(218.25, 223.5, 228.75);
+ background-color: #dae0e5;
}
.badge-dark {
@@ -3571,7 +3571,7 @@ tbody.collapse.show {
.badge-dark[href]:focus, .badge-dark[href]:hover {
color: #fff;
text-decoration: none;
- background-color: rgb(29.1379310345, 32.5, 35.8620689655);
+ background-color: #1d2124;
}
.jumbotron {
@@ -3616,99 +3616,99 @@ tbody.collapse.show {
}
.alert-primary {
- color: rgb(0, 97.76, 110.24);
- background-color: rgb(204, 241.6, 246.4);
- border-color: rgb(183.6, 236.24, 242.96);
+ color: #00626e;
+ background-color: #ccf2f6;
+ border-color: #b8ecf3;
}
.alert-primary hr {
- border-top-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
+ border-top-color: #a2e6ef;
}
.alert-primary .alert-link {
- color: rgb(0, 52.5335849057, 59.24);
+ color: #00353b;
}
.alert-secondary {
- color: rgb(69.68, 73.84, 78);
- background-color: rgb(230.8, 232.4, 234);
- border-color: rgb(221.12, 223.36, 225.6);
+ color: #464a4e;
+ background-color: #e7e8ea;
+ border-color: #dddfe2;
}
.alert-secondary hr {
- border-top-color: rgb(207.4673451327, 210.61, 213.7526548673);
+ border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
- color: rgb(45.6166197183, 48.34, 51.0633802817);
+ color: #2e3133;
}
.alert-success {
- color: rgb(20.8, 86.84, 35.88);
- background-color: rgb(212, 237.4, 217.8);
- border-color: rgb(194.8, 230.36, 202.92);
+ color: #155724;
+ background-color: #d4edda;
+ border-color: #c3e6cb;
}
.alert-success hr {
- border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
+ border-top-color: #b1dfbb;
}
.alert-success .alert-link {
- color: rgb(10.9449275362, 45.6950724638, 18.88);
+ color: #0b2e13;
}
.alert-info {
- color: rgb(11.96, 84.24, 95.68);
- background-color: rgb(208.6, 236.4, 240.8);
- border-color: rgb(190.04, 228.96, 235.12);
+ color: #0c5460;
+ background-color: #d1ecf1;
+ border-color: #bee5eb;
}
.alert-info hr {
- border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
+ border-top-color: #abdde5;
}
.alert-info .alert-link {
- color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
+ color: #062c33;
}
.alert-warning {
- color: rgb(132.6, 100.36, 3.64);
- background-color: rgb(255, 242.6, 205.4);
- border-color: rgb(255, 237.64, 185.56);
+ color: #856404;
+ background-color: #fff3cd;
+ border-color: #ffeeba;
}
.alert-warning hr {
- border-top-color: rgb(255, 231.265, 160.06);
+ border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
- color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
+ color: #533f03;
}
.alert-danger {
- color: rgb(114.4, 27.56, 35.88);
- background-color: rgb(248, 214.6, 217.8);
- border-color: rgb(245.2, 198.44, 202.92);
+ color: #721c24;
+ background-color: #f8d7da;
+ border-color: #f5c6cb;
}
.alert-danger hr {
- border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
+ border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
- color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
+ color: #491217;
}
.alert-light {
- color: rgb(128.96, 129.48, 130);
- background-color: rgb(253.6, 253.8, 254);
- border-color: rgb(253.04, 253.32, 253.6);
+ color: #818182;
+ background-color: #fefefe;
+ border-color: #fdfdfe;
}
.alert-light hr {
- border-top-color: rgb(238.165, 240.57, 242.975);
+ border-top-color: #ececf6;
}
.alert-light .alert-link {
- color: rgb(103.5492351816, 103.98, 104.4107648184);
+ color: #686868;
}
.alert-dark {
- color: rgb(27.04, 30.16, 33.28);
- background-color: rgb(214.4, 215.6, 216.8);
- border-color: rgb(198.16, 199.84, 201.52);
+ color: #1b1e21;
+ background-color: #d6d8d9;
+ border-color: #c6c8ca;
}
.alert-dark hr {
- border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
+ border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
- color: rgb(4.1779310345, 4.66, 5.1420689655);
+ color: #040505;
}
@keyframes progress-bar-stripes {
@@ -3821,179 +3821,179 @@ tbody.collapse.show {
}
.list-group-item-primary {
- color: rgb(0, 97.76, 110.24);
- background-color: rgb(183.6, 236.24, 242.96);
+ color: #00626e;
+ background-color: #b8ecf3;
}
a.list-group-item-primary,
button.list-group-item-primary {
- color: rgb(0, 97.76, 110.24);
+ color: #00626e;
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
- color: rgb(0, 97.76, 110.24);
- background-color: rgb(161.7795302013, 230.5067785235, 239.2804697987);
+ color: #00626e;
+ background-color: #a2e6ef;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
color: #fff;
- background-color: rgb(0, 97.76, 110.24);
- border-color: rgb(0, 97.76, 110.24);
+ background-color: #00626e;
+ border-color: #00626e;
}
.list-group-item-secondary {
- color: rgb(69.68, 73.84, 78);
- background-color: rgb(221.12, 223.36, 225.6);
+ color: #464a4e;
+ background-color: #dddfe2;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
- color: rgb(69.68, 73.84, 78);
+ color: #464a4e;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
- color: rgb(69.68, 73.84, 78);
- background-color: rgb(207.4673451327, 210.61, 213.7526548673);
+ color: #464a4e;
+ background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
color: #fff;
- background-color: rgb(69.68, 73.84, 78);
- border-color: rgb(69.68, 73.84, 78);
+ background-color: #464a4e;
+ border-color: #464a4e;
}
.list-group-item-success {
- color: rgb(20.8, 86.84, 35.88);
- background-color: rgb(194.8, 230.36, 202.92);
+ color: #155724;
+ background-color: #c3e6cb;
}
a.list-group-item-success,
button.list-group-item-success {
- color: rgb(20.8, 86.84, 35.88);
+ color: #155724;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
- color: rgb(20.8, 86.84, 35.88);
- background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
+ color: #155724;
+ background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
color: #fff;
- background-color: rgb(20.8, 86.84, 35.88);
- border-color: rgb(20.8, 86.84, 35.88);
+ background-color: #155724;
+ border-color: #155724;
}
.list-group-item-info {
- color: rgb(11.96, 84.24, 95.68);
- background-color: rgb(190.04, 228.96, 235.12);
+ color: #0c5460;
+ background-color: #bee5eb;
}
a.list-group-item-info,
button.list-group-item-info {
- color: rgb(11.96, 84.24, 95.68);
+ color: #0c5460;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
- color: rgb(11.96, 84.24, 95.68);
- background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
+ color: #0c5460;
+ background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
color: #fff;
- background-color: rgb(11.96, 84.24, 95.68);
- border-color: rgb(11.96, 84.24, 95.68);
+ background-color: #0c5460;
+ border-color: #0c5460;
}
.list-group-item-warning {
- color: rgb(132.6, 100.36, 3.64);
- background-color: rgb(255, 237.64, 185.56);
+ color: #856404;
+ background-color: #ffeeba;
}
a.list-group-item-warning,
button.list-group-item-warning {
- color: rgb(132.6, 100.36, 3.64);
+ color: #856404;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
- color: rgb(132.6, 100.36, 3.64);
- background-color: rgb(255, 231.265, 160.06);
+ color: #856404;
+ background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
color: #fff;
- background-color: rgb(132.6, 100.36, 3.64);
- border-color: rgb(132.6, 100.36, 3.64);
+ background-color: #856404;
+ border-color: #856404;
}
.list-group-item-danger {
- color: rgb(114.4, 27.56, 35.88);
- background-color: rgb(245.2, 198.44, 202.92);
+ color: #721c24;
+ background-color: #f5c6cb;
}
a.list-group-item-danger,
button.list-group-item-danger {
- color: rgb(114.4, 27.56, 35.88);
+ color: #721c24;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
- color: rgb(114.4, 27.56, 35.88);
- background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
+ color: #721c24;
+ background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
color: #fff;
- background-color: rgb(114.4, 27.56, 35.88);
- border-color: rgb(114.4, 27.56, 35.88);
+ background-color: #721c24;
+ border-color: #721c24;
}
.list-group-item-light {
- color: rgb(128.96, 129.48, 130);
- background-color: rgb(253.04, 253.32, 253.6);
+ color: #818182;
+ background-color: #fdfdfe;
}
a.list-group-item-light,
button.list-group-item-light {
- color: rgb(128.96, 129.48, 130);
+ color: #818182;
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
- color: rgb(128.96, 129.48, 130);
- background-color: rgb(238.165, 240.57, 242.975);
+ color: #818182;
+ background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
color: #fff;
- background-color: rgb(128.96, 129.48, 130);
- border-color: rgb(128.96, 129.48, 130);
+ background-color: #818182;
+ border-color: #818182;
}
.list-group-item-dark {
- color: rgb(27.04, 30.16, 33.28);
- background-color: rgb(198.16, 199.84, 201.52);
+ color: #1b1e21;
+ background-color: #c6c8ca;
}
a.list-group-item-dark,
button.list-group-item-dark {
- color: rgb(27.04, 30.16, 33.28);
+ color: #1b1e21;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
- color: rgb(27.04, 30.16, 33.28);
- background-color: rgb(185.0216751269, 187.09, 189.1583248731);
+ color: #1b1e21;
+ background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
color: #fff;
- background-color: rgb(27.04, 30.16, 33.28);
- border-color: rgb(27.04, 30.16, 33.28);
+ background-color: #1b1e21;
+ border-color: #1b1e21;
}
.close {
@@ -4349,7 +4349,7 @@ button.close {
width: 20px;
margin-left: -10px;
content: "";
- border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
+ border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
margin-right: 10px;
@@ -4376,8 +4376,8 @@ button.close {
margin-bottom: 0;
font-size: 1rem;
color: inherit;
- background-color: rgb(247.35, 247.35, 247.35);
- border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
+ background-color: #f7f7f7;
+ border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
@@ -4588,7 +4588,7 @@ button.close {
}
a.bg-primary:focus, a.bg-primary:hover {
- background-color: rgb(0, 142.7735849057, 161) !important;
+ background-color: #008fa1 !important;
}
.bg-secondary {
@@ -4596,7 +4596,7 @@ a.bg-primary:focus, a.bg-primary:hover {
}
a.bg-secondary:focus, a.bg-secondary:hover {
- background-color: rgb(108.2522123894, 116.5, 124.7477876106) !important;
+ background-color: #6c757d !important;
}
.bg-success {
@@ -4604,7 +4604,7 @@ a.bg-secondary:focus, a.bg-secondary:hover {
}
a.bg-success:focus, a.bg-success:hover {
- background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
+ background-color: #1e7e34 !important;
}
.bg-info {
@@ -4612,7 +4612,7 @@ a.bg-success:focus, a.bg-success:hover {
}
a.bg-info:focus, a.bg-info:hover {
- background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667)
!important;
+ background-color: #117a8b !important;
}
.bg-warning {
@@ -4620,7 +4620,7 @@ a.bg-info:focus, a.bg-info:hover {
}
a.bg-warning:focus, a.bg-warning:hover {
- background-color: rgb(211, 158.25, 0) !important;
+ background-color: #d39e00 !important;
}
.bg-danger {
@@ -4628,7 +4628,7 @@ a.bg-warning:focus, a.bg-warning:hover {
}
a.bg-danger:focus, a.bg-danger:hover {
- background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987)
!important;
+ background-color: #bd2130 !important;
}
.bg-light {
@@ -4636,7 +4636,7 @@ a.bg-danger:focus, a.bg-danger:hover {
}
a.bg-light:focus, a.bg-light:hover {
- background-color: rgb(218.25, 223.5, 228.75) !important;
+ background-color: #dae0e5 !important;
}
.bg-dark {
@@ -4644,7 +4644,7 @@ a.bg-light:focus, a.bg-light:hover {
}
a.bg-dark:focus, a.bg-dark:hover {
- background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
+ background-color: #1d2124 !important;
}
.bg-transparent {
@@ -7266,7 +7266,7 @@ a.bg-dark:focus, a.bg-dark:hover {
}
a.text-primary:focus, a.text-primary:hover {
- color: rgb(0, 142.7735849057, 161) !important;
+ color: #008fa1 !important;
}
.text-secondary {
@@ -7274,7 +7274,7 @@ a.text-primary:focus, a.text-primary:hover {
}
a.text-secondary:focus, a.text-secondary:hover {
- color: rgb(108.2522123894, 116.5, 124.7477876106) !important;
+ color: #6c757d !important;
}
.text-success {
@@ -7282,7 +7282,7 @@ a.text-secondary:focus, a.text-secondary:hover {
}
a.text-success:focus, a.text-success:hover {
- color: rgb(30.1449275362, 125.8550724638, 52) !important;
+ color: #1e7e34 !important;
}
.text-info {
@@ -7290,7 +7290,7 @@ a.text-success:focus, a.text-success:hover {
}
a.text-info:focus, a.text-info:hover {
- color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
+ color: #117a8b !important;
}
.text-warning {
@@ -7298,7 +7298,7 @@ a.text-info:focus, a.text-info:hover {
}
a.text-warning:focus, a.text-warning:hover {
- color: rgb(211, 158.25, 0) !important;
+ color: #d39e00 !important;
}
.text-danger {
@@ -7306,7 +7306,7 @@ a.text-warning:focus, a.text-warning:hover {
}
a.text-danger:focus, a.text-danger:hover {
- color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
+ color: #bd2130 !important;
}
.text-light {
@@ -7314,7 +7314,7 @@ a.text-danger:focus, a.text-danger:hover {
}
a.text-light:focus, a.text-light:hover {
- color: rgb(218.25, 223.5, 228.75) !important;
+ color: #dae0e5 !important;
}
.text-dark {
@@ -7322,7 +7322,7 @@ a.text-light:focus, a.text-light:hover {
}
a.text-dark:focus, a.text-dark:hover {
- color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
+ color: #1d2124 !important;
}
.text-muted {
@@ -7484,9 +7484,9 @@ h6 {
header.mahout-header {
height: 500px;
position: relative;
- background: url("https://www.transparenttextures.com/patterns/cubes.png"),
-moz-linear-gradient(45deg, #00bcd4 0%, rgb(0, 120.1603773585, 135.5) 100%);
- background: url("https://www.transparenttextures.com/patterns/cubes.png"),
-webkit-linear-gradient(45deg, #00bcd4 0%, rgb(0, 120.1603773585, 135.5) 100%);
- background: url("https://www.transparenttextures.com/patterns/cubes.png"),
linear-gradient(45deg, #00bcd4 0%, rgb(0, 120.1603773585, 135.5) 100%);
+ background: url("https://www.transparenttextures.com/patterns/cubes.png"),
-moz-linear-gradient(45deg, #00bcd4 0%, #007888 100%);
+ background: url("https://www.transparenttextures.com/patterns/cubes.png"),
-webkit-linear-gradient(45deg, #00bcd4 0%, #007888 100%);
+ background: url("https://www.transparenttextures.com/patterns/cubes.png"),
linear-gradient(45deg, #00bcd4 0%, #007888 100%);
background-color: #00bcd4;
background-repeat: repeat;
}
@@ -7530,7 +7530,7 @@ header.mahout-header .mahout-header-lower .btn-download {
padding: 1rem 2rem;
background-color: #fff;
border-color: #fff;
- color: rgb(0, 154.0801886792, 173.75);
+ color: #009aae;
box-shadow: 0 0.1rem 0.5rem rgba(33, 37, 41, 0.2);
}
header.mahout-header .mahout-header-lower .btn-download:hover {
diff --git a/feed.xml b/feed.xml
index 49b4b7704..9526d366c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,68 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2024-10-15T17:46:29+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2024-11-01T22:06:04+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
+<p><a href="mailto:[email protected]">Subscribe</a> to the
Mahout User list to ask for details on joining.</p>
+
+<h3 id="attendees">Attendees</h3>
+<ul>
+ <li>Andrew Musselman</li>
+ <li>Trevor Grant</li>
+</ul>
+
+<h3 id="old-business">Old Business</h3>
+<ul>
+ <li><a
href="https://issues.apache.org/jira/projects/MAHOUT/issues/MAHOUT-2204">Splitting
Mahout project code into discrete repos (andrew)</a>
+ <ul>
+ <li>mahout-website</li>
+ <li>mahout-classic</li>
+ <li>mahout-samsara</li>
+ <li>mahout-qumat</li>
+ </ul>
+ </li>
+ <li><a
href="https://issues.apache.org/jira/projects/MAHOUT/issues/MAHOUT-2165">Docker
image for web site build (to jowanza)</a></li>
+ <li>Roadmap
+ <ul>
+ <li>Q2
+ <ul>
+ <li>Classic in maintenance mode (done)</li>
+ </ul>
+ </li>
+ <li>Q3
+ <ul>
+ <li>Qumat with hardened (tests, docs, CI/CD) cirq and qiskit
backends (in flight)</li>
+ <li>Kernel methods (in flight)</li>
+ <li>Submit public talk about Qumat (done, Fossy Aug 2024)</li>
+ <li>Amazon Braket (done)</li>
+ </ul>
+ </li>
+ <li>Q4 and beyond
+ <ul>
+ <li>Distributed quantum solvers</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>Add GitHub Project</li>
+ <li>Add “talks” page to web site (for Andrew)</li>
+ <li>PyPi release for QuMat</li>
+ <li>Tommy has picked up <a
href="https://issues.apache.org/jira/browse/MAHOUT-2200">kernel methods
spike</a> now <a href="https://github.com/apache/mahout/issues/456">in github
issue</a>
+ <ul>
+ <li><a href="https://github.com/apache/mahout/issues/457">457</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/458">458</a></li>
+ <li><a
href="https://github.com/apache/mahout/wiki/Data-Encoding-and-Kernel-Notes">Data
encoding and kernel notes</a></li>
+ </ul>
+ </li>
+ <li>Reviewing
https://github.com/rawkintrevo/mahout/blob/pqc-docs/docs/p_q_c.md</li>
+ <li>Reviewing
https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.ZZFeatureMap</li>
+</ul>
+
+<h3 id="new-business">New Business</h3>
+<p>Trevor and Andrew taking these</p>
+<ul>
+ <li><a href="https://github.com/apache/mahout/issues/461">#461 Implement
testing workflow</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/463">#463 Move PQC docs
to this repo</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/468">#468 Add a
Parameter object</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/469">#469 Bind
parameter values at execution</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/470">#470 Add Qumat to
PyPi</a></li>
+</ul>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Weekly community meeting
Subscribe to the Mahout User list to ask for details on
joining.]]></summary></entry><entry><title type="html">Meeting
Minutes</title><link
href="http://mahout.apache.org//minutes/2024/10/04/Meeting-Minutes.html"
rel="alternate" type="text/html" title="Meeting Minutes"
/><published>2024-10-04T08 [...]
<p><a href="mailto:[email protected]">Subscribe</a> to the
Mahout User list to ask for details on joining.</p>
<h3 id="attendees">Attendees</h3>
@@ -522,18 +586,4 @@
<li>Andrew to review PRs for MAHOUT-2210 and MAHOUT-2211</li>
<li>Kernel method research spike (trevor):
https://issues.apache.org/jira/browse/MAHOUT-2200</li>
<li>Moving to GitHub Issues instead of JIRA (asked infra):
issues.apache.org/jira/projects/MAHOUT/issues/MAHOUT-2205</li>
-</ul>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Weekly community meeting
Subscribe to the Mahout User list to ask for details on
joining.]]></summary></entry><entry><title type="html">Meeting
Minutes</title><link
href="http://mahout.apache.org//minutes/2024/04/24/Meeting-Minutes.html"
rel="alternate" type="text/html" title="Meeting Minutes"
/><published>2024-04-24T08 [...]
-<p><a href="mailto:[email protected]">Subscribe</a> to the
Mahout User list to ask for details on joining.</p>
-
-<h3 id="attendees">Attendees</h3>
-<ul>
- <li>Tommy Naugle</li>
- <li>Trevor Grant</li>
-</ul>
-
-<p>All old and new business was pushed to next meeting due to lack of
quorum.</p>
-
-<p>Tommy and Trevor jointly reviewed <a
href="https://github.com/apache/mahout/pull/442">PR #442</a>.
-The tl;dr is that it will be merged following some clean up on the git log.
(Trevor walked Tommy through a chatGPT he made about how to clean it up).</p>
-
-<p>Don’t forget the Community Happy Hour on Monday 4/29! (Ask for link on
[email protected] or the #mahout channel on the-asf.slack.com, all are
welcome!)</p>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Weekly community meeting
Subscribe to the Mahout User list to ask for details on
joining.]]></summary></entry></feed>
\ No newline at end of file
+</ul>]]></content><author><name>The Apache Software
Foundation</name><email>[email protected]</email></author><category
term="minutes" /><summary type="html"><![CDATA[Weekly community meeting
Subscribe to the Mahout User list to ask for details on
joining.]]></summary></entry></feed>
\ No newline at end of file
diff --git a/index.html b/index.html
index 399928376..9b12a620d 100644
--- a/index.html
+++ b/index.html
@@ -226,13 +226,13 @@
</ul>
- <div class="float-md-right small text-muted">October 04, 2024</div>
+ <div class="float-md-right small text-muted">November 01, 2024</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/10/04/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2024/11/01/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Weekly community meeting
Subscribe to the Mahout User list to ask for details on joining.
</p>
- <a href="/minutes/2024/10/04/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2024/11/01/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -257,13 +257,13 @@ Subscribe to the Mahout User list to ask for details on
joining.
</ul>
- <div class="float-md-right small text-muted">September 27, 2024</div>
+ <div class="float-md-right small text-muted">October 04, 2024</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/09/27/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2024/10/04/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Weekly community meeting
Subscribe to the Mahout User list to ask for details on joining.
</p>
- <a href="/minutes/2024/09/27/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2024/10/04/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -288,13 +288,13 @@ Subscribe to the Mahout User list to ask for details on
joining.
</ul>
- <div class="float-md-right small text-muted">September 20, 2024</div>
+ <div class="float-md-right small text-muted">September 27, 2024</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/09/20/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2024/09/27/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Weekly community meeting
Subscribe to the Mahout User list to ask for details on joining.
</p>
- <a href="/minutes/2024/09/20/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2024/09/27/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -319,13 +319,13 @@ Subscribe to the Mahout User list to ask for details on
joining.
</ul>
- <div class="float-md-right small text-muted">August 30, 2024</div>
+ <div class="float-md-right small text-muted">September 20, 2024</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/08/30/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2024/09/20/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Weekly community meeting
Subscribe to the Mahout User list to ask for details on joining.
</p>
- <a href="/minutes/2024/08/30/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2024/09/20/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
@@ -350,13 +350,13 @@ Subscribe to the Mahout User list to ask for details on
joining.
</ul>
- <div class="float-md-right small text-muted">August 09, 2024</div>
+ <div class="float-md-right small text-muted">August 30, 2024</div>
</div>
- <h3 class="card-title"><a
href="/minutes/2024/08/09/Meeting-Minutes.html">Meeting Minutes</a></h3>
+ <h3 class="card-title"><a
href="/minutes/2024/08/30/Meeting-Minutes.html">Meeting Minutes</a></h3>
<p>Weekly community meeting
Subscribe to the Mahout User list to ask for details on joining.
</p>
- <a href="/minutes/2024/08/09/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
+ <a href="/minutes/2024/08/30/Meeting-Minutes.html" class="btn
btn-primary btn-sm">Read Post →</a>
</div>
</div>
</div>
diff --git a/news-and-events/news.html b/minutes/2024/11/01/Meeting-Minutes.html
similarity index 71%
copy from news-and-events/news.html
copy to minutes/2024/11/01/Meeting-Minutes.html
index 2ffaa469f..74b9a6b11 100644
--- a/news-and-events/news.html
+++ b/minutes/2024/11/01/Meeting-Minutes.html
@@ -7,11 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
- News
+ Meeting Minutes
</title>
- <meta name="description" content="Distributed Linear Algebra">
+ <meta name="description" content="Weekly community meeting Subscribe to the
Mahout User list to ask for details on joining.">
<link rel="stylesheet" href="/assets/css/main.css">
@@ -22,7 +22,7 @@
<link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i"
rel="stylesheet">
- <link rel="canonical"
href="http://mahout.apache.org//news-and-events/news.html">
+ <link rel="canonical"
href="http://mahout.apache.org//minutes/2024/11/01/Meeting-Minutes.html">
<link rel="alternate" type="application/rss+xml" title="Apache Mahout"
href="/feed.xml">
@@ -174,95 +174,89 @@
<div class="container mt-5 pb-4">
- <div class="row">
+ <article class="post" itemscope="itemscope"
itemtype="http://schema.org/BlogPosting">
- <div class="col-lg-8">
- <h1 id="news">News</h1>
+ <header class="post-header">
+ <h1 class="post-title" itemprop="name headline">Meeting Minutes</h1>
+ <p class="post-meta">
+ <time datetime="2024-11-01T08:00:00+00:00" itemprop="datePublished">
+ 2024-11-01 08:00:00 +0000
+ </time>
+
+ </p>
+ </header>
-<p>Welcome to the News page! Stay up-to-date with the latest announcements,
releases, events, and community highlights from
-the Apache Mahout project. Keep an eye on this page for regular updates and
make sure you don’t miss any important news
-related to the project.</p>
+ <div class="post-content" itemprop="articleBody">
+ <h2 id="weekly-community-meeting">Weekly community meeting</h2>
+<p><a href="mailto:[email protected]">Subscribe</a> to the
Mahout User list to ask for details on joining.</p>
+<h3 id="attendees">Attendees</h3>
<ul>
- <li>
- <p><a href="/minutes/2024/10/04/Meeting-Minutes.html">Meeting Minutes</a>
- October 04, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/09/27/Meeting-Minutes.html">Meeting Minutes</a>
- September 27, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/09/20/Meeting-Minutes.html">Meeting Minutes</a>
- September 20, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/08/30/Meeting-Minutes.html">Meeting Minutes</a>
- August 30, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/08/09/Meeting-Minutes.html">Meeting Minutes</a>
- August 09, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/08/02/Meeting-Minutes.html">Meeting Minutes</a>
- August 02, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/07/24/Meeting-Minutes.html">Meeting Minutes</a>
- July 24, 2024</p>
- </li>
- <li>
- <p><a href="/minutes/2024/07/17/Meeting-Minutes.html">Meeting Minutes</a>
- July 17, 2024</p>
+ <li>Andrew Musselman</li>
+ <li>Trevor Grant</li>
+</ul>
+
+<h3 id="old-business">Old Business</h3>
+<ul>
+ <li><a
href="https://issues.apache.org/jira/projects/MAHOUT/issues/MAHOUT-2204">Splitting
Mahout project code into discrete repos (andrew)</a>
+ <ul>
+ <li>mahout-website</li>
+ <li>mahout-classic</li>
+ <li>mahout-samsara</li>
+ <li>mahout-qumat</li>
+ </ul>
</li>
- <li>
- <p><a href="/minutes/2024/05/08/Meeting-Minutes.html">Meeting Minutes</a>
- May 08, 2024</p>
+ <li><a
href="https://issues.apache.org/jira/projects/MAHOUT/issues/MAHOUT-2165">Docker
image for web site build (to jowanza)</a></li>
+ <li>Roadmap
+ <ul>
+ <li>Q2
+ <ul>
+ <li>Classic in maintenance mode (done)</li>
+ </ul>
+ </li>
+ <li>Q3
+ <ul>
+ <li>Qumat with hardened (tests, docs, CI/CD) cirq and qiskit
backends (in flight)</li>
+ <li>Kernel methods (in flight)</li>
+ <li>Submit public talk about Qumat (done, Fossy Aug 2024)</li>
+ <li>Amazon Braket (done)</li>
+ </ul>
+ </li>
+ <li>Q4 and beyond
+ <ul>
+ <li>Distributed quantum solvers</li>
+ </ul>
+ </li>
+ </ul>
</li>
- <li>
- <p><a href="/minutes/2024/04/24/Meeting-Minutes.html">Meeting Minutes</a>
- April 24, 2024</p>
+ <li>Add GitHub Project</li>
+ <li>Add “talks” page to web site (for Andrew)</li>
+ <li>PyPi release for QuMat</li>
+ <li>Tommy has picked up <a
href="https://issues.apache.org/jira/browse/MAHOUT-2200">kernel methods
spike</a> now <a href="https://github.com/apache/mahout/issues/456">in github
issue</a>
+ <ul>
+ <li><a href="https://github.com/apache/mahout/issues/457">457</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/458">458</a></li>
+ <li><a
href="https://github.com/apache/mahout/wiki/Data-Encoding-and-Kernel-Notes">Data
encoding and kernel notes</a></li>
+ </ul>
</li>
+ <li>Reviewing
https://github.com/rawkintrevo/mahout/blob/pqc-docs/docs/p_q_c.md</li>
+ <li>Reviewing
https://docs.quantum.ibm.com/api/qiskit/qiskit.circuit.library.ZZFeatureMap</li>
</ul>
+<h3 id="new-business">New Business</h3>
+<p>Trevor and Andrew taking these</p>
+<ul>
+ <li><a href="https://github.com/apache/mahout/issues/461">#461 Implement
testing workflow</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/463">#463 Move PQC docs
to this repo</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/468">#468 Add a
Parameter object</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/469">#469 Bind
parameter values at execution</a></li>
+ <li><a href="https://github.com/apache/mahout/issues/470">#470 Add Qumat to
PyPi</a></li>
+</ul>
- </div>
-
- <div class="col-lg-4">
- <!-- Apache Software Foundation Links -->
-<div class="card mb-4 sidebar">
- <div class="card-header">
- Apache Software Foundation
- </div>
- <div class="card-body">
- <ul class="list-unstyled mb-0">
- <li>
- <a
href="https://www.apache.org/foundation/how-it-works.html">Apache Software
Foundation</a>
- </li>
- <li>
- <a href="http://www.apache.org/licenses/">Apache License</a>
- </li>
- <li>
- <a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
- </li>
- <li>
- <a
href="http://www.apache.org/foundation/thanks.html">Thanks</a>
- </li>
- </ul>
- </div>
-</div>
-
-<!-- Talks Widget -->
-<div class="card mb-4 sidebar">
- <div class="card-header">
- Talks
- </div>
- <div class="card-body">
- <ul class="list-unstyled mb-0">
- <li>
- <a href="https://www.youtube.com/watch?v=tgFaUL1wYhY"
target="_blank">
- QuMat: Apache Mahout's Quantum Computing Interface
- </a>
- [<a
href="https://www.slideshare.net/slideshow/qumat_-apache-mahout-s-quantum-computing-interface-pptx/272300949"
target="_blank">Slides</a>]
- </li>
- </ul>
- </div>
-</div>
</div>
- </div>
+ </article>
</div>
diff --git a/news-and-events/news.html b/news-and-events/news.html
index 2ffaa469f..2fe93be89 100644
--- a/news-and-events/news.html
+++ b/news-and-events/news.html
@@ -184,6 +184,9 @@ the Apache Mahout project. Keep an eye on this page for
regular updates and make
related to the project.</p>
<ul>
+ <li>
+ <p><a href="/minutes/2024/11/01/Meeting-Minutes.html">Meeting Minutes</a>
- November 01, 2024</p>
+ </li>
<li>
<p><a href="/minutes/2024/10/04/Meeting-Minutes.html">Meeting Minutes</a>
- October 04, 2024</p>
</li>
@@ -211,9 +214,6 @@ related to the project.</p>
<li>
<p><a href="/minutes/2024/05/08/Meeting-Minutes.html">Meeting Minutes</a>
- May 08, 2024</p>
</li>
- <li>
- <p><a href="/minutes/2024/04/24/Meeting-Minutes.html">Meeting Minutes</a>
- April 24, 2024</p>
- </li>
</ul>