Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0 (-rc.4)

2020-06-04 Thread TB Dinesh
+1

:)

On Thu, 4 Jun, 2020, 18:53 Suzan Uskudarli, 
wrote:

>
> All checks succeed:
>
> 1. gpg --verify apache-annotator-*.tar.gz.asc  --  OK (good sigs from
> Randall Leeds)
> 2. sha256sum  and sha512sum --  OK
> apache-annotator-0.1.0-rc.4-incubating.tar.gz: OK
> 3. git remote show origin -- OK
> 4. git describe  -- OK   (v0.1.0-rc.4)
> 5. git fetch --unshallow origin tag v0.1.0-rc.4 -- OK
> 6. git status --ignored  -- OK (On branch v0.1.x, no changes added to
> commit )
> 7. make check: OK
> 8. License - OK
>
> I am attaching all the results in case it may be useful
>
> I don't know if I am eligible to vote, if I am +1
>
> On Wed, Jun 3, 2020 at 9:26 PM Benjamin Young 
> wrote:
>
>> Just completed all the tests, and everything looks great!
>>
>> +1
>>
>> (sorry again for the delay!)
>> Benjamin
>>
>>
>> --
>>
>> http://bigbluehat.com/
>>
>> http://linkedin.com/in/benjaminyoung
>>
>> 
>> From: Benjamin Young 
>> Sent: Tuesday, June 2, 2020 5:06 PM
>> To: dev@annotator.incubator.apache.org <
>> dev@annotator.incubator.apache.org>
>> Subject: Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0
>> (-rc.4)
>>
>> Started work on this today, but my day got eaten.  I'll try again
>> tomorrow...
>>
>> Apologies,
>> Benjamin
>>
>>
>>
>> --
>>
>> http://bigbluehat.com/
>>
>> http://linkedin.com/in/benjaminyoung
>>
>> 
>> From: Gerben 
>> Sent: Tuesday, June 2, 2020 7:49 AM
>> To: dev@annotator.incubator.apache.org <
>> dev@annotator.incubator.apache.org>
>> Subject: Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0
>> (-rc.4)
>>
>> +1 indeed.
>>
>> I ran all checks except Rat.
>>
>> On 31/05/2020 02:52, Randall Leeds wrote:
>> > My test results:
>> >
>> > - Signature OK
>> > - Checksums OK
>> > - Local tag matches remote tag
>> > - Contents of the tarball are clean
>> > - Running "make check" passes (Node.js v10.19.0)
>> > - Apache Rat shows no files with license issues
>> >
>> > Vote: +1
>> >
>>
>


Re: Weekly calls/chats?

2020-03-26 Thread TB Dinesh
Thanks. We are skipping today's call. Looking forward to minutes

On Thu, 26 Mar, 2020, 20:36 Gerben,  wrote:

> Reminder: this call is in (less than) an hour.
>
> On 19/03/2020 18:16, Gerben wrote:
> > Notes from today’s call below.
> >
> > Next call, same time and place: Thursday 26 March 16:00 UTC
> > , in
> > 
> >
> > ===
> >
> > Present: Benjamin, Juan, Randall, Gerben, Nick
> >
> > Despite successful vote in the dev-list, the release failed because we
> > forgot to add the Apache licence header to some source files. We will
> > (l)earn it, some day.
> >
> > Discussed tasks:
> > - add missing licence header and open a new vote — Randall
> > - figure out what exactly to put in Licence and Notice file — Benjamin
> > - document our processes in the repo: how to use Rat to check Apache’s
> > requirements, how to create a release, and how to verify the
> > contents/hashes the release objects — Randall
> > - test & merge PR #62 to use highlighter in demo — (unassigned?)
> > - Deduplicate the separate demos in the code repo and website repo —
> Gerben
> > - add the logo to the website — anyone in a good mood
> >
> > On 19/03/2020 17:03, Benjamin Young wrote:
> >> Ready when y'all are. ;)
> >>
> >> Also, there's an (old) #annotator channel on irc.freenode.net that
> several of us have hung out in (for years). Feel free to join there also!
> >>
> >> Talk soon,
> >> Benjamin
> >>
> >>
> >> --
> >>
> >> http://bigbluehat.com/
> >>
> >> http://linkedin.com/in/benjaminyoung
> >>
> >> 
> >> From: Gerben 
> >> Sent: Wednesday, March 18, 2020 6:22 PM
> >> To: dev@annotator.incubator.apache.org <
> dev@annotator.incubator.apache.org>
> >> Subject: Re: Weekly calls/chats?
> >>
> >> Reminder for tomorrow’s call.
> >>
> >> These days there is a risk that Jitsi is overloaded, let’s see if it
> >> works and try find another instance/solution if necessary (and if so,
> >> announce it on this list).
> >>
> >> 19 March 16:00 UTC: https://everytimezone.com/s/a02b29d3
> >> Room: https://meet.jit.si/apache-annotator
> >>
> >> To join by phone dial one of these numbers and then enter the pin.
> >>
> >> PIN: 2527 1718 26
> >>
> >> Phone numbers:
> >> US +1.512.402.2718
> >> UK +44.121.468.3154
> >> France +33.1.84.88.6478
> >> Germany +49.89.380.38719
> >> Spain +34.932.205.409
> >> Canada +1.647.243.6108
> >> Australia +61.8.7150.1136
> >> Brazil +55.21.3500.0112
> >> Japan +81.3.4510.2372
> >> Switzerland +41.61.588.0496
> >>
> >>
>


Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0 (-rc.2)

