Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section for announcements and RSS feeds #2744

Merged
merged 45 commits into from
May 10, 2024
Merged

Commits on Oct 23, 2023

  1. adds default RSS template

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a2b922c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf78852 View commit details
    Browse the repository at this point in the history
  3. sorts by date before limiting

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5a0a4e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    181a644 View commit details
    Browse the repository at this point in the history
  5. deletes old code

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6cac3de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b5f5f2 View commit details
    Browse the repository at this point in the history
  7. makes pydocstyle happy

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    71da472 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5380adc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3eee8bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49157a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad39aa1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9b0c24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5766cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f8a727 View commit details
    Browse the repository at this point in the history
  15. adds news section

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6e222fa View commit details
    Browse the repository at this point in the history
  16. avoids doubling of words

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a4c1930 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cc8b289 View commit details
    Browse the repository at this point in the history
  18. adds link to mailing list

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fefaa53 View commit details
    Browse the repository at this point in the history
  19. fixes language code

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c4099b5 View commit details
    Browse the repository at this point in the history
  20. adds missing newline

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ffdcb9c View commit details
    Browse the repository at this point in the history
  21. adds rss template to excludes

    CSchoel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5d60140 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f6e692 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    80e371d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d57f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f2cf74 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    8aa3441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115815a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    657a447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d08b547 View commit details
    Browse the repository at this point in the history
  3. removes whitespace

    CSchoel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    466089c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da4e93c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    f4bd784 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    db9ea87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d14b94e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9ed04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b083620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec631a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5ea452 View commit details
    Browse the repository at this point in the history
  7. Propagate volume "editor" field to contained papers (acl-org#2798)

    * Propagate volume "editor" field to contained papers
    
    * Add editor to metadata list on paper pages
    
    * Remove AnthologyIndex.verify()
    
    Removing `AnthologyIndex.verify()` because it doesn't actually do what it
    advertises. The comment suggests that it throws an error when a name is used
    both without and with more than one explicit ID; what it actually checks is if
    the paper is used more than once with an explicit ID, even if that ID is always
    the same. The ambiguity check should already be performed in
    `AnthologyIndex.register()`, so I don't see a reason to keep this function
    around at all, because all it does right now is raise false positives.
    
    * Add CSL file to this repo and adjust it to current ACL bst style
    mbollmann committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8ad4b4b View commit details
    Browse the repository at this point in the history
  8. INLG Cleanup (acl-org#2840)

    anthology-assist authored and mbollmann committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b46af35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6254a6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    4e53691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e11cc6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    90bc167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec0e059 View commit details
    Browse the repository at this point in the history