625 Matching Annotations
  1. Dec 2021
    1. It looks for two things: the annotation of registered content (for example Article Landing Pages) and the mentioning of registered content (for example DOIs) in the text of annotations.
      • DOI: in annotation text [OK.verified] in SUBJECT pages
      • Annotations in OBJECT pages (Landing)
    2. The Hypothes.is Agent monitors annotations
      • See examples of Evidences
      • Agent uses "url": "https://hypothes.is/api/search"
      • GUESS: filter by date of annotation? "extra": { "cutoff-date": "2005-04-13T09:08:04.578Z"
    1. Crossref Membership rules #7 state that: You must have your DOIs resolve to a page containing complete bibliographic information for the content with a link to — or information about — getting the full text of the content. Where publishers break these rules, we will alert them.
      • INTERESTING!
    2. It's always not one-to-one DOIs can be assigned to books and book chapters, articles and figures. Each Agent will do its job as accurately as possible, with minimal cleaning-up, which could affect interpretation. This means that if someone tweets the DOI for a figure within an article, we will record that figure's DOI. If they tweet the landing page URL for that figure, we will do our best to match it to a DOI. Depending on the method used, and what the publisher landing page tells us, we may match the article's DOI or the figure's DOI. Sometimes two pages may claim to be about the same DOI. This could happen if a publisher runs two different sites about the same content. It's also possible that a landing page has no DOI metadata, so we can't match it to an Event. The reverse is true: sometimes two DOIs point to the same landing page. This can happen by accident. It is rare, but does happen. This has no material effect on the current methods for reporting Events.
      • non-uniqueness: DOI <-> Page Publisher
    3. Matching also varies from publisher to publisher. For some landing page domains we can easily match the DOI. For some we need to do a bit more work. For others, it's impossible.
      • hahaha!
      • I knew it!
    4. We maintain a list of domain names that belong to publishers (see the Artifact page for more information) and track and query for those domains. When we see a URL that could be a landing page, we attempt to match it to a DOI.
      • Landing Page --> publisher(?)
      • ok: maintain a list
    5. Every Agent will attempt to match registered content items in as broad a manner as possible by looking for linked and unlinked DOIs and Article Landing Page URLs.
      • ok: unlinked too!
      • verified with hypothesis annotations! (text DOI:)
    6. They could use a hyperlinked DOI (one you can click), or a plain-text DOI (one you can't click). They could also use the Article Landing Page (the page you get to when you click on a DOI). Every source is different: we tend to see most people using Article Landing Pages on Twitter, but on Wikipedia DOIs are frequently used.
      • link to DOI (doi.org)
      • text "DOI: 10.xxx/xxx"
      • link to "publisher"(?) (http) used in Twitter (I dont use it)
    7. Event Data Agents are on the look out for links to registered content items, but people on the Web use a variety of methods to refer to them.
      • Event-Data Agents: looking for DOIs...
      • People: We are going to make it hard for you
      • Agents + Me: F**k U!
    1. Every Event starts its journey somewhere, usually in an external source. Data from that external source is processed and analyzed
      • How??? (again and again)
    2. the subject of the event, e.g. Wikipedia article on Fish the type of the relation, e.g. "references" the object of the event, e.g. article with DOI 10.5555/12345678
      • relation: subject--relation--object
    3. Every time we notice that there is a new relationship between a piece of registered content and something out in the web, we record that as an individual Event.
      • How??? (again)
    4. Each web source is referred to as a 'data contributor'. The Events, and all original data from the data contributor, are available via an API.
      • Sources
      • "Relations": --> API --> uses
    5. When a relationship is observed
      • How???
    6. a registered content item (that is, content that has been assigned a DOI by Crossref or DataCite)
      • DEF: registered content item == DOI
    7. This data is of interest to a wide range of people: Publishers may want to know how their articles are being shared, authors might want to know when people are talking about their articles, researchers may want to conduct bibliometrics research. And that's just the obvious uses.
      • case uses
    8. The Event Data service captures this activity and acts as a hub for the storage and distribution of this data. The service provides a record of instances where research has been bookmarked, linked, liked, shared, referenced, commented on etc, beyond publisher platforms. For example, when datasets are linked to articles, articles are mentioned on social media or referenced in Wikipedia.
      • "For example, when datasets are linked to articles, articles are mentioned on social media or referenced in Wikipedia."
  2. Nov 2021
  3. Oct 2021
  4. Sep 2021
  5. Aug 2021
  6. Jul 2021
  7. Jun 2021
  8. May 2021
    1. Datafication, the authors argued, involves much more than converting symbolic materialinto digital form, for it is datafication, not digitization, that “made [digital] text indexable andthus searchable”

      One could be tempted to assert that digitization is a matter of mediality, while the datafication is a matter of epistemological concern. It is to say that datafication is a particular gnoseological process that not only translate an 'event' from a medium to another, but rather a process of refinement of the event qualities.

  9. Apr 2021
    1. Events AAA and BBB are mutually exclusive (cannot both occur at once) if they have no elements in common.

      Events \(A\) and \(B\) are mutually exclusive (cannot both occur at once) if they have no elements in common.


      Events \(A\) and \(B\) are mutually exclusive if: $$P(A∩B)=0$$

    2. The complement of an event AAA in a sample space SSS, denoted AcAcA^c, is the collection of all outcomes in SSS that are not elements of the set AAA. It corresponds to negating any description in words of the event AAA.

      The complement of an event \(A\) in a sample space \(S\), denoted \(A^c\), is the collection of all outcomes in \(S\) that are not elements of the set \(A\). It corresponds to negating any description in words of the event \(A\).


      The complement of an event \(A\) consists of all outcomes of the experiment that do not result in event \(A\).

      Complement formula:

      $$P(A^c)=1-P(A)$$

  10. Mar 2021
    1. Li, S., Sim, S.-C., Lee, L., Pollack, H. J., Wyatt, L. C., Trinh-Shevrin, C., Pong, P., & Kwon, S. C. (2017). Hepatitis B Screening and Vaccination Behaviors among a Community-based Sample of Chinese and Korean Americans in New York City. American Journal of Health Behavior, 41(2), 204–214. https://doi.org/10.5993/AJHB.41.2.12

  11. Feb 2021
    1. Note that the path ends in its very own end, signalizing a new end state, or outcome. The end’s semantic is :with_cc.
  12. Jan 2021
    1. Knowing exactly what happens in your application can mean the difference between feeling in full control or experiencing deep frustration. Personally, unknowns drive me crazy, which in turn often leads to all sorts of experiments and/or debug sessions.
    1. beforeUpdate(async () => { console.log('the component is about to update'); await tick(); console.log('the component just updated'); });
    1. “Once” handlers Say a button does something pretty darn important, like submitting a payment. It would be pretty scary if it was programmed such that clicking the button multiple times submitted multiple payment requests. It is situations like this where you would attach a click handler to a button that only runs once. To make that clear to the user, we’ll disable the button on click as well.
  13. Dec 2020
    1. etainee abuse scandal

      event

    2. how naked prisoners being subjected to sexual humiliation by American women

      event = sexual humiliation - why is it important that it is done by women? Why is not a stronger word than humiliation used?

    1. Saad Naif said he saw a prisoner shot dead at Abu Ghraib when he approached the razor wire.
    2. Seeing her lying bound in the sun, the brother angrily started to cross the razor wire ringing his tent, "and they shot him in the shoulder," Naif said.
    3. punished by having rations reduced or withdrawn,
    4. "The Gardens" – a razor-wire enclosure where prisoners were made to lie face down on the burning sand for two or three hours, hands bound.
    5. Sometimes we'd fight the Americans with tent poles. The Americans would come at us behind riot shields, firing plastic bullets and electric pistols (stun guns).
    6. He said two died in the next tent while he was there.
    7. Water was the first concern for internees everywhere, especially as summer temperatures topped 120 degrees. There was never enough to drink and wash with, they said.
    8. ICRC's decision to reduce its Baghdad staff, because of the bombing of its headquarters, may limit its ability to visit detention sites.

      rationalizing lack of agency as a consequence of resistance

    9. organization's policy does not allow any public comment on any abuse or other poor conditions detected

      policy is prohibiting accountability

    10. representatives are the only outsiders allowed into the camps

      explains why testimonies are so sparse

    11. listing and processing of detainees has improved in recent weeks.

      positive

    12. In toppling the Saddam government last April, the U.S.-British invasion force inherited a legal vacuum and began incarcerating ordinary criminals with prisoners of war and less well-defined detainees.
    13. In one, four soldiers are accused of beating Iraqi prisoners; in the other, two Marines are charged in connection with an Iraqi's death in detention.

      legal proceedings

    14. Baghdad airport's overcrowded Camp Cropper, was closed.
    15. riots, punishment in the sun

      on the subject of event: accounts of abuse have not yet solidified in the international press as a single event & scandal as evidenced here by a lack of proper nouns in the article's headline. does this factor actually affect the event's reception?

    1. For example, an event handler callback that can be used to handle both fullscreenchange and fullscreenerror might look like this:
    1. A listener watches for an event to be fired. For example, a KeyListener waits for KeyEvents, a MessageListener waits for messages to arrive on a queue and so on. The handler is responsible for dealing with the event. Normally, listeners and handlers go hand-in-hand. For example, the KeyListener tells the ExitHandler that "the letter Q was pressed" and the handler performs logic such as cleaning up resources and exiting the application gracefully. Similary a ButtonClickListener would tell the same ExitHandler that the "Exit button was clicked". So, in this case you have two different events, two different listeners but a single handler.

      You can use the same handler for multiple events/listeners.

    2. The most basic difference is the association Listener is associated with Event Source (Ex: key board) Handler is associated with an Event (Ex: keydown)
  14. Nov 2020
  15. Oct 2020
  16. Sep 2020
    1. Part of the functionality that is returned are event handlers. I'd like to avoid needing to manually copy the events over one by one so the hook implementation details are hidden.
    1. A quick note: During Week 4, there are multiple events happening:

      1) On Thursday, September 17 at 4pm: there is a presentation on Indigenous Studies hosted by UMD.

      2) On Friday, September 18 at noon (aka during our class), there is a book launch hosted by the History Department.

      3) We still have reading listed for Friday, September 18.

      Numbers 2 and 3 are required. Number 1 is strongly recommended.

      Your weekly response can be on 1, 2, or 3

  17. Aug 2020
  18. Jul 2020
  19. Jun 2020
  20. May 2020
  21. Apr 2020
  22. Mar 2020
  23. Dec 2019
  24. Nov 2019
    1. Die Pressewand für eure Veranstaltung

      Fotowand drucken - Sponsorenwand - Logowand - Fotowand - kaufen - Pressewand für eure Veranstaltung? ✓ Flexibel einsetzbar ✓ über 1.000 zufriedene Kunden ✓ Jetzt bestellen» lovingsnapshots

    1. The second type of these “Imperative Shell” services execute side-effects outside of the bounded context, such as sending an email, SMS, or mobile push notification to a user, or calling out to some other external service.

      What if the bounded context is about managing side effects — say we are implementing a transactional mail service. Should we separate the “functional core” recording mail processing events from the “imperative shell” which performs the actual SMTP?

  25. Sep 2019
    1. Independently on how the schema changes are handled, managing these changes is one of the most complex and error prone drawbacks associated with event sourcing. A strategy should be prepared upfront and considered on the system design.

      Plan for schema evolution upfront.

    2. Also your events will be based on a SomethingCreated or SomethingUpdated which has no business value at all. If the events are being designing like this then it is clear you’re not using DDD at all and you’re better of without event sourcing.

      litmus test

    1. I think you don't hear much about using Kafka for event sourcing primarily because the event sourcing terminology doesn't seem to be very prevalent in the consumer web space where Kafka is most popular.
    1. Another way to get consistency is to assure serialized writes, i.e using the single-writer principle, meaning we make sure all writes concerning a particular entity ID occur on a single thread.

      This is the akka-cluster approach?

    2. If the business logic fails we return an error to the client but if it succeeds a new event is emitted. In that case we must be able to save the new event to our event store with a guarantee that no other event has been stored for this particular entity ID in the meantime, or we would risk breaking the consistency of our domain objects.
    3. One alternative would be to have one topic per entity

      Other alternative: have a consumer group write a read model to a database, indexed by entity id.

  26. Apr 2019
  27. Dec 2018
    1. But the Tunguska airburst stands as the most powerful impact event in recorded human history, and it remains enigmatic, as scientists don’t know the origin of the object or whether it was an asteroid or a comet.

      More on the Tunguska Event here.

    2. Tunguska event

  28. Sep 2018
    1. It's important to understand that in the Event Loop there are Tasks & Microtasks. The Microtask queue is exhausted before returning to the Task queue - and Microtasks can queue other Microtasks, hance why the for loop in this example will block any other execution.

  29. Aug 2018
    1. Event time, in contrast, is conceived as "qualitative time-heterogeneous, discontinuous, and unequivalent when different time periods are compared" (Starkey

      Event time definition -- as qualitative.

      How does this help describe friction of SBTF social coordination attempting to handle mechanical clocktime (timestamps, urgency, timelines, etc.) and dynamic event time (disaster unfolds, rhythms, horizons, etc.)

    1. At a higher level, with their roadmaps and deadlines, projects also hold a temporal dimension.

      The DHN analog to projects could be the deployment and/or the humanitarian event temporality (slow-onset, rapid-onset and chronic).

  30. Jun 2018
  31. Jan 2018
    1. “Perhaps something occurred in the history of the concept of structure,” so he hypothesized, “that could be called an ‘event,’ if this loaded word did not entail a meaning which it is precisely the function of structural — or structuralist — thought to reduce or to suspect.” Structuralism’s eponymous reliance on structures, on that which by definition is permanent, stable, and universal, made it so that it had no lexicon, no methodology, to deal with “events,” i.e., with that which is singular, wholly other, non-repeatable.
  32. Sep 2017
    1. Terrorist use of an actual nuclear bomb is a low-probability event

      Low probability and high impact but not a black swan

  33. Jan 2017
    1. The combination of the Sun's high circulation and the newsboys meant that everyone throughout the city, spanning all social classes, heard about the lunar discoveries at the same time. They experienced it as a shared social event in a way that was entirely new.

      Birth of the Shared Event

      One of the new features of the moon hoax was that is was a shared event, experienced by everyone more or less at the same time, due to both new technologies and new systems of distribution. In some ways the haox was the polar opposite of the fragmentation we see today in Facebook hoaxes -- which are often known among only certain subgroups, and build ingroup identity not a universal experience.

    1. Early event detection problems can go here. Two example cases just came to my mind are: 1- in emergency response: detecting a disaster quickly is important. 2- in computational journalism: many locals suddenly start talking about an event means something newsworthy is going on.

  34. Nov 2016
  35. Dec 2015
    1. An international mechanism to address loss and damage is hereby defined under this agreement/protocol and shall be bound by the principles and provisions of the Convention, in particular common but differentiated responsibilities and respective capabilities. The purpose of the mechanism shall be to promote and support the development and implementation of approaches to address loss and damage associated with the adverse effects of climate change, inter alia, extreme events and slow onset events, in developing countries that are particularly vulnerable to the adverse effects of climate change. The international mechanism on loss and damage shall draw upon, further develop and elaborate on the work of the Warsaw International Mechanism on Loss and Damage pursuant to relevant COP decisions, including the development of modalities and procedures for the mechanism’s operation and support. It can involve, as appropriate, existing bodies and expert groups under the Convention, as well as relevant organizations and expert bodies outside the Convention, and be informed by relevant precedents in international law.

      In the Paris agreement, President Tommy Remengesau, Palau, called for inter alia: a regular review process that drives ambition; robust transparency rules; and a permanent loss and damage mechanism.

      Calling for resolute action, President Ameenah Gurib-Fakim, Mauritius, said the Paris agreement should, inter alia: respect and maintain the principles of equity and CBDR; and treat adaptation and loss and damage as separate components of the agreement, anchoring loss and damage in it as a permanent mechanism.

      Prime Minister Enele Sosene Sopoaga, Tuvalu, called for a permanent mechanism for loss and damage to be anchored in the “treaty” and easy access to predictable finance.

    2. Article 7 (technology development and transfer)

      President Ali Bongo Ondimba, Gabon, urged parties to “act in order not to be responsible for something that we still can avoid,” and called for technology transfer in the areas of agriculture, forestry and clean energy, suggesting this is “the price of shared responsibility.”

    3. The nationally determined [mitigation] [contribution] [commitment] shall be legally binding on that Party upon entry into force of this Agreement for that Party.]

      President Vladimir Putin, Russian Federation, highlighted that it is possible to ensure economic development and take care of the environment, saying Russia stands ready to exchange energy efficiency solutions. He called for the new climate agreement to build on the principles of the UNFCCC, be legally-binding and include participation of developing countries.

    4. Progression/ambition Each Party’s successive [NDMC*][INDC] [shall][should][will] represent a progression beyond the Party’s previous efforts and reflect its highest possible ambition [based on common but differentiated responsibilities and respective capabilities [[and] in light of different national circumstances [and best available science]] [based on provision of finance, technology and capacity-building to developing countries].3

      Noting that current INDCs are voluntary and thus far not ambitious enough to attain the 2°C temperature goal, a goal insufficient for small island nations, Chancellor Angela Merkel, Germany, called for a binding review mechanism with a five-year cycle to begin in 2020 to ensure credibility and increased ambition.

    5. equitable distribution of a global carbon budget based on historical responsibilities and [climate] justice]

      President Maithripala Sirisena, Sri Lanka, emphasized the necessity of deep cuts in global emissions, considering the principle of historical responsibility, and said that technology transfer will ensure adaptation and nationally suitable mitigation actions in developing countries.

    6. [the integrity of Mother Earth

      President Evo Morales, Bolivia, shared the outcome of the World People’s Conference on Climate Change and the Rights of Mother Earth, which took place in October 2015, in Cochabamba, Bolivia, and called on COP 21 to address capitalism, which he emphasized as the origin of the climate crisis.

    7. [All Parties [shall] regularly prepare, communicate [and implement] [intended] nationally determined [contributions][components] [on [mitigation] and adaptation] [undertakings in adaptation planning] [and means of implementation]* [towards achieving the [purpose of this Agreement as set out in Article 2] [objective of the Convention as set out in its Article 2],] [in accordance with Article 4 of the Convention] [in accordance with the provisions of this Agreement including the specific provisions related to mitigation and adaptation and means of implementation.]]

      Saying that COP 21 builds on the “historic and bold decisions taken at COP 17,” President Jacob Zuma, South Africa, called for a legally-binding agreement based on equity and differentiation that will enable ambitious action through the provision of means of implementation (MOI).

    8. [For the purpose of meeting a portion of its mitigation commitment under Article 3, any Party may elect to use certified units (CU) generated under the new market-based mechanism defined under decision 2/CP.17, paragraph 83, subject to the adoption by the CMA of modalities and procedures elaborating each of the elements in decision 1/CP.18 paragraph 51, and the adoption of eligibility rules for participation which promote fair and equitable access for all Parties. These modalities and procedures shall ensure that the design and operation of the mechanism delivers net global emission reductions, through the cancellation of a share of units generated, transferred, used or acquired from offsetting activities.]

      President Park Geun-hye, Republic of Korea, underscored the importance of a global carbon market that brings together developed and developing countries.

    9. The purpose of the REDD-plus mechanism shall be to incentivize the reduction of emissions from deforestation and forest degradation and to promote conservation, sustainable management of forests and enhancement of forest carbon stocks in developing countries, while enhancing the non-carbon benefits derived as a result of the multiple functions of forests, including alleviating poverty and building ecosystem resilience.

      President Juan Hernández, Honduras, called for, inter alia, making the Warsaw Framework for REDD+ and WIM binding, and stressed the global average temperature rise should not exceed 1.5°C above the pre-industrial era.

      Prime Minister Erna Solberg, Norway, announced that her country would double its contribution to the GCF by 2020 in the context of verifiable emissions reductions from REDD+.

      President Juan Carlos Varela, Panama, proposed setting up an international center for facilitating a network of public and private actors to combat deforestation, promote sustainable forestry and reduce carbon emissions.

    10. Hold the increase in the global average temperature [below 1.5 °C] [or] [well] [below 2 °C] above preindustrial levels by ensuring deep cuts in global greenhouse gas [net] emissions;

      President Abdel Fattah El Sisi, Egypt, said the new agreement should: not harm African countries’ efforts to eradicate poverty, or their right to develop; be based on the principle of CBDR; include a commitment that global average temperature increase not exceed 1.5°C; and include a global target on adaptation.

      President Christopher Loeak, the Marshall Islands, underscored that current contributions are not enough to limit warming to 1.5°C, saying nations should reset their targets every five years.

      President Uhuru Kenyatta, Kenya, supported a long-term global goal of a maximum 1.5°C temperature increase and continuing the Convention’s financial mechanism and the WIM.

      President Issoufou Mahamadou, Niger, stressed the need for: increased resilience of peoples and ecosystems; ambitious global efforts to limit global temperature rise to below 1.5°C; balancing mitigation and adaptation finance; and developed countries to take the lead according to the polluter pays principle.

      Prime Minister Keith Mitchell, Grenada called for, inter alia: a protocol based on the principles of the Convention and with a goal of maintaining global temperature rise below 1.5°C; ambitious mitigation efforts to be reviewed as of 2018 and renewed every five years; and anchoring loss and damage in the agreement.

    11. [Article 3ter] (mechanism to support sustainable development)

      President Filip Vujanović, Montenegro, emphasized the links between the expected Paris agreement with the Sustainable Development Goals and the outcome of the Financing for Development Summit.

      President Xi Jinping, China, stressed that the Paris agreement should: follow the principles and focus on the full implementation of the UNFCCC; create institutional arrangements that compel concerted efforts; respect differences in countries’ economic structures and capacities; and not deny the legitimate needs of developing countries to improve living standards and develop economically.

    12. Option 1: [The mobilization of climate finance [shall][should][other] be scaled up [in a predictable and transparent manner] [beyond previous efforts] [from USD 100 billion per year] from 2020[, recognizing the important role of the Green Climate Fund in the scaling up of financial resources for the implementation of this agreement, as well as other multilateral mechanisms and other efforts].] Option 2: [The provision and mobilization of financial resources by developed country Parties and other developed Parties included in Annex II shall represent a progression beyond their previous efforts towards achieving short-term collective quantified goals for the post 2020 period to be periodically established and reviewed. Financial resources shall be scaled up from a floor of US$100 billion per year, including a clear burden-sharing formula [among them], and in line with needs and priorities identified by developing country Parties [including Parties whose special circumstances were recognized by COP decisions] in the context of contributing to the achievement of the [objective][purpose] (Article 2/XX) of this Agreement.

      Noting that the Paris agreement must reflect equity and fairness, President Joko Widodo, Indonesia, called for progress on the mobilization of US$100 billion, noting that the commitment should be increased going forward.

      President Simonetta Sommaruga, Switzerland, advocated a new climate agreement that is legally-binding, ambitious and based on the same obligations and rules for all parties. She announced a 75% increase in Switzerland’s annual contribution to the Least Developed Countries Fund (LDCF).

      King Norodom Sihamoni, Cambodia, called for: maintaining the impetus provided by the initial capitalization of the GCF; funding for LDCs; and stimulating private investments in renewable energy and energy efficiency.

    13. An International Tribunal of Climate Justice is hereby established to address cases of non-compliance with the commitments of developed country Parties on mitigation, adaptation, provision of finance, technology development and transfer, capacity-building, and transparency of action and support, including through the development of an indicative list of consequences, taking into account the cause, type, degree and frequency of non-compliance.

      President Rafael Correa Delgado, Ecuador, called for free access to mitigation technologies and the creation of an international court for environmental justice.

    14. Option 1: communication to 5 year time period Every 5 years, harmonised [NDMC*][INDC] Each Party shall [[communicate its [successive] [new]] [update its] [NDMC][INDC] by [year x] [2020] [2021] and every five years thereafter on a [synchronized][common] basis, [or resubmit an existing [NDMC][INDC]] [for the subsequent five-year time frame], taking into account the outcomes of the global stocktake referred to in Article 10.

      In the Paris agreement, President Sauli Niinistö, Finland called for: a clear goal; common rules on transparency and accountability; and stocktaking every five years.

    15. In accordance with Article 4, paragraph 2, of the Convention, developed country Parties and other Parties included in Annex I shall undertake quantified economy-wide absolute emission reduction and limitation commitments/targets, which are comparable, measurable, reportable and verifiable, cover all greenhouse gases and are implemented domestically without any conditions. 3bis. In accordance with Article 4, paragraphs 1, 3, 4, 5 and 7, of the Convention, developing country Parties should undertake diversified enhanced mitigation actions/efforts in a measurable, reportable, and verifiable manner, in the context of sustainable development and supported and enabled by the provision of adequate finance, technology and capacity-building by developed country Parties.

      In the morning, President Ollanta Humala, Peru, urged leaders to empower their negotiators to produce an ambitious and equitable agreement with, inter alia, verifiable and progressive mitigation actions.

  36. Jul 2015
    1. τείχους
    2. τείχους
    3. τείχους
    4. τείχους
    5. τείχους
    6. τείχους
    7. τείχους
    8. τείχους
    9. τείχους
    10. τείχους
    11. τείχους
    12. τείχους
    1. μακρὰ τείχη Ἀθηναῖοι
    2. μακρὰ τείχη Ἀθηναῖοι
    3. μακρὰ τείχη Ἀθηναῖοι
    4. μακρὰ τείχη Ἀθηναῖοι
    5. μακρὰ τείχη Ἀθηναῖοι
    6. μακρὰ τείχη Ἀθηναῖοι
    7. μακρὰ τείχη Ἀθηναῖοι
    8. μακρὰ τείχη Ἀθηναῖοι
    9. μακρὰ τείχη Ἀθηναῖοι
    10. μακρὰ τείχη Ἀθηναῖοι
    11. μακρὰ τείχη Ἀθηναῖοι
    12. μακρὰ τείχη Ἀθηναῖοι