2020-03-11 Thread TB Dinesh
+1

+1 for Benjamin's remarks too :)

On Tue, Mar 10, 2020 at 8:39 PM Benjamin Young  wrote:
>
> +1 from me--with huge gratitude to Randall for making this all happen!! :D
>
> The signature and sha's all checked out fine. My local diff (on Windows) has 
> line ending differences (which I know about...per my git config). My diff 
> also shows the following files in the git checkout which are not in the 
> tarball--all of which I think are fine, but wanted to confirm and/or document 
> for future comparison/checks.
>
> Files in local git checkout which are not in the tarball include:
>  - .git/ (as for Randall)
>  - .nyc_output/ (probably due to a different reporter I used at some point)
>  - node_modules/ (we don't ship this in the tarball...nor should we afaik)
>  - packages/fragment-identifier/node_modules/ (same as above)
>  - packages/fragment-identifier/src/fragment.js (...not sure about this 
> one...)
>
> Everything else is identical (ignoring line endings--per platform 
> differences).
>
> Any thoughts (or explanations) about the fragment.js situation?
>
> Otherwise this looks fabulous. Thank you!
> Benjamin
>
> --
>
> http://bigbluehat.com/
>
> http://linkedin.com/in/benjaminyoung
>
> 
> From: Jack Park 
> Sent: Tuesday, March 10, 2020 10:23 AM
> To: dev@annotator.incubator.apache.org 
> Subject: Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0 
> (-rc.2)
>
> +1
>
> On Mon, Mar 9, 2020 at 10:20 PM Randall Leeds  wrote:
>
> > I'll kick it off.
> >
> > No differences between tarball and the git tag:
> >
> >   > diff -r apache-annotator-0.1.0-incubating annotator-git
> >   Only in annotator: .git
> >
> > Valid checksums:
> >
> >   > sha256sum -c apache-annotator-0.1.0-rc.2-incubating.tar.gz.sha256
> >   apache-annotator-0.1.0-rc.2-incubating.tar.gz: OK
> >
> >   > sha512sum -c apache-annotator-0.1.0-rc.2-incubating.tar.gz.sha512
> >   apache-annotator-0.1.0-rc.2-incubating.tar.gz: OK
> >
> > Valid signature (from me):
> >
> >   > gpg --verify apache-annotator-0.1.0-rc.2-incubating.tar.gz.asc
> >   gpg: assuming signed data in
> > 'apache-annotator-0.1.0-rc.2-incubating.tar.gz'
> >   gpg: Signature made Mon 09 Mar 2020 09:36:50 PM PDT
> >   gpg:using RSA key
> > 83CBD56B79A00C8693C0B919ED6455D90F33F0BB
> >   gpg: Good signature from "Randall Leeds "
> > [ultimate]
> >   gpg: aka "Randall Leeds "
> > [ultimate]
> >   gpg: aka "Randall Leeds " [ultimate]
> >
> > Running `make check` passes in the apache-annotator-0.1.0-incubating
> > directory unpacked from the tarball (Node.js v13.10.1, Yarn v1.22.0).
> >
> > +1 from me!
> >
> > On Mon, Mar 9, 2020 at 9:43 PM Randall Leeds  wrote:
> >
> > > Dear community,
> > >
> > > I would like to propose we release Apache Annotator (incubating) 0.1.0.
> > >
> > > This is the second release candidate. The first vote was aborted because
> > > it was not made on this list before being brought to the incubator PMC.
> > >
> > > This is the first release of Apache Annotator and represents a modest but
> > > exciting step for the community. We encourage everyone to help us verify
> > > that the release is proper and help identify and fix any critical issues
> > > with the project's packaging or the proper functioning of the build.
> > >
> > > The release artifacts are available here:
> > >
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/incubator/annotator/source/0.1.0/rc.2
> > >
> > > There you will find a tarball, a GPG signature, and SHA256/SHA512
> > > checksums.
> > >
> > > A KEYS file for checking the signatures can be found here:
> > >
> > > https://dist.apache.org/repos/dist/release/incubator/annotator/KEYS
> > >
> > > Please verify that the build is from commit
> > > 2eb484150c0fa86a144fa3f3f6811e856e761dd6, tagged as v0.1.0-rc.2, by
> > > checking out the source tree and comparing it to the contents of the
> > > tarball.
> > >
> > > Please validate the release by checking that the signature and checksums
> > > are valid for the uploaded tarball and then unpacking it and ensuring
> > that
> > > `make && make check` exits cleanly.
> > >
> > > If you would like to further validate the packaging, the repository is
> > set
> > > up for Apache Rat to check for proper license headers and notifications.
> > As
> > > this is our first release, it is important to us that we get these
> > > processes correctly in place.
> > >
> > > If the vote passes, these artifacts will be proposed to Apache Incubator
> > > for release as Apache Annotator (incubating) 0.1.0.
> > >
> > > Regards,
> > > Randall Leeds
> > >
> >


Re: Weekly calls/chats?

2020-03-05 Thread TB Dinesh
That's 3am or 5am in the dev hots in the valley. Benjamin is likely up and
wide eyed by 7am.

On Thu, 5 Mar, 2020, 17:40 Nick Kew,  wrote:

>
>
> > On 5 Mar 2020, at 09:39, TB Dinesh  wrote:
> >
> > If we do weekly calls, we can alternate week time that suits india/east
> and
> > other the west.
>
> When I worked in a team that spanned Silicon Valley and Bangalore,
> we had weekly meetings mostly at 4pm UK time - which is either
> 15:00 or 16:00 GMT according to Daylight Saving Time.
> Nice for us in Europe, and also worked for the US and India.
>
> Maybe that would fix things for you and me, if not for any prospective
> participants in Far East timezones?
>
> --
> Nick Kew
>


Re: Weekly calls/chats?

2020-03-05 Thread TB Dinesh
If we do weekly calls, we can alternate week time that suits india/east and
other the west.


21 GMT will be 2.30am here.
But you all should go ahead for now


On Thu, 5 Mar, 2020, 14:47 Gerben,  wrote:

> For the weekly rhythm, let’s check in again today? Same time (5 March,
> 21:00GMT), same place: .
>
> For people wanting but unable to join the call this time, please suggest
> a time slot for (a) next week.
>
>
> On 21/02/2020 05:05, Jake Hartnell wrote:
> > +1
> >
> > Sent from my iPhone
> >
> >> On Feb 20, 2020, at 6:04 PM, Nick Kew  wrote:
> >>
> >> 
> >>
> >>> On 20 Feb 2020, at 22:34, Gerben  wrote:
> >>>
> >>> Hi all, I just talked with Randall; to get things rolling our idea was
> >>> to simply call again next week (Thursday 27th, 21:00 GMT, assuming
> >>> Benjamin is available) and invite you all to join.
> >> I'd join, but my Thursday evenings are otherwise occupied between
> >> about 18:00 and 23:00.
> >>
> >> Don't let that stop you (it's not critical), but it would be good to
> join
> >> from time to time.  Maybe a time slot that isn't the same every
> >> week would help open it more widely?
> >>
> >> One note of caution.  This list has to be the project's primary forum.
> >> That's for reasons of openness: what gets posted here is public,
> >> and archived for posterity where anyone interested in the project
> >> can find it.  If anything important or useful happens in IRC,
> >> please report back to the list!
> >>
> >> --
> >> Nick Kew
>


