-
Notifications
You must be signed in to change notification settings - Fork 365
Landing page refresh #4037
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
Open
mjpost
wants to merge
28
commits into
master
Choose a base branch
from
landing_page
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Landing page refresh #4037
Changes from 22 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
38cfd9a
tabbed layout
mjpost 74dffee
Merge branch 'master' into landing_page
mjpost d141a86
removed pointless <style> tag
mjpost 0f0c8f0
Merge branch 'master' into landing_page
mjpost af365a5
Merge branch 'master' into landing_page
mjpost 6ad5cb4
Merge branch 'master' into landing_page
mjpost 9fb3499
Restore master index.html
mjpost 9aba140
Shuffling around
mjpost e5407e3
Merge remote-tracking branch 'origin/master' into landing_page
mjpost 2cab506
black
mjpost fbc1c39
paren
mjpost a977299
Remove printf
mjpost e998569
Merge branch 'master' into landing_page
mjpost 6c6e94a
Merge branch 'master' into landing_page
mjpost 2f99953
Format number
mjpost 6695db0
Remove papers RSS feed
mjpost bc27e6a
Consolidate links
mjpost 28c2515
Update text
mjpost 7ded8b6
Merge remote-tracking branch 'origin/master' into landing_page
mjpost 43b4936
Add citation format file
mjpost 1cffb2d
Remove bibtex links from main page
mjpost d36a4d7
Update preview alert
mjpost 0856aae
typo
mjpost 59f7685
Merge remote-tracking branch 'origin/master' into landing_page
mjpost 530cd77
Merge remote-tracking branch 'origin/master' into landing_page
mjpost 720b583
Restore bibfile links
mjpost cf9b755
Merge branch 'master' into landing_page
mjpost 1f70fac
Update citations FAQ
mjpost File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| Title: Frequently Asked Questions | ||
| linktitle: FAQ | ||
| subtitle: Other information about the ACL Anthology | ||
| subtitle: Important information about the ACL Anthology | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| Title: Where can I get Anthology citation files? | ||
| weight: 1 | ||
| --- | ||
|
|
||
| The Anthology provides a number of citation formats. | ||
| Our main supported format is BibTeX, and we also provide MODS XML and Endnote formats. | ||
| All of these formats can be downloaded from individual paper pages by clicking on the "Cite" button in each paper's upper-righthand corner. | ||
| We also provide convenient buttons for copying individual citation formats to the clipboard. | ||
| In addition, we provided formatted citation strings, both in official ACL format and an "informal" format; these can be useful, for example, for use in a WSIWYG editor. | ||
|
|
||
| Users of the Anthology may also be interested in our bulk BibTeX citation files: | ||
| * [anthology+abstracts.bib.gz](https://aclanthology.org/anthology.bib) contains citations for all papers that exist in the Anthology, including abstracts. | ||
| * [anthology.bib.gz](https://aclanthology.org/anthology.bib.gz) contains all citations but remove abstracts, to save on space. | ||
| * [anthology.bib](https://aclanthology.org/anthology.bib) contains all citations without abstracts, and is suitable for direct import into Overleaf repositories. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the rationale behind removing these entirely from the front page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just aesthetics, really. I could restore it if you like, but I would probably change them up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think people ever download those by clicking on the links? What if we replaced the button link target to one that points to the "citation files" section of the FAQ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would assume so, but the server logs should know best ;)
Maybe a small italics note “Looking for bib files? See this FAQ” or something could also work, if you don’t want the buttons.