John Criswell via llvm-dev
2017-Oct-28 09:22 UTC
[llvm-dev] Updating LLVM Publications Page
On 10/26/17 11:42 PM, Chris Lattner wrote:> >> On Oct 26, 2017, at 8:34 AM, John Criswell via llvm-dev >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Dear All, >> >> To update the publications page, do I still modify pubs.js within the >> Subversion repository? I've added three new papers using LLVM to the >> publications page in Subversion, but the web page hasn't >> automatically updated yet. >> >> Any help would be appreciated as I'd like to get more LLVM-related >> publications listed on the page. > > AFAIK, updating pubs.js is the right way to do it. The web page > doesn’t update immediately anymore, but I see some new papers on it, > so maybe your changes eventually propagated? > http://llvm.org/pubs/I see. I assumed that immediate update still happened. I see my changes propagated now.> > Incidentally, despite what that page says, 2009 was not the peak of > llvm-related-and-using publications. It would be great for someone to > do a survey of papers out there and get more papers listed on the > page. It would be a great starter project for someone who was > interested in contributing to llvm but is just getting started in > compilers...Agreed. I have a student that might be interested. I'll check and see. Regards, John Criswell> > -Chris >-- John Criswell Assistant Professor Department of Computer Science, University of Rochester http://www.cs.rochester.edu/u/criswell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171028/10e67be4/attachment.html>
>> Incidentally, despite what that page says, 2009 was not the peak of >> llvm-related-and-using publications. It would be great for someone to >> do a survey of papers out there and get more papers listed on the >> page. It would be a great starter project for someone who was >> interested in contributing to llvm but is just getting started in >> compilers... > > Agreed. I have a student that might be interested. I'll check and see.Yes, let's put more thought/work into this. We need to accept that only a tiny fraction of LLVM papers are going to get added by the paper's authors. Searching for LLVM in Google Scholar seems to work well, and I have a standing alert there to tell me about new LLVM papers. John
Chris Lattner via llvm-dev
2017-Oct-29 15:30 UTC
[llvm-dev] Updating LLVM Publications Page
> On Oct 28, 2017, at 4:45 PM, John Regehr via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >>> Incidentally, despite what that page says, 2009 was not the peak of llvm-related-and-using publications. It would be great for someone to do a survey of papers out there and get more papers listed on the page. It would be a great starter project for someone who was interested in contributing to llvm but is just getting started in compilers... >> Agreed. I have a student that might be interested. I'll check and see. > > Yes, let's put more thought/work into this. We need to accept that only a tiny fraction of LLVM papers are going to get added by the paper's authors. Searching for LLVM in Google Scholar seems to work well, and I have a standing alert there to tell me about new LLVM papers.We added the pubs page (and I force added news papers to it for a long time) because there wasn’t a good external thing to point to. Would it make sense to “outsource” this to Google Scholar or some other service? -Chris