Targeting audio

2019-10-18 Thread TB Dinesh
Hi all,

We are trying to build some annotation tools and looking forward to
use and contribute to the Apache Annotator project. I am briefly
mentioning the context and our need here.

We have been working on Renarration Web and Alipi tools - A social
semantic web approach to bring accessible content to the low-literates
Internet users. This approach relies on Web Annotation as a
fundamental need for the billions who cannot read and write but need
to hyperlink media to help manifest a Web with audio, images, videos,
3D point cloud, .. .

We imagine a scenario where a mesh-radio setup in a rural location can
bring in a culture of creating, editing and sharing of audios. In this
world, even to navigate and discover, one would need an annotation
service to label parts of audio. Audio fragments can then be annotated
by image or portions of an image - which can be used to render the
audio with images. This process can help renew a culture of
storytelling online, even among the indigenous communities who shy
away from text.

Thanks to Gerben visiting us here in Bangalore, we have been
discussing ways to use a browser to help interconnect data (text and
media) using annotations.
To start with, we are creating browser extensions that enable
selecting a fragment of an html document, of an audio file, and
perhaps soon also of an image. Then to annotate a selected fragment,
we will need to select another fragment elsewhere to use as the
annotation body. But as a first step, we simply bookmark the fragments
of interest.

More details and state of progress soon by Gerben and Bhanu.

