
From nobody Mon May  4 11:18:46 2015
Return-Path: <wanderson.jesus@rnp.br>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 84D461AC3B1 for <codematch-develop@ietfa.amsl.com>; Mon,  4 May 2015 11:18:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 3.04
X-Spam-Level: ***
X-Spam-Status: No, score=3.04 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HELO_EQ_BR=0.955, HOST_EQ_BR=1.295, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JGOb6VYcLCCv for <codematch-develop@ietfa.amsl.com>; Mon,  4 May 2015 11:18:42 -0700 (PDT)
Received: from mx0.rnp.br (mx0.rnp.br [IPv6:2001:12f0:b01:101::87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03CB81AC3B2 for <codematch-develop@ietf.org>; Mon,  4 May 2015 11:18:41 -0700 (PDT)
Received: from mailpxy02.rnp.br (mailpxy02.rnp.br [200.130.35.9]) by mx0.rnp.br (8.14.3/8.14.3/Debian-9.4) with ESMTP id t44IIcqd003482 for <codematch-develop@ietf.org>; Mon, 4 May 2015 15:18:38 -0300
Received: from localhost (localhost.localdomain [127.0.0.1]) by mailpxy02.rnp.br (Postfix) with ESMTP id 97E1D2C00FC for <codematch-develop@ietf.org>; Mon,  4 May 2015 15:18:38 -0300 (BRT)
Received: from mailpxy02.rnp.br ([127.0.0.1]) by localhost (mailpxy02.rnp.br [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LFxaqG8C7WD7 for <codematch-develop@ietf.org>; Mon,  4 May 2015 15:18:38 -0300 (BRT)
Received: from mailmbs02.rnp.br (mailmbs02.rnp.br [200.130.35.12]) by mailpxy02.rnp.br (Postfix) with ESMTP id 7AE772C00F8 for <codematch-develop@ietf.org>; Mon,  4 May 2015 15:18:38 -0300 (BRT)
Date: Mon, 4 May 2015 15:18:38 -0300 (BRT)
From: Wanderson Paim de Jesus <wanderson.jesus@rnp.br>
To: codematch-develop <codematch-develop@ietf.org>
Message-ID: <1129559962.90451.1430763518188.JavaMail.zimbra@rnp.br>
MIME-Version: 1.0
Content-Type: multipart/alternative;  boundary="----=_Part_90447_1016014154.1430763518186"
X-Mailer: Zimbra 8.6.0_GA_1153 (ZimbraWebClient - GC42 (Win)/8.6.0_GA_1153)
Thread-Topic: Codematch Prototype - now on GitHub
Thread-Index: YJLTb/ajVPE48mDV/LJEhke2B5DpeA==
X-Bayes-Prob: 0.0001 (Score 0: No Bayes scoring rules defined, tokens from: saida, @@RPTN)
X-CanIt-Incident-Id: 01OnSiCqN
X-CanIt-Geo: ip=200.130.35.12; country=BR; latitude=-23.5477; longitude=-46.6358; http://maps.google.com/maps?q=-23.5477,-46.6358&z=6
X-CanItPRO-Stream: saida
X-Canit-Stats-ID: 01OnSiCqN - 1ad8618e37d8
X-Scanned-By: CanIt (www . roaringpenguin . com) on 200.130.35.135
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/KW9_8MxenhUJtH1Kk519PpjALjc>
Subject: [Codematch-develop] Codematch Prototype - now on GitHub
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 04 May 2015 18:18:45 -0000

------=_Part_90447_1016014154.1430763518186
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hello everyone, 

I committed/pushed the prototype code in a github repository, so that anyone is able to clone it into your own dev environment. 

I'm not the most expert guy in Git. So, if you find any inconsistency, please let me know. 

There are two branches: 

dev -> dev : An unstable branch in which we are going to commit small changes and try new features. 
master -> master : A stable branch in which we'll commit approved and tested features. 

For now, both branches have the same files. But they'll be different as we keep working on the prototype. 

Follow the link to GitHub repository: https://github.com/wpjesus/codematch.git 

I'm not aware about best practices of IETF in regards to collaborative development. 
So, if I should share it somehow different, maybe including the project behind an IETF 'Organization' github profile. Again, let me know. 
It is also possible to add collaborators in this GitHub repository. I believe the collaborators are able to manage branches and repository configurations. 

Best Regards, 

-- 

	
Wanderson Paim de Jesus 
Coordenador de Projetos - CTIC 
RNP - Rede Nacional de Ensino e Pesquisa 
Tel.:+55 (61) 3243 4350 | Cel: +55 (61) 8315 8994 


------=_Part_90447_1016014154.1430763518186
Content-Type: multipart/related; 
	boundary="----=_Part_90448_1732466532.1430763518186"

------=_Part_90448_1732466532.1430763518186
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"font-family: arial, helvetica, sans-serif; font-s=
ize: 12pt; color: #000000"><div data-marker=3D"__QUOTED_TEXT__"><div style=
=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000=
000;" data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-siz=
e: 12pt; color: #000000;"><div>Hello everyone,</div><br><div>I committed/pu=
shed the prototype code in a github repository, so that anyone is able to c=
lone it into your own dev environment.</div></div><div style=3D"font-family=
: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-=
style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt; color:=
 #000000;"><br data-mce-bogus=3D"1"></div><div style=3D"font-family: arial,=
 helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-style=3D=
"font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000=
;">I'm not the most expert guy in&nbsp;Git. So, if you find any inconsisten=
cy, please let me know.</div><div style=3D"font-family: arial, helvetica, s=
ans-serif; font-size: 12pt; color: #000000;" data-mce-style=3D"font-family:=
 arial, helvetica, sans-serif; font-size: 12pt; color: #000000;"><br><div>T=
here are two branches:</div><br><div>dev -&gt; dev : An unstable branch&nbs=
p;in which we are going to commit small changes and&nbsp;try new features.<=
/div><div>master -&gt; master : A&nbsp;stable&nbsp;branch&nbsp;in which&nbs=
p;we'll commit approved and tested features.</div><br><div>For now, both br=
anches have the same files. But they'll be&nbsp;different as we keep workin=
g on&nbsp;the prototype.</div></div><div style=3D"font-family: arial, helve=
tica, sans-serif; font-size: 12pt; color: #000000;" data-mce-style=3D"font-=
family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000;"><br=
 data-mce-bogus=3D"1"></div><div style=3D"font-family: arial, helvetica, sa=
ns-serif; font-size: 12pt; color: #000000;" data-mce-style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt; color: #000000;">Follow the =
link to GitHub repository:&nbsp;https://github.com/wpjesus/codematch.git</d=
iv><div style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt=
; color: #000000;" data-mce-style=3D"font-family: arial, helvetica, sans-se=
rif; font-size: 12pt; color: #000000;"><br data-mce-bogus=3D"1"></div><div =
style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt; color:=
 #000000;" data-mce-style=3D"font-family: arial, helvetica, sans-serif; fon=
t-size: 12pt; color: #000000;">I'm not aware about best practices of IETF i=
n regards to collaborative development.<br></div><div style=3D"font-family:=
 arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-s=
tyle=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt; color: =
#000000;">So, if I should share it somehow different, maybe including the p=
roject behind an IETF 'Organization' github profile. Again, let me know.</d=
iv><div style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt=
; color: #000000;" data-mce-style=3D"font-family: arial, helvetica, sans-se=
rif; font-size: 12pt; color: #000000;">It is also possible to add collabora=
tors in this GitHub repository. I believe the collaborators are able to man=
age branches and repository configurations.</div><div style=3D"font-family:=
 arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" data-mce-s=
tyle=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt; color: =
#000000;"><br></div><div style=3D"font-family: arial, helvetica, sans-serif=
; font-size: 12pt; color: #000000;" data-mce-style=3D"font-family: arial, h=
elvetica, sans-serif; font-size: 12pt; color: #000000;">Best Regards,</div>=
<div style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt; c=
olor: #000000;" data-mce-style=3D"font-family: arial, helvetica, sans-serif=
; font-size: 12pt; color: #000000;"><br><div>-- <br></div><div><table style=
=3D"color: #888888; font-family: arial,sans-serif; font-size: 13px; backgro=
und-color: #ffffff;" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=
=3D"380" data-mce-style=3D"color: #888888; font-family: arial,sans-serif; f=
ont-size: 13px; background-color: #ffffff;"><tbody><tr><td style=3D"margin:=
 0px;" width=3D"110" data-mce-style=3D"margin: 0px;"><div style=3D"text-ali=
gn: left;" data-mce-style=3D"text-align: left;"><img style=3D"border: 0px n=
one;" src=3D"cid:6ee2f22030bc01232d16e308ada56254a7fb197c@zimbra" data-mce-=
style=3D"border: 0px none;"><br></div></td><td style=3D"margin: 0px;" data-=
mce-style=3D"margin: 0px;"><div align=3D"left"><span style=3D"font-family: =
Arial, Helvetica, sans-serif; font-size: medium;" data-mce-style=3D"font-fa=
mily: Arial, Helvetica, sans-serif; font-size: medium;"><b>Wanderson Paim d=
e Jesus</b></span><br><span style=3D"font-family: Arial, Helvetica, sans-se=
rif; font-size: xx-small;" data-mce-style=3D"font-family: Arial, Helvetica,=
 sans-serif; font-size: xx-small;">Coordenador de Projetos - CTIC</span></d=
iv><div align=3D"left"><span style=3D"font-family: Arial, Helvetica, sans-s=
erif; font-size: xx-small;" data-mce-style=3D"font-family: Arial, Helvetica=
, sans-serif; font-size: xx-small;"><a href=3D"http://www.rnp.br" target=3D=
"_blank">RNP</a>&nbsp;- Rede Nacional de Ensino e Pesquisa</span></div><div=
 align=3D"left"><span style=3D"font-family: Arial,Helvetica,sans-serif; fon=
t-size: x-small;" data-mce-style=3D"font-family: Arial,Helvetica,sans-serif=
; font-size: x-small;">Tel.:+55 (61) 3243 4350 | Cel: +55 (61) 8315 8994</s=
pan><br></div></td></tr></tbody></table><span style=3D"font-size: medium; f=
ont-family: tahoma, 'new york', times, serif;" data-mce-style=3D"font-size:=
 medium; font-family: tahoma, 'new york', times, serif;"><span class=3D"Obj=
ect" id=3D"OBJ_PREFIX_DWT268_com_zimbra_email" style=3D"color: #00008b; fon=
t-size: small; cursor: pointer; background-color: #ffffff;" data-mce-style=
=3D"color: #00008b; font-size: small; cursor: pointer; background-color: #f=
fffff;"></span></span></div></div><br></div></div></body></html>
------=_Part_90448_1732466532.1430763518186
Content-Type: image/png; name=image001.png
Content-Disposition: attachment; filename=image001.png
Content-Transfer-Encoding: base64
Content-ID: <6ee2f22030bc01232d16e308ada56254a7fb197c@zimbra>

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
------=_Part_90448_1732466532.1430763518186--

------=_Part_90447_1016014154.1430763518186--


From nobody Mon May  4 13:46:45 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 595541B2B01 for <codematch-develop@ietfa.amsl.com>; Mon,  4 May 2015 13:46:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.799
X-Spam-Level: 
X-Spam-Status: No, score=0.799 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FAdDcx56rryG for <codematch-develop@ietfa.amsl.com>; Mon,  4 May 2015 13:46:38 -0700 (PDT)
Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0082.outbound.protection.outlook.com [207.46.100.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8DA0F1B2AFF for <codematch-develop@ietf.org>; Mon,  4 May 2015 13:46:38 -0700 (PDT)
Authentication-Results: rnp.br; dkim=none (message not signed) header.d=none;
Received: from [10.0.1.13] (167.61.93.230) by CO2PR0601MB776.namprd06.prod.outlook.com (10.141.247.140) with Microsoft SMTP Server (TLS) id 15.1.148.16; Mon, 4 May 2015 20:46:35 +0000
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
Content-Type: multipart/alternative; boundary="Apple-Mail=_34D1E76D-7993-48B1-8B23-BC50AEFFDDB2"
From: Christian O'Flaherty <oflaherty@isoc.org>
In-Reply-To: <1129559962.90451.1430763518188.JavaMail.zimbra@rnp.br>
Date: Mon, 4 May 2015 17:46:28 -0300
Message-ID: <065DA87F-F545-488F-A802-873AFCA3ECDA@isoc.org>
References: <1129559962.90451.1430763518188.JavaMail.zimbra@rnp.br>
To: Wanderson Paim de Jesus <wanderson.jesus@rnp.br>
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [167.61.93.230]
X-ClientProxiedBy: BLUPR08CA0062.namprd08.prod.outlook.com (10.141.200.42) To CO2PR0601MB776.namprd06.prod.outlook.com (10.141.247.140)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CO2PR0601MB776;
X-Microsoft-Antispam-PRVS: <CO2PR0601MB776863E5647E1D365591A1ECED20@CO2PR0601MB776.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:CO2PR0601MB776; BCL:0; PCL:0; RULEID:;  SRVR:CO2PR0601MB776; 
X-Forefront-PRVS: 05669A7924
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6049001)(24454002)(53754006)(51704005)(377454003)(87976001)(84326002)(77156002)(15975445007)(82746002)(77096005)(33656002)(42186005)(57306001)(62966003)(46102003)(5001960100002)(50986999)(19617315012)(122386002)(76176999)(69556001)(86362001)(66066001)(36756003)(50226001)(40100003)(110136002)(19580405001)(2950100001)(83716003)(19580395003)(512934002)(92566002)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:CO2PR0601MB776; H:[10.0.1.13]; FPR:; SPF:None;  MLV:sfv; LANG:en; 
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 04 May 2015 20:46:35.4162 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO2PR0601MB776
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/Hgfr_XsrdVdMYFt5JW9jk_J5pPs>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Prototype - now on GitHub
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 04 May 2015 20:46:41 -0000

--Apple-Mail=_34D1E76D-7993-48B1-8B23-BC50AEFFDDB2
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"

Hi Wanderson, Lisandro,

Is there an updated version for the Data Model?

Christian O'Flaherty - oflaherty@isoc.org <mailto:oflaherty@isoc.org>
Regional Development - Internet Society=20
Skype/Gmail/Yahoo!:  christian.oflaherty=20
Phone: +598 98769636

> On May 4, 2015, at 3:18 PM, Wanderson Paim de Jesus =
<wanderson.jesus@rnp.br> wrote:
>=20
> Hello everyone,
>=20
> I committed/pushed the prototype code in a github repository, so that =
anyone is able to clone it into your own dev environment.
>=20
> I'm not the most expert guy in Git. So, if you find any inconsistency, =
please let me know.
>=20
> There are two branches:
>=20
> dev -> dev : An unstable branch in which we are going to commit small =
changes and try new features.
> master -> master : A stable branch in which we'll commit approved and =
tested features.
>=20
> For now, both branches have the same files. But they'll be different =
as we keep working on the prototype.
>=20
> Follow the link to GitHub repository: =
https://github.com/wpjesus/codematch.git
>=20
> I'm not aware about best practices of IETF in regards to collaborative =
development.
> So, if I should share it somehow different, maybe including the =
project behind an IETF 'Organization' github profile. Again, let me =
know.
> It is also possible to add collaborators in this GitHub repository. I =
believe the collaborators are able to manage branches and repository =
configurations.
>=20
> Best Regards,
>=20
> --=20
> <image001.png>
> Wanderson Paim de Jesus
> Coordenador de Projetos - CTIC
> RNP <http://www.rnp.br/> - Rede Nacional de Ensino e Pesquisa
> Tel.:+55 (61) 3243 4350 | Cel: +55 (61) 8315 8994
>=20
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


--Apple-Mail=_34D1E76D-7993-48B1-8B23-BC50AEFFDDB2
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="iso-8859-1"

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Diso-8859-1"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">Hi Wanderson, Lisandro,<div class=3D""><br =
class=3D""></div><div class=3D"">Is there an updated version for the =
Data Model?</div><div class=3D""><br class=3D""><div class=3D"">
<div style=3D"letter-spacing: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div class=3D"" style=3D"letter-spacing: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D""><font face=3D"Arial" size=3D"1" class=3D"">Christian =
O'Flaherty -&nbsp;<a href=3D"mailto:oflaherty@isoc.org" class=3D""><font =
color=3D"#1c4aff" class=3D"">oflaherty@isoc.org</font></a><br =
class=3D"">Regional Development -<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">Internet Society&nbsp;</font><br class=3D"">Skype/Gmail/Yahoo!:=
 &nbsp;<font color=3D"#1c4aff" =
class=3D"">christian.oflaherty</font>&nbsp;<br class=3D"">Phone:<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">+598 =
98769636</font></font></div></div></div></div></div></div></div></div></di=
v>
</div>
<br class=3D""><div><blockquote type=3D"cite" class=3D""><div =
class=3D"">On May 4, 2015, at 3:18 PM, Wanderson Paim de Jesus &lt;<a =
href=3D"mailto:wanderson.jesus@rnp.br" =
class=3D"">wanderson.jesus@rnp.br</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Diso-8859-1" class=3D"">
<div class=3D""><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" class=3D""><div data-marker=3D"__QUOTED_TEXT__" =
class=3D""><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" data-mce-style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt; color: #000000;" class=3D""><div =
class=3D"">Hello everyone,</div><br class=3D""><div class=3D"">I =
committed/pushed the prototype code in a github repository, so that =
anyone is able to clone it into your own dev =
environment.</div></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D""><br =
data-mce-bogus=3D"1" class=3D""></div><div style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" =
class=3D"">I'm not the most expert guy in&nbsp;Git. So, if you find any =
inconsistency, please let me know.</div><div style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt;" =
data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-size: =
12pt; color: #000000;" class=3D""><br class=3D""><div class=3D"">There =
are two branches:</div><br class=3D""><div class=3D"">dev -&gt; dev : An =
unstable branch&nbsp;in which we are going to commit small changes =
and&nbsp;try new features.</div><div class=3D"">master -&gt; master : =
A&nbsp;stable&nbsp;branch&nbsp;in which&nbsp;we'll commit approved and =
tested features.</div><br class=3D""><div class=3D"">For now, both =
branches have the same files. But they'll be&nbsp;different as we keep =
working on&nbsp;the prototype.</div></div><div style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt;" =
data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-size: =
12pt; color: #000000;" class=3D""><br data-mce-bogus=3D"1" =
class=3D""></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D"">Follow=
 the link to GitHub repository:&nbsp;<a =
href=3D"https://github.com/wpjesus/codematch.git" =
class=3D"">https://github.com/wpjesus/codematch.git</a></div><div =
style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt;" =
data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-size: =
12pt; color: #000000;" class=3D""><br data-mce-bogus=3D"1" =
class=3D""></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D"">I'm =
not aware about best practices of IETF in regards to collaborative =
development.<br class=3D""></div><div style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" =
class=3D"">So, if I should share it somehow different, maybe including =
the project behind an IETF 'Organization' github profile. Again, let me =
know.</div><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" data-mce-style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt; color: #000000;" class=3D"">It is also =
possible to add collaborators in this GitHub repository. I believe the =
collaborators are able to manage branches and repository =
configurations.</div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D""><br =
class=3D""></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D"">Best =
Regards,</div><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" data-mce-style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt; color: #000000;" class=3D""><br =
class=3D""><div class=3D"">-- <br class=3D""></div><div class=3D""><table =
style=3D"color: #888888; font-family: arial,sans-serif; font-size: 13px; =
background-color: #ffffff;" border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0" width=3D"380" data-mce-style=3D"color: #888888; =
font-family: arial,sans-serif; font-size: 13px; background-color: =
#ffffff;" class=3D""><tbody class=3D""><tr class=3D""><td style=3D"margin:=
 0px;" width=3D"110" data-mce-style=3D"margin: 0px;" class=3D""><div =
style=3D"text-align: left;" data-mce-style=3D"text-align: left;" =
class=3D""><span =
id=3D"cid:6ee2f22030bc01232d16e308ada56254a7fb197c@zimbra">&lt;image001.pn=
g&gt;</span><br class=3D""></div></td><td style=3D"margin: 0px;" =
data-mce-style=3D"margin: 0px;" class=3D""><div align=3D"left" =
class=3D""><span style=3D"font-family: Arial, Helvetica, sans-serif; =
font-size: 12px;" data-mce-style=3D"font-family: Arial, Helvetica, =
sans-serif; font-size: medium;" class=3D""><b class=3D"">Wanderson Paim =
de Jesus</b></span><br class=3D""><span style=3D"font-family: Arial, =
Helvetica, sans-serif; font-size: xx-small;" =
data-mce-style=3D"font-family: Arial, Helvetica, sans-serif; font-size: =
xx-small;" class=3D"">Coordenador de Projetos - CTIC</span></div><div =
align=3D"left" class=3D""><span style=3D"font-family: Arial, Helvetica, =
sans-serif; font-size: xx-small;" data-mce-style=3D"font-family: Arial, =
Helvetica, sans-serif; font-size: xx-small;" class=3D""><a =
href=3D"http://www.rnp.br/" target=3D"_blank" class=3D"">RNP</a>&nbsp;- =
Rede Nacional de Ensino e Pesquisa</span></div><div align=3D"left" =
class=3D""><span style=3D"font-family: Arial,Helvetica,sans-serif; =
font-size: x-small;" data-mce-style=3D"font-family: =
Arial,Helvetica,sans-serif; font-size: x-small;" class=3D"">Tel.:+55 =
(61) 3243 4350 | Cel: +55 (61) 8315 8994</span><br =
class=3D""></div></td></tr></tbody></table><span style=3D"font-size: =
12px; font-family: tahoma, 'new york', times, serif;" =
data-mce-style=3D"font-size: medium; font-family: tahoma, 'new york', =
times, serif;" class=3D""><span class=3D"Object" =
id=3D"OBJ_PREFIX_DWT268_com_zimbra_email" style=3D"color: #00008b; =
font-size: small; cursor: pointer; background-color: #ffffff;" =
data-mce-style=3D"color: #00008b; font-size: small; cursor: pointer; =
background-color: #ffffff;"></span></span></div></div><br =
class=3D""></div></div></div>_____________________________________________=
__<br class=3D"">Codematch-develop mailing list<br class=3D""><a =
href=3D"mailto:Codematch-develop@ietf.org" =
class=3D"">Codematch-develop@ietf.org</a><br =
class=3D"">https://www.ietf.org/mailman/listinfo/codematch-develop<br =
class=3D""></div></blockquote></div><br class=3D""></div></body></html>=

--Apple-Mail=_34D1E76D-7993-48B1-8B23-BC50AEFFDDB2--


From nobody Mon May  4 14:33:16 2015
Return-Path: <granville@inf.ufrgs.br>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B6B4F1B2C87 for <codematch-develop@ietfa.amsl.com>; Mon,  4 May 2015 14:33:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.96
X-Spam-Level: 
X-Spam-Status: No, score=-1.96 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_BR=0.955, HOST_EQ_BR=1.295, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I_4Gh02TI7VQ for <codematch-develop@ietfa.amsl.com>; Mon,  4 May 2015 14:33:10 -0700 (PDT)
Received: from delivery3.ufrgs.br (delivery3.ufrgs.br [143.54.2.213]) by ietfa.amsl.com (Postfix) with ESMTP id 799C61ACD66 for <codematch-develop@ietf.org>; Mon,  4 May 2015 14:33:09 -0700 (PDT)
Received: from delivery3.ufrgs.br (localhost [127.0.0.1]) by delivery3.ufrgs.br (Postfix) with ESMTP id A0EC6300391; Mon,  4 May 2015 18:33:05 -0300 (BRT)
Received: from msa1.ufrgs.br (msa1.ufrgs.br [143.54.2.208]) by delivery3.ufrgs.br (Postfix) with ESMTP id D89092BC; Mon,  4 May 2015 18:33:05 -0300 (BRT)
Content-Type: multipart/alternative; boundary="Apple-Mail=_5B31E574-81C9-43B1-8342-DD88FA67AE9E"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
In-Reply-To: <065DA87F-F545-488F-A802-873AFCA3ECDA@isoc.org>
Date: Mon, 4 May 2015 18:33:03 -0300
Message-Id: <127DBD19-9906-4E1A-99F2-990937F4B30C@inf.ufrgs.br>
References: <1129559962.90451.1430763518188.JavaMail.zimbra@rnp.br> <065DA87F-F545-488F-A802-873AFCA3ECDA@isoc.org>
To: Christian O'Flaherty <oflaherty@isoc.org>
X-Mailer: Apple Mail (2.2098)
X-AV-Checked: ClamAV using ClamSMTP
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/l0Q2txEsW7fYumQahQ26F6v2jT8>
Cc: codematch-develop <codematch-develop@ietf.org>, Wanderson Paim de Jesus <wanderson.jesus@rnp.br>
Subject: Re: [Codematch-develop] Codematch Prototype - now on GitHub
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 04 May 2015 21:33:13 -0000

--Apple-Mail=_5B31E574-81C9-43B1-8342-DD88FA67AE9E
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=iso-8859-1

Hello Christian

The last version of the data model is the one present in the last set of =
slides, i.e., the one presented in plenary of IETF 92.

Best regards,

Lisandro

> Em 04/05/2015, =E0(s) 17:46, Christian O'Flaherty <oflaherty@isoc.org> =
escreveu:
>=20
> Hi Wanderson, Lisandro,
>=20
> Is there an updated version for the Data Model?
>=20
> Christian O'Flaherty - oflaherty@isoc.org <mailto:oflaherty@isoc.org>
> Regional Development - Internet Society=20
> Skype/Gmail/Yahoo!:  christian.oflaherty=20
> Phone: +598 98769636
>=20
>> On May 4, 2015, at 3:18 PM, Wanderson Paim de Jesus =
<wanderson.jesus@rnp.br <mailto:wanderson.jesus@rnp.br>> wrote:
>>=20
>> Hello everyone,
>>=20
>> I committed/pushed the prototype code in a github repository, so that =
anyone is able to clone it into your own dev environment.
>>=20
>> I'm not the most expert guy in Git. So, if you find any =
inconsistency, please let me know.
>>=20
>> There are two branches:
>>=20
>> dev -> dev : An unstable branch in which we are going to commit small =
changes and try new features.
>> master -> master : A stable branch in which we'll commit approved and =
tested features.
>>=20
>> For now, both branches have the same files. But they'll be different =
as we keep working on the prototype.
>>=20
>> Follow the link to GitHub repository: =
https://github.com/wpjesus/codematch.git =
<https://github.com/wpjesus/codematch.git>
>>=20
>> I'm not aware about best practices of IETF in regards to =
collaborative development.
>> So, if I should share it somehow different, maybe including the =
project behind an IETF 'Organization' github profile. Again, let me =
know.
>> It is also possible to add collaborators in this GitHub repository. I =
believe the collaborators are able to manage branches and repository =
configurations.
>>=20
>> Best Regards,
>>=20
>> --=20
>> <image001.png>
>> Wanderson Paim de Jesus
>> Coordenador de Projetos - CTIC
>> RNP <http://www.rnp.br/> - Rede Nacional de Ensino e Pesquisa
>> Tel.:+55 (61) 3243 4350 | Cel: +55 (61) 8315 8994
>>=20
>> _______________________________________________
>> Codematch-develop mailing list
>> Codematch-develop@ietf.org <mailto:Codematch-develop@ietf.org>
>> https://www.ietf.org/mailman/listinfo/codematch-develop
>=20
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


--Apple-Mail=_5B31E574-81C9-43B1-8342-DD88FA67AE9E
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=iso-8859-1

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Diso-8859-1"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">Hello Christian<div class=3D""><br class=3D""></div><div =
class=3D"">The last version of the data model is the one present in the =
last set of slides, i.e., the one presented in plenary of IETF =
92.</div><div class=3D""><br class=3D""></div><div class=3D"">Best =
regards,</div><div class=3D""><br class=3D""></div><div =
class=3D"">Lisandro</div><div class=3D""><br class=3D""><div><blockquote =
type=3D"cite" class=3D""><div class=3D"">Em 04/05/2015, =E0(s) 17:46, =
Christian O'Flaherty &lt;<a href=3D"mailto:oflaherty@isoc.org" =
class=3D"">oflaherty@isoc.org</a>&gt; escreveu:</div><br =
class=3D"Apple-interchange-newline"><div class=3D""><meta =
http-equiv=3D"Content-Type" content=3D"text/html charset=3Diso-8859-1" =
class=3D""><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: =
space; -webkit-line-break: after-white-space;" class=3D"">Hi Wanderson, =
Lisandro,<div class=3D""><br class=3D""></div><div class=3D"">Is there =
an updated version for the Data Model?</div><div class=3D""><br =
class=3D""><div class=3D"">
<div style=3D"letter-spacing: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div class=3D"" style=3D"letter-spacing: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D""><font face=3D"Arial" size=3D"1" class=3D"">Christian =
O'Flaherty -&nbsp;<a href=3D"mailto:oflaherty@isoc.org" class=3D""><font =
color=3D"#1c4aff" class=3D"">oflaherty@isoc.org</font></a><br =
class=3D"">Regional Development -<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">Internet Society&nbsp;</font><br class=3D"">Skype/Gmail/Yahoo!:=
 &nbsp;<font color=3D"#1c4aff" =
class=3D"">christian.oflaherty</font>&nbsp;<br class=3D"">Phone:<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">+598 =
98769636</font></font></div></div></div></div></div></div></div></div></di=
v>
</div>
<br class=3D""><div class=3D""><blockquote type=3D"cite" class=3D""><div =
class=3D"">On May 4, 2015, at 3:18 PM, Wanderson Paim de Jesus &lt;<a =
href=3D"mailto:wanderson.jesus@rnp.br" =
class=3D"">wanderson.jesus@rnp.br</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Diso-8859-1" class=3D"">
<div class=3D""><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" class=3D""><div data-marker=3D"__QUOTED_TEXT__" =
class=3D""><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" data-mce-style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt; color: #000000;" class=3D""><div =
class=3D"">Hello everyone,</div><br class=3D""><div class=3D"">I =
committed/pushed the prototype code in a github repository, so that =
anyone is able to clone it into your own dev =
environment.</div></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D""><br =
data-mce-bogus=3D"1" class=3D""></div><div style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" =
class=3D"">I'm not the most expert guy in&nbsp;Git. So, if you find any =
inconsistency, please let me know.</div><div style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt;" =
data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-size: =
12pt; color: #000000;" class=3D""><br class=3D""><div class=3D"">There =
are two branches:</div><br class=3D""><div class=3D"">dev -&gt; dev : An =
unstable branch&nbsp;in which we are going to commit small changes =
and&nbsp;try new features.</div><div class=3D"">master -&gt; master : =
A&nbsp;stable&nbsp;branch&nbsp;in which&nbsp;we'll commit approved and =
tested features.</div><br class=3D""><div class=3D"">For now, both =
branches have the same files. But they'll be&nbsp;different as we keep =
working on&nbsp;the prototype.</div></div><div style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt;" =
data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-size: =
12pt; color: #000000;" class=3D""><br data-mce-bogus=3D"1" =
class=3D""></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D"">Follow=
 the link to GitHub repository:&nbsp;<a =
href=3D"https://github.com/wpjesus/codematch.git" =
class=3D"">https://github.com/wpjesus/codematch.git</a></div><div =
style=3D"font-family: arial, helvetica, sans-serif; font-size: 12pt;" =
data-mce-style=3D"font-family: arial, helvetica, sans-serif; font-size: =
12pt; color: #000000;" class=3D""><br data-mce-bogus=3D"1" =
class=3D""></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D"">I'm =
not aware about best practices of IETF in regards to collaborative =
development.<br class=3D""></div><div style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: =
arial, helvetica, sans-serif; font-size: 12pt; color: #000000;" =
class=3D"">So, if I should share it somehow different, maybe including =
the project behind an IETF 'Organization' github profile. Again, let me =
know.</div><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" data-mce-style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt; color: #000000;" class=3D"">It is also =
possible to add collaborators in this GitHub repository. I believe the =
collaborators are able to manage branches and repository =
configurations.</div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D""><br =
class=3D""></div><div style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt;" data-mce-style=3D"font-family: arial, =
helvetica, sans-serif; font-size: 12pt; color: #000000;" class=3D"">Best =
Regards,</div><div style=3D"font-family: arial, helvetica, sans-serif; =
font-size: 12pt;" data-mce-style=3D"font-family: arial, helvetica, =
sans-serif; font-size: 12pt; color: #000000;" class=3D""><br =
class=3D""><div class=3D"">-- <br class=3D""></div><div class=3D""><table =
style=3D"color: #888888; font-family: arial,sans-serif; font-size: 13px; =
background-color: #ffffff;" border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0" width=3D"380" data-mce-style=3D"color: #888888; =
font-family: arial,sans-serif; font-size: 13px; background-color: =
#ffffff;" class=3D""><tbody class=3D""><tr class=3D""><td style=3D"margin:=
 0px;" width=3D"110" data-mce-style=3D"margin: 0px;" class=3D""><div =
style=3D"text-align: left;" data-mce-style=3D"text-align: left;" =
class=3D""><span =
id=3D"cid:6ee2f22030bc01232d16e308ada56254a7fb197c@zimbra" =
class=3D"">&lt;image001.png&gt;</span><br class=3D""></div></td><td =
style=3D"margin: 0px;" data-mce-style=3D"margin: 0px;" class=3D""><div =
align=3D"left" class=3D""><span style=3D"font-family: Arial, Helvetica, =
sans-serif; font-size: 12px;" data-mce-style=3D"font-family: Arial, =
Helvetica, sans-serif; font-size: medium;" class=3D""><b =
class=3D"">Wanderson Paim de Jesus</b></span><br class=3D""><span =
style=3D"font-family: Arial, Helvetica, sans-serif; font-size: =
xx-small;" data-mce-style=3D"font-family: Arial, Helvetica, sans-serif; =
font-size: xx-small;" class=3D"">Coordenador de Projetos - =
CTIC</span></div><div align=3D"left" class=3D""><span =
style=3D"font-family: Arial, Helvetica, sans-serif; font-size: =
xx-small;" data-mce-style=3D"font-family: Arial, Helvetica, sans-serif; =
font-size: xx-small;" class=3D""><a href=3D"http://www.rnp.br/" =
target=3D"_blank" class=3D"">RNP</a>&nbsp;- Rede Nacional de Ensino e =
Pesquisa</span></div><div align=3D"left" class=3D""><span =
style=3D"font-family: Arial,Helvetica,sans-serif; font-size: x-small;" =
data-mce-style=3D"font-family: Arial,Helvetica,sans-serif; font-size: =
x-small;" class=3D"">Tel.:+55 (61) 3243 4350 | Cel: +55 (61) 8315 =
8994</span><br class=3D""></div></td></tr></tbody></table><span =
style=3D"font-size: 12px; font-family: tahoma, 'new york', times, =
serif;" data-mce-style=3D"font-size: medium; font-family: tahoma, 'new =
york', times, serif;" class=3D""><span class=3D"Object" =
id=3D"OBJ_PREFIX_DWT268_com_zimbra_email" style=3D"color: #00008b; =
font-size: small; cursor: pointer; background-color: #ffffff;" =
data-mce-style=3D"color: #00008b; font-size: small; cursor: pointer; =
background-color: #ffffff;"></span></span></div></div><br =
class=3D""></div></div></div>_____________________________________________=
__<br class=3D"">Codematch-develop mailing list<br class=3D""><a =
href=3D"mailto:Codematch-develop@ietf.org" =
class=3D"">Codematch-develop@ietf.org</a><br class=3D""><a =
href=3D"https://www.ietf.org/mailman/listinfo/codematch-develop" =
class=3D"">https://www.ietf.org/mailman/listinfo/codematch-develop</a><br =
class=3D""></div></blockquote></div><br =
class=3D""></div></div>_______________________________________________<br =
class=3D"">Codematch-develop mailing list<br class=3D""><a =
href=3D"mailto:Codematch-develop@ietf.org" =
class=3D"">Codematch-develop@ietf.org</a><br =
class=3D"">https://www.ietf.org/mailman/listinfo/codematch-develop<br =
class=3D""></div></blockquote></div><br class=3D""></div></body></html>=

--Apple-Mail=_5B31E574-81C9-43B1-8342-DD88FA67AE9E--


From nobody Wed May  6 03:40:47 2015
Return-Path: <kathleen.moriarty.ietf@gmail.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 857CD1B2AB3 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 03:40:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bkASI_cjHB68 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 03:40:45 -0700 (PDT)
Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14BA71B2AA7 for <codematch-develop@ietf.org>; Wed,  6 May 2015 03:40:45 -0700 (PDT)
Received: by lagv1 with SMTP id v1so4142027lag.3 for <codematch-develop@ietf.org>; Wed, 06 May 2015 03:40:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:date:message-id:subject:from:to:content-type; bh=5ZLeY+Yl1tcibKOGJs3sW3AqhL10WHHkef5LVU8wBGY=; b=xl6o1U8cFgtDtCiBmvCODgkUxvRnqjR2aW8xfoApEzgZKz8j1ZzK4W4o1ymJ88wE+g 8KzD9UxR8TxaMWZCZfTEJYPr/IwKndyuXilcFHDr1NXVW1jqtpJTgYtfFdp3XJzrwnzi sl62Yda/0GLhebQucrK5ymrw+fx0snw8YUTrIQ3B3whDR8O4EzLfTTN3zyWCDl4kslpZ m2mefaaFf+NGBLL5ULkOJL9SsdutQr45+p8EEx5YISFfijqNgenNrsVbB+ZT6Uq8L2R8 pbWvjudDSJLdAAn1wasM4vwXOEmZGpV0WVW78aFxyPk2edDjk/CtWd9yKja6nWhP6KHC 19Uw==
MIME-Version: 1.0
X-Received: by 10.152.43.110 with SMTP id v14mr23287793lal.4.1430908843668; Wed, 06 May 2015 03:40:43 -0700 (PDT)
Received: by 10.112.11.199 with HTTP; Wed, 6 May 2015 03:40:43 -0700 (PDT)
Date: Wed, 6 May 2015 06:40:43 -0400
Message-ID: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com>
From: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
To: "codematch-develop@ietf.org" <codematch-develop@ietf.org>, Dave Thaler <dthaler@microsoft.com>
Content-Type: multipart/alternative; boundary=001a11c351525538b60515676dc8
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/QEIi80hgFNpGgUpa4RoDoGqb4S8>
Subject: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 10:40:46 -0000

--001a11c351525538b60515676dc8
Content-Type: text/plain; charset=UTF-8

Hello,

I am meeting with the IETF leadership and Dave Thaler had an interesting
feature request that I have added to the google doc that includes the
planned list of features.  I put this into phase 2 and am copying Dave in
case the feature request needs any tweaking.

"Mechanism to associate an open source project to a draft or RFC that is
known to be appropriate, with notification to the open source code owner to
approve the association."

Thanks!

-- 

Best regards,
Kathleen

--001a11c351525538b60515676dc8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hello,<div><br></div><div>I am meeting with the IETF leade=
rship and Dave Thaler had an interesting feature request that I have added =
to the google doc that includes the planned list of features.=C2=A0 I put t=
his into phase 2 and am copying Dave in case the feature request needs any =
tweaking.</div><div><br></div><div><span style=3D"color:rgb(0,0,0);font-fam=
ily:arial,sans,sans-serif;font-size:13px;white-space:pre-wrap">&quot;Mechan=
ism to associate an open source project to a draft or RFC that is known to =
be appropriate, with notification to the open source code owner to approve =
the association.&quot;</span></div><div><font color=3D"#000000" face=3D"ari=
al, sans, sans-serif"><span style=3D"white-space:pre-wrap"><br></span></fon=
t></div><div><font color=3D"#000000" face=3D"arial, sans, sans-serif"><span=
 style=3D"white-space:pre-wrap">Thanks!<br clear=3D"all"></span></font><div=
><br></div>-- <br><div class=3D"gmail_signature"><div dir=3D"ltr"><br><div>=
Best regards,</div><div>Kathleen</div></div></div>
</div></div>

--001a11c351525538b60515676dc8--


From nobody Wed May  6 03:44:44 2015
Return-Path: <kathleen.moriarty.ietf@gmail.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DCD641A88B8 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 03:44:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2GIXW2N9y3Nn for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 03:44:41 -0700 (PDT)
Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61F9A1A88FE for <codematch-develop@ietf.org>; Wed,  6 May 2015 03:44:41 -0700 (PDT)
Received: by lbbzk7 with SMTP id zk7so4360229lbb.0 for <codematch-develop@ietf.org>; Wed, 06 May 2015 03:44:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=b+aLL57OOXivqeBMuMTlCprnsbd3+YMZarSf9OODSFg=; b=Kvh225HwF2yIyNTKFXTYf9eiiemUmxkwQfgWMVIoq+pyyREUTrso9p7VDVtPwGuWwt V5bMyJvT4aUEGwfROwaMEOkSYTgrkeKBzaP7cs4wI1dpZU3rZCo4CC2FFvpBqxIkV0KT 35b7wxDIF2NbtO97qlN5XlBkMsrH7bog/qRuHQ1txt3ApuFy96ZIwLV9VKci/ACrVDdJ 9EKmdvmqEpC57OnJJavM+oMZJkN+uIlGOLoPBZRJD3nWFylHm8KOAphvqf8KxFNEvJWw 1ztRGGN34jtA4+qhTxxYC44kAQ4IOB24GQtrTTeQTBJtafQHzbZSccXf14sYPthtGS/C WLAQ==
MIME-Version: 1.0
X-Received: by 10.112.202.194 with SMTP id kk2mr632367lbc.0.1430909079860; Wed, 06 May 2015 03:44:39 -0700 (PDT)
Received: by 10.112.11.199 with HTTP; Wed, 6 May 2015 03:44:39 -0700 (PDT)
In-Reply-To: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com>
Date: Wed, 6 May 2015 06:44:39 -0400
Message-ID: <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com>
From: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
To: "codematch-develop@ietf.org" <codematch-develop@ietf.org>, Dave Thaler <dthaler@microsoft.com>
Content-Type: multipart/alternative; boundary=001a11c37232693b6b0515677bb2
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/k275m2BK-eDpzAeIjJ3G42PcHmY>
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 10:44:43 -0000

--001a11c37232693b6b0515677bb2
Content-Type: text/plain; charset=UTF-8

I've added a bit more text to the feature request rom additional input from
Dave at the end:

On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty <
kathleen.moriarty.ietf@gmail.com> wrote:

> Hello,
>
> I am meeting with the IETF leadership and Dave Thaler had an interesting
> feature request that I have added to the google doc that includes the
> planned list of features.  I put this into phase 2 and am copying Dave in
> case the feature request needs any tweaking.
>
> "Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner to
> approve the association.
>
If it is possible to 'tag' the code repository owner and/or project to
notify them and simultaneosly advertise for them when this association is
made, that is desirable."

Thanks.


> Thanks!
>
> --
>
> Best regards,
> Kathleen
>



-- 

Best regards,
Kathleen

--001a11c37232693b6b0515677bb2
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I&#39;ve added a bit more text to the feature request rom =
additional input from Dave at the end:<div class=3D"gmail_extra"><br><div c=
lass=3D"gmail_quote">On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty <spa=
n dir=3D"ltr">&lt;<a href=3D"mailto:kathleen.moriarty.ietf@gmail.com" targe=
t=3D"_blank">kathleen.moriarty.ietf@gmail.com</a>&gt;</span> wrote:<br><blo=
ckquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left=
-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;paddi=
ng-left:1ex"><div dir=3D"ltr">Hello,<div><br></div><div>I am meeting with t=
he IETF leadership and Dave Thaler had an interesting feature request that =
I have added to the google doc that includes the planned list of features.=
=C2=A0 I put this into phase 2 and am copying Dave in case the feature requ=
est needs any tweaking.</div><div><br></div><div><span style=3D"color:rgb(0=
,0,0);font-family:arial,sans,sans-serif;font-size:13px;white-space:pre-wrap=
">&quot;Mechanism to associate an open source project to a draft or RFC tha=
t is known to be appropriate, with notification to the open source code own=
er to approve the association.</span></div></div></blockquote><div><span st=
yle=3D"color:rgb(0,0,0);font-family:arial,sans,sans-serif;font-size:13px;wh=
ite-space:pre-wrap">If it is possible to &#39;tag&#39; the code repository =
owner and/or project to notify them and simultaneosly advertise for them wh=
en this association is made, that is desirable.&quot;</span>=C2=A0</div><di=
v><br></div><div>Thanks.</div><div>=C2=A0</div><blockquote class=3D"gmail_q=
uote" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-c=
olor:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir=3D=
"ltr"><div><font color=3D"#000000" face=3D"arial, sans, sans-serif"><span s=
tyle=3D"white-space:pre-wrap"></span></font></div><div><font color=3D"#0000=
00" face=3D"arial, sans, sans-serif"><span style=3D"white-space:pre-wrap">T=
hanks!<span class=3D""><font color=3D"#888888"><br clear=3D"all"></font></s=
pan></span></font><span class=3D""><font color=3D"#888888"><div><br></div>-=
- <br><div><div dir=3D"ltr"><br><div>Best regards,</div><div>Kathleen</div>=
</div></div>
</font></span></div></div>
</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature"><div dir=3D"ltr"><br><div>Best regards,</div><div>Kath=
leen</div></div></div>
</div></div>

--001a11c37232693b6b0515677bb2--


From nobody Wed May  6 04:14:19 2015
Return-Path: <kathleen.moriarty.ietf@gmail.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 934A31A88AD for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:14:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YvmuM-9eAJZ3 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:14:15 -0700 (PDT)
Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1A3F1A88C1 for <codematch-develop@ietf.org>; Wed,  6 May 2015 04:14:14 -0700 (PDT)
Received: by lagv1 with SMTP id v1so4700379lag.3 for <codematch-develop@ietf.org>; Wed, 06 May 2015 04:14:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5KzMKwAY4jdYhLHQ9wUVLRRWeQxHh6C7ben9luUGsEs=; b=rD6EvNRqlis3GfJP2nqjTbutplog4Ju5aaqPXIz3CxiK7LLcyPRYW1PqITRDySakuQ 4qGGoMCQX1NiW9NfyOnyJQLMBbhsfsr+iaZdTLdYy6aA+DmetBeDnhq64n+Dv+3mrOGH 5RVoNjeb5uZ/eMX/DN5mFbJjBB4TyLX7fTJyIBNVSeODqdQWTamlKuza7CAZzTp+qqZO Fl4mPGUF+uq1+vEDMkrpQz4g/wPWZyjYSOvE2HVIP0SO9XHRnfVUMwdu3aPOk8SAc+HT F3DMVBP0C4aYIeAaBe0AghZOZN15msXE3z+5kjw0GHRiJOQIUafm85wiRYXp67vy6NWN KOAA==
MIME-Version: 1.0
X-Received: by 10.152.121.42 with SMTP id lh10mr28671625lab.0.1430910853099; Wed, 06 May 2015 04:14:13 -0700 (PDT)
Received: by 10.112.11.199 with HTTP; Wed, 6 May 2015 04:14:13 -0700 (PDT)
In-Reply-To: <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com> <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com> <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com>
Date: Wed, 6 May 2015 07:14:13 -0400
Message-ID: <CAHbuEH7=cYpwTR8X-wUHHAqci9U3t54gK-wyhyaWgsDeRUj0Jw@mail.gmail.com>
From: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
To: Dave Thaler <dthaler@microsoft.com>
Content-Type: multipart/alternative; boundary=089e011774851ab46c051567e569
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/lgz06CVHM9c7qOMKwrbQD5u3XY0>
Cc: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 11:14:17 -0000

--089e011774851ab46c051567e569
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Dave,

Thank you, that makes sense, how about the following updated feature
request for phase 2:

Mechanism to associate an open source project to a draft or RFC that is
known to be appropriate, with notification to the open source code owner to
approve the association (email to project code owner required that includes
a link to the association in CodeMatch so they can go to the site to see
any further information). If it is possible to 'tag' the code repository
owner and/or project to notify them via social media features (equivalent
of @ in twitter) and simultaneously advertise for them when this
association is made, that is desirable. If only adding a URL is possible,
that will suffice with an email notification (no approval needed to make
the association).

On Wed, May 6, 2015 at 7:10 AM, Dave Thaler <dthaler@microsoft.com> wrote:

>  My only tweak suggestion was not to =E2=80=9Capprove the association=E2=
=80=9D per se but
> merely notify them.
>
> The difference is just that I think the association should be publically
> visible even if no one responds.
>
> They should be able to come back and modify it or reject it if they want.
>
>
>
> Furthermore, I=E2=80=99d recommend that the actual content not be in the =
email
> notification, only a link to where it can be viewed.
>
>
>
> This is similar to the facebook model, which has the benefit of drawing
> people into the site in order to see what others are saying about them.
>
> Thus it becomes a way to market and increase use of the site.
>
>
>
> *From:* Kathleen Moriarty [mailto:kathleen.moriarty.ietf@gmail.com]
> *Sent:* Wednesday, May 6, 2015 11:45 AM
> *To:* codematch-develop@ietf.org; Dave Thaler
> *Subject:* Re: Code Match feature request
>
>
>
> I've added a bit more text to the feature request rom additional input
> from Dave at the end:
>
>
>
> On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty <
> kathleen.moriarty.ietf@gmail.com> wrote:
>
>  Hello,
>
>
>
> I am meeting with the IETF leadership and Dave Thaler had an interesting
> feature request that I have added to the google doc that includes the
> planned list of features.  I put this into phase 2 and am copying Dave in
> case the feature request needs any tweaking.
>
>
>
> "Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner =
to
> approve the association.
>
>  If it is possible to 'tag' the code repository owner and/or project to
> notify them and simultaneosly advertise for them when this association is
> made, that is desirable."
>
>
>
> Thanks.
>
>
>
>  Thanks!
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>
>
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>



--=20

Best regards,
Kathleen

--089e011774851ab46c051567e569
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Dave,<div><br></div><div>Thank you, that makes sense, h=
ow about the following updated feature request for phase 2:</div><div><br><=
/div><div><span style=3D"color:rgb(0,0,0);font-family:arial,sans,sans-serif=
;font-size:13px;white-space:pre-wrap">Mechanism to associate an open source=
 project to a draft or RFC that is known to be appropriate, with notificati=
on to the open source code owner to approve the association (email to proje=
ct code owner required that includes a link to the association in CodeMatch=
 so they can go to the site to see any further information).  If it is poss=
ible to &#39;tag&#39; the code repository owner and/or project to notify th=
em via social media features (equivalent of @ in twitter) and simultaneousl=
y advertise for them when this association is made, that is desirable.  If =
only adding a URL is possible, that will suffice with an email notification=
 (no approval needed to make the association).</span><br></div></div><div c=
lass=3D"gmail_extra"><br><div class=3D"gmail_quote">On Wed, May 6, 2015 at =
7:10 AM, Dave Thaler <span dir=3D"ltr">&lt;<a href=3D"mailto:dthaler@micros=
oft.com" target=3D"_blank">dthaler@microsoft.com</a>&gt;</span> wrote:<br><=
blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px=
 #ccc solid;padding-left:1ex">





<div lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">My only tweak suggestion was not to =
=E2=80=9Capprove the association=E2=80=9D per se but merely notify them.<u>=
</u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">The difference is just that I think t=
he association should be publically visible even if no one responds.<u></u>=
<u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">They should be able to come back and =
modify it or reject it if they want.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d"><u></u>=C2=A0<u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Furthermore, I=E2=80=99d recommend th=
at the actual content not be in the email notification, only a link to wher=
e it can be viewed.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d"><u></u>=C2=A0<u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">This is similar to the facebook model=
, which has the benefit of drawing people into the site in order to see wha=
t others are saying about them.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Thus it becomes a way to market and i=
ncrease use of the site.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><a name=3D"14d28eb6a19ad196__MailEndCompose"><span s=
tyle=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#=
1f497d"><u></u>=C2=A0<u></u></span></a></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:&quot=
;Calibri&quot;,sans-serif">From:</span></b><span style=3D"font-size:11.0pt;=
font-family:&quot;Calibri&quot;,sans-serif"> Kathleen Moriarty [mailto:<a h=
ref=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kathleen.=
moriarty.ietf@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, May 6, 2015 11:45 AM<br>
<b>To:</b> <a href=3D"mailto:codematch-develop@ietf.org" target=3D"_blank">=
codematch-develop@ietf.org</a>; Dave Thaler<br>
<b>Subject:</b> Re: Code Match feature request<u></u><u></u></span></p><div=
><div class=3D"h5">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">I&#39;ve added a bit more text to the feature reques=
t rom additional input from Dave at the end:<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty &l=
t;<a href=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kat=
hleen.moriarty.ietf@gmail.com</a>&gt; wrote:<u></u><u></u></p>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<p class=3D"MsoNormal">Hello,<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal">I am meeting with the IETF leadership and Dave Thale=
r had an interesting feature request that I have added to the google doc th=
at includes the planned list of features.=C2=A0 I put this into phase 2 and=
 am copying Dave in case the feature request
 needs any tweaking.<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif;color:black">&quot;Mechanism to associate an open sour=
ce project to a draft or RFC that is known to be appropriate, with notifica=
tion to the open source code owner to approve the association.</span><u></u=
><u></u></p>
</div>
</div>
</blockquote>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif;color:black">If it is possible to &#39;tag&#39; the co=
de repository owner and/or project to notify them and simultaneosly adverti=
se for them when this association is made, that is desirable.&quot;</span>=
=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thanks.<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,sans-se=
rif;color:black">Thanks!</span><span style=3D"font-family:&quot;Arial&quot;=
,sans-serif;color:#888888"><br clear=3D"all">
</span><span style=3D"color:#888888"><u></u><u></u></span></p>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888"><u></u>=C2=A0<u></u></=
span></p>
</div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">-- <u></u><u></u></spa=
n></p>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888"><u></u>=C2=A0<u></u></=
span></p>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">Best regards,<u></u><u=
></u></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">Kathleen<u></u><u></u>=
</span></p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class=3D"MsoNormal"><br>
<br clear=3D"all">
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<p class=3D"MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Kathleen<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
</div>

</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature"><div dir=3D"ltr"><br><div>Best regards,</div><div>Kath=
leen</div></div></div>
</div>

--089e011774851ab46c051567e569--


From nobody Wed May  6 04:14:36 2015
Return-Path: <dthaler@microsoft.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 406CD1A90D0 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:10:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.901
X-Spam-Level: 
X-Spam-Status: No, score=-101.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OkdfH1rGnPR4 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:10:27 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0102.outbound.protection.outlook.com [65.55.169.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0E811A8A7D for <codematch-develop@ietf.org>; Wed,  6 May 2015 04:10:26 -0700 (PDT)
Received: from BY2PR03MB412.namprd03.prod.outlook.com (10.141.141.25) by BY2PR03MB411.namprd03.prod.outlook.com (10.141.141.22) with Microsoft SMTP Server (TLS) id 15.1.160.10; Wed, 6 May 2015 11:10:25 +0000
Received: from BY2PR03MB412.namprd03.prod.outlook.com ([10.141.141.25]) by BY2PR03MB412.namprd03.prod.outlook.com ([10.141.141.25]) with mapi id 15.01.0160.009; Wed, 6 May 2015 11:10:25 +0000
From: Dave Thaler <dthaler@microsoft.com>
To: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>, "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Thread-Topic: Code Match feature request
Thread-Index: AQHQh+kdLjU+etIeykWMf8b9yCjyWp1uw3uAgAAGHYA=
Date: Wed, 6 May 2015 11:10:24 +0000
Message-ID: <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com> <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com>
In-Reply-To: <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: gmail.com; dkim=none (message not signed) header.d=none;
x-originating-ip: [217.39.1.180]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR03MB411;
x-microsoft-antispam-prvs: <BY2PR03MB411119452C701CEB0069119A3D00@BY2PR03MB411.namprd03.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(2401001)(5005006)(3002001); SRVR:BY2PR03MB411; BCL:0; PCL:0; RULEID:; SRVR:BY2PR03MB411; 
x-forefront-prvs: 0568F32D91
x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(24454002)(377454003)(87936001)(2656002)(46102003)(62966003)(19300405004)(76176999)(50986999)(54356999)(16236675004)(99286002)(86362001)(33656002)(189998001)(19580405001)(86612001)(19625215002)(107886002)(19580395003)(19609705001)(2501003)(5001960100002)(5001770100001)(66066001)(76576001)(77156002)(92566002)(74316001)(2950100001)(122556002)(2900100001)(77096005)(15975445007)(106116001)(40100003)(102836002); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2PR03MB411; H:BY2PR03MB412.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; 
Content-Type: multipart/alternative; boundary="_000_BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00BY2PR03MB412namprd_"
MIME-Version: 1.0
X-OriginatorOrg: microsoft.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 06 May 2015 11:10:24.6367 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR03MB411
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/uMM9ZFjXKwNOGeau74m_dhJunDw>
X-Mailman-Approved-At: Wed, 06 May 2015 04:14:35 -0700
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 11:10:29 -0000

--_000_BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00BY2PR03MB412namprd_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

TXkgb25seSB0d2VhayBzdWdnZXN0aW9uIHdhcyBub3QgdG8g4oCcYXBwcm92ZSB0aGUgYXNzb2Np
YXRpb27igJ0gcGVyIHNlIGJ1dCBtZXJlbHkgbm90aWZ5IHRoZW0uDQpUaGUgZGlmZmVyZW5jZSBp
cyBqdXN0IHRoYXQgSSB0aGluayB0aGUgYXNzb2NpYXRpb24gc2hvdWxkIGJlIHB1YmxpY2FsbHkg
dmlzaWJsZSBldmVuIGlmIG5vIG9uZSByZXNwb25kcy4NClRoZXkgc2hvdWxkIGJlIGFibGUgdG8g
Y29tZSBiYWNrIGFuZCBtb2RpZnkgaXQgb3IgcmVqZWN0IGl0IGlmIHRoZXkgd2FudC4NCg0KRnVy
dGhlcm1vcmUsIEnigJlkIHJlY29tbWVuZCB0aGF0IHRoZSBhY3R1YWwgY29udGVudCBub3QgYmUg
aW4gdGhlIGVtYWlsIG5vdGlmaWNhdGlvbiwgb25seSBhIGxpbmsgdG8gd2hlcmUgaXQgY2FuIGJl
IHZpZXdlZC4NCg0KVGhpcyBpcyBzaW1pbGFyIHRvIHRoZSBmYWNlYm9vayBtb2RlbCwgd2hpY2gg
aGFzIHRoZSBiZW5lZml0IG9mIGRyYXdpbmcgcGVvcGxlIGludG8gdGhlIHNpdGUgaW4gb3JkZXIg
dG8gc2VlIHdoYXQgb3RoZXJzIGFyZSBzYXlpbmcgYWJvdXQgdGhlbS4NClRodXMgaXQgYmVjb21l
cyBhIHdheSB0byBtYXJrZXQgYW5kIGluY3JlYXNlIHVzZSBvZiB0aGUgc2l0ZS4NCg0KRnJvbTog
S2F0aGxlZW4gTW9yaWFydHkgW21haWx0bzprYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNv
bV0NClNlbnQ6IFdlZG5lc2RheSwgTWF5IDYsIDIwMTUgMTE6NDUgQU0NClRvOiBjb2RlbWF0Y2gt
ZGV2ZWxvcEBpZXRmLm9yZzsgRGF2ZSBUaGFsZXINClN1YmplY3Q6IFJlOiBDb2RlIE1hdGNoIGZl
YXR1cmUgcmVxdWVzdA0KDQpJJ3ZlIGFkZGVkIGEgYml0IG1vcmUgdGV4dCB0byB0aGUgZmVhdHVy
ZSByZXF1ZXN0IHJvbSBhZGRpdGlvbmFsIGlucHV0IGZyb20gRGF2ZSBhdCB0aGUgZW5kOg0KDQpP
biBXZWQsIE1heSA2LCAyMDE1IGF0IDY6NDAgQU0sIEthdGhsZWVuIE1vcmlhcnR5IDxrYXRobGVl
bi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbTxtYWlsdG86a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBn
bWFpbC5jb20+PiB3cm90ZToNCkhlbGxvLA0KDQpJIGFtIG1lZXRpbmcgd2l0aCB0aGUgSUVURiBs
ZWFkZXJzaGlwIGFuZCBEYXZlIFRoYWxlciBoYWQgYW4gaW50ZXJlc3RpbmcgZmVhdHVyZSByZXF1
ZXN0IHRoYXQgSSBoYXZlIGFkZGVkIHRvIHRoZSBnb29nbGUgZG9jIHRoYXQgaW5jbHVkZXMgdGhl
IHBsYW5uZWQgbGlzdCBvZiBmZWF0dXJlcy4gIEkgcHV0IHRoaXMgaW50byBwaGFzZSAyIGFuZCBh
bSBjb3B5aW5nIERhdmUgaW4gY2FzZSB0aGUgZmVhdHVyZSByZXF1ZXN0IG5lZWRzIGFueSB0d2Vh
a2luZy4NCg0KIk1lY2hhbmlzbSB0byBhc3NvY2lhdGUgYW4gb3BlbiBzb3VyY2UgcHJvamVjdCB0
byBhIGRyYWZ0IG9yIFJGQyB0aGF0IGlzIGtub3duIHRvIGJlIGFwcHJvcHJpYXRlLCB3aXRoIG5v
dGlmaWNhdGlvbiB0byB0aGUgb3BlbiBzb3VyY2UgY29kZSBvd25lciB0byBhcHByb3ZlIHRoZSBh
c3NvY2lhdGlvbi4NCklmIGl0IGlzIHBvc3NpYmxlIHRvICd0YWcnIHRoZSBjb2RlIHJlcG9zaXRv
cnkgb3duZXIgYW5kL29yIHByb2plY3QgdG8gbm90aWZ5IHRoZW0gYW5kIHNpbXVsdGFuZW9zbHkg
YWR2ZXJ0aXNlIGZvciB0aGVtIHdoZW4gdGhpcyBhc3NvY2lhdGlvbiBpcyBtYWRlLCB0aGF0IGlz
IGRlc2lyYWJsZS4iDQoNClRoYW5rcy4NCg0KVGhhbmtzIQ0KDQotLQ0KDQpCZXN0IHJlZ2FyZHMs
DQpLYXRobGVlbg0KDQoNCg0KLS0NCg0KQmVzdCByZWdhcmRzLA0KS2F0aGxlZW4NCg==

--_000_BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00BY2PR03MB412namprd_
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy
bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt
YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj
cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
VFIvUkVDLWh0bWw0MCI+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9IkdlbmVyYXRv
ciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgMTUgKGZpbHRlcmVkIG1lZGl1bSkiPg0KPHN0eWxl
PjwhLS0NCi8qIEZvbnQgRGVmaW5pdGlvbnMgKi8NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6
IkNhbWJyaWEgTWF0aCI7DQoJcGFub3NlLTE6MiA0IDUgMyA1IDQgNiAzIDIgNDt9DQpAZm9udC1m
YWNlDQoJe2ZvbnQtZmFtaWx5OkNhbGlicmk7DQoJcGFub3NlLTE6MiAxNSA1IDIgMiAyIDQgMyAy
IDQ7fQ0KLyogU3R5bGUgRGVmaW5pdGlvbnMgKi8NCnAuTXNvTm9ybWFsLCBsaS5Nc29Ob3JtYWws
IGRpdi5Nc29Ob3JtYWwNCgl7bWFyZ2luOjBpbjsNCgltYXJnaW4tYm90dG9tOi4wMDAxcHQ7DQoJ
Zm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiVGltZXMgTmV3IFJvbWFuIixzZXJpZjt9
DQphOmxpbmssIHNwYW4uTXNvSHlwZXJsaW5rDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCglj
b2xvcjpibHVlOw0KCXRleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmU7fQ0KYTp2aXNpdGVkLCBzcGFu
Lk1zb0h5cGVybGlua0ZvbGxvd2VkDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCgljb2xvcjpw
dXJwbGU7DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9DQpzcGFuLkVtYWlsU3R5bGUxNw0K
CXttc28tc3R5bGUtdHlwZTpwZXJzb25hbC1yZXBseTsNCglmb250LWZhbWlseToiQ2FsaWJyaSIs
c2Fucy1zZXJpZjsNCgljb2xvcjojMUY0OTdEO30NCi5Nc29DaHBEZWZhdWx0DQoJe21zby1zdHls
ZS10eXBlOmV4cG9ydC1vbmx5Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIixzYW5zLXNlcmlmO30N
CkBwYWdlIFdvcmRTZWN0aW9uMQ0KCXtzaXplOjguNWluIDExLjBpbjsNCgltYXJnaW46MS4waW4g
MS4waW4gMS4waW4gMS4waW47fQ0KZGl2LldvcmRTZWN0aW9uMQ0KCXtwYWdlOldvcmRTZWN0aW9u
MTt9DQotLT48L3N0eWxlPjwhLS1baWYgZ3RlIG1zbyA5XT48eG1sPg0KPG86c2hhcGVkZWZhdWx0
cyB2OmV4dD0iZWRpdCIgc3BpZG1heD0iMTAyNiIgLz4NCjwveG1sPjwhW2VuZGlmXS0tPjwhLS1b
aWYgZ3RlIG1zbyA5XT48eG1sPg0KPG86c2hhcGVsYXlvdXQgdjpleHQ9ImVkaXQiPg0KPG86aWRt
YXAgdjpleHQ9ImVkaXQiIGRhdGE9IjEiIC8+DQo8L286c2hhcGVsYXlvdXQ+PC94bWw+PCFbZW5k
aWZdLS0+DQo8L2hlYWQ+DQo8Ym9keSBsYW5nPSJFTi1VUyIgbGluaz0iYmx1ZSIgdmxpbms9InB1
cnBsZSI+DQo8ZGl2IGNsYXNzPSJXb3JkU2VjdGlvbjEiPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+
PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZx
dW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPk15IG9ubHkgdHdlYWsgc3VnZ2VzdGlvbiB3
YXMgbm90IHRvIOKAnGFwcHJvdmUgdGhlIGFzc29jaWF0aW9u4oCdIHBlciBzZSBidXQgbWVyZWx5
IG5vdGlmeSB0aGVtLjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwi
PjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkm
cXVvdDssc2Fucy1zZXJpZjtjb2xvcjojMUY0OTdEIj5UaGUgZGlmZmVyZW5jZSBpcyBqdXN0IHRo
YXQgSSB0aGluayB0aGUgYXNzb2NpYXRpb24gc2hvdWxkIGJlIHB1YmxpY2FsbHkgdmlzaWJsZSBl
dmVuIGlmIG5vIG9uZSByZXNwb25kcy48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVv
dDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+VGhleSBzaG91bGQgYmUg
YWJsZSB0byBjb21lIGJhY2sgYW5kIG1vZGlmeSBpdCBvciByZWplY3QgaXQgaWYgdGhleSB3YW50
LjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxl
PSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDssc2Fucy1z
ZXJpZjtjb2xvcjojMUY0OTdEIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTom
cXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+RnVydGhlcm1vcmUs
IEnigJlkIHJlY29tbWVuZCB0aGF0IHRoZSBhY3R1YWwgY29udGVudCBub3QgYmUgaW4gdGhlIGVt
YWlsIG5vdGlmaWNhdGlvbiwgb25seSBhIGxpbmsgdG8gd2hlcmUgaXQgY2FuIGJlIHZpZXdlZC48
bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0i
Zm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2Vy
aWY7Y29sb3I6IzFGNDk3RCI+PG86cD4mbmJzcDs8L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9
Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1
b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPlRoaXMgaXMgc2ltaWxh
ciB0byB0aGUgZmFjZWJvb2sgbW9kZWwsIHdoaWNoIGhhcyB0aGUgYmVuZWZpdCBvZiBkcmF3aW5n
IHBlb3BsZSBpbnRvIHRoZSBzaXRlIGluIG9yZGVyIHRvIHNlZSB3aGF0IG90aGVycyBhcmUgc2F5
aW5nIGFib3V0IHRoZW0uPG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJy
aSZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPlRodXMgaXQgYmVjb21lcyBhIHdheSB0
byBtYXJrZXQgYW5kIGluY3JlYXNlIHVzZSBvZiB0aGUgc2l0ZS48bzpwPjwvbzpwPjwvc3Bhbj48
L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48YSBuYW1lPSJfTWFpbEVuZENvbXBvc2UiPjxzcGFu
IHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDss
c2Fucy1zZXJpZjtjb2xvcjojMUY0OTdEIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L2E+PC9w
Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PGI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmIj5Gcm9tOjwvc3Bhbj48
L2I+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJy
aSZxdW90OyxzYW5zLXNlcmlmIj4gS2F0aGxlZW4gTW9yaWFydHkgW21haWx0bzprYXRobGVlbi5t
b3JpYXJ0eS5pZXRmQGdtYWlsLmNvbV0NCjxicj4NCjxiPlNlbnQ6PC9iPiBXZWRuZXNkYXksIE1h
eSA2LCAyMDE1IDExOjQ1IEFNPGJyPg0KPGI+VG86PC9iPiBjb2RlbWF0Y2gtZGV2ZWxvcEBpZXRm
Lm9yZzsgRGF2ZSBUaGFsZXI8YnI+DQo8Yj5TdWJqZWN0OjwvYj4gUmU6IENvZGUgTWF0Y2ggZmVh
dHVyZSByZXF1ZXN0PG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+
PG86cD4mbmJzcDs8L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+SSd2ZSBh
ZGRlZCBhIGJpdCBtb3JlIHRleHQgdG8gdGhlIGZlYXR1cmUgcmVxdWVzdCByb20gYWRkaXRpb25h
bCBpbnB1dCBmcm9tIERhdmUgYXQgdGhlIGVuZDo8bzpwPjwvbzpwPjwvcD4NCjxkaXY+DQo8cCBj
bGFzcz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIj5PbiBXZWQsIE1heSA2LCAyMDE1IGF0IDY6NDAgQU0sIEthdGhsZWVuIE1vcmlh
cnR5ICZsdDs8YSBocmVmPSJtYWlsdG86a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBnbWFpbC5jb20i
IHRhcmdldD0iX2JsYW5rIj5rYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbTwvYT4mZ3Q7
IHdyb3RlOjxvOnA+PC9vOnA+PC9wPg0KPGJsb2NrcXVvdGUgc3R5bGU9ImJvcmRlcjpub25lO2Jv
cmRlci1sZWZ0OnNvbGlkICNDQ0NDQ0MgMS4wcHQ7cGFkZGluZzowaW4gMGluIDBpbiA2LjBwdDtt
YXJnaW4tbGVmdDo0LjhwdDttYXJnaW4tcmlnaHQ6MGluIj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNv
Tm9ybWFsIj5IZWxsbyw8bzpwPjwvbzpwPjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
Ij48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiPkkgYW0gbWVldGluZyB3aXRoIHRoZSBJRVRGIGxlYWRlcnNoaXAgYW5kIERhdmUgVGhhbGVy
IGhhZCBhbiBpbnRlcmVzdGluZyBmZWF0dXJlIHJlcXVlc3QgdGhhdCBJIGhhdmUgYWRkZWQgdG8g
dGhlIGdvb2dsZSBkb2MgdGhhdCBpbmNsdWRlcyB0aGUgcGxhbm5lZCBsaXN0IG9mIGZlYXR1cmVz
LiZuYnNwOyBJIHB1dCB0aGlzIGludG8gcGhhc2UgMiBhbmQgYW0gY29weWluZyBEYXZlIGluIGNh
c2UgdGhlIGZlYXR1cmUgcmVxdWVzdA0KIG5lZWRzIGFueSB0d2Vha2luZy48bzpwPjwvbzpwPjwv
cD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+
PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZv
bnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7QXJpYWwmcXVvdDssc2Fucy1zZXJpZjtj
b2xvcjpibGFjayI+JnF1b3Q7TWVjaGFuaXNtIHRvIGFzc29jaWF0ZSBhbiBvcGVuIHNvdXJjZSBw
cm9qZWN0IHRvIGEgZHJhZnQgb3IgUkZDIHRoYXQgaXMga25vd24gdG8gYmUgYXBwcm9wcmlhdGUs
IHdpdGggbm90aWZpY2F0aW9uIHRvIHRoZSBvcGVuIHNvdXJjZSBjb2RlIG93bmVyIHRvIGFwcHJv
dmUgdGhlIGFzc29jaWF0aW9uLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPC9kaXY+
DQo8L2Jsb2NrcXVvdGU+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9
ImZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7QXJpYWwmcXVvdDssc2Fucy1zZXJp
Zjtjb2xvcjpibGFjayI+SWYgaXQgaXMgcG9zc2libGUgdG8gJ3RhZycgdGhlIGNvZGUgcmVwb3Np
dG9yeSBvd25lciBhbmQvb3IgcHJvamVjdCB0byBub3RpZnkgdGhlbSBhbmQgc2ltdWx0YW5lb3Ns
eSBhZHZlcnRpc2UgZm9yIHRoZW0gd2hlbiB0aGlzIGFzc29jaWF0aW9uIGlzIG1hZGUsIHRoYXQg
aXMgZGVzaXJhYmxlLiZxdW90Ozwvc3Bhbj4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0K
PGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPC9kaXY+
DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+VGhhbmtzLjxvOnA+PC9vOnA+PC9wPg0KPC9k
aXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+Jm5ic3A7PG86cD48L286cD48L3A+DQo8
L2Rpdj4NCjxibG9ja3F1b3RlIHN0eWxlPSJib3JkZXI6bm9uZTtib3JkZXItbGVmdDpzb2xpZCAj
Q0NDQ0NDIDEuMHB0O3BhZGRpbmc6MGluIDBpbiAwaW4gNi4wcHQ7bWFyZ2luLWxlZnQ6NC44cHQ7
bWFyZ2luLXJpZ2h0OjBpbiI+DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz
cGFuIHN0eWxlPSJmb250LWZhbWlseTomcXVvdDtBcmlhbCZxdW90OyxzYW5zLXNlcmlmO2NvbG9y
OmJsYWNrIj5UaGFua3MhPC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTomcXVvdDtBcmlh
bCZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiM4ODg4ODgiPjxiciBjbGVhcj0iYWxsIj4NCjwvc3Bh
bj48c3BhbiBzdHlsZT0iY29sb3I6Izg4ODg4OCI+PG86cD48L286cD48L3NwYW4+PC9wPg0KPGRp
dj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJjb2xvcjojODg4ODg4Ij48bzpw
PiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz
cGFuIHN0eWxlPSJjb2xvcjojODg4ODg4Ij4tLSA8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8ZGl2
Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJjb2xvcjojODg4ODg4
Ij48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCI+PHNwYW4gc3R5bGU9ImNvbG9yOiM4ODg4ODgiPkJlc3QgcmVnYXJkcyw8bzpwPjwvbzpwPjwv
c3Bhbj48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHls
ZT0iY29sb3I6Izg4ODg4OCI+S2F0aGxlZW48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8L2Rpdj4N
CjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9ibG9ja3F1b3RlPg0KPC9kaXY+DQo8
cCBjbGFzcz0iTXNvTm9ybWFsIj48YnI+DQo8YnIgY2xlYXI9ImFsbCI+DQo8bzpwPjwvbzpwPjwv
cD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCjwv
ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+LS0gPG86cD48L286cD48L3A+DQo8ZGl2Pg0KPGRp
dj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPGRpdj4NCjxw
IGNsYXNzPSJNc29Ob3JtYWwiPkJlc3QgcmVnYXJkcyw8bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0K
PGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPkthdGhsZWVuPG86cD48L286cD48L3A+DQo8L2Rp
dj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2JvZHk+DQo8L2h0
bWw+DQo=

--_000_BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00BY2PR03MB412namprd_--


From nobody Wed May  6 04:20:23 2015
Return-Path: <dthaler@microsoft.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0737A1B2B13 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:19:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.901
X-Spam-Level: 
X-Spam-Status: No, score=-101.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D_-nOhRddzaY for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:19:34 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0147.outbound.protection.outlook.com [65.55.169.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C6AA1B2AD4 for <codematch-develop@ietf.org>; Wed,  6 May 2015 04:19:30 -0700 (PDT)
Received: from BY2PR03MB412.namprd03.prod.outlook.com (10.141.141.25) by BY2PR03MB411.namprd03.prod.outlook.com (10.141.141.22) with Microsoft SMTP Server (TLS) id 15.1.160.10; Wed, 6 May 2015 11:19:28 +0000
Received: from BY2PR03MB412.namprd03.prod.outlook.com ([10.141.141.25]) by BY2PR03MB412.namprd03.prod.outlook.com ([10.141.141.25]) with mapi id 15.01.0160.009; Wed, 6 May 2015 11:19:29 +0000
From: Dave Thaler <dthaler@microsoft.com>
To: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
Thread-Topic: Code Match feature request
Thread-Index: AQHQh+kdLjU+etIeykWMf8b9yCjyWp1uw3uAgAAGHYCAAAImgIAAANwA
Date: Wed, 6 May 2015 11:19:27 +0000
Message-ID: <BY2PR03MB412D5FCED687EEA3D4A2D40A3D00@BY2PR03MB412.namprd03.prod.outlook.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com> <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com> <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com> <CAHbuEH7=cYpwTR8X-wUHHAqci9U3t54gK-wyhyaWgsDeRUj0Jw@mail.gmail.com>
In-Reply-To: <CAHbuEH7=cYpwTR8X-wUHHAqci9U3t54gK-wyhyaWgsDeRUj0Jw@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: gmail.com; dkim=none (message not signed) header.d=none;
x-originating-ip: [217.39.1.180]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR03MB411;
x-microsoft-antispam-prvs: <BY2PR03MB4116BB94E468E3CD3D2617BA3D00@BY2PR03MB411.namprd03.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(2401001)(5005006)(3002001); SRVR:BY2PR03MB411; BCL:0; PCL:0; RULEID:; SRVR:BY2PR03MB411; 
x-forefront-prvs: 0568F32D91
x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(377454003)(24454002)(66066001)(76576001)(77156002)(19609705001)(5001920100001)(93886004)(5001960100002)(106116001)(15975445007)(77096005)(2900100001)(102836002)(40100003)(92566002)(74316001)(122556002)(2950100001)(76176999)(50986999)(16236675004)(54356999)(19300405004)(99286002)(46102003)(87936001)(2656002)(62966003)(19580405001)(19580395003)(86612001)(110136002)(19625215002)(33656002)(86362001)(189998001); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2PR03MB411; H:BY2PR03MB412.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; 
Content-Type: multipart/alternative; boundary="_000_BY2PR03MB412D5FCED687EEA3D4A2D40A3D00BY2PR03MB412namprd_"
MIME-Version: 1.0
X-OriginatorOrg: microsoft.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 06 May 2015 11:19:27.6278 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR03MB411
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/jnjlb3cefnqobRn2kNy_V-X3Bkw>
X-Mailman-Approved-At: Wed, 06 May 2015 04:20:20 -0700
Cc: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 11:19:37 -0000

--_000_BY2PR03MB412D5FCED687EEA3D4A2D40A3D00BY2PR03MB412namprd_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

UGVyc29uYWxseSBJIHRoaW5rIHRoZSBwaHJhc2Ug4oCcdG8gYXBwcm92ZSB0aGUgYXNzb2NpYXRp
b27igJ0gY29ubm90ZXMgdGhhdCB0aGUgYXNzb2NpYXRpb24gaXMgbm90IG1hZGUgcHVibGljYWxs
eSB2aXNpYmxlIHVudGlsIHRoZSBvd25lciBhcHByb3Zlcy4NCknigJltIHByb3Bvc2luZyB0aGUg
b3Bwb3NpdGUsIHRoYXQgbm8gYXBwcm92YWwgc2hvdWxkIGJlIGRvbmUuDQpKdXN0IGxpa2UgZmFj
ZWJvb2sgYW5kIHR3aXR0ZXIgZG9u4oCZdCBoYXZlIGFuIGFwcHJvdmFsIHN0ZXAgd2hlbiB5b3Ug
dGFnIHNvbWVvbmUuDQpCdXQgZmFjZWJvb2sgaGFzIGEg4oCccmVtb3ZlIHRhZ+KAnSByZXRyb2Fj
dGl2ZSBvcHRpb24uDQoNCkZyb206IEthdGhsZWVuIE1vcmlhcnR5IFttYWlsdG86a2F0aGxlZW4u
bW9yaWFydHkuaWV0ZkBnbWFpbC5jb21dDQpTZW50OiBXZWRuZXNkYXksIE1heSA2LCAyMDE1IDEy
OjE0IFBNDQpUbzogRGF2ZSBUaGFsZXINCkNjOiBjb2RlbWF0Y2gtZGV2ZWxvcEBpZXRmLm9yZw0K
U3ViamVjdDogUmU6IENvZGUgTWF0Y2ggZmVhdHVyZSByZXF1ZXN0DQoNCkhpIERhdmUsDQoNClRo
YW5rIHlvdSwgdGhhdCBtYWtlcyBzZW5zZSwgaG93IGFib3V0IHRoZSBmb2xsb3dpbmcgdXBkYXRl
ZCBmZWF0dXJlIHJlcXVlc3QgZm9yIHBoYXNlIDI6DQoNCk1lY2hhbmlzbSB0byBhc3NvY2lhdGUg
YW4gb3BlbiBzb3VyY2UgcHJvamVjdCB0byBhIGRyYWZ0IG9yIFJGQyB0aGF0IGlzIGtub3duIHRv
IGJlIGFwcHJvcHJpYXRlLCB3aXRoIG5vdGlmaWNhdGlvbiB0byB0aGUgb3BlbiBzb3VyY2UgY29k
ZSBvd25lciB0byBhcHByb3ZlIHRoZSBhc3NvY2lhdGlvbiAoZW1haWwgdG8gcHJvamVjdCBjb2Rl
IG93bmVyIHJlcXVpcmVkIHRoYXQgaW5jbHVkZXMgYSBsaW5rIHRvIHRoZSBhc3NvY2lhdGlvbiBp
biBDb2RlTWF0Y2ggc28gdGhleSBjYW4gZ28gdG8gdGhlIHNpdGUgdG8gc2VlIGFueSBmdXJ0aGVy
IGluZm9ybWF0aW9uKS4gSWYgaXQgaXMgcG9zc2libGUgdG8gJ3RhZycgdGhlIGNvZGUgcmVwb3Np
dG9yeSBvd25lciBhbmQvb3IgcHJvamVjdCB0byBub3RpZnkgdGhlbSB2aWEgc29jaWFsIG1lZGlh
IGZlYXR1cmVzIChlcXVpdmFsZW50IG9mIEAgaW4gdHdpdHRlcikgYW5kIHNpbXVsdGFuZW91c2x5
IGFkdmVydGlzZSBmb3IgdGhlbSB3aGVuIHRoaXMgYXNzb2NpYXRpb24gaXMgbWFkZSwgdGhhdCBp
cyBkZXNpcmFibGUuIElmIG9ubHkgYWRkaW5nIGEgVVJMIGlzIHBvc3NpYmxlLCB0aGF0IHdpbGwg
c3VmZmljZSB3aXRoIGFuIGVtYWlsIG5vdGlmaWNhdGlvbiAobm8gYXBwcm92YWwgbmVlZGVkIHRv
IG1ha2UgdGhlIGFzc29jaWF0aW9uKS4NCg0KT24gV2VkLCBNYXkgNiwgMjAxNSBhdCA3OjEwIEFN
LCBEYXZlIFRoYWxlciA8ZHRoYWxlckBtaWNyb3NvZnQuY29tPG1haWx0bzpkdGhhbGVyQG1pY3Jv
c29mdC5jb20+PiB3cm90ZToNCk15IG9ubHkgdHdlYWsgc3VnZ2VzdGlvbiB3YXMgbm90IHRvIOKA
nGFwcHJvdmUgdGhlIGFzc29jaWF0aW9u4oCdIHBlciBzZSBidXQgbWVyZWx5IG5vdGlmeSB0aGVt
Lg0KVGhlIGRpZmZlcmVuY2UgaXMganVzdCB0aGF0IEkgdGhpbmsgdGhlIGFzc29jaWF0aW9uIHNo
b3VsZCBiZSBwdWJsaWNhbGx5IHZpc2libGUgZXZlbiBpZiBubyBvbmUgcmVzcG9uZHMuDQpUaGV5
IHNob3VsZCBiZSBhYmxlIHRvIGNvbWUgYmFjayBhbmQgbW9kaWZ5IGl0IG9yIHJlamVjdCBpdCBp
ZiB0aGV5IHdhbnQuDQoNCkZ1cnRoZXJtb3JlLCBJ4oCZZCByZWNvbW1lbmQgdGhhdCB0aGUgYWN0
dWFsIGNvbnRlbnQgbm90IGJlIGluIHRoZSBlbWFpbCBub3RpZmljYXRpb24sIG9ubHkgYSBsaW5r
IHRvIHdoZXJlIGl0IGNhbiBiZSB2aWV3ZWQuDQoNClRoaXMgaXMgc2ltaWxhciB0byB0aGUgZmFj
ZWJvb2sgbW9kZWwsIHdoaWNoIGhhcyB0aGUgYmVuZWZpdCBvZiBkcmF3aW5nIHBlb3BsZSBpbnRv
IHRoZSBzaXRlIGluIG9yZGVyIHRvIHNlZSB3aGF0IG90aGVycyBhcmUgc2F5aW5nIGFib3V0IHRo
ZW0uDQpUaHVzIGl0IGJlY29tZXMgYSB3YXkgdG8gbWFya2V0IGFuZCBpbmNyZWFzZSB1c2Ugb2Yg
dGhlIHNpdGUuDQoNCkZyb206IEthdGhsZWVuIE1vcmlhcnR5IFttYWlsdG86a2F0aGxlZW4ubW9y
aWFydHkuaWV0ZkBnbWFpbC5jb208bWFpbHRvOmthdGhsZWVuLm1vcmlhcnR5LmlldGZAZ21haWwu
Y29tPl0NClNlbnQ6IFdlZG5lc2RheSwgTWF5IDYsIDIwMTUgMTE6NDUgQU0NClRvOiBjb2RlbWF0
Y2gtZGV2ZWxvcEBpZXRmLm9yZzxtYWlsdG86Y29kZW1hdGNoLWRldmVsb3BAaWV0Zi5vcmc+OyBE
YXZlIFRoYWxlcg0KU3ViamVjdDogUmU6IENvZGUgTWF0Y2ggZmVhdHVyZSByZXF1ZXN0DQoNCkkn
dmUgYWRkZWQgYSBiaXQgbW9yZSB0ZXh0IHRvIHRoZSBmZWF0dXJlIHJlcXVlc3Qgcm9tIGFkZGl0
aW9uYWwgaW5wdXQgZnJvbSBEYXZlIGF0IHRoZSBlbmQ6DQoNCk9uIFdlZCwgTWF5IDYsIDIwMTUg
YXQgNjo0MCBBTSwgS2F0aGxlZW4gTW9yaWFydHkgPGthdGhsZWVuLm1vcmlhcnR5LmlldGZAZ21h
aWwuY29tPG1haWx0bzprYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbT4+IHdyb3RlOg0K
SGVsbG8sDQoNCkkgYW0gbWVldGluZyB3aXRoIHRoZSBJRVRGIGxlYWRlcnNoaXAgYW5kIERhdmUg
VGhhbGVyIGhhZCBhbiBpbnRlcmVzdGluZyBmZWF0dXJlIHJlcXVlc3QgdGhhdCBJIGhhdmUgYWRk
ZWQgdG8gdGhlIGdvb2dsZSBkb2MgdGhhdCBpbmNsdWRlcyB0aGUgcGxhbm5lZCBsaXN0IG9mIGZl
YXR1cmVzLiAgSSBwdXQgdGhpcyBpbnRvIHBoYXNlIDIgYW5kIGFtIGNvcHlpbmcgRGF2ZSBpbiBj
YXNlIHRoZSBmZWF0dXJlIHJlcXVlc3QgbmVlZHMgYW55IHR3ZWFraW5nLg0KDQoiTWVjaGFuaXNt
IHRvIGFzc29jaWF0ZSBhbiBvcGVuIHNvdXJjZSBwcm9qZWN0IHRvIGEgZHJhZnQgb3IgUkZDIHRo
YXQgaXMga25vd24gdG8gYmUgYXBwcm9wcmlhdGUsIHdpdGggbm90aWZpY2F0aW9uIHRvIHRoZSBv
cGVuIHNvdXJjZSBjb2RlIG93bmVyIHRvIGFwcHJvdmUgdGhlIGFzc29jaWF0aW9uLg0KSWYgaXQg
aXMgcG9zc2libGUgdG8gJ3RhZycgdGhlIGNvZGUgcmVwb3NpdG9yeSBvd25lciBhbmQvb3IgcHJv
amVjdCB0byBub3RpZnkgdGhlbSBhbmQgc2ltdWx0YW5lb3NseSBhZHZlcnRpc2UgZm9yIHRoZW0g
d2hlbiB0aGlzIGFzc29jaWF0aW9uIGlzIG1hZGUsIHRoYXQgaXMgZGVzaXJhYmxlLiINCg0KVGhh
bmtzLg0KDQpUaGFua3MhDQoNCi0tDQoNCkJlc3QgcmVnYXJkcywNCkthdGhsZWVuDQoNCg0KDQot
LQ0KDQpCZXN0IHJlZ2FyZHMsDQpLYXRobGVlbg0KDQoNCg0KLS0NCg0KQmVzdCByZWdhcmRzLA0K
S2F0aGxlZW4NCg==

--_000_BY2PR03MB412D5FCED687EEA3D4A2D40A3D00BY2PR03MB412namprd_
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy
bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt
YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj
cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
VFIvUkVDLWh0bWw0MCI+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9IkdlbmVyYXRv
ciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgMTUgKGZpbHRlcmVkIG1lZGl1bSkiPg0KPHN0eWxl
PjwhLS0NCi8qIEZvbnQgRGVmaW5pdGlvbnMgKi8NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6
IkNhbWJyaWEgTWF0aCI7DQoJcGFub3NlLTE6MiA0IDUgMyA1IDQgNiAzIDIgNDt9DQpAZm9udC1m
YWNlDQoJe2ZvbnQtZmFtaWx5OkNhbGlicmk7DQoJcGFub3NlLTE6MiAxNSA1IDIgMiAyIDQgMyAy
IDQ7fQ0KLyogU3R5bGUgRGVmaW5pdGlvbnMgKi8NCnAuTXNvTm9ybWFsLCBsaS5Nc29Ob3JtYWws
IGRpdi5Nc29Ob3JtYWwNCgl7bWFyZ2luOjBpbjsNCgltYXJnaW4tYm90dG9tOi4wMDAxcHQ7DQoJ
Zm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiVGltZXMgTmV3IFJvbWFuIixzZXJpZjt9
DQphOmxpbmssIHNwYW4uTXNvSHlwZXJsaW5rDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCglj
b2xvcjpibHVlOw0KCXRleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmU7fQ0KYTp2aXNpdGVkLCBzcGFu
Lk1zb0h5cGVybGlua0ZvbGxvd2VkDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCgljb2xvcjpw
dXJwbGU7DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9DQpzcGFuLkVtYWlsU3R5bGUxNw0K
CXttc28tc3R5bGUtdHlwZTpwZXJzb25hbC1yZXBseTsNCglmb250LWZhbWlseToiQ2FsaWJyaSIs
c2Fucy1zZXJpZjsNCgljb2xvcjojMUY0OTdEO30NCi5Nc29DaHBEZWZhdWx0DQoJe21zby1zdHls
ZS10eXBlOmV4cG9ydC1vbmx5Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIixzYW5zLXNlcmlmO30N
CkBwYWdlIFdvcmRTZWN0aW9uMQ0KCXtzaXplOjguNWluIDExLjBpbjsNCgltYXJnaW46MS4waW4g
MS4waW4gMS4waW4gMS4waW47fQ0KZGl2LldvcmRTZWN0aW9uMQ0KCXtwYWdlOldvcmRTZWN0aW9u
MTt9DQotLT48L3N0eWxlPjwhLS1baWYgZ3RlIG1zbyA5XT48eG1sPg0KPG86c2hhcGVkZWZhdWx0
cyB2OmV4dD0iZWRpdCIgc3BpZG1heD0iMTAyNiIgLz4NCjwveG1sPjwhW2VuZGlmXS0tPjwhLS1b
aWYgZ3RlIG1zbyA5XT48eG1sPg0KPG86c2hhcGVsYXlvdXQgdjpleHQ9ImVkaXQiPg0KPG86aWRt
YXAgdjpleHQ9ImVkaXQiIGRhdGE9IjEiIC8+DQo8L286c2hhcGVsYXlvdXQ+PC94bWw+PCFbZW5k
aWZdLS0+DQo8L2hlYWQ+DQo8Ym9keSBsYW5nPSJFTi1VUyIgbGluaz0iYmx1ZSIgdmxpbms9InB1
cnBsZSI+DQo8ZGl2IGNsYXNzPSJXb3JkU2VjdGlvbjEiPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+
PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZx
dW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPlBlcnNvbmFsbHkgSSB0aGluayB0aGUgcGhy
YXNlIOKAnHRvIGFwcHJvdmUgdGhlIGFzc29jaWF0aW9u4oCdIGNvbm5vdGVzIHRoYXQgdGhlIGFz
c29jaWF0aW9uIGlzIG5vdCBtYWRlIHB1YmxpY2FsbHkgdmlzaWJsZSB1bnRpbCB0aGUgb3duZXIg
YXBwcm92ZXMuPG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw
YW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90
OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPknigJltIHByb3Bvc2luZyB0aGUgb3Bwb3NpdGUs
IHRoYXQgbm8gYXBwcm92YWwgc2hvdWxkIGJlIGRvbmUuPG86cD48L286cD48L3NwYW4+PC9wPg0K
PHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1m
YW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPkp1c3Qg
bGlrZSBmYWNlYm9vayBhbmQgdHdpdHRlciBkb27igJl0IGhhdmUgYW4gYXBwcm92YWwgc3RlcCB3
aGVuIHlvdSB0YWcgc29tZW9uZS48bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNv
Tm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtD
YWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+QnV0IGZhY2Vib29rIGhhcyBh
IOKAnHJlbW92ZSB0YWfigJ0gcmV0cm9hY3RpdmUgb3B0aW9uLjxvOnA+PC9vOnA+PC9zcGFuPjwv
cD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxhIG5hbWU9Il9NYWlsRW5kQ29tcG9zZSI+PHNwYW4g
c3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90Oyxz
YW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPjxvOnA+Jm5ic3A7PC9vOnA+PC9zcGFuPjwvYT48L3A+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtm
b250LWZhbWlseTomcXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWYiPkZyb206PC9zcGFuPjwv
Yj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJp
JnF1b3Q7LHNhbnMtc2VyaWYiPiBLYXRobGVlbiBNb3JpYXJ0eSBbbWFpbHRvOmthdGhsZWVuLm1v
cmlhcnR5LmlldGZAZ21haWwuY29tXQ0KPGJyPg0KPGI+U2VudDo8L2I+IFdlZG5lc2RheSwgTWF5
IDYsIDIwMTUgMTI6MTQgUE08YnI+DQo8Yj5Ubzo8L2I+IERhdmUgVGhhbGVyPGJyPg0KPGI+Q2M6
PC9iPiBjb2RlbWF0Y2gtZGV2ZWxvcEBpZXRmLm9yZzxicj4NCjxiPlN1YmplY3Q6PC9iPiBSZTog
Q29kZSBNYXRjaCBmZWF0dXJlIHJlcXVlc3Q8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNv
Tm9ybWFsIj5IaSBEYXZlLDxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05v
cm1hbCI+VGhhbmsgeW91LCB0aGF0IG1ha2VzIHNlbnNlLCBob3cgYWJvdXQgdGhlIGZvbGxvd2lu
ZyB1cGRhdGVkIGZlYXR1cmUgcmVxdWVzdCBmb3IgcGhhc2UgMjo8bzpwPjwvbzpwPjwvcD4NCjwv
ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0K
PC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6
ZToxMC4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7QXJpYWwmcXVvdDssc2Fucy1zZXJpZjtjb2xvcjpi
bGFjayI+TWVjaGFuaXNtIHRvIGFzc29jaWF0ZSBhbiBvcGVuIHNvdXJjZSBwcm9qZWN0IHRvIGEg
ZHJhZnQgb3IgUkZDIHRoYXQgaXMga25vd24gdG8gYmUgYXBwcm9wcmlhdGUsIHdpdGggbm90aWZp
Y2F0aW9uIHRvIHRoZSBvcGVuIHNvdXJjZSBjb2RlIG93bmVyIHRvIGFwcHJvdmUgdGhlIGFzc29j
aWF0aW9uDQogKGVtYWlsIHRvIHByb2plY3QgY29kZSBvd25lciByZXF1aXJlZCB0aGF0IGluY2x1
ZGVzIGEgbGluayB0byB0aGUgYXNzb2NpYXRpb24gaW4gQ29kZU1hdGNoIHNvIHRoZXkgY2FuIGdv
IHRvIHRoZSBzaXRlIHRvIHNlZSBhbnkgZnVydGhlciBpbmZvcm1hdGlvbikuIElmIGl0IGlzIHBv
c3NpYmxlIHRvICd0YWcnIHRoZSBjb2RlIHJlcG9zaXRvcnkgb3duZXIgYW5kL29yIHByb2plY3Qg
dG8gbm90aWZ5IHRoZW0gdmlhIHNvY2lhbCBtZWRpYSBmZWF0dXJlcw0KIChlcXVpdmFsZW50IG9m
IEAgaW4gdHdpdHRlcikgYW5kIHNpbXVsdGFuZW91c2x5IGFkdmVydGlzZSBmb3IgdGhlbSB3aGVu
IHRoaXMgYXNzb2NpYXRpb24gaXMgbWFkZSwgdGhhdCBpcyBkZXNpcmFibGUuIElmIG9ubHkgYWRk
aW5nIGEgVVJMIGlzIHBvc3NpYmxlLCB0aGF0IHdpbGwgc3VmZmljZSB3aXRoIGFuIGVtYWlsIG5v
dGlmaWNhdGlvbiAobm8gYXBwcm92YWwgbmVlZGVkIHRvIG1ha2UgdGhlIGFzc29jaWF0aW9uKS48
L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJN
c29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiPk9uIFdlZCwgTWF5IDYsIDIwMTUgYXQgNzoxMCBBTSwgRGF2ZSBUaGFsZXIgJmx0OzxhIGhy
ZWY9Im1haWx0bzpkdGhhbGVyQG1pY3Jvc29mdC5jb20iIHRhcmdldD0iX2JsYW5rIj5kdGhhbGVy
QG1pY3Jvc29mdC5jb208L2E+Jmd0OyB3cm90ZTo8bzpwPjwvbzpwPjwvcD4NCjxibG9ja3F1b3Rl
IHN0eWxlPSJib3JkZXI6bm9uZTtib3JkZXItbGVmdDpzb2xpZCAjQ0NDQ0NDIDEuMHB0O3BhZGRp
bmc6MGluIDBpbiAwaW4gNi4wcHQ7bWFyZ2luLWxlZnQ6NC44cHQ7bWFyZ2luLXJpZ2h0OjBpbiI+
DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRv
cC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9ImZvbnQt
c2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmO2Nv
bG9yOiMxRjQ5N0QiPk15IG9ubHkgdHdlYWsgc3VnZ2VzdGlvbiB3YXMgbm90IHRvIOKAnGFwcHJv
dmUgdGhlIGFzc29jaWF0aW9u4oCdIHBlciBzZSBidXQgbWVyZWx5IG5vdGlmeSB0aGVtLjwvc3Bh
bj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2lu
LXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9ImZv
bnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlm
O2NvbG9yOiMxRjQ5N0QiPlRoZSBkaWZmZXJlbmNlIGlzIGp1c3QgdGhhdCBJIHRoaW5rIHRoZSBh
c3NvY2lhdGlvbiBzaG91bGQgYmUgcHVibGljYWxseSB2aXNpYmxlIGV2ZW4gaWYgbm8gb25lIHJl
c3BvbmRzLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxl
PSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNw
YW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90
OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPlRoZXkgc2hvdWxkIGJlIGFibGUgdG8gY29tZSBi
YWNrIGFuZCBtb2RpZnkgaXQgb3IgcmVqZWN0IGl0IGlmIHRoZXkgd2FudC48L3NwYW4+PG86cD48
L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0
OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6
MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJpZjtjb2xvcjoj
MUY0OTdEIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
IiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1
dG8iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGli
cmkmcXVvdDssc2Fucy1zZXJpZjtjb2xvcjojMUY0OTdEIj5GdXJ0aGVybW9yZSwgSeKAmWQgcmVj
b21tZW5kIHRoYXQgdGhlIGFjdHVhbCBjb250ZW50IG5vdCBiZSBpbiB0aGUgZW1haWwgbm90aWZp
Y2F0aW9uLCBvbmx5IGEgbGluayB0bw0KIHdoZXJlIGl0IGNhbiBiZSB2aWV3ZWQuPC9zcGFuPjxv
OnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9w
LWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0iZm9udC1z
aXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29s
b3I6IzFGNDk3RCI+Jm5ic3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05v
cm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFs
dDphdXRvIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtD
YWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+VGhpcyBpcyBzaW1pbGFyIHRv
IHRoZSBmYWNlYm9vayBtb2RlbCwgd2hpY2ggaGFzIHRoZSBiZW5lZml0IG9mIGRyYXdpbmcgcGVv
cGxlIGludG8gdGhlIHNpdGUgaW4gb3JkZXINCiB0byBzZWUgd2hhdCBvdGhlcnMgYXJlIHNheWlu
ZyBhYm91dCB0aGVtLjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwi
IHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0
byI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJy
aSZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPlRodXMgaXQgYmVjb21lcyBhIHdheSB0
byBtYXJrZXQgYW5kIGluY3JlYXNlIHVzZSBvZiB0aGUgc2l0ZS48L3NwYW4+PG86cD48L286cD48
L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87
bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxhIG5hbWU9IjE0ZDI4ZWI2YTE5YWQxOTZfX01h
aWxFbmRDb21wb3NlIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTom
cXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+Jm5ic3A7PC9zcGFu
PjwvYT48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFy
Z2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PGI+PHNwYW4gc3R5
bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5z
LXNlcmlmIj5Gcm9tOjwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9u
dC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmIj4gS2F0aGxlZW4gTW9yaWFy
dHkgW21haWx0bzo8YSBocmVmPSJtYWlsdG86a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBnbWFpbC5j
b20iIHRhcmdldD0iX2JsYW5rIj5rYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbTwvYT5d
DQo8YnI+DQo8Yj5TZW50OjwvYj4gV2VkbmVzZGF5LCBNYXkgNiwgMjAxNSAxMTo0NSBBTTxicj4N
CjxiPlRvOjwvYj4gPGEgaHJlZj0ibWFpbHRvOmNvZGVtYXRjaC1kZXZlbG9wQGlldGYub3JnIiB0
YXJnZXQ9Il9ibGFuayI+Y29kZW1hdGNoLWRldmVsb3BAaWV0Zi5vcmc8L2E+OyBEYXZlIFRoYWxl
cjxicj4NCjxiPlN1YmplY3Q6PC9iPiBSZTogQ29kZSBNYXRjaCBmZWF0dXJlIHJlcXVlc3Q8L3Nw
YW4+PG86cD48L286cD48L3A+DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0
eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+
Jm5ic3A7PG86cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9
Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj5JJ3Zl
IGFkZGVkIGEgYml0IG1vcmUgdGV4dCB0byB0aGUgZmVhdHVyZSByZXF1ZXN0IHJvbSBhZGRpdGlv
bmFsIGlucHV0IGZyb20gRGF2ZSBhdCB0aGUgZW5kOjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxw
IGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFy
Z2luLWJvdHRvbS1hbHQ6YXV0byI+Jm5ic3A7PG86cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xh
c3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4t
Ym90dG9tLWFsdDphdXRvIj5PbiBXZWQsIE1heSA2LCAyMDE1IGF0IDY6NDAgQU0sIEthdGhsZWVu
IE1vcmlhcnR5ICZsdDs8YSBocmVmPSJtYWlsdG86a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBnbWFp
bC5jb20iIHRhcmdldD0iX2JsYW5rIj5rYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbTwv
YT4mZ3Q7IHdyb3RlOjxvOnA+PC9vOnA+PC9wPg0KPGJsb2NrcXVvdGUgc3R5bGU9ImJvcmRlcjpu
b25lO2JvcmRlci1sZWZ0OnNvbGlkICNDQ0NDQ0MgMS4wcHQ7cGFkZGluZzowaW4gMGluIDBpbiA2
LjBwdDttYXJnaW4tbGVmdDo0LjhwdDttYXJnaW4tdG9wOjUuMHB0O21hcmdpbi1yaWdodDowaW47
bWFyZ2luLWJvdHRvbTo1LjBwdCI+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9
Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj5IZWxs
byw8bzpwPjwvbzpwPjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNv
LW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPiZuYnNwOzxv
OnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9
Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj5JIGFt
IG1lZXRpbmcgd2l0aCB0aGUgSUVURiBsZWFkZXJzaGlwIGFuZCBEYXZlIFRoYWxlciBoYWQgYW4g
aW50ZXJlc3RpbmcgZmVhdHVyZSByZXF1ZXN0IHRoYXQgSSBoYXZlIGFkZGVkIHRvIHRoZSBnb29n
bGUgZG9jIHRoYXQgaW5jbHVkZXMgdGhlIHBsYW5uZWQgbGlzdCBvZiBmZWF0dXJlcy4mbmJzcDsg
SSBwdXQgdGhpcw0KIGludG8gcGhhc2UgMiBhbmQgYW0gY29weWluZyBEYXZlIGluIGNhc2UgdGhl
IGZlYXR1cmUgcmVxdWVzdCBuZWVkcyBhbnkgdHdlYWtpbmcuPG86cD48L286cD48L3A+DQo8L2Rp
dj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0
OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0K
PC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9w
LWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0iZm9udC1z
aXplOjEwLjBwdDtmb250LWZhbWlseTomcXVvdDtBcmlhbCZxdW90OyxzYW5zLXNlcmlmO2NvbG9y
OmJsYWNrIj4mcXVvdDtNZWNoYW5pc20gdG8gYXNzb2NpYXRlIGFuIG9wZW4gc291cmNlIHByb2pl
Y3QgdG8gYSBkcmFmdCBvciBSRkMgdGhhdCBpcyBrbm93biB0byBiZSBhcHByb3ByaWF0ZSwgd2l0
aA0KIG5vdGlmaWNhdGlvbiB0byB0aGUgb3BlbiBzb3VyY2UgY29kZSBvd25lciB0byBhcHByb3Zl
IHRoZSBhc3NvY2lhdGlvbi48L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjwvZGl2Pg0K
PC9ibG9ja3F1b3RlPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFy
Z2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9
ImZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7QXJpYWwmcXVvdDssc2Fucy1zZXJp
Zjtjb2xvcjpibGFjayI+SWYgaXQgaXMgcG9zc2libGUgdG8gJ3RhZycgdGhlIGNvZGUgcmVwb3Np
dG9yeSBvd25lciBhbmQvb3IgcHJvamVjdCB0byBub3RpZnkgdGhlbSBhbmQgc2ltdWx0YW5lb3Ns
eSBhZHZlcnRpc2UNCiBmb3IgdGhlbSB3aGVuIHRoaXMgYXNzb2NpYXRpb24gaXMgbWFkZSwgdGhh
dCBpcyBkZXNpcmFibGUuJnF1b3Q7PC9zcGFuPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+
DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDph
dXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCjwv
ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1h
bHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+VGhhbmtzLjxvOnA+PC9vOnA+PC9w
Pg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4t
dG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj4mbmJzcDs8bzpwPjwvbzpw
PjwvcD4NCjwvZGl2Pg0KPGJsb2NrcXVvdGUgc3R5bGU9ImJvcmRlcjpub25lO2JvcmRlci1sZWZ0
OnNvbGlkICNDQ0NDQ0MgMS4wcHQ7cGFkZGluZzowaW4gMGluIDBpbiA2LjBwdDttYXJnaW4tbGVm
dDo0LjhwdDttYXJnaW4tdG9wOjUuMHB0O21hcmdpbi1yaWdodDowaW47bWFyZ2luLWJvdHRvbTo1
LjBwdCI+DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFy
Z2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9
ImZvbnQtZmFtaWx5OiZxdW90O0FyaWFsJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6YmxhY2siPlRo
YW5rcyE8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiZxdW90O0FyaWFsJnF1b3Q7LHNh
bnMtc2VyaWY7Y29sb3I6Izg4ODg4OCI+PGJyIGNsZWFyPSJhbGwiPg0KPC9zcGFuPjxvOnA+PC9v
OnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRv
cC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9ImNvbG9y
OiM4ODg4ODgiPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPHAgY2xhc3M9
Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90
dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0iY29sb3I6Izg4ODg4OCI+LS0NCjwvc3Bhbj48bzpw
PjwvbzpwPjwvcD4NCjxkaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1z
by1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBz
dHlsZT0iY29sb3I6Izg4ODg4OCI+Jm5ic3A7PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4N
CjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28t
bWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9ImNvbG9yOiM4ODg4ODgiPkJlc3Qg
cmVnYXJkcyw8L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0
b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJjb2xvcjojODg4ODg4Ij5LYXRobGVlbjwvc3Bhbj48
bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8
L2Jsb2NrcXVvdGU+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFy
Z2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PGJyPg0KPGJyIGNs
ZWFyPSJhbGwiPg0KPG86cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIg
c3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRv
Ij4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5
bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj4t
LQ0KPG86cD48L286cD48L3A+DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0
eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+
Jm5ic3A7PG86cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9
Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj5CZXN0
IHJlZ2FyZHMsPG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9y
bWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0
OmF1dG8iPkthdGhsZWVuPG86cD48L286cD48L3A+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8
L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Jsb2NrcXVv
dGU+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxicj4NCjxiciBjbGVhcj0iYWxsIj4N
CjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7
PC9vOnA+PC9wPg0KPC9kaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj4tLSA8bzpwPjwvbzpwPjwv
cD4NCjxkaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PG86cD4mbmJzcDs8L286cD48
L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+QmVzdCByZWdhcmRzLDxvOnA+PC9vOnA+
PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+S2F0aGxlZW48bzpwPjwv
bzpwPjwvcD4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2JvZHk+
DQo8L2h0bWw+DQo=

--_000_BY2PR03MB412D5FCED687EEA3D4A2D40A3D00BY2PR03MB412namprd_--


From nobody Wed May  6 04:22:18 2015
Return-Path: <kathleen.moriarty.ietf@gmail.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F394C1B2B91 for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:22:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h5L12pV7AkRn for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:22:09 -0700 (PDT)
Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BBE831B2B1C for <codematch-develop@ietf.org>; Wed,  6 May 2015 04:21:49 -0700 (PDT)
Received: by lbbqq2 with SMTP id qq2so4925240lbb.3 for <codematch-develop@ietf.org>; Wed, 06 May 2015 04:21:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hi2hVvwDuOOJZ5Q9+9u6SIYnyqI1zfSfL5/c6PjYkDc=; b=n9PmLpv059n9uzaJtb+uNAITYokjh/8M1UxjCKQH9A44cAFq+WAaIreZOpCEG1W6sP ESIHmDG015Qw//M6VxwbOB1GiYGwiqVfHYNAYXtcuG9eMHTEebIzIxFL5vNvYOFLaKCA WVPeUr+gn0d1VZcoqFJxv4EBbkXqEVtgxTnGySGgbTNOzc0eFbgOAfYFJSAonW1jJkXh VEpbUVt9oqQQ+2olGh6cH2QATAnGKVkoX+JwCYLQIpQqnSYaG7xIWGAkYE4bxc/+ioFT mq9xq6TdVgpEU5wFqmgPY6MEdAre3Y45jkHna7Nz9uSotWwjDv3tXNhDJoySb3dogI3m wdcQ==
MIME-Version: 1.0
X-Received: by 10.153.6.36 with SMTP id cr4mr28676971lad.56.1430911308148; Wed, 06 May 2015 04:21:48 -0700 (PDT)
Received: by 10.112.11.199 with HTTP; Wed, 6 May 2015 04:21:48 -0700 (PDT)
In-Reply-To: <BY2PR03MB412D5FCED687EEA3D4A2D40A3D00@BY2PR03MB412.namprd03.prod.outlook.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com> <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com> <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com> <CAHbuEH7=cYpwTR8X-wUHHAqci9U3t54gK-wyhyaWgsDeRUj0Jw@mail.gmail.com> <BY2PR03MB412D5FCED687EEA3D4A2D40A3D00@BY2PR03MB412.namprd03.prod.outlook.com>
Date: Wed, 6 May 2015 07:21:48 -0400
Message-ID: <CAHbuEH48H2gvEkgXmOFU3MO-cVib-X=G-yaDxEqtV2Rigx=QmQ@mail.gmail.com>
From: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
To: Dave Thaler <dthaler@microsoft.com>
Content-Type: multipart/alternative; boundary=001a11348c383a35ba0515680014
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/4RimjavsUka2B_EOsftfx_COVT0>
Cc: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 11:22:18 -0000

--001a11348c383a35ba0515680014
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Dave,

On Wed, May 6, 2015 at 7:19 AM, Dave Thaler <dthaler@microsoft.com> wrote:

>  Personally I think the phrase =E2=80=9Cto approve the association=E2=80=
=9D connotes that
> the association is not made publically visible until the owner approves.
>
> I=E2=80=99m proposing the opposite, that no approval should be done.
>
> Just like facebook and twitter don=E2=80=99t have an approval step when y=
ou tag
> someone.
>
> But facebook has a =E2=80=9Cremove tag=E2=80=9D retroactive option.
>

Thanks for catching that, I thought I had removed it.  Here is the updated
text in the google doc for feature tracking:

Mechanism to associate an open source project to a draft or RFC that is
known to be appropriate, with notification to the open source code owner of
the association (email to project code owner required that includes a link
to the association in CodeMatch so they can go to the site to see any
further information). If it is possible to 'tag' the code repository owner
and/or project to notify them via social media features (equivalent of @ in
twitter) and simultaneously advertise for them when this association is
made, that is desirable. If only adding a URL is possible, that will
suffice with an email notification (no approval needed to make the
association).


>
> *From:* Kathleen Moriarty [mailto:kathleen.moriarty.ietf@gmail.com]
> *Sent:* Wednesday, May 6, 2015 12:14 PM
> *To:* Dave Thaler
> *Cc:* codematch-develop@ietf.org
>
> *Subject:* Re: Code Match feature request
>
>
>
> Hi Dave,
>
>
>
> Thank you, that makes sense, how about the following updated feature
> request for phase 2:
>
>
>
> Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner =
to
> approve the association (email to project code owner required that includ=
es
> a link to the association in CodeMatch so they can go to the site to see
> any further information). If it is possible to 'tag' the code repository
> owner and/or project to notify them via social media features (equivalent
> of @ in twitter) and simultaneously advertise for them when this
> association is made, that is desirable. If only adding a URL is possible,
> that will suffice with an email notification (no approval needed to make
> the association).
>
>
>
> On Wed, May 6, 2015 at 7:10 AM, Dave Thaler <dthaler@microsoft.com> wrote=
:
>
>  My only tweak suggestion was not to =E2=80=9Capprove the association=E2=
=80=9D per se but
> merely notify them.
>
> The difference is just that I think the association should be publically
> visible even if no one responds.
>
> They should be able to come back and modify it or reject it if they want.
>
>
>
> Furthermore, I=E2=80=99d recommend that the actual content not be in the =
email
> notification, only a link to where it can be viewed.
>
>
>
> This is similar to the facebook model, which has the benefit of drawing
> people into the site in order to see what others are saying about them.
>
> Thus it becomes a way to market and increase use of the site.
>
>
>
> *From:* Kathleen Moriarty [mailto:kathleen.moriarty.ietf@gmail.com]
> *Sent:* Wednesday, May 6, 2015 11:45 AM
> *To:* codematch-develop@ietf.org; Dave Thaler
> *Subject:* Re: Code Match feature request
>
>
>
> I've added a bit more text to the feature request rom additional input
> from Dave at the end:
>
>
>
> On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty <
> kathleen.moriarty.ietf@gmail.com> wrote:
>
>  Hello,
>
>
>
> I am meeting with the IETF leadership and Dave Thaler had an interesting
> feature request that I have added to the google doc that includes the
> planned list of features.  I put this into phase 2 and am copying Dave in
> case the feature request needs any tweaking.
>
>
>
> "Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner =
to
> approve the association.
>
>  If it is possible to 'tag' the code repository owner and/or project to
> notify them and simultaneosly advertise for them when this association is
> made, that is desirable."
>
>
>
> Thanks.
>
>
>
>  Thanks!
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>
>
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>
>
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>



--=20

Best regards,
Kathleen

--001a11348c383a35ba0515680014
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Dave,<div class=3D"gmail_extra"><br><div class=3D"gmail=
_quote">On Wed, May 6, 2015 at 7:19 AM, Dave Thaler <span dir=3D"ltr">&lt;<=
a href=3D"mailto:dthaler@microsoft.com" target=3D"_blank">dthaler@microsoft=
.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,=
204);border-left-style:solid;padding-left:1ex">





<div lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">Personally I think the phrase =E2=80=9Cto ap=
prove the association=E2=80=9D connotes that the association is not made pu=
blically visible until the owner approves.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">I=E2=80=99m proposing the opposite, that no =
approval should be done.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">Just like facebook and twitter don=E2=80=99t=
 have an approval step when you tag someone.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">But facebook has a =E2=80=9Cremove tag=E2=80=
=9D retroactive option.</span></p></div></div></blockquote><div><br></div><=
div>Thanks for catching that, I thought I had removed it.=C2=A0 Here is the=
 updated text in the google doc for feature tracking:</div><div><br></div><=
div><span style=3D"color:rgb(0,0,0);font-family:arial,sans,sans-serif;font-=
size:13px;white-space:pre-wrap">Mechanism to associate an open source proje=
ct to a draft or RFC that is known to be appropriate, with notification to =
the open source code owner of the association (email to project code owner =
required that includes a link to the association in CodeMatch so they can g=
o to the site to see any further information).  If it is possible to &#39;t=
ag&#39; the code repository owner and/or project to notify them via social =
media features (equivalent of @ in twitter) and simultaneously advertise fo=
r them when this association is made, that is desirable.  If only adding a =
URL is possible, that will suffice with an email notification (no approval =
needed to make the association).</span>=C2=A0</div><div><br></div><blockquo=
te class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-widt=
h:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-le=
ft:1ex"><div lang=3D"EN-US" link=3D"blue" vlink=3D"purple"><div><p class=3D=
"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sans-serif;co=
lor:rgb(31,73,125)"><u></u><u></u></span></p>
<p class=3D"MsoNormal"><a name=3D"14d28f3b72df5cdd__MailEndCompose"><span s=
tyle=3D"font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"=
><u></u>=C2=A0<u></u></span></a></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:11pt;font-family:Calibri=
,sans-serif">From:</span></b><span style=3D"font-size:11pt;font-family:Cali=
bri,sans-serif"> Kathleen Moriarty [mailto:<a href=3D"mailto:kathleen.moria=
rty.ietf@gmail.com" target=3D"_blank">kathleen.moriarty.ietf@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, May 6, 2015 12:14 PM<br>
<b>To:</b> Dave Thaler<br>
<b>Cc:</b> <a href=3D"mailto:codematch-develop@ietf.org" target=3D"_blank">=
codematch-develop@ietf.org</a></span></p><div><div class=3D"h5"><br>
<b>Subject:</b> Re: Code Match feature request<u></u><u></u></div></div><p>=
</p><div><div class=3D"h5">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">Hi Dave,<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thank you, that makes sense, how about the following=
 updated feature request for phase 2:<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10pt;font-family:Arial,sans=
-serif;color:black">Mechanism to associate an open source project to a draf=
t or RFC that is known to be appropriate, with notification to the open sou=
rce code owner to approve the association
 (email to project code owner required that includes a link to the associat=
ion in CodeMatch so they can go to the site to see any further information)=
. If it is possible to &#39;tag&#39; the code repository owner and/or proje=
ct to notify them via social media features
 (equivalent of @ in twitter) and simultaneously advertise for them when th=
is association is made, that is desirable. If only adding a URL is possible=
, that will suffice with an email notification (no approval needed to make =
the association).</span><u></u><u></u></p>
</div>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">On Wed, May 6, 2015 at 7:10 AM, Dave Thaler &lt;<a h=
ref=3D"mailto:dthaler@microsoft.com" target=3D"_blank">dthaler@microsoft.co=
m</a>&gt; wrote:<u></u><u></u></p>
<blockquote style=3D"border-style:none none none solid;border-left-color:rg=
b(204,204,204);border-left-width:1pt;padding:0in 0in 0in 6pt;margin-left:4.=
8pt;margin-right:0in">
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">My only tweak suggestion was not to =E2=80=
=9Capprove the association=E2=80=9D per se but merely notify them.</span><u=
></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">The difference is just that I think the asso=
ciation should be publically visible even if no one responds.</span><u></u>=
<u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">They should be able to come back and modify =
it or reject it if they want.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">=C2=A0</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">Furthermore, I=E2=80=99d recommend that the =
actual content not be in the email notification, only a link to
 where it can be viewed.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">=C2=A0</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">This is similar to the facebook model, which=
 has the benefit of drawing people into the site in order
 to see what others are saying about them.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11pt;font-family:Calibri,sa=
ns-serif;color:rgb(31,73,125)">Thus it becomes a way to market and increase=
 use of the site.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><a name=3D"14d28f3b72df5cdd_14d28eb6a19ad196__MailEn=
dCompose"><span style=3D"font-size:11pt;font-family:Calibri,sans-serif;colo=
r:rgb(31,73,125)">=C2=A0</span></a><u></u><u></u></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:11pt;font-family:Calibri=
,sans-serif">From:</span></b><span style=3D"font-size:11pt;font-family:Cali=
bri,sans-serif"> Kathleen Moriarty [mailto:<a href=3D"mailto:kathleen.moria=
rty.ietf@gmail.com" target=3D"_blank">kathleen.moriarty.ietf@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, May 6, 2015 11:45 AM<br>
<b>To:</b> <a href=3D"mailto:codematch-develop@ietf.org" target=3D"_blank">=
codematch-develop@ietf.org</a>; Dave Thaler<br>
<b>Subject:</b> Re: Code Match feature request</span><u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">I&#39;ve added a bit more text to the feature reques=
t rom additional input from Dave at the end:<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty &l=
t;<a href=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kat=
hleen.moriarty.ietf@gmail.com</a>&gt; wrote:<u></u><u></u></p>
<blockquote style=3D"border-style:none none none solid;border-left-color:rg=
b(204,204,204);border-left-width:1pt;padding:0in 0in 0in 6pt;margin:5pt 0in=
 5pt 4.8pt">
<div>
<p class=3D"MsoNormal">Hello,<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">I am meeting with the IETF leadership and Dave Thale=
r had an interesting feature request that I have added to the google doc th=
at includes the planned list of features.=C2=A0 I put this
 into phase 2 and am copying Dave in case the feature request needs any twe=
aking.<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10pt;font-family:Arial,sans=
-serif;color:black">&quot;Mechanism to associate an open source project to =
a draft or RFC that is known to be appropriate, with
 notification to the open source code owner to approve the association.</sp=
an><u></u><u></u></p>
</div>
</div>
</blockquote>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10pt;font-family:Arial,sans=
-serif;color:black">If it is possible to &#39;tag&#39; the code repository =
owner and/or project to notify them and simultaneosly advertise
 for them when this association is made, that is desirable.&quot;</span>=C2=
=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thanks.<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<blockquote style=3D"border-style:none none none solid;border-left-color:rg=
b(204,204,204);border-left-width:1pt;padding:0in 0in 0in 6pt;margin:5pt 0in=
 5pt 4.8pt">
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:Arial,sans-serif;color:bl=
ack">Thanks!</span><span style=3D"font-family:Arial,sans-serif;color:rgb(13=
6,136,136)"><br clear=3D"all">
</span><u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><span style=3D"color:rgb(136,136,136)">=C2=A0</span>=
<u></u><u></u></p>
</div>
<p class=3D"MsoNormal"><span style=3D"color:rgb(136,136,136)">--
</span><u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"color:rgb(136,136,136)">=C2=A0</span>=
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><span style=3D"color:rgb(136,136,136)">Best regards,=
</span><u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"color:rgb(136,136,136)">Kathleen</spa=
n><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class=3D"MsoNormal"><br>
<br clear=3D"all">
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<p class=3D"MsoNormal">--
<u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Kathleen<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class=3D"MsoNormal"><br>
<br clear=3D"all">
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<p class=3D"MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Kathleen<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div></div></div>
</div>

</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature"><div dir=3D"ltr"><br><div>Best regards,</div><div>Kath=
leen</div></div></div>
</div></div>

--001a11348c383a35ba0515680014--


From nobody Wed May  6 04:23:16 2015
Return-Path: <kathleen.moriarty.ietf@gmail.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 223901B2B7E for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:23:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KehDggfixD3A for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:23:11 -0700 (PDT)
Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B78121B2B74 for <codematch-develop@ietf.org>; Wed,  6 May 2015 04:23:10 -0700 (PDT)
Received: by layy10 with SMTP id y10so4914336lay.0 for <codematch-develop@ietf.org>; Wed, 06 May 2015 04:23:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jT2OAq26SGYHW07KhyerlYate8omuTPruVRRUrPS+so=; b=CPQSU/zRJt+D0+6BE6r18TiJfH8zp0L8rgjsH0A04rHTRuuOKTXOUvze4NaZ9j0S6c 3KJ4FB2PKQ5py6TjRGnd0kybdPblEm0hXpAregGpuH7ecrf3xYruTQFPtDJ9iAA2sQz3 9Ob7eRchZSn8nbsKakIOHtkRhP0ELk9e7R2rPr5oxGnOOfWPdQyJRdtl3dbz9Xeldvma coa7rRM3Jxt6aRepRz9+5I02KfPquKUoxGCF6TT7wNmbCA27c12jxK5KUvYO6fjKDGSW R8T4J4ZyurwY9hTqGUkQ8HYSxm9MH+yHS15bJ+gSnnecwBxHpzkkDH7pzWohybun9yWN DH9w==
MIME-Version: 1.0
X-Received: by 10.112.97.202 with SMTP id ec10mr26010700lbb.4.1430911389236; Wed, 06 May 2015 04:23:09 -0700 (PDT)
Received: by 10.112.11.199 with HTTP; Wed, 6 May 2015 04:23:09 -0700 (PDT)
In-Reply-To: <BY2PR03MB412930A04D37A4D5BC3B8ACA3D00@BY2PR03MB412.namprd03.prod.outlook.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com> <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com> <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com> <CAHbuEH7=cYpwTR8X-wUHHAqci9U3t54gK-wyhyaWgsDeRUj0Jw@mail.gmail.com> <BY2PR03MB412D5FCED687EEA3D4A2D40A3D00@BY2PR03MB412.namprd03.prod.outlook.com> <CAHbuEH48H2gvEkgXmOFU3MO-cVib-X=G-yaDxEqtV2Rigx=QmQ@mail.gmail.com> <BY2PR03MB412930A04D37A4D5BC3B8ACA3D00@BY2PR03MB412.namprd03.prod.outlook.com>
Date: Wed, 6 May 2015 07:23:09 -0400
Message-ID: <CAHbuEH5UardKLEz107TAR=Vk+Zxj16yzbE_5Rk3eJuzwncCh_Q@mail.gmail.com>
From: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
To: Dave Thaler <dthaler@microsoft.com>
Content-Type: multipart/alternative; boundary=001a1133b1c40f81d905156805f6
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/UUNU0cXjHfLumIqvGlSzEcyKP-s>
Cc: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 11:23:15 -0000

--001a1133b1c40f81d905156805f6
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Thank you, great suggestion!

On Wed, May 6, 2015 at 7:22 AM, Dave Thaler <dthaler@microsoft.com> wrote:

>  Looks great, thanks Kathleen!
>
>
>
> *From:* Kathleen Moriarty [mailto:kathleen.moriarty.ietf@gmail.com]
> *Sent:* Wednesday, May 6, 2015 12:22 PM
>
> *To:* Dave Thaler
> *Cc:* codematch-develop@ietf.org
> *Subject:* Re: Code Match feature request
>
>
>
> Hi Dave,
>
>
>
> On Wed, May 6, 2015 at 7:19 AM, Dave Thaler <dthaler@microsoft.com> wrote=
:
>
>  Personally I think the phrase =E2=80=9Cto approve the association=E2=80=
=9D connotes that
> the association is not made publically visible until the owner approves.
>
> I=E2=80=99m proposing the opposite, that no approval should be done.
>
> Just like facebook and twitter don=E2=80=99t have an approval step when y=
ou tag
> someone.
>
> But facebook has a =E2=80=9Cremove tag=E2=80=9D retroactive option.
>
>
>
> Thanks for catching that, I thought I had removed it.  Here is the update=
d
> text in the google doc for feature tracking:
>
>
>
> Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner =
of
> the association (email to project code owner required that includes a lin=
k
> to the association in CodeMatch so they can go to the site to see any
> further information). If it is possible to 'tag' the code repository owne=
r
> and/or project to notify them via social media features (equivalent of @ =
in
> twitter) and simultaneously advertise for them when this association is
> made, that is desirable. If only adding a URL is possible, that will
> suffice with an email notification (no approval needed to make the
> association).
>
>
>
>
>
> *From:* Kathleen Moriarty [mailto:kathleen.moriarty.ietf@gmail.com]
> *Sent:* Wednesday, May 6, 2015 12:14 PM
> *To:* Dave Thaler
> *Cc:* codematch-develop@ietf.org
>
>
> *Subject:* Re: Code Match feature request
>
>
>
> Hi Dave,
>
>
>
> Thank you, that makes sense, how about the following updated feature
> request for phase 2:
>
>
>
> Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner =
to
> approve the association (email to project code owner required that includ=
es
> a link to the association in CodeMatch so they can go to the site to see
> any further information). If it is possible to 'tag' the code repository
> owner and/or project to notify them via social media features (equivalent
> of @ in twitter) and simultaneously advertise for them when this
> association is made, that is desirable. If only adding a URL is possible,
> that will suffice with an email notification (no approval needed to make
> the association).
>
>
>
> On Wed, May 6, 2015 at 7:10 AM, Dave Thaler <dthaler@microsoft.com> wrote=
:
>
>  My only tweak suggestion was not to =E2=80=9Capprove the association=E2=
=80=9D per se but
> merely notify them.
>
> The difference is just that I think the association should be publically
> visible even if no one responds.
>
> They should be able to come back and modify it or reject it if they want.
>
>
>
> Furthermore, I=E2=80=99d recommend that the actual content not be in the =
email
> notification, only a link to where it can be viewed.
>
>
>
> This is similar to the facebook model, which has the benefit of drawing
> people into the site in order to see what others are saying about them.
>
> Thus it becomes a way to market and increase use of the site.
>
>
>
> *From:* Kathleen Moriarty [mailto:kathleen.moriarty.ietf@gmail.com]
> *Sent:* Wednesday, May 6, 2015 11:45 AM
> *To:* codematch-develop@ietf.org; Dave Thaler
> *Subject:* Re: Code Match feature request
>
>
>
> I've added a bit more text to the feature request rom additional input
> from Dave at the end:
>
>
>
> On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty <
> kathleen.moriarty.ietf@gmail.com> wrote:
>
>  Hello,
>
>
>
> I am meeting with the IETF leadership and Dave Thaler had an interesting
> feature request that I have added to the google doc that includes the
> planned list of features.  I put this into phase 2 and am copying Dave in
> case the feature request needs any tweaking.
>
>
>
> "Mechanism to associate an open source project to a draft or RFC that is
> known to be appropriate, with notification to the open source code owner =
to
> approve the association.
>
>  If it is possible to 'tag' the code repository owner and/or project to
> notify them and simultaneosly advertise for them when this association is
> made, that is desirable."
>
>
>
> Thanks.
>
>
>
>  Thanks!
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>
>
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>
>
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>
>
>
>
>
> --
>
>
>
> Best regards,
>
> Kathleen
>



--=20

Best regards,
Kathleen

--001a1133b1c40f81d905156805f6
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Thank you, great suggestion!</div><div class=3D"gmail_extr=
a"><br><div class=3D"gmail_quote">On Wed, May 6, 2015 at 7:22 AM, Dave Thal=
er <span dir=3D"ltr">&lt;<a href=3D"mailto:dthaler@microsoft.com" target=3D=
"_blank">dthaler@microsoft.com</a>&gt;</span> wrote:<br><blockquote class=
=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padd=
ing-left:1ex">





<div lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Looks great, thanks Kathleen!<u></u><=
u></u></span></p>
<p class=3D"MsoNormal"><a name=3D"14d28f6b02794c97__MailEndCompose"><span s=
tyle=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#=
1f497d"><u></u>=C2=A0<u></u></span></a></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:&quot=
;Calibri&quot;,sans-serif">From:</span></b><span style=3D"font-size:11.0pt;=
font-family:&quot;Calibri&quot;,sans-serif"> Kathleen Moriarty [mailto:<a h=
ref=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kathleen.=
moriarty.ietf@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, May 6, 2015 12:22 PM</span></p><div><div class=3D"h=
5"><br>
<b>To:</b> Dave Thaler<br>
<b>Cc:</b> <a href=3D"mailto:codematch-develop@ietf.org" target=3D"_blank">=
codematch-develop@ietf.org</a><br>
<b>Subject:</b> Re: Code Match feature request<u></u><u></u></div></div><p>=
</p><div><div class=3D"h5">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">Hi Dave,<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">On Wed, May 6, 2015 at 7:19 AM, Dave Thaler &lt;<a h=
ref=3D"mailto:dthaler@microsoft.com" target=3D"_blank">dthaler@microsoft.co=
m</a>&gt; wrote:<u></u><u></u></p>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Personally I think the phrase =E2=80=
=9Cto approve the association=E2=80=9D connotes that the association is not=
 made
 publically visible until the owner approves.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">I=E2=80=99m proposing the opposite, t=
hat no approval should be done.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Just like facebook and twitter don=E2=
=80=99t have an approval step when you tag someone.</span><u></u><u></u></p=
>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">But facebook has a =E2=80=9Cremove ta=
g=E2=80=9D retroactive option.</span><u></u><u></u></p>
</div>
</div>
</blockquote>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thanks for catching that, I thought I had removed it=
.=C2=A0 Here is the updated text in the google doc for feature tracking:<u>=
</u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif;color:black">Mechanism to associate an open source pro=
ject to a draft or RFC that is known to be appropriate, with notification t=
o the open source code owner of the association
 (email to project code owner required that includes a link to the associat=
ion in CodeMatch so they can go to the site to see any further information)=
. If it is possible to &#39;tag&#39; the code repository owner and/or proje=
ct to notify them via social media features
 (equivalent of @ in twitter) and simultaneously advertise for them when th=
is association is made, that is desirable. If only adding a URL is possible=
, that will suffice with an email notification (no approval needed to make =
the association).</span>=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class=3D"MsoNormal"><a name=3D"14d28f6b02794c97_14d28f3b72df5cdd__MailEn=
dCompose"><span style=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,s=
ans-serif;color:#1f497d">=C2=A0</span></a><u></u><u></u></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:&quot=
;Calibri&quot;,sans-serif">From:</span></b><span style=3D"font-size:11.0pt;=
font-family:&quot;Calibri&quot;,sans-serif"> Kathleen Moriarty [mailto:<a h=
ref=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kathleen.=
moriarty.ietf@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, May 6, 2015 12:14 PM<br>
<b>To:</b> Dave Thaler<br>
<b>Cc:</b> <a href=3D"mailto:codematch-develop@ietf.org" target=3D"_blank">=
codematch-develop@ietf.org</a></span><u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><br>
<b>Subject:</b> Re: Code Match feature request<u></u><u></u></p>
</div>
</div>
<div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">Hi Dave,<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thank you, that makes sense, how about the following=
 updated feature request for phase 2:<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif;color:black">Mechanism to associate an open source pro=
ject to a draft or RFC that is known to be appropriate, with notification
 to the open source code owner to approve the association (email to project=
 code owner required that includes a link to the association in CodeMatch s=
o they can go to the site to see any further information). If it is possibl=
e to &#39;tag&#39; the code repository owner
 and/or project to notify them via social media features (equivalent of @ i=
n twitter) and simultaneously advertise for them when this association is m=
ade, that is desirable. If only adding a URL is possible, that will suffice=
 with an email notification (no
 approval needed to make the association).</span><u></u><u></u></p>
</div>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">On Wed, May 6, 2015 at 7:10 AM, Dave Thaler &lt;<a h=
ref=3D"mailto:dthaler@microsoft.com" target=3D"_blank">dthaler@microsoft.co=
m</a>&gt; wrote:<u></u><u></u></p>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-=
bottom:5.0pt">
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">My only tweak suggestion was not to =
=E2=80=9Capprove the association=E2=80=9D per se but merely notify them.</s=
pan><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">The difference is just that I think t=
he association should be publically visible even if no one responds.</span>=
<u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">They should be able to come back and =
modify it or reject it if they want.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">=C2=A0</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Furthermore, I=E2=80=99d recommend th=
at the actual content not be in the email notification, only a link to
 where it can be viewed.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">=C2=A0</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">This is similar to the facebook model=
, which has the benefit of drawing people into the site in order
 to see what others are saying about them.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1f497d">Thus it becomes a way to market and i=
ncrease use of the site.</span><u></u><u></u></p>
<p class=3D"MsoNormal"><a name=3D"14d28f6b02794c97_14d28f3b72df5cdd_14d28eb=
6a19ad196__MailE"><span style=3D"font-size:11.0pt;font-family:&quot;Calibri=
&quot;,sans-serif;color:#1f497d">=C2=A0</span></a><u></u><u></u></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:&quot=
;Calibri&quot;,sans-serif">From:</span></b><span style=3D"font-size:11.0pt;=
font-family:&quot;Calibri&quot;,sans-serif"> Kathleen Moriarty [mailto:<a h=
ref=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kathleen.=
moriarty.ietf@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, May 6, 2015 11:45 AM<br>
<b>To:</b> <a href=3D"mailto:codematch-develop@ietf.org" target=3D"_blank">=
codematch-develop@ietf.org</a>; Dave Thaler<br>
<b>Subject:</b> Re: Code Match feature request</span><u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">I&#39;ve added a bit more text to the feature reques=
t rom additional input from Dave at the end:<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">On Wed, May 6, 2015 at 6:40 AM, Kathleen Moriarty &l=
t;<a href=3D"mailto:kathleen.moriarty.ietf@gmail.com" target=3D"_blank">kat=
hleen.moriarty.ietf@gmail.com</a>&gt; wrote:<u></u><u></u></p>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-=
bottom:5.0pt">
<div>
<p class=3D"MsoNormal">Hello,<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">I am meeting with the IETF leadership and Dave Thale=
r had an interesting feature request that I have added to the google doc th=
at includes the planned list of features.=C2=A0 I put this
 into phase 2 and am copying Dave in case the feature request needs any twe=
aking.<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif;color:black">&quot;Mechanism to associate an open sour=
ce project to a draft or RFC that is known to be appropriate, with
 notification to the open source code owner to approve the association.</sp=
an><u></u><u></u></p>
</div>
</div>
</blockquote>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif;color:black">If it is possible to &#39;tag&#39; the co=
de repository owner and/or project to notify them and simultaneosly adverti=
se
 for them when this association is made, that is desirable.&quot;</span>=C2=
=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thanks.<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<blockquote style=3D"border:none;border-left:solid #cccccc 1.0pt;padding:0i=
n 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-=
bottom:5.0pt">
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,sans-se=
rif;color:black">Thanks!</span><span style=3D"font-family:&quot;Arial&quot;=
,sans-serif;color:#888888"><br clear=3D"all">
</span><u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">=C2=A0</span><u></u><u=
></u></p>
</div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">--
</span><u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">=C2=A0</span><u></u><u=
></u></p>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">Best regards,</span><u=
></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"color:#888888">Kathleen</span><u></u>=
<u></u></p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class=3D"MsoNormal"><br>
<br clear=3D"all">
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<p class=3D"MsoNormal">--
<u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Kathleen<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class=3D"MsoNormal"><br>
<br clear=3D"all">
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
</div>
<p class=3D"MsoNormal">--
<u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal">=C2=A0<u></u><u></u></p>
<div>
<p class=3D"MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Kathleen<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class=3D"MsoNormal"><br>
<br clear=3D"all">
<u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<p class=3D"MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<div>
<p class=3D"MsoNormal">Best regards,<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Kathleen<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
</div>

</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature"><div dir=3D"ltr"><br><div>Best regards,</div><div>Kath=
leen</div></div></div>
</div>

--001a1133b1c40f81d905156805f6--


From nobody Wed May  6 04:23:37 2015
Return-Path: <dthaler@microsoft.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C91B71B2B5B for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:22:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.901
X-Spam-Level: 
X-Spam-Status: No, score=-101.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gsvUDrIQKKfv for <codematch-develop@ietfa.amsl.com>; Wed,  6 May 2015 04:22:46 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0105.outbound.protection.outlook.com [65.55.169.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A3251B2B80 for <codematch-develop@ietf.org>; Wed,  6 May 2015 04:22:45 -0700 (PDT)
Received: from BY2PR03MB412.namprd03.prod.outlook.com (10.141.141.25) by BY2PR03MB411.namprd03.prod.outlook.com (10.141.141.22) with Microsoft SMTP Server (TLS) id 15.1.160.10; Wed, 6 May 2015 11:22:42 +0000
Received: from BY2PR03MB412.namprd03.prod.outlook.com ([10.141.141.25]) by BY2PR03MB412.namprd03.prod.outlook.com ([10.141.141.25]) with mapi id 15.01.0160.009; Wed, 6 May 2015 11:22:42 +0000
From: Dave Thaler <dthaler@microsoft.com>
To: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
Thread-Topic: Code Match feature request
Thread-Index: AQHQh+kdLjU+etIeykWMf8b9yCjyWp1uw3uAgAAGHYCAAAImgIAAANwAgAABQgCAAAA0EA==
Date: Wed, 6 May 2015 11:22:42 +0000
Message-ID: <BY2PR03MB412930A04D37A4D5BC3B8ACA3D00@BY2PR03MB412.namprd03.prod.outlook.com>
References: <CAHbuEH5QGK-u4M1pRpWO4sWNeZKO4rw5CPEPrR8rML3OWv4skA@mail.gmail.com> <CAHbuEH5j6ihoOxS-XADmBfGWLc_AM+fiDAcN=g0YiWUqbL6UOw@mail.gmail.com> <BY2PR03MB4121E4B0E124BBB2C3E86B6A3D00@BY2PR03MB412.namprd03.prod.outlook.com> <CAHbuEH7=cYpwTR8X-wUHHAqci9U3t54gK-wyhyaWgsDeRUj0Jw@mail.gmail.com> <BY2PR03MB412D5FCED687EEA3D4A2D40A3D00@BY2PR03MB412.namprd03.prod.outlook.com> <CAHbuEH48H2gvEkgXmOFU3MO-cVib-X=G-yaDxEqtV2Rigx=QmQ@mail.gmail.com>
In-Reply-To: <CAHbuEH48H2gvEkgXmOFU3MO-cVib-X=G-yaDxEqtV2Rigx=QmQ@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: gmail.com; dkim=none (message not signed) header.d=none;
x-originating-ip: [217.39.1.180]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR03MB411;
x-microsoft-antispam-prvs: <BY2PR03MB41115EF823CD88024EEE4B9A3D00@BY2PR03MB411.namprd03.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(2401001)(5005006)(3002001); SRVR:BY2PR03MB411; BCL:0; PCL:0; RULEID:; SRVR:BY2PR03MB411; 
x-forefront-prvs: 0568F32D91
x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(377454003)(52604005)(24454002)(66066001)(76576001)(77156002)(19609705001)(5001920100001)(93886004)(5001960100002)(106116001)(15975445007)(77096005)(2900100001)(102836002)(40100003)(92566002)(74316001)(122556002)(2950100001)(76176999)(50986999)(16236675004)(54356999)(19300405004)(99286002)(46102003)(87936001)(2656002)(62966003)(19580405001)(19580395003)(86612001)(110136002)(19625215002)(33656002)(86362001)(189998001); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2PR03MB411; H:BY2PR03MB412.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; 
Content-Type: multipart/alternative; boundary="_000_BY2PR03MB412930A04D37A4D5BC3B8ACA3D00BY2PR03MB412namprd_"
MIME-Version: 1.0
X-OriginatorOrg: microsoft.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 06 May 2015 11:22:42.1303 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR03MB411
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/S-Ij8hnm9p1XemkVtKzXkYs5EH4>
X-Mailman-Approved-At: Wed, 06 May 2015 04:23:34 -0700
Cc: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Code Match feature request
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 May 2015 11:22:49 -0000

--_000_BY2PR03MB412930A04D37A4D5BC3B8ACA3D00BY2PR03MB412namprd_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

TG9va3MgZ3JlYXQsIHRoYW5rcyBLYXRobGVlbiENCg0KRnJvbTogS2F0aGxlZW4gTW9yaWFydHkg
W21haWx0bzprYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbV0NClNlbnQ6IFdlZG5lc2Rh
eSwgTWF5IDYsIDIwMTUgMTI6MjIgUE0NClRvOiBEYXZlIFRoYWxlcg0KQ2M6IGNvZGVtYXRjaC1k
ZXZlbG9wQGlldGYub3JnDQpTdWJqZWN0OiBSZTogQ29kZSBNYXRjaCBmZWF0dXJlIHJlcXVlc3QN
Cg0KSGkgRGF2ZSwNCg0KT24gV2VkLCBNYXkgNiwgMjAxNSBhdCA3OjE5IEFNLCBEYXZlIFRoYWxl
ciA8ZHRoYWxlckBtaWNyb3NvZnQuY29tPG1haWx0bzpkdGhhbGVyQG1pY3Jvc29mdC5jb20+PiB3
cm90ZToNClBlcnNvbmFsbHkgSSB0aGluayB0aGUgcGhyYXNlIOKAnHRvIGFwcHJvdmUgdGhlIGFz
c29jaWF0aW9u4oCdIGNvbm5vdGVzIHRoYXQgdGhlIGFzc29jaWF0aW9uIGlzIG5vdCBtYWRlIHB1
YmxpY2FsbHkgdmlzaWJsZSB1bnRpbCB0aGUgb3duZXIgYXBwcm92ZXMuDQpJ4oCZbSBwcm9wb3Np
bmcgdGhlIG9wcG9zaXRlLCB0aGF0IG5vIGFwcHJvdmFsIHNob3VsZCBiZSBkb25lLg0KSnVzdCBs
aWtlIGZhY2Vib29rIGFuZCB0d2l0dGVyIGRvbuKAmXQgaGF2ZSBhbiBhcHByb3ZhbCBzdGVwIHdo
ZW4geW91IHRhZyBzb21lb25lLg0KQnV0IGZhY2Vib29rIGhhcyBhIOKAnHJlbW92ZSB0YWfigJ0g
cmV0cm9hY3RpdmUgb3B0aW9uLg0KDQpUaGFua3MgZm9yIGNhdGNoaW5nIHRoYXQsIEkgdGhvdWdo
dCBJIGhhZCByZW1vdmVkIGl0LiAgSGVyZSBpcyB0aGUgdXBkYXRlZCB0ZXh0IGluIHRoZSBnb29n
bGUgZG9jIGZvciBmZWF0dXJlIHRyYWNraW5nOg0KDQpNZWNoYW5pc20gdG8gYXNzb2NpYXRlIGFu
IG9wZW4gc291cmNlIHByb2plY3QgdG8gYSBkcmFmdCBvciBSRkMgdGhhdCBpcyBrbm93biB0byBi
ZSBhcHByb3ByaWF0ZSwgd2l0aCBub3RpZmljYXRpb24gdG8gdGhlIG9wZW4gc291cmNlIGNvZGUg
b3duZXIgb2YgdGhlIGFzc29jaWF0aW9uIChlbWFpbCB0byBwcm9qZWN0IGNvZGUgb3duZXIgcmVx
dWlyZWQgdGhhdCBpbmNsdWRlcyBhIGxpbmsgdG8gdGhlIGFzc29jaWF0aW9uIGluIENvZGVNYXRj
aCBzbyB0aGV5IGNhbiBnbyB0byB0aGUgc2l0ZSB0byBzZWUgYW55IGZ1cnRoZXIgaW5mb3JtYXRp
b24pLiBJZiBpdCBpcyBwb3NzaWJsZSB0byAndGFnJyB0aGUgY29kZSByZXBvc2l0b3J5IG93bmVy
IGFuZC9vciBwcm9qZWN0IHRvIG5vdGlmeSB0aGVtIHZpYSBzb2NpYWwgbWVkaWEgZmVhdHVyZXMg
KGVxdWl2YWxlbnQgb2YgQCBpbiB0d2l0dGVyKSBhbmQgc2ltdWx0YW5lb3VzbHkgYWR2ZXJ0aXNl
IGZvciB0aGVtIHdoZW4gdGhpcyBhc3NvY2lhdGlvbiBpcyBtYWRlLCB0aGF0IGlzIGRlc2lyYWJs
ZS4gSWYgb25seSBhZGRpbmcgYSBVUkwgaXMgcG9zc2libGUsIHRoYXQgd2lsbCBzdWZmaWNlIHdp
dGggYW4gZW1haWwgbm90aWZpY2F0aW9uIChubyBhcHByb3ZhbCBuZWVkZWQgdG8gbWFrZSB0aGUg
YXNzb2NpYXRpb24pLg0KDQoNCkZyb206IEthdGhsZWVuIE1vcmlhcnR5IFttYWlsdG86a2F0aGxl
ZW4ubW9yaWFydHkuaWV0ZkBnbWFpbC5jb208bWFpbHRvOmthdGhsZWVuLm1vcmlhcnR5LmlldGZA
Z21haWwuY29tPl0NClNlbnQ6IFdlZG5lc2RheSwgTWF5IDYsIDIwMTUgMTI6MTQgUE0NClRvOiBE
YXZlIFRoYWxlcg0KQ2M6IGNvZGVtYXRjaC1kZXZlbG9wQGlldGYub3JnPG1haWx0bzpjb2RlbWF0
Y2gtZGV2ZWxvcEBpZXRmLm9yZz4NCg0KU3ViamVjdDogUmU6IENvZGUgTWF0Y2ggZmVhdHVyZSBy
ZXF1ZXN0DQoNCkhpIERhdmUsDQoNClRoYW5rIHlvdSwgdGhhdCBtYWtlcyBzZW5zZSwgaG93IGFi
b3V0IHRoZSBmb2xsb3dpbmcgdXBkYXRlZCBmZWF0dXJlIHJlcXVlc3QgZm9yIHBoYXNlIDI6DQoN
Ck1lY2hhbmlzbSB0byBhc3NvY2lhdGUgYW4gb3BlbiBzb3VyY2UgcHJvamVjdCB0byBhIGRyYWZ0
IG9yIFJGQyB0aGF0IGlzIGtub3duIHRvIGJlIGFwcHJvcHJpYXRlLCB3aXRoIG5vdGlmaWNhdGlv
biB0byB0aGUgb3BlbiBzb3VyY2UgY29kZSBvd25lciB0byBhcHByb3ZlIHRoZSBhc3NvY2lhdGlv
biAoZW1haWwgdG8gcHJvamVjdCBjb2RlIG93bmVyIHJlcXVpcmVkIHRoYXQgaW5jbHVkZXMgYSBs
aW5rIHRvIHRoZSBhc3NvY2lhdGlvbiBpbiBDb2RlTWF0Y2ggc28gdGhleSBjYW4gZ28gdG8gdGhl
IHNpdGUgdG8gc2VlIGFueSBmdXJ0aGVyIGluZm9ybWF0aW9uKS4gSWYgaXQgaXMgcG9zc2libGUg
dG8gJ3RhZycgdGhlIGNvZGUgcmVwb3NpdG9yeSBvd25lciBhbmQvb3IgcHJvamVjdCB0byBub3Rp
ZnkgdGhlbSB2aWEgc29jaWFsIG1lZGlhIGZlYXR1cmVzIChlcXVpdmFsZW50IG9mIEAgaW4gdHdp
dHRlcikgYW5kIHNpbXVsdGFuZW91c2x5IGFkdmVydGlzZSBmb3IgdGhlbSB3aGVuIHRoaXMgYXNz
b2NpYXRpb24gaXMgbWFkZSwgdGhhdCBpcyBkZXNpcmFibGUuIElmIG9ubHkgYWRkaW5nIGEgVVJM
IGlzIHBvc3NpYmxlLCB0aGF0IHdpbGwgc3VmZmljZSB3aXRoIGFuIGVtYWlsIG5vdGlmaWNhdGlv
biAobm8gYXBwcm92YWwgbmVlZGVkIHRvIG1ha2UgdGhlIGFzc29jaWF0aW9uKS4NCg0KT24gV2Vk
LCBNYXkgNiwgMjAxNSBhdCA3OjEwIEFNLCBEYXZlIFRoYWxlciA8ZHRoYWxlckBtaWNyb3NvZnQu
Y29tPG1haWx0bzpkdGhhbGVyQG1pY3Jvc29mdC5jb20+PiB3cm90ZToNCk15IG9ubHkgdHdlYWsg
c3VnZ2VzdGlvbiB3YXMgbm90IHRvIOKAnGFwcHJvdmUgdGhlIGFzc29jaWF0aW9u4oCdIHBlciBz
ZSBidXQgbWVyZWx5IG5vdGlmeSB0aGVtLg0KVGhlIGRpZmZlcmVuY2UgaXMganVzdCB0aGF0IEkg
dGhpbmsgdGhlIGFzc29jaWF0aW9uIHNob3VsZCBiZSBwdWJsaWNhbGx5IHZpc2libGUgZXZlbiBp
ZiBubyBvbmUgcmVzcG9uZHMuDQpUaGV5IHNob3VsZCBiZSBhYmxlIHRvIGNvbWUgYmFjayBhbmQg
bW9kaWZ5IGl0IG9yIHJlamVjdCBpdCBpZiB0aGV5IHdhbnQuDQoNCkZ1cnRoZXJtb3JlLCBJ4oCZ
ZCByZWNvbW1lbmQgdGhhdCB0aGUgYWN0dWFsIGNvbnRlbnQgbm90IGJlIGluIHRoZSBlbWFpbCBu
b3RpZmljYXRpb24sIG9ubHkgYSBsaW5rIHRvIHdoZXJlIGl0IGNhbiBiZSB2aWV3ZWQuDQoNClRo
aXMgaXMgc2ltaWxhciB0byB0aGUgZmFjZWJvb2sgbW9kZWwsIHdoaWNoIGhhcyB0aGUgYmVuZWZp
dCBvZiBkcmF3aW5nIHBlb3BsZSBpbnRvIHRoZSBzaXRlIGluIG9yZGVyIHRvIHNlZSB3aGF0IG90
aGVycyBhcmUgc2F5aW5nIGFib3V0IHRoZW0uDQpUaHVzIGl0IGJlY29tZXMgYSB3YXkgdG8gbWFy
a2V0IGFuZCBpbmNyZWFzZSB1c2Ugb2YgdGhlIHNpdGUuDQoNCkZyb206IEthdGhsZWVuIE1vcmlh
cnR5IFttYWlsdG86a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBnbWFpbC5jb208bWFpbHRvOmthdGhs
ZWVuLm1vcmlhcnR5LmlldGZAZ21haWwuY29tPl0NClNlbnQ6IFdlZG5lc2RheSwgTWF5IDYsIDIw
MTUgMTE6NDUgQU0NClRvOiBjb2RlbWF0Y2gtZGV2ZWxvcEBpZXRmLm9yZzxtYWlsdG86Y29kZW1h
dGNoLWRldmVsb3BAaWV0Zi5vcmc+OyBEYXZlIFRoYWxlcg0KU3ViamVjdDogUmU6IENvZGUgTWF0
Y2ggZmVhdHVyZSByZXF1ZXN0DQoNCkkndmUgYWRkZWQgYSBiaXQgbW9yZSB0ZXh0IHRvIHRoZSBm
ZWF0dXJlIHJlcXVlc3Qgcm9tIGFkZGl0aW9uYWwgaW5wdXQgZnJvbSBEYXZlIGF0IHRoZSBlbmQ6
DQoNCk9uIFdlZCwgTWF5IDYsIDIwMTUgYXQgNjo0MCBBTSwgS2F0aGxlZW4gTW9yaWFydHkgPGth
dGhsZWVuLm1vcmlhcnR5LmlldGZAZ21haWwuY29tPG1haWx0bzprYXRobGVlbi5tb3JpYXJ0eS5p
ZXRmQGdtYWlsLmNvbT4+IHdyb3RlOg0KSGVsbG8sDQoNCkkgYW0gbWVldGluZyB3aXRoIHRoZSBJ
RVRGIGxlYWRlcnNoaXAgYW5kIERhdmUgVGhhbGVyIGhhZCBhbiBpbnRlcmVzdGluZyBmZWF0dXJl
IHJlcXVlc3QgdGhhdCBJIGhhdmUgYWRkZWQgdG8gdGhlIGdvb2dsZSBkb2MgdGhhdCBpbmNsdWRl
cyB0aGUgcGxhbm5lZCBsaXN0IG9mIGZlYXR1cmVzLiAgSSBwdXQgdGhpcyBpbnRvIHBoYXNlIDIg
YW5kIGFtIGNvcHlpbmcgRGF2ZSBpbiBjYXNlIHRoZSBmZWF0dXJlIHJlcXVlc3QgbmVlZHMgYW55
IHR3ZWFraW5nLg0KDQoiTWVjaGFuaXNtIHRvIGFzc29jaWF0ZSBhbiBvcGVuIHNvdXJjZSBwcm9q
ZWN0IHRvIGEgZHJhZnQgb3IgUkZDIHRoYXQgaXMga25vd24gdG8gYmUgYXBwcm9wcmlhdGUsIHdp
dGggbm90aWZpY2F0aW9uIHRvIHRoZSBvcGVuIHNvdXJjZSBjb2RlIG93bmVyIHRvIGFwcHJvdmUg
dGhlIGFzc29jaWF0aW9uLg0KSWYgaXQgaXMgcG9zc2libGUgdG8gJ3RhZycgdGhlIGNvZGUgcmVw
b3NpdG9yeSBvd25lciBhbmQvb3IgcHJvamVjdCB0byBub3RpZnkgdGhlbSBhbmQgc2ltdWx0YW5l
b3NseSBhZHZlcnRpc2UgZm9yIHRoZW0gd2hlbiB0aGlzIGFzc29jaWF0aW9uIGlzIG1hZGUsIHRo
YXQgaXMgZGVzaXJhYmxlLiINCg0KVGhhbmtzLg0KDQpUaGFua3MhDQoNCi0tDQoNCkJlc3QgcmVn
YXJkcywNCkthdGhsZWVuDQoNCg0KDQotLQ0KDQpCZXN0IHJlZ2FyZHMsDQpLYXRobGVlbg0KDQoN
Cg0KLS0NCg0KQmVzdCByZWdhcmRzLA0KS2F0aGxlZW4NCg0KDQoNCi0tDQoNCkJlc3QgcmVnYXJk
cywNCkthdGhsZWVuDQo=

--_000_BY2PR03MB412930A04D37A4D5BC3B8ACA3D00BY2PR03MB412namprd_
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy
bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt
YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj
cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
VFIvUkVDLWh0bWw0MCI+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9IkdlbmVyYXRv
ciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgMTUgKGZpbHRlcmVkIG1lZGl1bSkiPg0KPHN0eWxl
PjwhLS0NCi8qIEZvbnQgRGVmaW5pdGlvbnMgKi8NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6
IkNhbWJyaWEgTWF0aCI7DQoJcGFub3NlLTE6MiA0IDUgMyA1IDQgNiAzIDIgNDt9DQpAZm9udC1m
YWNlDQoJe2ZvbnQtZmFtaWx5OkNhbGlicmk7DQoJcGFub3NlLTE6MiAxNSA1IDIgMiAyIDQgMyAy
IDQ7fQ0KLyogU3R5bGUgRGVmaW5pdGlvbnMgKi8NCnAuTXNvTm9ybWFsLCBsaS5Nc29Ob3JtYWws
IGRpdi5Nc29Ob3JtYWwNCgl7bWFyZ2luOjBpbjsNCgltYXJnaW4tYm90dG9tOi4wMDAxcHQ7DQoJ
Zm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiVGltZXMgTmV3IFJvbWFuIixzZXJpZjt9
DQphOmxpbmssIHNwYW4uTXNvSHlwZXJsaW5rDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCglj
b2xvcjpibHVlOw0KCXRleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmU7fQ0KYTp2aXNpdGVkLCBzcGFu
Lk1zb0h5cGVybGlua0ZvbGxvd2VkDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCgljb2xvcjpw
dXJwbGU7DQoJdGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZTt9DQpwDQoJe21zby1zdHlsZS1wcmlv
cml0eTo5OTsNCgltc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzsNCgltYXJnaW4tcmlnaHQ6MGluOw0K
CW1zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvOw0KCW1hcmdpbi1sZWZ0OjBpbjsNCglmb250LXNp
emU6MTIuMHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iLHNlcmlmO30NCnNwYW4u
RW1haWxTdHlsZTE4DQoJe21zby1zdHlsZS10eXBlOnBlcnNvbmFsLXJlcGx5Ow0KCWZvbnQtZmFt
aWx5OiJDYWxpYnJpIixzYW5zLXNlcmlmOw0KCWNvbG9yOiMxRjQ5N0Q7fQ0KLk1zb0NocERlZmF1
bHQNCgl7bXNvLXN0eWxlLXR5cGU6ZXhwb3J0LW9ubHk7DQoJZm9udC1mYW1pbHk6IkNhbGlicmki
LHNhbnMtc2VyaWY7fQ0KQHBhZ2UgV29yZFNlY3Rpb24xDQoJe3NpemU6OC41aW4gMTEuMGluOw0K
CW1hcmdpbjoxLjBpbiAxLjBpbiAxLjBpbiAxLjBpbjt9DQpkaXYuV29yZFNlY3Rpb24xDQoJe3Bh
Z2U6V29yZFNlY3Rpb24xO30NCi0tPjwvc3R5bGU+PCEtLVtpZiBndGUgbXNvIDldPjx4bWw+DQo8
bzpzaGFwZWRlZmF1bHRzIHY6ZXh0PSJlZGl0IiBzcGlkbWF4PSIxMDI2IiAvPg0KPC94bWw+PCFb
ZW5kaWZdLS0+PCEtLVtpZiBndGUgbXNvIDldPjx4bWw+DQo8bzpzaGFwZWxheW91dCB2OmV4dD0i
ZWRpdCI+DQo8bzppZG1hcCB2OmV4dD0iZWRpdCIgZGF0YT0iMSIgLz4NCjwvbzpzaGFwZWxheW91
dD48L3htbD48IVtlbmRpZl0tLT4NCjwvaGVhZD4NCjxib2R5IGxhbmc9IkVOLVVTIiBsaW5rPSJi
bHVlIiB2bGluaz0icHVycGxlIj4NCjxkaXYgY2xhc3M9IldvcmRTZWN0aW9uMSI+DQo8cCBjbGFz
cz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTom
cXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+TG9va3MgZ3JlYXQs
IHRoYW5rcyBLYXRobGVlbiE8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9y
bWFsIj48YSBuYW1lPSJfTWFpbEVuZENvbXBvc2UiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEu
MHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJpZjtjb2xvcjojMUY0
OTdEIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L2E+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCI+PGI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2Fs
aWJyaSZxdW90OyxzYW5zLXNlcmlmIj5Gcm9tOjwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9ImZvbnQt
c2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmIj4g
S2F0aGxlZW4gTW9yaWFydHkgW21haWx0bzprYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNv
bV0NCjxicj4NCjxiPlNlbnQ6PC9iPiBXZWRuZXNkYXksIE1heSA2LCAyMDE1IDEyOjIyIFBNPGJy
Pg0KPGI+VG86PC9iPiBEYXZlIFRoYWxlcjxicj4NCjxiPkNjOjwvYj4gY29kZW1hdGNoLWRldmVs
b3BAaWV0Zi5vcmc8YnI+DQo8Yj5TdWJqZWN0OjwvYj4gUmU6IENvZGUgTWF0Y2ggZmVhdHVyZSBy
ZXF1ZXN0PG86cD48L286cD48L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PG86cD4m
bmJzcDs8L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+SGkgRGF2ZSw8bzpw
PjwvbzpwPjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpw
PjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj5PbiBXZWQsIE1heSA2LCAyMDE1IGF0
IDc6MTkgQU0sIERhdmUgVGhhbGVyICZsdDs8YSBocmVmPSJtYWlsdG86ZHRoYWxlckBtaWNyb3Nv
ZnQuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZHRoYWxlckBtaWNyb3NvZnQuY29tPC9hPiZndDsgd3Jv
dGU6PG86cD48L286cD48L3A+DQo8YmxvY2txdW90ZSBzdHlsZT0iYm9yZGVyOm5vbmU7Ym9yZGVy
LWxlZnQ6c29saWQgI0NDQ0NDQyAxLjBwdDtwYWRkaW5nOjBpbiAwaW4gMGluIDYuMHB0O21hcmdp
bi1sZWZ0OjQuOHB0O21hcmdpbi1yaWdodDowaW4iPg0KPGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0
b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZx
dW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJpZjtjb2xvcjojMUY0OTdEIj5QZXJzb25hbGx5IEkg
dGhpbmsgdGhlIHBocmFzZSDigJx0byBhcHByb3ZlIHRoZSBhc3NvY2lhdGlvbuKAnSBjb25ub3Rl
cyB0aGF0IHRoZSBhc3NvY2lhdGlvbiBpcyBub3QgbWFkZQ0KIHB1YmxpY2FsbHkgdmlzaWJsZSB1
bnRpbCB0aGUgb3duZXIgYXBwcm92ZXMuPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9
Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90
dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTom
cXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+SeKAmW0gcHJvcG9z
aW5nIHRoZSBvcHBvc2l0ZSwgdGhhdCBubyBhcHByb3ZhbCBzaG91bGQgYmUgZG9uZS48L3NwYW4+
PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10
b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJmb250
LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJpZjtj
b2xvcjojMUY0OTdEIj5KdXN0IGxpa2UgZmFjZWJvb2sgYW5kIHR3aXR0ZXIgZG9u4oCZdCBoYXZl
IGFuIGFwcHJvdmFsIHN0ZXAgd2hlbiB5b3UgdGFnIHNvbWVvbmUuPC9zcGFuPjxvOnA+PC9vOnA+
PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRv
O21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBw
dDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3
RCI+QnV0IGZhY2Vib29rIGhhcyBhIOKAnHJlbW92ZSB0YWfigJ0gcmV0cm9hY3RpdmUgb3B0aW9u
Ljwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Jsb2NrcXVvdGU+DQo8
ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PG86cD4mbmJzcDs8L286cD48L3A+DQo8L2Rpdj4N
CjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj5UaGFua3MgZm9yIGNhdGNoaW5nIHRoYXQsIEkg
dGhvdWdodCBJIGhhZCByZW1vdmVkIGl0LiZuYnNwOyBIZXJlIGlzIHRoZSB1cGRhdGVkIHRleHQg
aW4gdGhlIGdvb2dsZSBkb2MgZm9yIGZlYXR1cmUgdHJhY2tpbmc6PG86cD48L286cD48L3A+DQo8
L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4N
CjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNp
emU6MTAuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0FyaWFsJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6
YmxhY2siPk1lY2hhbmlzbSB0byBhc3NvY2lhdGUgYW4gb3BlbiBzb3VyY2UgcHJvamVjdCB0byBh
IGRyYWZ0IG9yIFJGQyB0aGF0IGlzIGtub3duIHRvIGJlIGFwcHJvcHJpYXRlLCB3aXRoIG5vdGlm
aWNhdGlvbiB0byB0aGUgb3BlbiBzb3VyY2UgY29kZSBvd25lciBvZiB0aGUgYXNzb2NpYXRpb24N
CiAoZW1haWwgdG8gcHJvamVjdCBjb2RlIG93bmVyIHJlcXVpcmVkIHRoYXQgaW5jbHVkZXMgYSBs
aW5rIHRvIHRoZSBhc3NvY2lhdGlvbiBpbiBDb2RlTWF0Y2ggc28gdGhleSBjYW4gZ28gdG8gdGhl
IHNpdGUgdG8gc2VlIGFueSBmdXJ0aGVyIGluZm9ybWF0aW9uKS4gSWYgaXQgaXMgcG9zc2libGUg
dG8gJ3RhZycgdGhlIGNvZGUgcmVwb3NpdG9yeSBvd25lciBhbmQvb3IgcHJvamVjdCB0byBub3Rp
ZnkgdGhlbSB2aWEgc29jaWFsIG1lZGlhIGZlYXR1cmVzDQogKGVxdWl2YWxlbnQgb2YgQCBpbiB0
d2l0dGVyKSBhbmQgc2ltdWx0YW5lb3VzbHkgYWR2ZXJ0aXNlIGZvciB0aGVtIHdoZW4gdGhpcyBh
c3NvY2lhdGlvbiBpcyBtYWRlLCB0aGF0IGlzIGRlc2lyYWJsZS4gSWYgb25seSBhZGRpbmcgYSBV
UkwgaXMgcG9zc2libGUsIHRoYXQgd2lsbCBzdWZmaWNlIHdpdGggYW4gZW1haWwgbm90aWZpY2F0
aW9uIChubyBhcHByb3ZhbCBuZWVkZWQgdG8gbWFrZSB0aGUgYXNzb2NpYXRpb24pLjwvc3Bhbj4m
bmJzcDs8bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwi
PjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPC9kaXY+DQo8YmxvY2txdW90ZSBzdHlsZT0iYm9yZGVy
Om5vbmU7Ym9yZGVyLWxlZnQ6c29saWQgI0NDQ0NDQyAxLjBwdDtwYWRkaW5nOjBpbiAwaW4gMGlu
IDYuMHB0O21hcmdpbi1sZWZ0OjQuOHB0O21hcmdpbi1yaWdodDowaW4iPg0KPGRpdj4NCjxkaXY+
DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNv
LW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxhIG5hbWU9IjE0ZDI4ZjNiNzJkZjVjZGRfX01haWxF
bmRDb21wb3NlIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVv
dDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+Jm5ic3A7PC9zcGFuPjwv
YT48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2lu
LXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PGI+PHNwYW4gc3R5bGU9
ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNl
cmlmIj5Gcm9tOjwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1m
YW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmIj4gS2F0aGxlZW4gTW9yaWFydHkg
W21haWx0bzo8YSBocmVmPSJtYWlsdG86a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBnbWFpbC5jb20i
IHRhcmdldD0iX2JsYW5rIj5rYXRobGVlbi5tb3JpYXJ0eS5pZXRmQGdtYWlsLmNvbTwvYT5dDQo8
YnI+DQo8Yj5TZW50OjwvYj4gV2VkbmVzZGF5LCBNYXkgNiwgMjAxNSAxMjoxNCBQTTxicj4NCjxi
PlRvOjwvYj4gRGF2ZSBUaGFsZXI8YnI+DQo8Yj5DYzo8L2I+IDxhIGhyZWY9Im1haWx0bzpjb2Rl
bWF0Y2gtZGV2ZWxvcEBpZXRmLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPmNvZGVtYXRjaC1kZXZlbG9w
QGlldGYub3JnPC9hPjwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxkaXY+DQo8ZGl2Pg0KPHAgY2xh
c3M9Ik1zb05vcm1hbCI+PGJyPg0KPGI+U3ViamVjdDo8L2I+IFJlOiBDb2RlIE1hdGNoIGZlYXR1
cmUgcmVxdWVzdDxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8L2Rpdj4NCjxkaXY+DQo8ZGl2Pg0K
PHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1t
YXJnaW4tYm90dG9tLWFsdDphdXRvIj4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCjxkaXY+DQo8cCBj
bGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdp
bi1ib3R0b20tYWx0OmF1dG8iPkhpIERhdmUsPG86cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xh
c3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4t
Ym90dG9tLWFsdDphdXRvIj4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxw
IGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFy
Z2luLWJvdHRvbS1hbHQ6YXV0byI+VGhhbmsgeW91LCB0aGF0IG1ha2VzIHNlbnNlLCBob3cgYWJv
dXQgdGhlIGZvbGxvd2luZyB1cGRhdGVkIGZlYXR1cmUgcmVxdWVzdCBmb3IgcGhhc2UgMjo8bzpw
PjwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJt
c28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+Jm5ic3A7
PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHls
ZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxz
cGFuIHN0eWxlPSJmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0FyaWFsJnF1b3Q7
LHNhbnMtc2VyaWY7Y29sb3I6YmxhY2siPk1lY2hhbmlzbSB0byBhc3NvY2lhdGUgYW4gb3BlbiBz
b3VyY2UgcHJvamVjdCB0byBhIGRyYWZ0IG9yIFJGQyB0aGF0IGlzIGtub3duIHRvIGJlIGFwcHJv
cHJpYXRlLCB3aXRoIG5vdGlmaWNhdGlvbg0KIHRvIHRoZSBvcGVuIHNvdXJjZSBjb2RlIG93bmVy
IHRvIGFwcHJvdmUgdGhlIGFzc29jaWF0aW9uIChlbWFpbCB0byBwcm9qZWN0IGNvZGUgb3duZXIg
cmVxdWlyZWQgdGhhdCBpbmNsdWRlcyBhIGxpbmsgdG8gdGhlIGFzc29jaWF0aW9uIGluIENvZGVN
YXRjaCBzbyB0aGV5IGNhbiBnbyB0byB0aGUgc2l0ZSB0byBzZWUgYW55IGZ1cnRoZXIgaW5mb3Jt
YXRpb24pLiBJZiBpdCBpcyBwb3NzaWJsZSB0byAndGFnJyB0aGUgY29kZSByZXBvc2l0b3J5IG93
bmVyDQogYW5kL29yIHByb2plY3QgdG8gbm90aWZ5IHRoZW0gdmlhIHNvY2lhbCBtZWRpYSBmZWF0
dXJlcyAoZXF1aXZhbGVudCBvZiBAIGluIHR3aXR0ZXIpIGFuZCBzaW11bHRhbmVvdXNseSBhZHZl
cnRpc2UgZm9yIHRoZW0gd2hlbiB0aGlzIGFzc29jaWF0aW9uIGlzIG1hZGUsIHRoYXQgaXMgZGVz
aXJhYmxlLiBJZiBvbmx5IGFkZGluZyBhIFVSTCBpcyBwb3NzaWJsZSwgdGhhdCB3aWxsIHN1ZmZp
Y2Ugd2l0aCBhbiBlbWFpbCBub3RpZmljYXRpb24gKG5vDQogYXBwcm92YWwgbmVlZGVkIHRvIG1h
a2UgdGhlIGFzc29jaWF0aW9uKS48L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjwvZGl2
Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6
YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+Jm5ic3A7PG86cD48L286cD48L3A+DQo8
ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRv
O21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj5PbiBXZWQsIE1heSA2LCAyMDE1IGF0IDc6MTAg
QU0sIERhdmUgVGhhbGVyICZsdDs8YSBocmVmPSJtYWlsdG86ZHRoYWxlckBtaWNyb3NvZnQuY29t
IiB0YXJnZXQ9Il9ibGFuayI+ZHRoYWxlckBtaWNyb3NvZnQuY29tPC9hPiZndDsgd3JvdGU6PG86
cD48L286cD48L3A+DQo8YmxvY2txdW90ZSBzdHlsZT0iYm9yZGVyOm5vbmU7Ym9yZGVyLWxlZnQ6
c29saWQgI0NDQ0NDQyAxLjBwdDtwYWRkaW5nOjBpbiAwaW4gMGluIDYuMHB0O21hcmdpbi1sZWZ0
OjQuOHB0O21hcmdpbi10b3A6NS4wcHQ7bWFyZ2luLXJpZ2h0OjBpbjttYXJnaW4tYm90dG9tOjUu
MHB0Ij4NCjxkaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJn
aW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0i
Zm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMtc2Vy
aWY7Y29sb3I6IzFGNDk3RCI+TXkgb25seSB0d2VhayBzdWdnZXN0aW9uIHdhcyBub3QgdG8g4oCc
YXBwcm92ZSB0aGUgYXNzb2NpYXRpb27igJ0gcGVyIHNlIGJ1dCBtZXJlbHkgbm90aWZ5IHRoZW0u
PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1t
YXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBzdHls
ZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJpJnF1b3Q7LHNhbnMt
c2VyaWY7Y29sb3I6IzFGNDk3RCI+VGhlIGRpZmZlcmVuY2UgaXMganVzdCB0aGF0IEkgdGhpbmsg
dGhlIGFzc29jaWF0aW9uIHNob3VsZCBiZSBwdWJsaWNhbGx5IHZpc2libGUgZXZlbiBpZiBubyBv
bmUgcmVzcG9uZHMuPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIg
c3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRv
Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtDYWxpYnJp
JnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+VGhleSBzaG91bGQgYmUgYWJsZSB0byBj
b21lIGJhY2sgYW5kIG1vZGlmeSBpdCBvciByZWplY3QgaXQgaWYgdGhleSB3YW50Ljwvc3Bhbj48
bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRv
cC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9ImZvbnQt
c2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmO2Nv
bG9yOiMxRjQ5N0QiPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxwIGNsYXNzPSJNc29O
b3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1h
bHQ6YXV0byI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7
Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0QiPkZ1cnRoZXJtb3JlLCBJ4oCZ
ZCByZWNvbW1lbmQgdGhhdCB0aGUgYWN0dWFsIGNvbnRlbnQgbm90IGJlIGluIHRoZSBlbWFpbCBu
b3RpZmljYXRpb24sIG9ubHkgYSBsaW5rIHRvDQogd2hlcmUgaXQgY2FuIGJlIHZpZXdlZC48L3Nw
YW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdp
bi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJm
b250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJp
Zjtjb2xvcjojMUY0OTdEIj4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0
b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZx
dW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJpZjtjb2xvcjojMUY0OTdEIj5UaGlzIGlzIHNpbWls
YXIgdG8gdGhlIGZhY2Vib29rIG1vZGVsLCB3aGljaCBoYXMgdGhlIGJlbmVmaXQgb2YgZHJhd2lu
ZyBwZW9wbGUgaW50byB0aGUgc2l0ZSBpbiBvcmRlcg0KIHRvIHNlZSB3aGF0IG90aGVycyBhcmUg
c2F5aW5nIGFib3V0IHRoZW0uPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05v
cm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFs
dDphdXRvIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjExLjBwdDtmb250LWZhbWlseTomcXVvdDtD
YWxpYnJpJnF1b3Q7LHNhbnMtc2VyaWY7Y29sb3I6IzFGNDk3RCI+VGh1cyBpdCBiZWNvbWVzIGEg
d2F5IHRvIG1hcmtldCBhbmQgaW5jcmVhc2UgdXNlIG9mIHRoZSBzaXRlLjwvc3Bhbj48bzpwPjwv
bzpwPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6
YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PGEgbmFtZT0iMTRkMjhmM2I3MmRmNWNk
ZF8xNGQyOGViNmExOWFkMTk2X19NYWlsRSI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7
Zm9udC1mYW1pbHk6JnF1b3Q7Q2FsaWJyaSZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiMxRjQ5N0Qi
PiZuYnNwOzwvc3Bhbj48L2E+PG86cD48L286cD48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBz
dHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8i
PjxiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGli
cmkmcXVvdDssc2Fucy1zZXJpZiI+RnJvbTo8L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250LXNp
emU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGlicmkmcXVvdDssc2Fucy1zZXJpZiI+IEth
dGhsZWVuIE1vcmlhcnR5IFttYWlsdG86PGEgaHJlZj0ibWFpbHRvOmthdGhsZWVuLm1vcmlhcnR5
LmlldGZAZ21haWwuY29tIiB0YXJnZXQ9Il9ibGFuayI+a2F0aGxlZW4ubW9yaWFydHkuaWV0ZkBn
bWFpbC5jb208L2E+XQ0KPGJyPg0KPGI+U2VudDo8L2I+IFdlZG5lc2RheSwgTWF5IDYsIDIwMTUg
MTE6NDUgQU08YnI+DQo8Yj5Ubzo8L2I+IDxhIGhyZWY9Im1haWx0bzpjb2RlbWF0Y2gtZGV2ZWxv
cEBpZXRmLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPmNvZGVtYXRjaC1kZXZlbG9wQGlldGYub3JnPC9h
PjsgRGF2ZSBUaGFsZXI8YnI+DQo8Yj5TdWJqZWN0OjwvYj4gUmU6IENvZGUgTWF0Y2ggZmVhdHVy
ZSByZXF1ZXN0PC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0
b20tYWx0OmF1dG8iPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29O
b3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1h
bHQ6YXV0byI+SSd2ZSBhZGRlZCBhIGJpdCBtb3JlIHRleHQgdG8gdGhlIGZlYXR1cmUgcmVxdWVz
dCByb20gYWRkaXRpb25hbCBpbnB1dCBmcm9tIERhdmUgYXQgdGhlIGVuZDo8bzpwPjwvbzpwPjwv
cD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0
OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0K
PGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0
bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+T24gV2VkLCBNYXkgNiwgMjAxNSBhdCA2OjQw
IEFNLCBLYXRobGVlbiBNb3JpYXJ0eSAmbHQ7PGEgaHJlZj0ibWFpbHRvOmthdGhsZWVuLm1vcmlh
cnR5LmlldGZAZ21haWwuY29tIiB0YXJnZXQ9Il9ibGFuayI+a2F0aGxlZW4ubW9yaWFydHkuaWV0
ZkBnbWFpbC5jb208L2E+Jmd0OyB3cm90ZTo8bzpwPjwvbzpwPjwvcD4NCjxibG9ja3F1b3RlIHN0
eWxlPSJib3JkZXI6bm9uZTtib3JkZXItbGVmdDpzb2xpZCAjQ0NDQ0NDIDEuMHB0O3BhZGRpbmc6
MGluIDBpbiAwaW4gNi4wcHQ7bWFyZ2luLWxlZnQ6NC44cHQ7bWFyZ2luLXRvcDo1LjBwdDttYXJn
aW4tcmlnaHQ6MGluO21hcmdpbi1ib3R0b206NS4wcHQiPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29O
b3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1h
bHQ6YXV0byI+SGVsbG8sPG86cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1h
bCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDph
dXRvIj4mbmJzcDs8bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29O
b3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1h
bHQ6YXV0byI+SSBhbSBtZWV0aW5nIHdpdGggdGhlIElFVEYgbGVhZGVyc2hpcCBhbmQgRGF2ZSBU
aGFsZXIgaGFkIGFuIGludGVyZXN0aW5nIGZlYXR1cmUgcmVxdWVzdCB0aGF0IEkgaGF2ZSBhZGRl
ZCB0byB0aGUgZ29vZ2xlIGRvYyB0aGF0IGluY2x1ZGVzIHRoZSBwbGFubmVkIGxpc3Qgb2YgZmVh
dHVyZXMuJm5ic3A7IEkgcHV0IHRoaXMNCiBpbnRvIHBoYXNlIDIgYW5kIGFtIGNvcHlpbmcgRGF2
ZSBpbiBjYXNlIHRoZSBmZWF0dXJlIHJlcXVlc3QgbmVlZHMgYW55IHR3ZWFraW5nLjxvOnA+PC9v
OnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1t
YXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj4mbmJzcDs8bzpw
PjwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJt
c28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4g
c3R5bGU9ImZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7QXJpYWwmcXVvdDssc2Fu
cy1zZXJpZjtjb2xvcjpibGFjayI+JnF1b3Q7TWVjaGFuaXNtIHRvIGFzc29jaWF0ZSBhbiBvcGVu
IHNvdXJjZSBwcm9qZWN0IHRvIGEgZHJhZnQgb3IgUkZDIHRoYXQgaXMga25vd24gdG8gYmUgYXBw
cm9wcmlhdGUsIHdpdGgNCiBub3RpZmljYXRpb24gdG8gdGhlIG9wZW4gc291cmNlIGNvZGUgb3du
ZXIgdG8gYXBwcm92ZSB0aGUgYXNzb2NpYXRpb24uPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPC9k
aXY+DQo8L2Rpdj4NCjwvYmxvY2txdW90ZT4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBz
dHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8i
PjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTAuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0FyaWFsJnF1
b3Q7LHNhbnMtc2VyaWY7Y29sb3I6YmxhY2siPklmIGl0IGlzIHBvc3NpYmxlIHRvICd0YWcnIHRo
ZSBjb2RlIHJlcG9zaXRvcnkgb3duZXIgYW5kL29yIHByb2plY3QgdG8gbm90aWZ5IHRoZW0gYW5k
IHNpbXVsdGFuZW9zbHkgYWR2ZXJ0aXNlDQogZm9yIHRoZW0gd2hlbiB0aGlzIGFzc29jaWF0aW9u
IGlzIG1hZGUsIHRoYXQgaXMgZGVzaXJhYmxlLiZxdW90Ozwvc3Bhbj4mbmJzcDs8bzpwPjwvbzpw
PjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFy
Z2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+Jm5ic3A7PG86cD48
L286cD48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNv
LW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPlRoYW5rcy48
bzpwPjwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxl
PSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+Jm5i
c3A7PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxibG9ja3F1b3RlIHN0eWxlPSJib3JkZXI6bm9u
ZTtib3JkZXItbGVmdDpzb2xpZCAjQ0NDQ0NDIDEuMHB0O3BhZGRpbmc6MGluIDBpbiAwaW4gNi4w
cHQ7bWFyZ2luLWxlZnQ6NC44cHQ7bWFyZ2luLXRvcDo1LjBwdDttYXJnaW4tcmlnaHQ6MGluO21h
cmdpbi1ib3R0b206NS4wcHQiPg0KPGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBz
dHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8i
PjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTomcXVvdDtBcmlhbCZxdW90OyxzYW5zLXNlcmlmO2Nv
bG9yOmJsYWNrIj5UaGFua3MhPC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTomcXVvdDtB
cmlhbCZxdW90OyxzYW5zLXNlcmlmO2NvbG9yOiM4ODg4ODgiPjxiciBjbGVhcj0iYWxsIj4NCjwv
c3Bhbj48bzpwPjwvbzpwPjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0i
bXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxzcGFu
IHN0eWxlPSJjb2xvcjojODg4ODg4Ij4mbmJzcDs8L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rp
dj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bztt
c28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+PHNwYW4gc3R5bGU9ImNvbG9yOiM4ODg4ODgiPi0t
DQo8L3NwYW4+PG86cD48L286cD48L3A+DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6
YXV0byI+PHNwYW4gc3R5bGU9ImNvbG9yOiM4ODg4ODgiPiZuYnNwOzwvc3Bhbj48bzpwPjwvbzpw
PjwvcD4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3At
YWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxzcGFuIHN0eWxlPSJjb2xvcjoj
ODg4ODg4Ij5CZXN0IHJlZ2FyZHMsPC9zcGFuPjxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2
Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21z
by1tYXJnaW4tYm90dG9tLWFsdDphdXRvIj48c3BhbiBzdHlsZT0iY29sb3I6Izg4ODg4OCI+S2F0
aGxlZW48L3NwYW4+PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rp
dj4NCjwvZGl2Pg0KPC9ibG9ja3F1b3RlPg0KPC9kaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBz
dHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8i
Pjxicj4NCjxiciBjbGVhcj0iYWxsIj4NCjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNz
PSJNc29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJv
dHRvbS1hbHQ6YXV0byI+Jm5ic3A7PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxwIGNsYXNzPSJN
c29Ob3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRv
bS1hbHQ6YXV0byI+LS0NCjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0i
TXNvTm9ybWFsIiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0
b20tYWx0OmF1dG8iPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29O
b3JtYWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1h
bHQ6YXV0byI+QmVzdCByZWdhcmRzLDxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAg
Y2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJn
aW4tYm90dG9tLWFsdDphdXRvIj5LYXRobGVlbjxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8L2Rp
dj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2
Pg0KPC9ibG9ja3F1b3RlPg0KPC9kaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibXNv
LW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1dG8iPjxicj4NCjxi
ciBjbGVhcj0iYWxsIj4NCjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiIHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6
YXV0byI+Jm5ic3A7PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwi
IHN0eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0
byI+LS0NCjxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFs
IiBzdHlsZT0ibXNvLW1hcmdpbi10b3AtYWx0OmF1dG87bXNvLW1hcmdpbi1ib3R0b20tYWx0OmF1
dG8iPiZuYnNwOzxvOnA+PC9vOnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0
eWxlPSJtc28tbWFyZ2luLXRvcC1hbHQ6YXV0bzttc28tbWFyZ2luLWJvdHRvbS1hbHQ6YXV0byI+
QmVzdCByZWdhcmRzLDxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1z
b05vcm1hbCIgc3R5bGU9Im1zby1tYXJnaW4tdG9wLWFsdDphdXRvO21zby1tYXJnaW4tYm90dG9t
LWFsdDphdXRvIj5LYXRobGVlbjxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2
Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvYmxvY2txdW90ZT4N
CjwvZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PGJyPg0KPGJyIGNsZWFyPSJhbGwiPg0KPG86
cD48L286cD48L3A+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PG86cD4mbmJzcDs8L286
cD48L3A+DQo8L2Rpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPi0tIDxvOnA+PC9vOnA+PC9wPg0K
PGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4N
CjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj5CZXN0IHJlZ2FyZHMsPG86cD48L286cD48L3A+
DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj5LYXRobGVlbjxvOnA+PC9vOnA+
PC9wPg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9i
b2R5Pg0KPC9odG1sPg0K

--_000_BY2PR03MB412930A04D37A4D5BC3B8ACA3D00BY2PR03MB412namprd_--


From nobody Mon May 11 18:02:20 2015
Return-Path: <kathleen.moriarty.ietf@gmail.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CE96D1B2AEE for <codematch-develop@ietfa.amsl.com>; Mon, 11 May 2015 18:02:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.1
X-Spam-Level: 
X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gkN4VY3iuDj6 for <codematch-develop@ietfa.amsl.com>; Mon, 11 May 2015 18:02:17 -0700 (PDT)
Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B53F61B2AEB for <codematch-develop@ietf.org>; Mon, 11 May 2015 18:02:16 -0700 (PDT)
Received: by layy10 with SMTP id y10so105469182lay.0 for <codematch-develop@ietf.org>; Mon, 11 May 2015 18:02:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:date:message-id:subject:from:to:content-type; bh=gT21p69ugMFRum67RV9iBuTkJZIk9ou035+YadzmMnU=; b=ynuPUmkTshKJ+6ozqh2PTqCMYLv6dJms+iEsVADPTYKr3bf99VjxrTVvBNbfwHKSug oc+69ZRiTbKsdQp/JtvJpB0qmFpPfm340ZLmsVARESNsgOpYiwesrrIUAA9UvZOSPPX2 aUn6Up4bfSj/rPURo5StPToR0v82wTl1GDYYkVNIv/XrD1IW2okiTgChLzfylE4qrMEA /9vjErv7jx1gxK1U0ncEGkYm45EK7xc4WDxYpW1Zq/iCC5cQNxZexzNH6Xx+AjulVIGv OjjWo99f0P98zSoYDuEtrYXmBIhsIBENvC8FCmJDdgGccEhDANeOTkbZYYX8De/+R+gj 9JAA==
MIME-Version: 1.0
X-Received: by 10.112.29.36 with SMTP id g4mr10292682lbh.56.1431392535057; Mon, 11 May 2015 18:02:15 -0700 (PDT)
Received: by 10.112.11.199 with HTTP; Mon, 11 May 2015 18:02:15 -0700 (PDT)
Date: Mon, 11 May 2015 21:02:15 -0400
Message-ID: <CAHbuEH65prnRycLnw2sO29=pv+MBDXvWX18rEao=PXoe74VpwA@mail.gmail.com>
From: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
To: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Content-Type: multipart/alternative; boundary=001a1133f994961a5d0515d80bdb
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/Y1MwvdrjbbN5DPMO1Vf_n9nP_qc>
Subject: [Codematch-develop] Implementations linked to drafts
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 12 May 2015 01:02:19 -0000

--001a1133f994961a5d0515d80bdb
Content-Type: text/plain; charset=UTF-8

Hello!

I was at the IESG meetings last week and you will all be glad to know that
CodeMatch came up as something several of the ADs "need yesterday".
Specifically, there is a lot of interest to see the connections of
implementations with drafts directly in the data tracker so that they can
be pulled into shepherd reports and possibly the implementation sections of
drafts.  This is the work that Christian has been doing and is a top
priority.

I'm hoping that there has been some progress on playing with the existing
data tracker templates to add this functionality and that we could discuss
it on Wednesday's call.

I'd also like to see if we can take next steps to create templates for
CodeMatch that alter the interface slightly (as discussed to keep the
appearance of a separate,but related site) and begin to develop the site
according to the prototype.

Thank you!

-- 

Best regards,
Kathleen

--001a1133f994961a5d0515d80bdb
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hello!<div><br></div><div>I was at the IESG meetings last =
week and you will all be glad to know that CodeMatch came up as something s=
everal of the ADs &quot;need yesterday&quot;.=C2=A0 Specifically, there is =
a lot of interest to see the connections of implementations with drafts dir=
ectly in the data tracker so that they can be pulled into shepherd reports =
and possibly the implementation sections of drafts.=C2=A0 This is the work =
that Christian has been doing and is a top priority. =C2=A0</div><div><br><=
/div><div>I&#39;m hoping that there has been some progress on playing with =
the existing data tracker templates to add this functionality and that we c=
ould discuss it on Wednesday&#39;s call.</div><div><br></div><div>I&#39;d a=
lso like to see if we can take next steps to create templates for CodeMatch=
 that alter the interface slightly (as discussed to keep the appearance of =
a separate,but related site) and begin to develop the site according to the=
 prototype.</div><div><br></div><div>Thank you!<br clear=3D"all"><div><br><=
/div>-- <br><div class=3D"gmail_signature"><div dir=3D"ltr"><br><div>Best r=
egards,</div><div>Kathleen</div></div></div>
</div></div>

--001a1133f994961a5d0515d80bdb--


From nobody Wed May 13 03:59:09 2015
Return-Path: <granville@inf.ufrgs.br>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5CC461B2B91 for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 03:59:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.062
X-Spam-Level: 
X-Spam-Status: No, score=-0.062 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, HELO_EQ_BR=0.955, HOST_EQ_BR=1.295, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WW1dFc_cSK-c for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 03:59:05 -0700 (PDT)
Received: from delivery3.ufrgs.br (delivery3.ufrgs.br [143.54.2.213]) by ietfa.amsl.com (Postfix) with ESMTP id 170091A873D for <codematch-develop@ietf.org>; Wed, 13 May 2015 03:59:04 -0700 (PDT)
Received: from delivery3.ufrgs.br (localhost [127.0.0.1]) by delivery3.ufrgs.br (Postfix) with ESMTP id 0306B3001FF; Wed, 13 May 2015 07:59:01 -0300 (BRT)
Received: from msa1.ufrgs.br (msa1.ufrgs.br [143.54.2.208]) by delivery3.ufrgs.br (Postfix) with ESMTP id EAB8117A; Wed, 13 May 2015 07:59:00 -0300 (BRT)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
In-Reply-To: <CAHbuEH65prnRycLnw2sO29=pv+MBDXvWX18rEao=PXoe74VpwA@mail.gmail.com>
Date: Wed, 13 May 2015 06:58:48 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <E7BC2B65-6DA5-4B1F-9743-A01C4ECC021D@inf.ufrgs.br>
References: <CAHbuEH65prnRycLnw2sO29=pv+MBDXvWX18rEao=PXoe74VpwA@mail.gmail.com>
To: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
X-Mailer: Apple Mail (2.2098)
X-AV-Checked: ClamAV using ClamSMTP
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/9VPnUTJAoZzc-IGvyBRoXpqK24g>
Cc: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Implementations linked to drafts
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 10:59:08 -0000

Hello Kathleen

Thanks for the great news. Unfortunately I won=E2=80=99t be able to =
participate in the meeting today (I=E2=80=99m attending a conference in =
Ottawa). Last week Christian reported about his progress on the =
implementation, and Wanderson and myself showed some changes in the =
mockups and web prototype. I believe this is aligned with what you are =
expecting.

Best regards,

Lisandro

> Em 11/05/2015, =C3=A0(s) 21:02, Kathleen Moriarty =
<kathleen.moriarty.ietf@gmail.com> escreveu:
>=20
> Hello!
>=20
> I was at the IESG meetings last week and you will all be glad to know =
that CodeMatch came up as something several of the ADs "need yesterday". =
 Specifically, there is a lot of interest to see the connections of =
implementations with drafts directly in the data tracker so that they =
can be pulled into shepherd reports and possibly the implementation =
sections of drafts.  This is the work that Christian has been doing and =
is a top priority. =20
>=20
> I'm hoping that there has been some progress on playing with the =
existing data tracker templates to add this functionality and that we =
could discuss it on Wednesday's call.
>=20
> I'd also like to see if we can take next steps to create templates for =
CodeMatch that alter the interface slightly (as discussed to keep the =
appearance of a separate,but related site) and begin to develop the site =
according to the prototype.
>=20
> Thank you!
>=20
> --=20
>=20
> Best regards,
> Kathleen
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


From nobody Wed May 13 04:29:30 2015
Return-Path: <kathleen.moriarty@emc.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 212211A036B for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 04:29:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.311
X-Spam-Level: 
X-Spam-Status: No, score=-4.311 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n1EzWny6UblE for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 04:29:27 -0700 (PDT)
Received: from mailuogwdur.emc.com (mailuogwdur.emc.com [128.221.224.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B74F1A026A for <codematch-develop@ietf.org>; Wed, 13 May 2015 04:29:26 -0700 (PDT)
Received: from maildlpprd56.lss.emc.com (maildlpprd56.lss.emc.com [10.106.48.160]) by mailuogwprd53.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t4DBTMPI017500 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 13 May 2015 07:29:23 -0400
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd53.lss.emc.com t4DBTMPI017500
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=emc.com; s=jan2013; t=1431516564; bh=KUT+Y5C7XWB7wOvpo3tEIjgMcz4=; h=From:To:CC:Subject:Date:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=CN9EKSRjyTCO5fQdu+CKhxDgi3w5T4yDRPn2TbNwMAOzbmFFn0WimiyYrb1EO3Wp4 fwArFGbQ2iHaDn9AW8dh2ZDNROKviBB23G5vUymNWI5ocnNqhtZIKjpr+NP3Sut3OU Ne1pnbBBmuEPkn6ehl8c9Q1DbGLbHlFVAAH0U6yE=
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd53.lss.emc.com t4DBTMPI017500
Received: from mailusrhubprd54.lss.emc.com (mailusrhubprd54.lss.emc.com [10.106.48.19]) by maildlpprd56.lss.emc.com (RSA Interceptor); Wed, 13 May 2015 07:27:52 -0400
Received: from mxhub36.corp.emc.com (mxhub36.corp.emc.com [10.254.93.84]) by mailusrhubprd54.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t4DBT8AV012830 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 13 May 2015 07:29:09 -0400
Received: from MXHUB206.corp.emc.com (10.253.68.32) by mxhub36.corp.emc.com (10.254.93.84) with Microsoft SMTP Server (TLS) id 8.3.327.1; Wed, 13 May 2015 07:29:08 -0400
Received: from MX103CL02.corp.emc.com ([169.254.6.251]) by MXHUB206.corp.emc.com ([10.253.68.32]) with mapi id 14.03.0224.002; Wed, 13 May 2015 07:29:08 -0400
From: "Moriarty, Kathleen" <kathleen.moriarty@emc.com>
To: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
Thread-Topic: [Codematch-develop] Implementations linked to drafts
Thread-Index: AQHQjE9PUmjeqHlR4kSd6CZcXRh3MZ16AgMA///Famo=
Date: Wed, 13 May 2015 11:29:06 +0000
Message-ID: <A13A527C-A0DF-4ABD-8DB0-B6AD8B6B08C5@emc.com>
References: <CAHbuEH65prnRycLnw2sO29=pv+MBDXvWX18rEao=PXoe74VpwA@mail.gmail.com>,  <E7BC2B65-6DA5-4B1F-9743-A01C4ECC021D@inf.ufrgs.br>
In-Reply-To: <E7BC2B65-6DA5-4B1F-9743-A01C4ECC021D@inf.ufrgs.br>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Sentrion-Hostname: mailusrhubprd54.lss.emc.com
X-RSA-Classifications: public
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/QpY2swLLjpXYZkDWIXqGaOnWnNU>
Cc: Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>, "codematch-develop@ietf.org" <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Implementations linked to drafts
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 11:29:29 -0000

Hi Lisandro,

Thank you for the update.  Was the session recorded?

Best regards,
Kathleen

Sent from my iPhone

> On May 13, 2015, at 6:59 AM, "Lisandro Zambenedetti Granville" <granville=
@inf.ufrgs.br> wrote:
>=20
> Hello Kathleen
>=20
> Thanks for the great news. Unfortunately I won=92t be able to participate=
 in the meeting today (I=92m attending a conference in Ottawa). Last week C=
hristian reported about his progress on the implementation, and Wanderson a=
nd myself showed some changes in the mockups and web prototype. I believe t=
his is aligned with what you are expecting.
>=20
> Best regards,
>=20
> Lisandro
>=20
>> Em 11/05/2015, =E0(s) 21:02, Kathleen Moriarty <kathleen.moriarty.ietf@g=
mail.com> escreveu:
>>=20
>> Hello!
>>=20
>> I was at the IESG meetings last week and you will all be glad to know th=
at CodeMatch came up as something several of the ADs "need yesterday".  Spe=
cifically, there is a lot of interest to see the connections of implementat=
ions with drafts directly in the data tracker so that they can be pulled in=
to shepherd reports and possibly the implementation sections of drafts.  Th=
is is the work that Christian has been doing and is a top priority. =20
>>=20
>> I'm hoping that there has been some progress on playing with the existin=
g data tracker templates to add this functionality and that we could discus=
s it on Wednesday's call.
>>=20
>> I'd also like to see if we can take next steps to create templates for C=
odeMatch that alter the interface slightly (as discussed to keep the appear=
ance of a separate,but related site) and begin to develop the site accordin=
g to the prototype.
>>=20
>> Thank you!
>>=20
>> --=20
>>=20
>> Best regards,
>> Kathleen
>> _______________________________________________
>> Codematch-develop mailing list
>> Codematch-develop@ietf.org
>> https://www.ietf.org/mailman/listinfo/codematch-develop
>=20
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


From nobody Wed May 13 05:14:57 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BD2F11A8760 for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 05:14:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level: 
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 76LWExYcRsto for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 05:14:54 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0071.outbound.protection.outlook.com [65.55.169.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B649D1A875C for <codematch-develop@ietf.org>; Wed, 13 May 2015 05:14:53 -0700 (PDT)
Authentication-Results: emc.com; dkim=none (message not signed) header.d=none; 
Received: from [10.0.1.13] (167.61.41.170) by CO2PR0601MB774.namprd06.prod.outlook.com (10.141.247.139) with Microsoft SMTP Server (TLS) id 15.1.148.16; Wed, 13 May 2015 12:14:47 +0000
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
Content-Type: multipart/alternative; boundary="Apple-Mail=_24802A99-BFF4-4C74-B62F-3FF0F8EAB0F0"
From: Christian O'Flaherty <oflaherty@isoc.org>
In-Reply-To: <A13A527C-A0DF-4ABD-8DB0-B6AD8B6B08C5@emc.com>
Date: Wed, 13 May 2015 09:14:34 -0300
Message-ID: <156F7FD5-D43C-4E20-AF8C-ECB941F5497F@isoc.org>
References: <CAHbuEH65prnRycLnw2sO29=pv+MBDXvWX18rEao=PXoe74VpwA@mail.gmail.com> <E7BC2B65-6DA5-4B1F-9743-A01C4ECC021D@inf.ufrgs.br> <A13A527C-A0DF-4ABD-8DB0-B6AD8B6B08C5@emc.com>
To: "Moriarty, Kathleen" <kathleen.moriarty@emc.com>
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [167.61.41.170]
X-ClientProxiedBy: BLUPR01CA046.prod.exchangelabs.com (25.160.23.36) To CO2PR0601MB774.namprd06.prod.outlook.com (10.141.247.139)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CO2PR0601MB774;
X-Microsoft-Antispam-PRVS: <CO2PR0601MB774B11686982F6C73B3A206CED90@CO2PR0601MB774.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:CO2PR0601MB774; BCL:0; PCL:0; RULEID:;  SRVR:CO2PR0601MB774; 
X-Forefront-PRVS: 0575F81B58
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6049001)(377454003)(24454002)(479174004)(51704005)(84326002)(50226001)(15975445007)(86362001)(92566002)(77096005)(77156002)(62966003)(2950100001)(40100003)(83716003)(46102003)(66066001)(189998001)(42186005)(87976001)(122386002)(512944002)(36756003)(110136002)(5001960100002)(33656002)(82746002)(50986999)(76176999)(19580395003)(19580405001)(7059030)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:CO2PR0601MB774; H:[10.0.1.13]; FPR:; SPF:None;  MLV:sfv; LANG:en; 
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 13 May 2015 12:14:47.5629 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO2PR0601MB774
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/gtZzHL_SE1LNhDTWimJ9wQQKVuU>
Cc: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>, "codematch-develop@ietf.org" <codematch-develop@ietf.org>, Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
Subject: Re: [Codematch-develop] Implementations linked to drafts
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 12:14:56 -0000

--Apple-Mail=_24802A99-BFF4-4C74-B62F-3FF0F8EAB0F0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="windows-1252"

Hi Kathleen, unfortunately I didn=92t record the session.=20
I can summarize what we discussed on our call later today.

Christian O'Flaherty - oflaherty@isoc.org <mailto:oflaherty@isoc.org>
Regional Development - Internet Society=20
Skype/Gmail/Yahoo!:  christian.oflaherty=20
Phone: +598 98769636

> On May 13, 2015, at 8:29 AM, Moriarty, Kathleen =
<kathleen.moriarty@emc.com> wrote:
>=20
> Hi Lisandro,
>=20
> Thank you for the update.  Was the session recorded?
>=20
> Best regards,
> Kathleen
>=20
> Sent from my iPhone
>=20
>> On May 13, 2015, at 6:59 AM, "Lisandro Zambenedetti Granville" =
<granville@inf.ufrgs.br> wrote:
>>=20
>> Hello Kathleen
>>=20
>> Thanks for the great news. Unfortunately I won=92t be able to =
participate in the meeting today (I=92m attending a conference in =
Ottawa). Last week Christian reported about his progress on the =
implementation, and Wanderson and myself showed some changes in the =
mockups and web prototype. I believe this is aligned with what you are =
expecting.
>>=20
>> Best regards,
>>=20
>> Lisandro
>>=20
>>> Em 11/05/2015, =E0(s) 21:02, Kathleen Moriarty =
<kathleen.moriarty.ietf@gmail.com> escreveu:
>>>=20
>>> Hello!
>>>=20
>>> I was at the IESG meetings last week and you will all be glad to =
know that CodeMatch came up as something several of the ADs "need =
yesterday".  Specifically, there is a lot of interest to see the =
connections of implementations with drafts directly in the data tracker =
so that they can be pulled into shepherd reports and possibly the =
implementation sections of drafts.  This is the work that Christian has =
been doing and is a top priority. =20
>>>=20
>>> I'm hoping that there has been some progress on playing with the =
existing data tracker templates to add this functionality and that we =
could discuss it on Wednesday's call.
>>>=20
>>> I'd also like to see if we can take next steps to create templates =
for CodeMatch that alter the interface slightly (as discussed to keep =
the appearance of a separate,but related site) and begin to develop the =
site according to the prototype.
>>>=20
>>> Thank you!
>>>=20
>>> --=20
>>>=20
>>> Best regards,
>>> Kathleen
>>> _______________________________________________
>>> Codematch-develop mailing list
>>> Codematch-develop@ietf.org
>>> https://www.ietf.org/mailman/listinfo/codematch-develop
>>=20
>> _______________________________________________
>> Codematch-develop mailing list
>> Codematch-develop@ietf.org
>> https://www.ietf.org/mailman/listinfo/codematch-develop
>=20
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


--Apple-Mail=_24802A99-BFF4-4C74-B62F-3FF0F8EAB0F0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="windows-1252"

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">Hi Kathleen, unfortunately I didn=92t record the =
session.&nbsp;<div class=3D"">I can summarize what we discussed on our =
call later today.<div class=3D""><br class=3D""><div class=3D"">
<div style=3D"letter-spacing: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div class=3D"" style=3D"letter-spacing: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D""><font face=3D"Arial" size=3D"1" class=3D"">Christian =
O'Flaherty -&nbsp;<a href=3D"mailto:oflaherty@isoc.org" class=3D""><font =
color=3D"#1c4aff" class=3D"">oflaherty@isoc.org</font></a><br =
class=3D"">Regional Development -<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">Internet Society&nbsp;</font><br class=3D"">Skype/Gmail/Yahoo!:=
 &nbsp;<font color=3D"#1c4aff" =
class=3D"">christian.oflaherty</font>&nbsp;<br class=3D"">Phone:<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">+598 =
98769636</font></font></div></div></div></div></div></div></div></div></di=
v>
</div>
<br class=3D""><div><blockquote type=3D"cite" class=3D""><div =
class=3D"">On May 13, 2015, at 8:29 AM, Moriarty, Kathleen &lt;<a =
href=3D"mailto:kathleen.moriarty@emc.com" =
class=3D"">kathleen.moriarty@emc.com</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D"">Hi Lisandro,<br =
class=3D""><br class=3D"">Thank you for the update. &nbsp;Was the =
session recorded?<br class=3D""><br class=3D"">Best regards,<br =
class=3D"">Kathleen<br class=3D""><br class=3D"">Sent from my iPhone<br =
class=3D""><br class=3D""><blockquote type=3D"cite" class=3D"">On May =
13, 2015, at 6:59 AM, "Lisandro Zambenedetti Granville" &lt;<a =
href=3D"mailto:granville@inf.ufrgs.br" =
class=3D"">granville@inf.ufrgs.br</a>&gt; wrote:<br class=3D""><br =
class=3D"">Hello Kathleen<br class=3D""><br class=3D"">Thanks for the =
great news. Unfortunately I won=92t be able to participate in the =
meeting today (I=92m attending a conference in Ottawa). Last week =
Christian reported about his progress on the implementation, and =
Wanderson and myself showed some changes in the mockups and web =
prototype. I believe this is aligned with what you are expecting.<br =
class=3D""><br class=3D"">Best regards,<br class=3D""><br =
class=3D"">Lisandro<br class=3D""><br class=3D""><blockquote type=3D"cite"=
 class=3D"">Em 11/05/2015, =E0(s) 21:02, Kathleen Moriarty &lt;<a =
href=3D"mailto:kathleen.moriarty.ietf@gmail.com" =
class=3D"">kathleen.moriarty.ietf@gmail.com</a>&gt; escreveu:<br =
class=3D""><br class=3D"">Hello!<br class=3D""><br class=3D"">I was at =
the IESG meetings last week and you will all be glad to know that =
CodeMatch came up as something several of the ADs "need yesterday". =
&nbsp;Specifically, there is a lot of interest to see the connections of =
implementations with drafts directly in the data tracker so that they =
can be pulled into shepherd reports and possibly the implementation =
sections of drafts. &nbsp;This is the work that Christian has been doing =
and is a top priority. &nbsp;<br class=3D""><br class=3D"">I'm hoping =
that there has been some progress on playing with the existing data =
tracker templates to add this functionality and that we could discuss it =
on Wednesday's call.<br class=3D""><br class=3D"">I'd also like to see =
if we can take next steps to create templates for CodeMatch that alter =
the interface slightly (as discussed to keep the appearance of a =
separate,but related site) and begin to develop the site according to =
the prototype.<br class=3D""><br class=3D"">Thank you!<br class=3D""><br =
class=3D"">-- <br class=3D""><br class=3D"">Best regards,<br =
class=3D"">Kathleen<br =
class=3D"">_______________________________________________<br =
class=3D"">Codematch-develop mailing list<br class=3D""><a =
href=3D"mailto:Codematch-develop@ietf.org" =
class=3D"">Codematch-develop@ietf.org</a><br =
class=3D"">https://www.ietf.org/mailman/listinfo/codematch-develop<br =
class=3D""></blockquote><br =
class=3D"">_______________________________________________<br =
class=3D"">Codematch-develop mailing list<br class=3D""><a =
href=3D"mailto:Codematch-develop@ietf.org" =
class=3D"">Codematch-develop@ietf.org</a><br =
class=3D"">https://www.ietf.org/mailman/listinfo/codematch-develop<br =
class=3D""></blockquote><br =
class=3D"">_______________________________________________<br =
class=3D"">Codematch-develop mailing list<br class=3D""><a =
href=3D"mailto:Codematch-develop@ietf.org" =
class=3D"">Codematch-develop@ietf.org</a><br =
class=3D"">https://www.ietf.org/mailman/listinfo/codematch-develop<br =
class=3D""></div></blockquote></div><br =
class=3D""></div></div></body></html>=

--Apple-Mail=_24802A99-BFF4-4C74-B62F-3FF0F8EAB0F0--


From nobody Wed May 13 05:17:17 2015
Return-Path: <kathleen.moriarty@emc.com>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 071521A879B for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 05:17:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.31
X-Spam-Level: 
X-Spam-Status: No, score=-4.31 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1OcteXXORKiN for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 05:17:14 -0700 (PDT)
Received: from mailuogwdur.emc.com (mailuogwdur.emc.com [128.221.224.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 999701A878B for <codematch-develop@ietf.org>; Wed, 13 May 2015 05:17:14 -0700 (PDT)
Received: from maildlpprd52.lss.emc.com (maildlpprd52.lss.emc.com [10.106.48.156]) by mailuogwprd54.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t4DCHAAN021892 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 13 May 2015 08:17:12 -0400
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com t4DCHAAN021892
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=emc.com; s=jan2013; t=1431519432; bh=JA5NozgCP5RlEr2/GOJ6QbHUd/E=; h=From:To:CC:Subject:Date:Message-ID:References:In-Reply-To: Content-Type:MIME-Version; b=v+E8+7lTmk1/JIE0eH5IfonACoF8ZkxUq3BuaDZqBIFH0IBNr4KgPGfIB9etxznVW +yn2NbCIX7/hBn8L+jkHoEnpJfu+zsVFvEgAS4XCPn23XepdEa3gU3HKeW72I4oVSb jwKfCfH2Vl9TUodFtO/GGdGrfRtryI0nDBEi06Rs=
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com t4DCHAAN021892
Received: from mailusrhubprd02.lss.emc.com (mailusrhubprd02.lss.emc.com [10.253.24.20]) by maildlpprd52.lss.emc.com (RSA Interceptor); Wed, 13 May 2015 08:17:22 -0400
Received: from mxhub09.corp.emc.com (mxhub09.corp.emc.com [10.254.92.104]) by mailusrhubprd02.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0) with ESMTP id t4DCGtoB006635 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 13 May 2015 08:16:55 -0400
Received: from MXHUB206.corp.emc.com (10.253.68.32) by mxhub09.corp.emc.com (10.254.92.104) with Microsoft SMTP Server (TLS) id 8.3.327.1; Wed, 13 May 2015 08:15:57 -0400
Received: from MX103CL02.corp.emc.com ([169.254.6.251]) by MXHUB206.corp.emc.com ([10.253.68.32]) with mapi id 14.03.0224.002; Wed, 13 May 2015 08:16:54 -0400
From: "Moriarty, Kathleen" <kathleen.moriarty@emc.com>
To: "Christian O'Flaherty" <oflaherty@isoc.org>
Thread-Topic: [Codematch-develop] Implementations linked to drafts
Thread-Index: AQHQjE9PUmjeqHlR4kSd6CZcXRh3MZ16AgMA///FamqAAE/BAP//vZgM
Date: Wed, 13 May 2015 12:16:52 +0000
Message-ID: <41D723C4-4E61-4050-A944-AB3AC106129C@emc.com>
References: <CAHbuEH65prnRycLnw2sO29=pv+MBDXvWX18rEao=PXoe74VpwA@mail.gmail.com> <E7BC2B65-6DA5-4B1F-9743-A01C4ECC021D@inf.ufrgs.br> <A13A527C-A0DF-4ABD-8DB0-B6AD8B6B08C5@emc.com>, <156F7FD5-D43C-4E20-AF8C-ECB941F5497F@isoc.org>
In-Reply-To: <156F7FD5-D43C-4E20-AF8C-ECB941F5497F@isoc.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Content-Type: multipart/alternative; boundary="_000_41D723C44E614050A944AB3AC106129Cemccom_"
MIME-Version: 1.0
X-Sentrion-Hostname: mailusrhubprd02.lss.emc.com
X-RSA-Classifications: public
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/LPAop_jP43jCRlUPTT0lJvnQ-L0>
Cc: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>, "codematch-develop@ietf.org" <codematch-develop@ietf.org>, Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>
Subject: Re: [Codematch-develop] Implementations linked to drafts
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 12:17:17 -0000

--_000_41D723C44E614050A944AB3AC106129Cemccom_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Thank you, Christian!

Sent from my iPhone

On May 13, 2015, at 8:15 AM, "Christian O'Flaherty" <oflaherty@isoc.org<mai=
lto:oflaherty@isoc.org>> wrote:

Hi Kathleen, unfortunately I didn=92t record the session.
I can summarize what we discussed on our call later today.

Christian O'Flaherty - oflaherty@isoc.org<mailto:oflaherty@isoc.org>
Regional Development - Internet Society
Skype/Gmail/Yahoo!:  christian.oflaherty
Phone: +598 98769636

On May 13, 2015, at 8:29 AM, Moriarty, Kathleen <kathleen.moriarty@emc.com<=
mailto:kathleen.moriarty@emc.com>> wrote:

Hi Lisandro,

Thank you for the update.  Was the session recorded?

Best regards,
Kathleen

Sent from my iPhone

On May 13, 2015, at 6:59 AM, "Lisandro Zambenedetti Granville" <granville@i=
nf.ufrgs.br<mailto:granville@inf.ufrgs.br>> wrote:

Hello Kathleen

Thanks for the great news. Unfortunately I won=92t be able to participate i=
n the meeting today (I=92m attending a conference in Ottawa). Last week Chr=
istian reported about his progress on the implementation, and Wanderson and=
 myself showed some changes in the mockups and web prototype. I believe thi=
s is aligned with what you are expecting.

Best regards,

Lisandro

Em 11/05/2015, =E0(s) 21:02, Kathleen Moriarty <kathleen.moriarty.ietf@gmai=
l.com<mailto:kathleen.moriarty.ietf@gmail.com>> escreveu:

Hello!

I was at the IESG meetings last week and you will all be glad to know that =
CodeMatch came up as something several of the ADs "need yesterday".  Specif=
ically, there is a lot of interest to see the connections of implementation=
s with drafts directly in the data tracker so that they can be pulled into =
shepherd reports and possibly the implementation sections of drafts.  This =
is the work that Christian has been doing and is a top priority.

I'm hoping that there has been some progress on playing with the existing d=
ata tracker templates to add this functionality and that we could discuss i=
t on Wednesday's call.

I'd also like to see if we can take next steps to create templates for Code=
Match that alter the interface slightly (as discussed to keep the appearanc=
e of a separate,but related site) and begin to develop the site according t=
o the prototype.

Thank you!

--

Best regards,
Kathleen
_______________________________________________
Codematch-develop mailing list
Codematch-develop@ietf.org<mailto:Codematch-develop@ietf.org>
https://www.ietf.org/mailman/listinfo/codematch-develop

_______________________________________________
Codematch-develop mailing list
Codematch-develop@ietf.org<mailto:Codematch-develop@ietf.org>
https://www.ietf.org/mailman/listinfo/codematch-develop

_______________________________________________
Codematch-develop mailing list
Codematch-develop@ietf.org<mailto:Codematch-develop@ietf.org>
https://www.ietf.org/mailman/listinfo/codematch-develop

_______________________________________________
Codematch-develop mailing list
Codematch-develop@ietf.org<mailto:Codematch-develop@ietf.org>
https://www.ietf.org/mailman/listinfo/codematch-develop

--_000_41D723C44E614050A944AB3AC106129Cemccom_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
</head>
<body dir=3D"auto">
<div>Thank you, Christian!<br>
<br>
Sent from my iPhone</div>
<div><br>
On May 13, 2015, at 8:15 AM, &quot;Christian O'Flaherty&quot; &lt;<a href=
=3D"mailto:oflaherty@isoc.org">oflaherty@isoc.org</a>&gt; wrote:<br>
<br>
</div>
<blockquote type=3D"cite">
<div>Hi Kathleen, unfortunately I didn=92t record the session.&nbsp;
<div class=3D"">I can summarize what we discussed on our call later today.
<div class=3D""><br class=3D"">
<div class=3D"">
<div style=3D"letter-spacing: normal; orphans: auto; text-align: start; tex=
t-indent: 0px; text-transform: none; white-space: normal; widows: auto; wor=
d-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -web=
kit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=3D"">
<div class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align:=
 start; text-indent: 0px; text-transform: none; white-space: normal; widows=
: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break=
-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align:=
 start; text-indent: 0px; text-transform: none; white-space: normal; widows=
: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break=
-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align:=
 start; text-indent: 0px; text-transform: none; white-space: normal; widows=
: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break=
-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align:=
 start; text-indent: 0px; text-transform: none; white-space: normal; widows=
: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break=
-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align:=
 start; text-indent: 0px; text-transform: none; white-space: normal; widows=
: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break=
-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div class=3D"" style=3D"font-variant: normal; letter-spacing: normal; line=
-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; te=
xt-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -web=
kit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space=
; -webkit-line-break: after-white-space;">
<div class=3D"" style=3D"font-variant: normal; letter-spacing: normal; line=
-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; te=
xt-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -web=
kit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space=
; -webkit-line-break: after-white-space;">
<div class=3D""><font face=3D"Arial" size=3D"1" class=3D"">Christian O'Flah=
erty -&nbsp;<a href=3D"mailto:oflaherty@isoc.org" class=3D""><font color=3D=
"#1c4aff" class=3D"">oflaherty@isoc.org</font></a><br class=3D"">
Regional Development -<span class=3D"Apple-converted-space">&nbsp;</span><f=
ont color=3D"#1c4aff" class=3D"">Internet Society&nbsp;</font><br class=3D"=
">
Skype/Gmail/Yahoo!: &nbsp;<font color=3D"#1c4aff" class=3D"">christian.ofla=
herty</font>&nbsp;<br class=3D"">
Phone:<span class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c=
4aff" class=3D"">&#43;598 98769636</font></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br class=3D"">
<div>
<blockquote type=3D"cite" class=3D"">
<div class=3D"">On May 13, 2015, at 8:29 AM, Moriarty, Kathleen &lt;<a href=
=3D"mailto:kathleen.moriarty@emc.com" class=3D"">kathleen.moriarty@emc.com<=
/a>&gt; wrote:</div>
<br class=3D"Apple-interchange-newline">
<div class=3D"">Hi Lisandro,<br class=3D"">
<br class=3D"">
Thank you for the update. &nbsp;Was the session recorded?<br class=3D"">
<br class=3D"">
Best regards,<br class=3D"">
Kathleen<br class=3D"">
<br class=3D"">
Sent from my iPhone<br class=3D"">
<br class=3D"">
<blockquote type=3D"cite" class=3D"">On May 13, 2015, at 6:59 AM, &quot;Lis=
andro Zambenedetti Granville&quot; &lt;<a href=3D"mailto:granville@inf.ufrg=
s.br" class=3D"">granville@inf.ufrgs.br</a>&gt; wrote:<br class=3D"">
<br class=3D"">
Hello Kathleen<br class=3D"">
<br class=3D"">
Thanks for the great news. Unfortunately I won=92t be able to participate i=
n the meeting today (I=92m attending a conference in Ottawa). Last week Chr=
istian reported about his progress on the implementation, and Wanderson and=
 myself showed some changes in the mockups
 and web prototype. I believe this is aligned with what you are expecting.<=
br class=3D"">
<br class=3D"">
Best regards,<br class=3D"">
<br class=3D"">
Lisandro<br class=3D"">
<br class=3D"">
<blockquote type=3D"cite" class=3D"">Em 11/05/2015, =E0(s) 21:02, Kathleen =
Moriarty &lt;<a href=3D"mailto:kathleen.moriarty.ietf@gmail.com" class=3D""=
>kathleen.moriarty.ietf@gmail.com</a>&gt; escreveu:<br class=3D"">
<br class=3D"">
Hello!<br class=3D"">
<br class=3D"">
I was at the IESG meetings last week and you will all be glad to know that =
CodeMatch came up as something several of the ADs &quot;need yesterday&quot=
;. &nbsp;Specifically, there is a lot of interest to see the connections of=
 implementations with drafts directly in the data
 tracker so that they can be pulled into shepherd reports and possibly the =
implementation sections of drafts. &nbsp;This is the work that Christian ha=
s been doing and is a top priority. &nbsp;<br class=3D"">
<br class=3D"">
I'm hoping that there has been some progress on playing with the existing d=
ata tracker templates to add this functionality and that we could discuss i=
t on Wednesday's call.<br class=3D"">
<br class=3D"">
I'd also like to see if we can take next steps to create templates for Code=
Match that alter the interface slightly (as discussed to keep the appearanc=
e of a separate,but related site) and begin to develop the site according t=
o the prototype.<br class=3D"">
<br class=3D"">
Thank you!<br class=3D"">
<br class=3D"">
-- <br class=3D"">
<br class=3D"">
Best regards,<br class=3D"">
Kathleen<br class=3D"">
_______________________________________________<br class=3D"">
Codematch-develop mailing list<br class=3D"">
<a href=3D"mailto:Codematch-develop@ietf.org" class=3D"">Codematch-develop@=
ietf.org</a><br class=3D"">
<a href=3D"https://www.ietf.org/mailman/listinfo/codematch-develop">https:/=
/www.ietf.org/mailman/listinfo/codematch-develop</a><br class=3D"">
</blockquote>
<br class=3D"">
_______________________________________________<br class=3D"">
Codematch-develop mailing list<br class=3D"">
<a href=3D"mailto:Codematch-develop@ietf.org" class=3D"">Codematch-develop@=
ietf.org</a><br class=3D"">
<a href=3D"https://www.ietf.org/mailman/listinfo/codematch-develop">https:/=
/www.ietf.org/mailman/listinfo/codematch-develop</a><br class=3D"">
</blockquote>
<br class=3D"">
_______________________________________________<br class=3D"">
Codematch-develop mailing list<br class=3D"">
<a href=3D"mailto:Codematch-develop@ietf.org" class=3D"">Codematch-develop@=
ietf.org</a><br class=3D"">
<a href=3D"https://www.ietf.org/mailman/listinfo/codematch-develop">https:/=
/www.ietf.org/mailman/listinfo/codematch-develop</a><br class=3D"">
</div>
</blockquote>
</div>
<br class=3D"">
</div>
</div>
</div>
</blockquote>
<blockquote type=3D"cite">
<div><span>_______________________________________________</span><br>
<span>Codematch-develop mailing list</span><br>
<span><a href=3D"mailto:Codematch-develop@ietf.org">Codematch-develop@ietf.=
org</a></span><br>
<span><a href=3D"https://www.ietf.org/mailman/listinfo/codematch-develop">h=
ttps://www.ietf.org/mailman/listinfo/codematch-develop</a></span><br>
</div>
</blockquote>
</body>
</html>

--_000_41D723C44E614050A944AB3AC106129Cemccom_--


From nobody Wed May 13 10:02:36 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2E6AB1B3082 for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 10:02:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level: 
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5eEvuCwFo170 for <codematch-develop@ietfa.amsl.com>; Wed, 13 May 2015 10:02:33 -0700 (PDT)
Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0610.outbound.protection.outlook.com [IPv6:2a01:111:f400:fc10::610]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94E851B3080 for <codematch-develop@ietf.org>; Wed, 13 May 2015 10:02:33 -0700 (PDT)
Authentication-Results: ietf.org; dkim=none (message not signed) header.d=none;
Received: from [10.0.1.13] (167.61.41.170) by SN2PR0601MB781.namprd06.prod.outlook.com (25.160.16.154) with Microsoft SMTP Server (TLS) id 15.1.154.19; Wed, 13 May 2015 17:02:13 +0000
From: Christian O'Flaherty <oflaherty@isoc.org>
Content-Type: multipart/alternative; boundary="Apple-Mail=_253A07B6-C10D-43BA-8F6B-77055A913E36"
Date: Wed, 13 May 2015 14:02:08 -0300
To: codematch-develop <codematch-develop@ietf.org>
Message-ID: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org>
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [167.61.41.170]
X-ClientProxiedBy: SN1PR0701CA0030.namprd07.prod.outlook.com (25.162.96.40) To SN2PR0601MB781.namprd06.prod.outlook.com (25.160.16.154)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN2PR0601MB781;
X-Microsoft-Antispam-PRVS: <SN2PR0601MB781B4C976FEEEB1CF2F1F26CED90@SN2PR0601MB781.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:SN2PR0601MB781; BCL:0; PCL:0; RULEID:;  SRVR:SN2PR0601MB781; 
X-Forefront-PRVS: 0575F81B58
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6049001)(83716003)(82746002)(110136002)(84326002)(189998001)(36756003)(50226001)(46102003)(87976001)(92566002)(450100001)(86362001)(62966003)(77156002)(107886002)(5001960100002)(50986999)(122386002)(19580405001)(40100003)(19580395003)(33656002)(66066001)(512954002)(229853001)(77096005)(42186005)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:SN2PR0601MB781; H:[10.0.1.13]; FPR:; SPF:None;  MLV:sfv; LANG:en; 
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 13 May 2015 17:02:13.7652 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR0601MB781
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/Nj0nUXey88UJ7UpvlSUhDL6Q9uA>
Subject: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 17:02:36 -0000

--Apple-Mail=_253A07B6-C10D-43BA-8F6B-77055A913E36
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"


Hi Lisandro, find below the changes to the data model we discussed today:

Add to Codematch table: Creation_date

Add Projects table: Reputation

Change the table name from Specification to Document

Remove Area from Codematch table

The relationship between Projects and Codematch should be many to many

Christian O'Flaherty - oflaherty@isoc.org <mailto:oflaherty@isoc.org>
Regional Development - Internet Society 
Skype/Gmail/Yahoo!:  christian.oflaherty 
Phone: +598 98769636


--Apple-Mail=_253A07B6-C10D-43BA-8F6B-77055A913E36
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D""><br class=3D""></div><div class=3D"">Hi =
Lisandro, find below the changes to the data model we discussed =
today:</div><div class=3D""><br class=3D""></div><div class=3D"">Add to =
Codematch table: Creation_date</div><div class=3D""><br =
class=3D""></div><div class=3D"">Add Projects table: =
Reputation</div><div class=3D""><br class=3D""></div><div =
class=3D"">Change the table name from Specification to =
Document</div><div class=3D""><br class=3D""></div><div class=3D"">Remove =
Area from Codematch table</div><div class=3D""><br class=3D""></div><div =
class=3D"">The relationship between Projects and Codematch should be =
many to many</div><br class=3D""><div class=3D"">
<div style=3D"letter-spacing: normal; orphans: auto; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; widows: =
auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div class=3D"" style=3D"letter-spacing: =
normal; orphans: auto; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; widows: auto; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"letter-spacing: normal; orphans: auto; text-align: =
start; text-indent: 0px; text-transform: none; white-space: normal; =
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><div class=3D"" style=3D"letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D"" style=3D"font-variant: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div =
class=3D""><font face=3D"Arial" size=3D"1" class=3D"">Christian =
O'Flaherty -&nbsp;<a href=3D"mailto:oflaherty@isoc.org" class=3D""><font =
color=3D"#1c4aff" class=3D"">oflaherty@isoc.org</font></a><br =
class=3D"">Regional Development -<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">Internet Society&nbsp;</font><br class=3D"">Skype/Gmail/Yahoo!:=
 &nbsp;<font color=3D"#1c4aff" =
class=3D"">christian.oflaherty</font>&nbsp;<br class=3D"">Phone:<span =
class=3D"Apple-converted-space">&nbsp;</span><font color=3D"#1c4aff" =
class=3D"">+598 =
98769636</font></font></div></div></div></div></div></div></div></div></di=
v>
</div>
<br class=3D""></body></html>=

--Apple-Mail=_253A07B6-C10D-43BA-8F6B-77055A913E36--


From nobody Thu May 14 23:18:55 2015
Return-Path: <granville@inf.ufrgs.br>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0E8511ACDAE for <codematch-develop@ietfa.amsl.com>; Thu, 14 May 2015 23:18:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.059
X-Spam-Level: 
X-Spam-Status: No, score=-0.059 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, HELO_EQ_BR=0.955, HOST_EQ_BR=1.295, HTML_IMAGE_ONLY_32=0.001, HTML_IMAGE_RATIO_06=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oE9kNbezIiyo for <codematch-develop@ietfa.amsl.com>; Thu, 14 May 2015 23:18:51 -0700 (PDT)
Received: from delivery1.ufrgs.br (delivery1.ufrgs.br [143.54.2.211]) by ietfa.amsl.com (Postfix) with ESMTP id 362C11ACD58 for <codematch-develop@ietf.org>; Thu, 14 May 2015 23:18:50 -0700 (PDT)
Received: from delivery1.ufrgs.br (localhost [127.0.0.1]) by delivery1.ufrgs.br (Postfix) with ESMTP id 7B89A30011C; Fri, 15 May 2015 03:18:46 -0300 (BRT)
Received: from msa1.ufrgs.br (msa1.ufrgs.br [143.54.2.208]) by delivery1.ufrgs.br (Postfix) with ESMTP id 8DE4F3D6E0; Fri, 15 May 2015 03:18:46 -0300 (BRT)
Content-Type: multipart/alternative; boundary="Apple-Mail=_42A9C61C-EB1B-4F48-9711-F3480C1DCC98"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
In-Reply-To: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org>
Date: Fri, 15 May 2015 02:18:34 -0400
Message-Id: <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org>
To: Christian O'Flaherty <oflaherty@isoc.org>
X-Mailer: Apple Mail (2.2098)
X-AV-Checked: ClamAV using ClamSMTP
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/EN-jBVcMkgprH1ChVDLa22jaWao>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 06:18:54 -0000

--Apple-Mail=_42A9C61C-EB1B-4F48-9711-F3480C1DCC98
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Hello Christian

I incorporated the modifications in the data model. However, I have the =
following comments:

> Add to Codematch table: Creation_date

There=E2=80=99s no Codematch table. I believe you meant Project =
Container

> Add Projects table: Reputation

Done.

> Change the table name from Specification to Document

Done.

> Remove Area from Codematch table

Done, from the Project Container as above.

> The relationship between Projects and Codematch should be many to many

I didn=E2=80=99t do it yet because I wanted to double-check. To do so, =
let me =E2=80=9Ctell=E2=80=9D the story of this version.

- A =E2=80=9CCode Project=E2=80=9D describes a project owned/run by a =
single user. Each user, however, can be the coder of many project.

- A =E2=80=9CProject Container=E2=80=9D is a collection of Code =
Projects. Each container hosts several projects, but each project is =
linked to a single container. I believe this is where you asked for a =
many to many relationship, but I think 1 to many is more correct, I =
guess.=20

- A =E2=80=9CProject Container=E2=80=9D is linked to zero or more =
documents. Each Document is linked to zero or one container

- A =E2=80=9CCodeRequest=E2=80=9D is an extended container, adding =
estimated LoE information.=20





Best regards,

Lisandro


--Apple-Mail=_42A9C61C-EB1B-4F48-9711-F3480C1DCC98
Content-Type: multipart/related;
	type="text/html";
	boundary="Apple-Mail=_19E4B02C-664C-4A82-ADD9-23B0FBB49972"


--Apple-Mail=_19E4B02C-664C-4A82-ADD9-23B0FBB49972
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">Hello Christian<div class=3D""><br class=3D""></div><div =
class=3D"">I incorporated the modifications in the data model. However, =
I have the following comments:</div><div class=3D""><br =
class=3D""><div><blockquote type=3D"cite" class=3D""><div class=3D"">Add =
to Codematch table: Creation_date</div></blockquote><div><br =
class=3D""></div><div>There=E2=80=99s no Codematch table. I believe you =
meant Project Container</div><br class=3D""><blockquote type=3D"cite" =
class=3D""><div class=3D""><div style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Add Projects table: =
Reputation</div></div></div></blockquote><div><br =
class=3D""></div>Done.</div><div><br class=3D""><blockquote type=3D"cite" =
class=3D""><div class=3D""><div style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Change the table name from Specification to =
Document</div></div></div></blockquote><div><br =
class=3D""></div>Done.</div><div><br class=3D""><blockquote type=3D"cite" =
class=3D""><div class=3D""><div style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Remove Area from Codematch =
table</div></div></div></blockquote><div><br class=3D""></div>Done, from =
the Project Container as above.</div><div><br class=3D""><blockquote =
type=3D"cite" class=3D""><div class=3D""><div style=3D"word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div class=3D"">The relationship between =
Projects and Codematch should be many to =
many</div></div></div></blockquote><div><br class=3D""></div><div>I =
didn=E2=80=99t do it yet because I wanted to double-check. To do so, let =
me =E2=80=9Ctell=E2=80=9D the story of this version.</div><div><br =
class=3D""></div><div>- A =E2=80=9CCode Project=E2=80=9D describes a =
project owned/run by a single user. Each user, however, can be the coder =
of many project.</div><div><br class=3D""></div><div>- A =E2=80=9CProject =
Container=E2=80=9D is a collection of Code Projects. Each container =
hosts several projects, but each project is linked to a single =
container. I believe this is where you asked for a many to many =
relationship, but I think 1 to many is more correct, I =
guess.&nbsp;</div><div><br class=3D""></div><div>- A =E2=80=9CProject =
Container=E2=80=9D is linked to zero or more documents. Each Document is =
linked to zero or one container</div><div><br class=3D""></div><div>- A =
=E2=80=9CCodeRequest=E2=80=9D is an extended container, adding estimated =
LoE information.&nbsp;</div><div><br class=3D""></div><div><br =
class=3D""></div><div><br class=3D""></div><div><img apple-inline=3D"yes" =
id=3D"592651E5-6CE9-411B-9809-844B59331C9C" height=3D"380" width=3D"462" =
apple-width=3D"yes" apple-height=3D"yes" =
src=3D"cid:7017E1BE-DE10-4194-B790-FC72D40D5D7C@globalsuite.net" =
class=3D""></div><div><br class=3D""></div><div>Best =
regards,</div><div><br class=3D""></div><div>Lisandro</div><div><br =
class=3D""></div></div></div></body></html>=

--Apple-Mail=_19E4B02C-664C-4A82-ADD9-23B0FBB49972
Content-Transfer-Encoding: base64
Content-Disposition: inline;
	filename=codematchv5.png
Content-Type: image/png;
	x-unix-mode=0644;
	name="codematchv5.png"
Content-Id: <7017E1BE-DE10-4194-B790-FC72D40D5D7C@globalsuite.net>

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
--Apple-Mail=_19E4B02C-664C-4A82-ADD9-23B0FBB49972--

--Apple-Mail=_42A9C61C-EB1B-4F48-9711-F3480C1DCC98--


From nobody Fri May 15 09:09:20 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4D77D1A1AC1 for <codematch-develop@ietfa.amsl.com>; Fri, 15 May 2015 09:09:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.902
X-Spam-Level: 
X-Spam-Status: No, score=-1.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h1t1KM1vFNt1 for <codematch-develop@ietfa.amsl.com>; Fri, 15 May 2015 09:09:16 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0097.outbound.protection.outlook.com [65.55.169.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 268961A1A9B for <codematch-develop@ietf.org>; Fri, 15 May 2015 09:09:16 -0700 (PDT)
Authentication-Results: inf.ufrgs.br; dkim=none (message not signed) header.d=none;
Received: from 87-7-200.lacnic.net.uy (200.7.87.60) by BLUPR0601MB770.namprd06.prod.outlook.com (10.141.254.139) with Microsoft SMTP Server (TLS) id 15.1.148.16; Fri, 15 May 2015 16:09:13 +0000
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
Content-Type: text/plain; charset="utf-8"
From: Christian O'Flaherty <oflaherty@isoc.org>
In-Reply-To: <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br>
Date: Fri, 15 May 2015 13:09:08 -0300
Content-Transfer-Encoding: quoted-printable
Message-ID: <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org> <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br>
To: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [200.7.87.60]
X-ClientProxiedBy: BN1PR02CA0015.namprd02.prod.outlook.com (10.141.56.15) To BLUPR0601MB770.namprd06.prod.outlook.com (10.141.254.139)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR0601MB770;
X-Microsoft-Antispam-PRVS: <BLUPR0601MB770588245F36F24CD6100EDCEC70@BLUPR0601MB770.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:BLUPR0601MB770; BCL:0; PCL:0; RULEID:;  SRVR:BLUPR0601MB770; 
X-Forefront-PRVS: 0577AD41D6
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(51704005)(77096005)(50226001)(189998001)(5001960100002)(110136002)(82746002)(50986999)(76176999)(19580395003)(83716003)(46102003)(47776003)(66066001)(86362001)(23676002)(42186005)(53416004)(87976001)(33656002)(77156002)(62966003)(36756003)(92566002)(40100003)(2950100001)(50466002)(122386002)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:BLUPR0601MB770; H:87-7-200.lacnic.net.uy; FPR:;  SPF:None; MLV:sfv; LANG:en; 
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 15 May 2015 16:09:13.9684 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR0601MB770
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/LkcXlaBINqTN-2qXnEV2xge0QYk>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 16:09:19 -0000

Hi Lisandro,=20

>=20
> I incorporated the modifications in the data model. However, I have =
the following comments:
>=20
>> Add to Codematch table: Creation_date
>=20
> There=E2=80=99s no Codematch table. I believe you meant Project =
Container

On our previous call we decided to change the name to the table that was =
called =E2=80=9CMatch=E2=80=9D
I thought the name you suggested for that table was Codematch=20

Is it =E2=80=9CProject_Container=E2=80=9D the new name for that main =
table in the middle of the data model?

>> Add Projects table: Reputation
>=20
> Done.
>=20
>> Change the table name from Specification to Document
>=20
> Done.
>=20
>> Remove Area from Codematch table
>=20
> Done, from the Project Container as above.

I assume we=E2=80=99re talking about the same table

>=20
>> The relationship between Projects and Codematch should be many to =
many
>=20
> I didn=E2=80=99t do it yet because I wanted to double-check. To do so, =
let me =E2=80=9Ctell=E2=80=9D the story of this version.
>=20
> - A =E2=80=9CCode Project=E2=80=9D describes a project owned/run by a =
single user. Each user, however, can be the coder of many project.

ok

> - A =E2=80=9CProject Container=E2=80=9D is a collection of Code =
Projects. Each container hosts several projects, but each project is =
linked to a single container. I believe this is where you asked for a =
many to many relationship, but I think 1 to many is more correct, I =
guess.=20

I think there are cases where a single project (code) has to use =
definitions described in more than one document. For example, if you =
would like to implement and test the current proposals for BGPSEC you =
will =E2=80=9Cuse" for your code several drafts.

> - A =E2=80=9CProject Container=E2=80=9D is linked to zero or more =
documents. Each Document is linked to zero or one container

In the current implementation, the relationship is: A =E2=80=9CProject =
Container=E2=80=9D is linked to one document.

I think we should always have at least one document linked.

I=E2=80=99m not sure if we need more than one document linked from the =
container. I thought the best way to capture the fact that an =
implementation needed more than one document was on the =E2=80=9CCode =
Project=E2=80=9D table referring to several =E2=80=9CProject =
Containers". But I can easily change that if needed. =20

Christian

> - A =E2=80=9CCodeRequest=E2=80=9D is an extended container, adding =
estimated LoE information.=20
>=20
>=20
>=20
> <codematchv5.png>
>=20
> Best regards,
>=20
> Lisandro
>=20


From nobody Sun May 17 13:55:11 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0D6C21ACDC7 for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 13:55:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.798
X-Spam-Level: 
X-Spam-Status: No, score=0.798 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SSvczNqU3xCZ for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 13:55:08 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0077.outbound.protection.outlook.com [65.55.169.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0145E1ACDC5 for <codematch-develop@ietf.org>; Sun, 17 May 2015 13:55:08 -0700 (PDT)
Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=oflaherty@isoc.org; 
Received: from [192.168.0.190] (186.67.38.12) by DM2PR0601MB779.namprd06.prod.outlook.com (10.242.173.14) with Microsoft SMTP Server (TLS) id 15.1.154.19; Sun, 17 May 2015 20:55:02 +0000
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
Content-Type: text/plain; charset="utf-8"
From: Christian O'Flaherty <oflaherty@isoc.org>
In-Reply-To: <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org>
Date: Sun, 17 May 2015 17:54:53 -0300
Content-Transfer-Encoding: quoted-printable
Message-ID: <D892442F-841C-4CCE-BCEF-3CC53C9C0F51@isoc.org>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org> <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br> <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org>
To: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [186.67.38.12]
X-ClientProxiedBy: SN1PR15CA0031.namprd15.prod.outlook.com (25.163.200.41) To DM2PR0601MB779.namprd06.prod.outlook.com (10.242.173.14)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0601MB779;
X-Microsoft-Antispam-PRVS: <DM2PR0601MB7792FA52C5DEF91ABACC197CEC50@DM2PR0601MB779.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:DM2PR0601MB779; BCL:0; PCL:0; RULEID:;  SRVR:DM2PR0601MB779; 
X-Forefront-PRVS: 057906460E
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(6049001)(51704005)(199003)(189002)(106356001)(87976001)(33656002)(82746002)(46102003)(92566002)(23676002)(101416001)(57306001)(117156001)(42186005)(105586002)(50226001)(110136002)(189998001)(5001860100001)(5001960100002)(5001830100001)(76176999)(50986999)(64706001)(47776003)(66066001)(77096005)(50466002)(86362001)(19580395003)(4001540100001)(62966003)(83716003)(77156002)(68736005)(81156007)(122386002)(97736004)(36756003)(40100003)(2950100001)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR0601MB779; H:[192.168.0.190]; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; 
Received-SPF: None (protection.outlook.com: isoc.org does not designate permitted sender hosts)
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 17 May 2015 20:55:02.5834 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0601MB779
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/--czaflNf-qbH0kyxv_opHaUYPw>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 17 May 2015 20:55:10 -0000

I=E2=80=99m replaying to myself here:

>=20
>> - A =E2=80=9CProject Container=E2=80=9D is linked to zero or more =
documents. Each Document is linked to zero or one container
>=20
> In the current implementation, the relationship is: A =E2=80=9CProject =
Container=E2=80=9D is linked to one document.
>=20
> I think we should always have at least one document linked.
>=20
> I=E2=80=99m not sure if we need more than one document linked from the =
container. I thought the best way to capture the fact that an =
implementation needed more than one document was on the =E2=80=9CCode =
Project=E2=80=9D table referring to several =E2=80=9CProject =
Containers". But I can easily change that if needed. =20
>=20

Lisandro, you=E2=80=99re right:=20
=E2=80=9CProjectContainer=E2=80=9D is linked to one or more documents =
because the =E2=80=9Ccreator=E2=80=9D for a project container is the =
author or chair who knows what other documents are related (it may not =
be only one)

And we will also need a mapping from a single project to several =
containers because the =E2=80=9Ccoder=E2=80=9D is probably implementing =
several documents (containers) and the creator for that entry is the =
programmer.

So ProjectContainer to CodingProject is many to many, ProjectContainer =
to Document is one to many.

Christian=20

> Christian
>=20
>> - A =E2=80=9CCodeRequest=E2=80=9D is an extended container, adding =
estimated LoE information.=20
>>=20
>>=20
>>=20
>> <codematchv5.png>
>>=20
>> Best regards,
>>=20
>> Lisandro
>>=20
>=20


From nobody Sun May 17 14:20:05 2015
Return-Path: <granville@inf.ufrgs.br>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 23E591AD244 for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 14:20:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.739
X-Spam-Level: 
X-Spam-Status: No, score=0.739 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HELO_EQ_BR=0.955, HOST_EQ_BR=1.295, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sw5SGyOMMWhQ for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 14:20:00 -0700 (PDT)
Received: from delivery3.ufrgs.br (delivery3.ufrgs.br [143.54.2.213]) by ietfa.amsl.com (Postfix) with ESMTP id EF6C31AD218 for <codematch-develop@ietf.org>; Sun, 17 May 2015 14:19:59 -0700 (PDT)
Received: from delivery3.ufrgs.br (localhost [127.0.0.1]) by delivery3.ufrgs.br (Postfix) with ESMTP id 3606B3001EE; Sun, 17 May 2015 18:19:56 -0300 (BRT)
Received: from msa1.ufrgs.br (msa1.ufrgs.br [143.54.2.208]) by delivery3.ufrgs.br (Postfix) with ESMTP id 6C6DA162; Sun, 17 May 2015 18:19:56 -0300 (BRT)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
In-Reply-To: <D892442F-841C-4CCE-BCEF-3CC53C9C0F51@isoc.org>
Date: Sun, 17 May 2015 18:19:50 -0300
Content-Transfer-Encoding: quoted-printable
Message-Id: <538CBEB1-E10D-4945-BEDC-1308EFD11B88@inf.ufrgs.br>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org> <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br> <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org> <D892442F-841C-4CCE-BCEF-3CC53C9C0F51@isoc.org>
To: Christian O'Flaherty <oflaherty@isoc.org>
X-Mailer: Apple Mail (2.2098)
X-AV-Checked: ClamAV using ClamSMTP
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/awM5t8Lofzd6ZPsaEETP9v9peJM>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 17 May 2015 21:20:03 -0000

Hi Christian

Comments below...

> Em 17/05/2015, =C3=A0(s) 17:54, Christian O'Flaherty =
<oflaherty@isoc.org> escreveu:
>=20
> I=E2=80=99m replaying to myself here:

Sorry, I missed your other message, but this one I=E2=80=99m replying =
now.

>>> - A =E2=80=9CProject Container=E2=80=9D is linked to zero or more =
documents. Each Document is linked to zero or one container
>>=20
>> In the current implementation, the relationship is: A =E2=80=9CProject =
Container=E2=80=9D is linked to one document.
>>=20
>> I think we should always have at least one document linked.
>>=20
>> I=E2=80=99m not sure if we need more than one document linked from =
the container. I thought the best way to capture the fact that an =
implementation needed more than one document was on the =E2=80=9CCode =
Project=E2=80=9D table referring to several =E2=80=9CProject =
Containers". But I can easily change that if needed. =20
>>=20
>=20
> Lisandro, you=E2=80=99re right:=20
> =E2=80=9CProjectContainer=E2=80=9D is linked to one or more documents =
because the =E2=80=9Ccreator=E2=80=9D for a project container is the =
author or chair who knows what other documents are related (it may not =
be only one)
>=20
> And we will also need a mapping from a single project to several =
containers because the =E2=80=9Ccoder=E2=80=9D is probably implementing =
several documents (containers) and the creator for that entry is the =
programmer.
>=20
> So ProjectContainer to CodingProject is many to many, ProjectContainer =
to Document is one to many.

I understand your point. However, I believe it=E2=80=99s a matter of, =
let=E2=80=99s say, how the =E2=80=9Cworkflow=E2=80=9D of a =
documento>Request>Implementation is understood. My reading, from all our =
discussions, is the following:

1) There are several documents (I-Ds, RFCs, etc.) available;

2) Someone (e.g., group chair) needs the development of some code for =
one or more documents related to one another. The group chair then =
creates a CodeRequest in the system, linking that request to the =
document(s) he/she wants someone else to code. A mentor is assigned to =
this CodeRequest as well. In the current data model, a CodeRequest is =
materialized by creating a new ProjectContainer as well as a new =
CodeRequest linked to that container;

3) Developers interested in coding for a specific, advertised =
CodeRequest associate their projects to that CodeRequest by creating a =
CodeProject in the data model. Notice however that the set of documents =
that the new projects will code is inherited from the original =
CodeRequest (linked in the data model to the code request=E2=80=99s =
Project Container entry). It means that the set of document is something =
handled at the Project Container, instead of at the CodeProject.

My understanding is that allowing a single CodeProject to be linked to =
several ProjectContainers will create confusion. We wanted =
=E2=80=9Ccomparable=E2=80=9D CodeProjects that could related to the same =
sets of documents. That is achieved by linking these projects to the =
same ProjectContainer. That=E2=80=99s why I still believe the =
relationship here is still a many (Code Projects) to 1 =
(ProjectContainer).

Best regards,

Lisandro

>>=20
>>> - A =E2=80=9CCodeRequest=E2=80=9D is an extended container, adding =
estimated LoE information.=20
>>>=20
>>>=20
>>>=20
>>> <codematchv5.png>
>>>=20
>>> Best regards,
>>>=20
>>> Lisandro
>>>=20
>>=20
>=20


From nobody Sun May 17 15:14:58 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2FDD61A870F for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 15:14:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.902
X-Spam-Level: 
X-Spam-Status: No, score=-1.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9zhngw6lkKaA for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 15:14:54 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0095.outbound.protection.outlook.com [65.55.169.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BBBC91A0181 for <codematch-develop@ietf.org>; Sun, 17 May 2015 15:14:53 -0700 (PDT)
Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=oflaherty@isoc.org; 
Received: from [192.168.0.190] (186.67.38.12) by SN2PR0601MB782.namprd06.prod.outlook.com (25.160.16.155) with Microsoft SMTP Server (TLS) id 15.1.154.19; Sun, 17 May 2015 22:14:49 +0000
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
Content-Type: text/plain; charset="utf-8"
From: Christian O'Flaherty <oflaherty@isoc.org>
In-Reply-To: <538CBEB1-E10D-4945-BEDC-1308EFD11B88@inf.ufrgs.br>
Date: Sun, 17 May 2015 19:14:31 -0300
Content-Transfer-Encoding: quoted-printable
Message-ID: <9EBD6B11-8C1D-4D99-BE80-0372CF643616@isoc.org>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org> <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br> <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org> <D892442F-841C-4CCE-BCEF-3CC53C9C0F51@isoc.org> <538CBEB1-E10D-4945-BEDC-1308EFD11B88@inf.ufrgs.br>
To: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [186.67.38.12]
X-ClientProxiedBy: BLUPR05CA0053.namprd05.prod.outlook.com (10.141.20.23) To SN2PR0601MB782.namprd06.prod.outlook.com (25.160.16.155)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN2PR0601MB782;
X-Microsoft-Antispam-PRVS: <SN2PR0601MB78219D8BF6B9552A5931789CEC50@SN2PR0601MB782.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:SN2PR0601MB782; BCL:0; PCL:0; RULEID:;  SRVR:SN2PR0601MB782; 
X-Forefront-PRVS: 057906460E
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(979002)(6049001)(6009001)(51704005)(199003)(189002)(87976001)(101416001)(57306001)(77156002)(2950100001)(46102003)(93886004)(76176999)(66066001)(86362001)(50226001)(83716003)(50986999)(64706001)(47776003)(50466002)(42186005)(105586002)(97736004)(4001540100001)(62966003)(40100003)(81156007)(77096005)(106356001)(33656002)(23676002)(5001960100002)(5001860100001)(189998001)(110136002)(5001830100001)(5001920100001)(122386002)(19580395003)(82746002)(92566002)(68736005)(36756003)(117156001)(104396002)(969003)(989001)(999001)(1009001)(1019001); DIR:OUT; SFP:1101; SCL:1; SRVR:SN2PR0601MB782; H:[192.168.0.190]; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; 
Received-SPF: None (protection.outlook.com: isoc.org does not designate permitted sender hosts)
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 17 May 2015 22:14:49.9443 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR0601MB782
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/_8uOr5bUd9hz9LNUQgfNtR0KnRw>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 17 May 2015 22:14:56 -0000

Hi Lisandro,

>=20
> I understand your point. However, I believe it=E2=80=99s a matter of, =
let=E2=80=99s say, how the =E2=80=9Cworkflow=E2=80=9D of a =
documento>Request>Implementation is understood. My reading, from all our =
discussions, is the following:
>=20
> 1) There are several documents (I-Ds, RFCs, etc.) available;
>=20
> 2) Someone (e.g., group chair) needs the development of some code for =
one or more documents related to one another. The group chair then =
creates a CodeRequest in the system, linking that request to the =
document(s) he/she wants someone else to code. A mentor is assigned to =
this CodeRequest as well. In the current data model, a CodeRequest is =
materialized by creating a new ProjectContainer as well as a new =
CodeRequest linked to that container;

Agree 100%

> 3) Developers interested in coding for a specific, advertised =
CodeRequest associate their projects to that CodeRequest by creating a =
CodeProject in the data model. Notice however that the set of documents =
that the new projects will code is inherited from the original =
CodeRequest (linked in the data model to the code request=E2=80=99s =
Project Container entry). It means that the set of document is something =
handled at the Project Container, instead of at the CodeProject.

This is correct, but the same program can implement something else (not =
related by the same code request). The table CodeProject will be =
populated by programers and we don=E2=80=99t want to =E2=80=9Climit=E2=80=9D=
 their efforts to a single code request and we want to =E2=80=9Ccapture=E2=
=80=9D as much as possible on our database.=20

>=20
> My understanding is that allowing a single CodeProject to be linked to =
several ProjectContainers will create confusion.
> We wanted =E2=80=9Ccomparable=E2=80=9D CodeProjects that could related =
to the same sets of documents. That is achieved by linking these =
projects to the same ProjectContainer. That=E2=80=99s why I still =
believe the relationship here is still a many (Code Projects) to 1 =
(ProjectContainer).

We will be able to compare them exactly the same way because that =
relationship from one CodeProject to several documents is kept.=20

I agree that it is confusing (that=E2=80=99s why I suggested to have one =
to one initially) , but I think those relationships are capturing =
different information.

Christian=20

>=20
> Best regards,
>=20
> Lisandro
>=20
>>>=20
>>>> - A =E2=80=9CCodeRequest=E2=80=9D is an extended container, adding =
estimated LoE information.=20
>>>>=20
>>>>=20
>>>>=20
>>>> <codematchv5.png>
>>>>=20
>>>> Best regards,
>>>>=20
>>>> Lisandro
>>>>=20
>>>=20
>>=20
>=20


From nobody Sun May 17 16:44:36 2015
Return-Path: <granville@inf.ufrgs.br>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CF1B21ACE46 for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 16:44:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.561
X-Spam-Level: 
X-Spam-Status: No, score=-0.561 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, HELO_EQ_BR=0.955, HOST_EQ_BR=1.295, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hKQn76tBNAg8 for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 16:44:32 -0700 (PDT)
Received: from delivery3.ufrgs.br (delivery3.ufrgs.br [143.54.2.213]) by ietfa.amsl.com (Postfix) with ESMTP id 601DA1A87E3 for <codematch-develop@ietf.org>; Sun, 17 May 2015 16:44:31 -0700 (PDT)
Received: from delivery3.ufrgs.br (localhost [127.0.0.1]) by delivery3.ufrgs.br (Postfix) with ESMTP id B7913300203; Sun, 17 May 2015 20:44:28 -0300 (BRT)
Received: from msa1.ufrgs.br (msa1.ufrgs.br [143.54.2.208]) by delivery3.ufrgs.br (Postfix) with ESMTP id E7D4316A; Sun, 17 May 2015 20:44:28 -0300 (BRT)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
In-Reply-To: <9EBD6B11-8C1D-4D99-BE80-0372CF643616@isoc.org>
Date: Sun, 17 May 2015 20:44:25 -0300
Content-Transfer-Encoding: quoted-printable
Message-Id: <05D7A852-D8B9-444E-9F46-E9F805E9D50D@inf.ufrgs.br>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org> <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br> <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org> <D892442F-841C-4CCE-BCEF-3CC53C9C0F51@isoc.org> <538CBEB1-E10D-4945-BEDC-1308EFD11B88@inf.ufrgs.br> <9EBD6B11-8C1D-4D99-BE80-0372CF643616@isoc.org>
To: Christian O'Flaherty <oflaherty@isoc.org>
X-Mailer: Apple Mail (2.2098)
X-AV-Checked: ClamAV using ClamSMTP
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/sXNW-69kEamxc3mXdEOUtRwSwis>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 17 May 2015 23:44:35 -0000

Hi Christian

>> 3) Developers interested in coding for a specific, advertised =
CodeRequest associate their projects to that CodeRequest by creating a =
CodeProject in the data model. Notice however that the set of documents =
that the new projects will code is inherited from the original =
CodeRequest (linked in the data model to the code request=E2=80=99s =
Project Container entry). It means that the set of document is something =
handled at the Project Container, instead of at the CodeProject.
>=20
> This is correct, but the same program can implement something else =
(not related by the same code request). The table CodeProject will be =
populated by programers and we don=E2=80=99t want to =E2=80=9Climit=E2=80=9D=
 their efforts to a single code request and we want to =E2=80=9Ccapture=E2=
=80=9D as much as possible on our database.=20

If a developer is interested in coding for additional documents, he/she =
would create new projects and assign those project to appropriate =
CodeRequests. I understand what you mean by a single project =
implementing several documents at one, but if those documents are that =
related, we would expect a CodeRequest to capture that. Still, for =
example, if I=E2=80=99m a developer having a more generic effort called =
=E2=80=9CManagement Stack=E2=80=9D, I could still slice it in different =
projects (e.g., =E2=80=9CManagement Stack - SNMP=E2=80=9D, =E2=80=9CManage=
ment Stack - IPFIX=E2=80=9D, etc.=E2=80=9D) to have each of them =
associated with CodeRequests (in this example, =E2=80=9CSNMP=E2=80=9D, =
=E2=80=9CIPFIX=E2=80=9D, etc.). My point is that we don=E2=80=99t lose =
information by restricting one CodeProject being associated to a single =
ProjectContainer; instead, I believe we make it more organized and =
easier to assist.

Let me propose something. Because I believe that, in any case, the case =
of having a single project being related to multiple ProjectContainers =
will be more rare, I suggest keeping this 1 to many relationship for the =
moment; if, in the future, we see the need for that, we can change the =
data model based on the feedback we collect from the developers creating =
their project.

Best regards,

Lisandro


>=20
>>=20
>> My understanding is that allowing a single CodeProject to be linked =
to several ProjectContainers will create confusion.
>> We wanted =E2=80=9Ccomparable=E2=80=9D CodeProjects that could =
related to the same sets of documents. That is achieved by linking these =
projects to the same ProjectContainer. That=E2=80=99s why I still =
believe the relationship here is still a many (Code Projects) to 1 =
(ProjectContainer).
>=20
> We will be able to compare them exactly the same way because that =
relationship from one CodeProject to several documents is kept.=20
>=20
> I agree that it is confusing (that=E2=80=99s why I suggested to have =
one to one initially) , but I think those relationships are capturing =
different information.
>=20
> Christian=20
>=20
>>=20
>> Best regards,
>>=20
>> Lisandro
>>=20
>>>>=20
>>>>> - A =E2=80=9CCodeRequest=E2=80=9D is an extended container, adding =
estimated LoE information.=20
>>>>>=20
>>>>>=20
>>>>>=20
>>>>> <codematchv5.png>
>>>>>=20
>>>>> Best regards,
>>>>>=20
>>>>> Lisandro
>>>>>=20
>>>>=20
>>>=20
>>=20
>=20
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


From nobody Sun May 17 21:45:15 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D1AA71A1AB1 for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 21:45:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.902
X-Spam-Level: 
X-Spam-Status: No, score=-1.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ryeS6FW8Oim for <codematch-develop@ietfa.amsl.com>; Sun, 17 May 2015 21:45:11 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0061.outbound.protection.outlook.com [65.55.169.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F8371A1AA8 for <codematch-develop@ietf.org>; Sun, 17 May 2015 21:45:11 -0700 (PDT)
Received: from BLUPR0601MB770.namprd06.prod.outlook.com (10.141.254.139) by BLUPR0601MB771.namprd06.prod.outlook.com (10.141.254.14) with Microsoft SMTP Server (TLS) id 15.1.148.16; Mon, 18 May 2015 04:45:10 +0000
Received: from BLUPR0601MB770.namprd06.prod.outlook.com ([10.141.254.139]) by BLUPR0601MB770.namprd06.prod.outlook.com ([10.141.254.139]) with mapi id 15.01.0148.019; Mon, 18 May 2015 04:45:09 +0000
From: Christian O'Flaherty <oflaherty@isoc.org>
To: Lisandro Zambenedetti Granville <granville@inf.ufrgs.br>
Thread-Topic: [Codematch-develop] Codematch Call Wed 13 May
Thread-Index: AQHQjZ6RUPls7yXQT0mHJ7ZJai+Xkp18krQAgABh8gCAA3SAgIAASgcA///MOYCAAFwsgIAAVAeI
Date: Mon, 18 May 2015 04:45:09 +0000
Message-ID: <5D3B8AF8-A238-4A0F-80AC-6BB33E751A9A@isoc.org>
References: <19942DC7-3CB3-4644-A093-7631F32CDCA6@isoc.org> <FE67D16B-9470-4112-9771-CD55E0FBA4ED@inf.ufrgs.br> <68AD0385-67E5-4790-9379-88A669BAFA96@isoc.org> <D892442F-841C-4CCE-BCEF-3CC53C9C0F51@isoc.org> <538CBEB1-E10D-4945-BEDC-1308EFD11B88@inf.ufrgs.br> <9EBD6B11-8C1D-4D99-BE80-0372CF643616@isoc.org>, <05D7A852-D8B9-444E-9F46-E9F805E9D50D@inf.ufrgs.br>
In-Reply-To: <05D7A852-D8B9-444E-9F46-E9F805E9D50D@inf.ufrgs.br>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=oflaherty@isoc.org; 
x-originating-ip: [200.48.32.146]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR0601MB771;
x-microsoft-antispam-prvs: <BLUPR0601MB77133E75B5B9D78FBC4162DCEC40@BLUPR0601MB771.namprd06.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:BLUPR0601MB771; BCL:0; PCL:0; RULEID:;  SRVR:BLUPR0601MB771; 
x-forefront-prvs: 058043A388
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(6009001)(479174004)(189002)(199003)(51704005)(24454002)(252514010)(110136002)(189998001)(5001960100002)(5001860100001)(5001830100001)(106356001)(68736005)(77096005)(40100003)(102836002)(15975445007)(106116001)(33656002)(82746002)(36756003)(19580405001)(2950100001)(2900100001)(122556002)(19580395003)(86362001)(64706001)(105586002)(54356999)(50986999)(76176999)(93886004)(83716003)(87936001)(101416001)(2656002)(77156002)(92566002)(62966003)(81156007)(97736004)(66066001)(4001540100001)(46102003)(99286002)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:BLUPR0601MB771; H:BLUPR0601MB770.namprd06.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords;  MX:1; A:1; LANG:en; 
received-spf: None (protection.outlook.com: isoc.org does not designate permitted sender hosts)
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-originalarrivaltime: 18 May 2015 04:45:09.4789 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 89f84dfb-7285-4810-bc4d-8b9b5794554f
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR0601MB771
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/QQVV14oUHiPrbKxPjGG3Dd_6ZLI>
Cc: codematch-develop <codematch-develop@ietf.org>
Subject: Re: [Codematch-develop] Codematch Call Wed 13 May
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 18 May 2015 04:45:14 -0000

Ok.=20
Will keep that relationship as it is.=20

Sent From Mobile Device
Skype/Yahoo/Google:=20
christian.oflaherty
Internet Society=20
eMail: oflaherty@isoc.org
Mobile:  +598 9876 9636


> On 17/5/2015, at 18:44, Lisandro Zambenedetti Granville <granville@inf.uf=
rgs.br> wrote:
>=20
> Hi Christian
>=20
>>> 3) Developers interested in coding for a specific, advertised CodeReque=
st associate their projects to that CodeRequest by creating a CodeProject i=
n the data model. Notice however that the set of documents that the new pro=
jects will code is inherited from the original CodeRequest (linked in the d=
ata model to the code request=92s Project Container entry). It means that t=
he set of document is something handled at the Project Container, instead o=
f at the CodeProject.
>>=20
>> This is correct, but the same program can implement something else (not =
related by the same code request). The table CodeProject will be populated =
by programers and we don=92t want to =93limit=94 their efforts to a single =
code request and we want to =93capture=94 as much as possible on our databa=
se.
>=20
> If a developer is interested in coding for additional documents, he/she w=
ould create new projects and assign those project to appropriate CodeReques=
ts. I understand what you mean by a single project implementing several doc=
uments at one, but if those documents are that related, we would expect a C=
odeRequest to capture that. Still, for example, if I=92m a developer having=
 a more generic effort called =93Management Stack=94, I could still slice i=
t in different projects (e.g., =93Management Stack - SNMP=94, =93Management=
 Stack - IPFIX=94, etc.=94) to have each of them associated with CodeReques=
ts (in this example, =93SNMP=94, =93IPFIX=94, etc.). My point is that we do=
n=92t lose information by restricting one CodeProject being associated to a=
 single ProjectContainer; instead, I believe we make it more organized and =
easier to assist.
>=20
> Let me propose something. Because I believe that, in any case, the case o=
f having a single project being related to multiple ProjectContainers will =
be more rare, I suggest keeping this 1 to many relationship for the moment;=
 if, in the future, we see the need for that, we can change the data model =
based on the feedback we collect from the developers creating their project=
.
>=20
> Best regards,
>=20
> Lisandro
>=20
>=20
>>=20
>>>=20
>>> My understanding is that allowing a single CodeProject to be linked to =
several ProjectContainers will create confusion.
>>> We wanted =93comparable=94 CodeProjects that could related to the same =
sets of documents. That is achieved by linking these projects to the same P=
rojectContainer. That=92s why I still believe the relationship here is stil=
l a many (Code Projects) to 1 (ProjectContainer).
>>=20
>> We will be able to compare them exactly the same way because that relati=
onship from one CodeProject to several documents is kept.=20
>>=20
>> I agree that it is confusing (that=92s why I suggested to have one to on=
e initially) , but I think those relationships are capturing different info=
rmation.
>>=20
>> Christian=20
>>=20
>>>=20
>>> Best regards,
>>>=20
>>> Lisandro
>>>=20
>>>>>=20
>>>>>> - A =93CodeRequest=94 is an extended container, adding estimated LoE=
 information.=20
>>>>>>=20
>>>>>>=20
>>>>>>=20
>>>>>> <codematchv5.png>
>>>>>>=20
>>>>>> Best regards,
>>>>>>=20
>>>>>> Lisandro
>>=20
>> _______________________________________________
>> Codematch-develop mailing list
>> Codematch-develop@ietf.org
>> https://www.ietf.org/mailman/listinfo/codematch-develop
>=20


From nobody Wed May 20 09:58:28 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2E97F1A897D for <codematch-develop@ietfa.amsl.com>; Wed, 20 May 2015 09:58:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.003
X-Spam-Level: 
X-Spam-Status: No, score=-0.003 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4DyGbhmydaRu for <codematch-develop@ietfa.amsl.com>; Wed, 20 May 2015 09:58:23 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0090.outbound.protection.outlook.com [65.55.169.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D311D1A8972 for <codematch-develop@ietf.org>; Wed, 20 May 2015 09:58:22 -0700 (PDT)
Received: from BLUPR0601MB770.namprd06.prod.outlook.com (10.141.254.139) by BLUPR0601MB772.namprd06.prod.outlook.com (10.141.254.140) with Microsoft SMTP Server (TLS) id 15.1.154.19; Wed, 20 May 2015 16:58:21 +0000
Received: from BLUPR0601MB770.namprd06.prod.outlook.com ([10.141.254.139]) by BLUPR0601MB770.namprd06.prod.outlook.com ([10.141.254.139]) with mapi id 15.01.0148.019; Wed, 20 May 2015 16:58:21 +0000
From: Christian O'Flaherty <oflaherty@isoc.org>
To: codematch-develop <codematch-develop@ietf.org>
Thread-Topic: Call
Thread-Index: AQHQkx4tMsBG6qqhnkqRhxeHW+9wtw==
Date: Wed, 20 May 2015 16:58:21 +0000
Message-ID: <B3B69F2E-7133-4FEF-9445-C960A2016573@isoc.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
authentication-results: spf=none (sender IP is ) smtp.mailfrom=oflaherty@isoc.org; 
x-originating-ip: [200.48.32.146]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR0601MB772;
x-microsoft-antispam-prvs: <BLUPR0601MB7728EA5FBCB85D22DA0DE0BCEC20@BLUPR0601MB772.namprd06.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:BLUPR0601MB772; BCL:0; PCL:0; RULEID:;  SRVR:BLUPR0601MB772; 
x-forefront-prvs: 0582641F53
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(6009001)(252514010)(199003)(189002)(102836002)(450100001)(86362001)(81156007)(62966003)(97736004)(99286002)(5001830100001)(50986999)(107886002)(189998001)(64706001)(5001860100001)(54356999)(110136002)(66066001)(19580405001)(68736005)(77096005)(36756003)(83716003)(77156002)(40100003)(19580395003)(122556002)(558084003)(4001540100001)(2900100001)(82746002)(87936001)(33656002)(106356001)(2656002)(105586002)(5001960100002)(46102003)(229853001)(221733001)(92566002)(101416001)(106116001)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:BLUPR0601MB772; H:BLUPR0601MB770.namprd06.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords;  A:1; MX:1; LANG:en; 
received-spf: None (protection.outlook.com: isoc.org does not designate permitted sender hosts)
Content-Type: text/plain; charset="us-ascii"
Content-ID: <6BA3D80B455637469566235BB2917EE6@isoc.org>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-originalarrivaltime: 20 May 2015 16:58:21.3443 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 89f84dfb-7285-4810-bc4d-8b9b5794554f
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR0601MB772
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/zgc1XcpNuxZkrbfAUQ45tCPM5AU>
Subject: [Codematch-develop] Call
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 20 May 2015 16:58:27 -0000

My apologies for not joining the call. I miscalculated the time.=20
I'm going to send an email later with the recent progress. =20

Sent From Mobile Device
Skype/Yahoo/Google:=20
christian.oflaherty
Internet Society=20
eMail: oflaherty@isoc.org
Mobile:  +598 9876 9636


From nobody Wed May 27 04:36:50 2015
Return-Path: <oflaherty@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 184BE1ACE22 for <codematch-develop@ietfa.amsl.com>; Wed, 27 May 2015 04:36:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.597
X-Spam-Level: 
X-Spam-Status: No, score=0.597 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, J_CHICKENPOX_44=0.6, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9ScJO8M1J2Lu for <codematch-develop@ietfa.amsl.com>; Wed, 27 May 2015 04:36:47 -0700 (PDT)
Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0640.outbound.protection.outlook.com [IPv6:2a01:111:f400:fc10::1:640]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0DD71ACE1F for <codematch-develop@ietf.org>; Wed, 27 May 2015 04:36:46 -0700 (PDT)
Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=oflaherty@isoc.org; 
Received: from [192.168.6.151] (64.134.180.144) by SN2PR0601MB782.namprd06.prod.outlook.com (25.160.16.155) with Microsoft SMTP Server (TLS) id 15.1.154.19; Wed, 27 May 2015 11:36:28 +0000
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Christian O'Flaherty <oflaherty@isoc.org>
In-Reply-To: <B3B69F2E-7133-4FEF-9445-C960A2016573@isoc.org>
Date: Wed, 27 May 2015 07:36:23 -0400
Content-Transfer-Encoding: quoted-printable
Message-ID: <212E00D9-6574-47A4-8194-EF1B15CD4DD5@isoc.org>
References: <B3B69F2E-7133-4FEF-9445-C960A2016573@isoc.org>
To: codematch-develop <codematch-develop@ietf.org>
X-Mailer: Apple Mail (2.2098)
X-Originating-IP: [64.134.180.144]
X-ClientProxiedBy: BLUPR01CA038.prod.exchangelabs.com (25.160.23.28) To SN2PR0601MB782.namprd06.prod.outlook.com (25.160.16.155)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN2PR0601MB782;
X-Microsoft-Antispam-PRVS: <SN2PR0601MB7825EAFCE15719147477745CECB0@SN2PR0601MB782.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006)(3002001); SRVR:SN2PR0601MB782; BCL:0; PCL:0; RULEID:;  SRVR:SN2PR0601MB782; 
X-Forefront-PRVS: 05891FB07F
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(6049001)(189002)(199003)(252514010)(92566002)(106356001)(33656002)(5001960100002)(68736005)(107886002)(189998001)(77096005)(62966003)(46102003)(40100003)(4001540100001)(76176999)(450100001)(105586002)(86362001)(50466002)(77156002)(81156007)(122386002)(5001860100001)(97736004)(57306001)(42186005)(83716003)(117156001)(2950100001)(19580395003)(50986999)(64706001)(101416001)(23676002)(19580405001)(221733001)(5001920100001)(36756003)(82746002)(50226001)(110136002)(87976001)(5001830100001)(47776003)(66066001)(104396002); DIR:OUT; SFP:1101; SCL:1; SRVR:SN2PR0601MB782; H:[192.168.6.151]; FPR:; SPF:None; PTR:InfoNoRecords; MX:1; A:1; LANG:en; 
Received-SPF: None (protection.outlook.com: isoc.org does not designate permitted sender hosts)
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 27 May 2015 11:36:28.4304 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR0601MB782
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/r3svUTkNalQczvBLpBYeSTs6MB0>
Subject: Re: [Codematch-develop] Call
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 27 May 2015 11:36:49 -0000

Hi

> My apologies for not joining the call. I miscalculated the time.=20
> I'm going to send an email later with the recent progress. =20

This email was supposed to be sent last week. I wanted to fix a few =
things before sending the update but I couldn=E2=80=99t.

The current version presents a list of codematches, lets you search =
based on document names and/or codematch titles and creates new =
codematch entries (ProjectContainer)

The fixes I had to introduce before making it public, uploading it to =
github, etc. are:

Use the name for tables we agreed on our last call (the main table is =
currently called CodeMatch and should be called Project Container)
Change the relationship that was many-to-many on Projects=20
Add a new view to create Projects.=20
Add Person and date to all the tables

All of them are very simple changes.=20
I also have to move the code to the last Datatracker version (released =
last week)

I=E2=80=99m not going to be able to join the call today because I=E2=80=99=
m going to be in a plane at that time. What I would like to do before =
Friday is:

Have a stable model.py (the data model) to share it with Henry or =
someone to get budget for immediate implementation of the =
ProjectContainer and Projects (to document implementations). This =
implementation can be done in a few days (including testing) by someone =
experienced in Django.

I would also like to provide basic views to Lisandro and Wanderson to =
start working on the main CodeMatch site. The views I=E2=80=99m going to =
provide are based on the current Datatracker look&feel, but the backend =
can be reused with the updated templates.

Christian


> Sent =46rom Mobile Device
> Skype/Yahoo/Google:=20
> christian.oflaherty
> Internet Society=20
> eMail: oflaherty@isoc.org
> Mobile:  +598 9876 9636
>=20


From nobody Thu May 28 07:59:21 2015
Return-Path: <cowieson@isoc.org>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 64CDC1AD33F for <codematch-develop@ietfa.amsl.com>; Thu, 28 May 2015 07:59:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.301
X-Spam-Level: 
X-Spam-Status: No, score=-1.301 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, J_CHICKENPOX_44=0.6, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z8WbO7k3xBKg for <codematch-develop@ietfa.amsl.com>; Thu, 28 May 2015 07:59:14 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0094.outbound.protection.outlook.com [65.55.169.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9EC001AD0B1 for <codematch-develop@ietf.org>; Thu, 28 May 2015 07:59:14 -0700 (PDT)
Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=cowieson@isoc.org; 
Received: from [IPv6:2601:6:7481:b030:1db0:21ab:616e:417b] (2601:6:7481:b030:1db0:21ab:616e:417b) by BLUPR0601MB1364.namprd06.prod.outlook.com (25.163.85.15) with Microsoft SMTP Server (TLS) id 15.1.172.22; Thu, 28 May 2015 14:59:10 +0000
Content-Type: multipart/alternative; boundary="Apple-Mail=_47CA54A0-A897-4CEC-99C0-B70264CA90B3"
MIME-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
From: Toral Cowieson <cowieson@isoc.org>
In-Reply-To: <212E00D9-6574-47A4-8194-EF1B15CD4DD5@isoc.org>
Date: Thu, 28 May 2015 10:59:01 -0400
Message-ID: <AD038410-95D1-4083-9027-5E895D928019@isoc.org>
References: <B3B69F2E-7133-4FEF-9445-C960A2016573@isoc.org> <212E00D9-6574-47A4-8194-EF1B15CD4DD5@isoc.org>
To: "codematch-develop@ietf.org" <codematch-develop@ietf.org>
X-Mailer: Apple Mail (2.1510)
X-Originating-IP: [2601:6:7481:b030:1db0:21ab:616e:417b]
X-ClientProxiedBy: BY1PR0201CA0015.namprd02.prod.outlook.com (25.160.191.153) To BLUPR0601MB1364.namprd06.prod.outlook.com (25.163.85.15)
X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR0601MB1364;
X-Microsoft-Antispam-PRVS: <BLUPR0601MB13643BBD7413FBFC9D64A940BDCA0@BLUPR0601MB1364.namprd06.prod.outlook.com>
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(520003)(5005006)(3002001); SRVR:BLUPR0601MB1364; BCL:0; PCL:0;  RULEID:; SRVR:BLUPR0601MB1364; 
X-Forefront-PRVS: 0590BBCCBC
X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(979002)(252514010)(51704005)(53754006)(189002)(377454003)(24454002)(199003)(2351001)(110136002)(107886002)(5001960100002)(5001830100001)(106356001)(62966003)(77156002)(87976001)(50226001)(86362001)(575784001)(33656002)(46102003)(2950100001)(15975445007)(450100001)(2501003)(16799955002)(4001540100001)(40100003)(122386002)(84326002)(19580405001)(105586002)(81156007)(50986999)(64706001)(69556001)(512944002)(76176999)(83716003)(97736004)(19580395003)(19617315012)(101416001)(36756003)(189998001)(42186005)(68736005)(92566002)(82746002)(5001860100001)(57306001)(3826002)(104396002)(5001840100002)(4001430100001)(969003)(989001)(999001)(1009001)(1019001); DIR:OUT; SFP:1101; SCL:1; SRVR:BLUPR0601MB1364; H:[IPv6:2601:6:7481:b030:1db0:21ab:616e:417b]; FPR:; SPF:None; PTR:InfoNoRecords; MX:1; A:1; LANG:en; 
Received-SPF: None (protection.outlook.com: isoc.org does not designate permitted sender hosts)
X-OriginatorOrg: isoc.org
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 28 May 2015 14:59:10.4930 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR0601MB1364
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/wwsc8nezaRwJixp28YBdD1LiWSM>
Cc: Vyria Paselk <paselk@isoc.org>
Subject: Re: [Codematch-develop] Call
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 28 May 2015 14:59:19 -0000

--Apple-Mail=_47CA54A0-A897-4CEC-99C0-B70264CA90B3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="windows-1252"

Hi All,

Here is the recording from yesterday's call:=20
=
https://isoc.webex.com/isoc/ldr.php?RCID=3De5f234c1c91ac2df0a33d947b4facd2=
b

Best regards,
Toral




On May 27, 2015, at 7:36 AM, Christian O'Flaherty <oflaherty@isoc.org> =
wrote:

>=20
> Hi
>=20
>> My apologies for not joining the call. I miscalculated the time.=20
>> I'm going to send an email later with the recent progress. =20
>=20
> This email was supposed to be sent last week. I wanted to fix a few =
things before sending the update but I couldn=92t.
>=20
> The current version presents a list of codematches, lets you search =
based on document names and/or codematch titles and creates new =
codematch entries (ProjectContainer)
>=20
> The fixes I had to introduce before making it public, uploading it to =
github, etc. are:
>=20
> Use the name for tables we agreed on our last call (the main table is =
currently called CodeMatch and should be called Project Container)
> Change the relationship that was many-to-many on Projects=20
> Add a new view to create Projects.=20
> Add Person and date to all the tables
>=20
> All of them are very simple changes.=20
> I also have to move the code to the last Datatracker version (released =
last week)
>=20
> I=92m not going to be able to join the call today because I=92m going =
to be in a plane at that time. What I would like to do before Friday is:
>=20
> Have a stable model.py (the data model) to share it with Henry or =
someone to get budget for immediate implementation of the =
ProjectContainer and Projects (to document implementations). This =
implementation can be done in a few days (including testing) by someone =
experienced in Django.
>=20
> I would also like to provide basic views to Lisandro and Wanderson to =
start working on the main CodeMatch site. The views I=92m going to =
provide are based on the current Datatracker look&feel, but the backend =
can be reused with the updated templates.
>=20
> Christian
>=20
>=20
>> Sent =46rom Mobile Device
>> Skype/Yahoo/Google:=20
>> christian.oflaherty
>> Internet Society=20
>> eMail: oflaherty@isoc.org
>> Mobile:  +598 9876 9636
>>=20
>=20
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


--Apple-Mail=_47CA54A0-A897-4CEC-99C0-B70264CA90B3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="windows-1252"

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi =
All,<div><br></div><div>Here is the recording from yesterday's =
call:&nbsp;<br><div apple-content-edited=3D"true">
<div><table cellspacing=3D"0" cellpadding=3D"0" width=3D"100%" =
border=3D"0" style=3D"font-family: Times; background-color: rgb(255, =
255, 255); "><tbody><tr><td valign=3D"bottom" class=3D"TblContentFont3" =
width=3D"68%" style=3D"font-family: ciscosansttregular, 'Helvetica =
Neue', Helvetica, Arial, sans-serif; font-size: 14px; word-break: =
break-all; "><nobr><table height=3D"24" border=3D"0" cellpadding=3D"0" =
cellspacing=3D"0"><tbody><tr><td valign=3D"bottom" =
class=3D"TblContentFont2" style=3D"font-size: 14px; padding-bottom: 4px; =
"><a =
href=3D"https://isoc.webex.com/isoc/ldr.php?RCID=3De5f234c1c91ac2df0a33d94=
7b4facd2b" class=3D"list" id=3D"linkOfPlaybackUrl" =
value=3D"https://isoc.webex.com/isoc/ldr.php?RCID=3De5f234c1c91ac2df0a33d9=
47b4facd2b" style=3D"color: rgb(0, 102, 204); =
">https://isoc.webex.com/isoc/ldr.php?RCID=3De5f234c1c91ac2df0a33d947b4fac=
d2b</a></td></tr></tbody></table></nobr></td></tr></tbody></table><div><br=
></div><div>Best regards,</div><div>Toral</div><div><br></div><div =
style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; "><br></div></div><br =
class=3D"Apple-interchange-newline">

</div>
<br><div><div>On May 27, 2015, at 7:36 AM, Christian O'Flaherty &lt;<a =
href=3D"mailto:oflaherty@isoc.org">oflaherty@isoc.org</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><br>Hi<br><br><blockquote type=3D"cite">My apologies for =
not joining the call. I miscalculated the time. <br>I'm going to send an =
email later with the recent progress. &nbsp;<br></blockquote><br>This =
email was supposed to be sent last week. I wanted to fix a few things =
before sending the update but I couldn=92t.<br><br>The current version =
presents a list of codematches, lets you search based on document names =
and/or codematch titles and creates new codematch entries =
(ProjectContainer)<br><br>The fixes I had to introduce before making it =
public, uploading it to github, etc. are:<br><br>Use the name for tables =
we agreed on our last call (the main table is currently called CodeMatch =
and should be called Project Container)<br>Change the relationship that =
was many-to-many on Projects <br>Add a new view to create Projects. =
<br>Add Person and date to all the tables<br><br>All of them are very =
simple changes. <br>I also have to move the code to the last Datatracker =
version (released last week)<br><br>I=92m not going to be able to join =
the call today because I=92m going to be in a plane at that time. What I =
would like to do before Friday is:<br><br>Have a stable model.py (the =
data model) to share it with Henry or someone to get budget for =
immediate implementation of the ProjectContainer and Projects (to =
document implementations). This implementation can be done in a few days =
(including testing) by someone experienced in Django.<br><br>I would =
also like to provide basic views to Lisandro and Wanderson to start =
working on the main CodeMatch site. The views I=92m going to provide are =
based on the current Datatracker look&amp;feel, but the backend can be =
reused with the updated =
templates.<br><br>Christian<br><br><br><blockquote type=3D"cite">Sent =
=46rom Mobile Device<br>Skype/Yahoo/Google: =
<br>christian.oflaherty<br>Internet Society <br>eMail: <a =
href=3D"mailto:oflaherty@isoc.org">oflaherty@isoc.org</a><br>Mobile: =
&nbsp;+598 9876 =
9636<br><br></blockquote><br>_____________________________________________=
__<br>Codematch-develop mailing list<br><a =
href=3D"mailto:Codematch-develop@ietf.org">Codematch-develop@ietf.org</a><=
br>https://www.ietf.org/mailman/listinfo/codematch-develop<br></blockquote=
></div><br></div></body></html>=

--Apple-Mail=_47CA54A0-A897-4CEC-99C0-B70264CA90B3--


From nobody Thu May 28 08:16:15 2015
Return-Path: <nfiumarelli@lacnic.net>
X-Original-To: codematch-develop@ietfa.amsl.com
Delivered-To: codematch-develop@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BB44F1B2B45 for <codematch-develop@ietfa.amsl.com>; Thu, 28 May 2015 08:16:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.701
X-Spam-Level: *
X-Spam-Status: No, score=1.701 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, J_CHICKENPOX_44=0.6, MIME_8BIT_HEADER=0.3] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GH4Efnwj4ufC for <codematch-develop@ietfa.amsl.com>; Thu, 28 May 2015 08:16:11 -0700 (PDT)
Received: from mail.lacnic.net.uy (hermes.lacnic.net.uy [IPv6:2001:13c7:7001:4000::8]) by ietfa.amsl.com (Postfix) with ESMTP id E8D571B2AE2 for <codematch-develop@ietf.org>; Thu, 28 May 2015 08:16:10 -0700 (PDT)
Received: from hermes.lacnic.net.uy (localhost [127.0.0.1]) by mail.lacnic.net.uy (Postfix) with ESMTP id 56D6E16B40B46 for <codematch-develop@ietf.org>; Thu, 28 May 2015 12:16:09 -0300 (UYT)
X-Virus-Scanned: amavisd-new at lacnic.net.uy
Received: from mail.lacnic.net.uy ([127.0.0.1]) by hermes.lacnic.net.uy (mail.lacnic.net.uy [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8RrVj3JdPosW for <codematch-develop@ietf.org>; Thu, 28 May 2015 12:16:08 -0300 (UYT)
Received: from [IPv6:2001:13c7:7001:7128:bdbc:67d:2156:56f9] (unknown [IPv6:2001:13c7:7001:7128:bdbc:67d:2156:56f9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.lacnic.net.uy (Postfix) with ESMTPSA id 54B3316B40B64 for <codematch-develop@ietf.org>; Thu, 28 May 2015 12:16:08 -0300 (UYT)
Message-ID: <55673138.2070108@lacnic.net>
Date: Thu, 28 May 2015 12:16:08 -0300
From: =?windows-1252?Q?Nicol=E1s?= <nfiumarelli@lacnic.net>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: codematch-develop@ietf.org
References: <B3B69F2E-7133-4FEF-9445-C960A2016573@isoc.org> <212E00D9-6574-47A4-8194-EF1B15CD4DD5@isoc.org> <AD038410-95D1-4083-9027-5E895D928019@isoc.org>
In-Reply-To: <AD038410-95D1-4083-9027-5E895D928019@isoc.org>
Content-Type: multipart/alternative; boundary="------------090306090000020709010801"
Archived-At: <http://mailarchive.ietf.org/arch/msg/codematch-develop/ukctBqOUXuubwx4XM74MCt7J8bw>
Subject: Re: [Codematch-develop] Call
X-BeenThere: codematch-develop@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "\"Discussion forum for the planning, coordination, and development of CodeMatch\"" <codematch-develop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codematch-develop/>
List-Post: <mailto:codematch-develop@ietf.org>
List-Help: <mailto:codematch-develop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codematch-develop>, <mailto:codematch-develop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 28 May 2015 15:16:13 -0000

This is a multi-part message in MIME format.
--------------090306090000020709010801
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit

Thx for sharing the recording. +1

El 28/05/15 a las 11:59, Toral Cowieson escibió:
> Hi All,
>
> Here is the recording from yesterday's call:
> https://isoc.webex.com/isoc/ldr.php?RCID=e5f234c1c91ac2df0a33d947b4facd2b
>
>
> Best regards,
> Toral
>
>
>
>
> On May 27, 2015, at 7:36 AM, Christian O'Flaherty <oflaherty@isoc.org 
> <mailto:oflaherty@isoc.org>> wrote:
>
>>
>> Hi
>>
>>> My apologies for not joining the call. I miscalculated the time.
>>> I'm going to send an email later with the recent progress.
>>
>> This email was supposed to be sent last week. I wanted to fix a few 
>> things before sending the update but I couldn’t.
>>
>> The current version presents a list of codematches, lets you search 
>> based on document names and/or codematch titles and creates new 
>> codematch entries (ProjectContainer)
>>
>> The fixes I had to introduce before making it public, uploading it to 
>> github, etc. are:
>>
>> Use the name for tables we agreed on our last call (the main table is 
>> currently called CodeMatch and should be called Project Container)
>> Change the relationship that was many-to-many on Projects
>> Add a new view to create Projects.
>> Add Person and date to all the tables
>>
>> All of them are very simple changes.
>> I also have to move the code to the last Datatracker version 
>> (released last week)
>>
>> I’m not going to be able to join the call today because I’m going to 
>> be in a plane at that time. What I would like to do before Friday is:
>>
>> Have a stable model.py (the data model) to share it with Henry or 
>> someone to get budget for immediate implementation of the 
>> ProjectContainer and Projects (to document implementations). This 
>> implementation can be done in a few days (including testing) by 
>> someone experienced in Django.
>>
>> I would also like to provide basic views to Lisandro and Wanderson to 
>> start working on the main CodeMatch site. The views I’m going to 
>> provide are based on the current Datatracker look&feel, but the 
>> backend can be reused with the updated templates.
>>
>> Christian
>>
>>
>>> Sent From Mobile Device
>>> Skype/Yahoo/Google:
>>> christian.oflaherty
>>> Internet Society
>>> eMail: oflaherty@isoc.org <mailto:oflaherty@isoc.org>
>>> Mobile:  +598 9876 9636
>>>
>>
>> _______________________________________________
>> Codematch-develop mailing list
>> Codematch-develop@ietf.org <mailto:Codematch-develop@ietf.org>
>> https://www.ietf.org/mailman/listinfo/codematch-develop
>
>
>
> _______________________________________________
> Codematch-develop mailing list
> Codematch-develop@ietf.org
> https://www.ietf.org/mailman/listinfo/codematch-develop


--------------090306090000020709010801
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thx for sharing the recording. +1<br>
    <br>
    <div class="moz-cite-prefix">El 28/05/15 a las 11:59, Toral Cowieson
      escibió:<br>
    </div>
    <blockquote cite="mid:AD038410-95D1-4083-9027-5E895D928019@isoc.org"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=windows-1252">
      Hi All,
      <div><br>
      </div>
      <div>Here is the recording from yesterday's call: <br>
        <div>
          <div>
            <table width="100%">
              <tbody>
                <tr>
                  <td class="TblContentFont3" width="68%"><nobr>
                      <table height="24">
                        <tbody>
                          <tr>
                            <td class="TblContentFont2"><a
                                moz-do-not-send="true"
href="https://isoc.webex.com/isoc/ldr.php?RCID=e5f234c1c91ac2df0a33d947b4facd2b"
                                class="list" id="linkOfPlaybackUrl"
value="https://isoc.webex.com/isoc/ldr.php?RCID=e5f234c1c91ac2df0a33d947b4facd2b">https://isoc.webex.com/isoc/ldr.php?RCID=e5f234c1c91ac2df0a33d947b4facd2b</a></td>
                          </tr>
                        </tbody>
                      </table>
                    </nobr></td>
                </tr>
              </tbody>
            </table>
            <div><br>
            </div>
            <div>Best regards,</div>
            <div>Toral</div>
            <div><br>
            </div>
            <div><br>
            </div>
          </div>
          <br class="Apple-interchange-newline">
        </div>
        <br>
        <div>
          <div>On May 27, 2015, at 7:36 AM, Christian O'Flaherty &lt;<a
              moz-do-not-send="true" href="mailto:oflaherty@isoc.org">oflaherty@isoc.org</a>&gt;
            wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite"><br>
            Hi<br>
            <br>
            <blockquote type="cite">My apologies for not joining the
              call. I miscalculated the time. <br>
              I'm going to send an email later with the recent progress.
               <br>
            </blockquote>
            <br>
            This email was supposed to be sent last week. I wanted to
            fix a few things before sending the update but I couldn’t.<br>
            <br>
            The current version presents a list of codematches, lets you
            search based on document names and/or codematch titles and
            creates new codematch entries (ProjectContainer)<br>
            <br>
            The fixes I had to introduce before making it public,
            uploading it to github, etc. are:<br>
            <br>
            Use the name for tables we agreed on our last call (the main
            table is currently called CodeMatch and should be called
            Project Container)<br>
            Change the relationship that was many-to-many on Projects <br>
            Add a new view to create Projects. <br>
            Add Person and date to all the tables<br>
            <br>
            All of them are very simple changes. <br>
            I also have to move the code to the last Datatracker version
            (released last week)<br>
            <br>
            I’m not going to be able to join the call today because I’m
            going to be in a plane at that time. What I would like to do
            before Friday is:<br>
            <br>
            Have a stable model.py (the data model) to share it with
            Henry or someone to get budget for immediate implementation
            of the ProjectContainer and Projects (to document
            implementations). This implementation can be done in a few
            days (including testing) by someone experienced in Django.<br>
            <br>
            I would also like to provide basic views to Lisandro and
            Wanderson to start working on the main CodeMatch site. The
            views I’m going to provide are based on the current
            Datatracker look&amp;feel, but the backend can be reused
            with the updated templates.<br>
            <br>
            Christian<br>
            <br>
            <br>
            <blockquote type="cite">Sent From Mobile Device<br>
              Skype/Yahoo/Google: <br>
              christian.oflaherty<br>
              Internet Society <br>
              eMail: <a moz-do-not-send="true"
                href="mailto:oflaherty@isoc.org">oflaherty@isoc.org</a><br>
              Mobile:  +598 9876 9636<br>
              <br>
            </blockquote>
            <br>
            _______________________________________________<br>
            Codematch-develop mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Codematch-develop@ietf.org">Codematch-develop@ietf.org</a><br>
            <a class="moz-txt-link-freetext" href="https://www.ietf.org/mailman/listinfo/codematch-develop">https://www.ietf.org/mailman/listinfo/codematch-develop</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Codematch-develop mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Codematch-develop@ietf.org">Codematch-develop@ietf.org</a>
<a class="moz-txt-link-freetext" href="https://www.ietf.org/mailman/listinfo/codematch-develop">https://www.ietf.org/mailman/listinfo/codematch-develop</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>

--------------090306090000020709010801--