-dinesh

Some contextual links:
j.mp/RuralJunctions
j.mp/Janastu-mesh


Re: Annotator logo??

2019-06-18 Thread TB Dinesh
Yeah.. highlighting the links on the web

On Wed, 19 Jun, 2019, 01:52 Sarven Capadisli,  wrote:

> On 14/06/2019 14.40, Daniel Gruno wrote:
> > Hi folks,
> > do we have a logo for the annotator project? I'm asking specifically
> > because the project shows up on www.apache.org from time to time, but it
> > doesn't show a logo (so the page breaks).
> >
> > If we have a logo, where is it?
> > If we don't, I did a little doodle, at https://i.imgur.com/2WoIRc6.png
> > that we could either adopt or use temporarily till we find something
> > nifty (I have it as SVG and all that).
> >
> > WDYT?!
> >
>
>
> I think "Annotator" is in context of the Web and so the logo shouldn't
> imitate paper and pen.
>
> -Sarven
> http://csarven.ca/#i
>
>


Re: Initial Committers Roll Call

2018-02-04 Thread TB Dinesh
+1

:)

On Feb 3, 2018 00:19, "Benjamin Young"  wrote:

> Hi all!
>
>
> This email is primarily for the folks who "signed up" to be initial
> committers during the Apache Annotator Proposal process [1] (each of whom
> are BCC'd on this email).
>
>
> It's possible that some of you forgot you'd added your name to that list,
> or that now (given the life and work and time) you may no longer have an
> interest in participating, or you may have been eagerly awaiting this to
> happen and somehow missed the initial setup of the project. Regardless,
> we'd love to have you join the party! :)
>
>
> Here's a quick update, and also some links to get setup as one of the core
> contributors to Apache Annotator [2].
>
>
> First, coding is coming along nicely mostly with thanks going to Randall
> and Gerben [3]. The primary focus has been on repository structure
> (monorepo), initial code structure/planning, and NPM publication
> planning/setup. If you're interested in any of this, please checkout the
> code repo.
>
>
> Second, there's a basic promo site (if you've not seen it) at
> http://annotator.apache.org/ We'd like to get the demo integrated [4] and
> begin to provide documentation there as we're able to write it (and would
> love help writing it!). ^_^
>
>
> Lastly (and this is where our BCC'd friends come in!), we need more
> initial committers active (at least!) on the mailing list. We have folks
> interested in contributing to the code who we can't (yet) add to the
> project because we lack voting members. If you are able and willing (or
> even just able ;) ), we'd greatly appreciate the help and input on the
> mailing list, even if you lack time to code or write docs (etc).
>
>
> If you're +1 on accepting the role you signed up for as an initial
> committer, please respond (on list!) to this email and begin
> reading/skimming this guide:
>
> http://www.apache.org/dev/new-committers-guide.html#guide-
> for-new-committers
>
>
> It can be a lot to take in, but I (and our loverly mentors) will be happy
> to help you through the process. :)
>
>
> Thank you (all!) for reading this email!
>
> Benjamin
>
>
> [1] https://github.com/apache/incubator-annotator/wiki/Proposal
>
> [2] http://annotator.apache.org/
>
> [3] https://github.com/apache/incubator-annotator
>
> [4] https://github.com/apache/incubator-annotator/issues/18
>
>
>
> --
>
> http://bigbluehat.com/
>
> http://linkedin.com/in/benjaminyoung
>