Benjamin Grégoire
Applied Filters
- Benjamin Grégoire
- AuthorRemove filter
People
Colleagues
- Benjamin Grégoire (75)
- Gilles Barthe (58)
- Pierre Yves Strub (18)
- Santiago Zanella-Béguelin (14)
- Manuel Bernardo Barbosa (10)
- César Kunz (7)
- François Dupressoir (7)
- Vincent Laporte (7)
- Justin Hsu (6)
- Sylvain Heraud (6)
- José Bacelar Almeida (5)
- Laurent Théry (5)
- Pierre Alain Fouque (5)
- Benedikt Schmidt (4)
- Santiago Zanella Béguelin (4)
- Federico Olmedo (3)
- Jorge Luis Sacchini (3)
- Thomas Espitau (3)
- Xavier Leroy (3)
- Yassine Lakhnech (3)
Roles
Publication
Proceedings/Book Names
- CCS '21: Proceedings of the 2021 ACM SIGSAC Conference on Computer and Communications Security (3)
- Advances in Cryptology – CRYPTO 2023 (2)
- CCS '16: Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security (2)
- CCS '17: Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security (2)
- CCS '19: Proceedings of the 2019 ACM SIGSAC Conference on Computer and Communications Security (2)
- CPP'11: Proceedings of the First international conference on Certified Programs and Proofs (2)
- ITP'10: Proceedings of the First international conference on Interactive Theorem Proving (2)
- Advances in Cryptology – CRYPTO 2024 (1)
- CCS '13: Proceedings of the 2013 ACM SIGSAC conference on Computer & communications security (1)
- CCS '14: Proceedings of the 2014 ACM SIGSAC Conference on Computer and Communications Security (1)
- CCS '15: Proceedings of the 22nd ACM SIGSAC Conference on Computer and Communications Security (1)
- CCS '18: Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security (1)
- CCS '22: Proceedings of the 2022 ACM SIGSAC Conference on Computer and Communications Security (1)
- Computer Security – ESORICS 2019 (1)
- CPP 2023: Proceedings of the 12th ACM SIGPLAN International Conference on Certified Programs and Proofs (1)
- LICS '16: Proceedings of the 31st Annual ACM/IEEE Symposium on Logic in Computer Science (1)
- PLDI 2019: Proceedings of the 40th ACM SIGPLAN Conference on Programming Language Design and Implementation (1)
- POPL '09: Proceedings of the 36th annual ACM SIGPLAN-SIGACT symposium on Principles of programming languages (1)
- POPL '14: Proceedings of the 41st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages (1)
- POPL '17: Proceedings of the 44th ACM SIGPLAN Symposium on Principles of Programming Languages (1)
Publication Date
Export Citations
Publications
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- Article
Computer-aided security proofs for the working cryptographer
- Gilles Barthe
IMDEA Software Institute, Madrid, Spain
, - Benjamin Grégoire
INRIA Sophia Antipolis-Méditerranée, France
, - Sylvain Heraud
INRIA Sophia Antipolis-Méditerranée, France
, - Santiago Zanella Béguelin
IMDEA Software Institute, Madrid, Spain
CRYPTO'11: Proceedings of the 31st annual conference on Advances in cryptology•August 2011, pp 71-90We present EasyCrypt, an automated tool for elaborating security proofs of cryptographic systems from proof sketches-compact, formal representations of the essence of a proof as a sequence of games and hints. Proof sketches are checked automatically ...
- 48Citation
MetricsTotal Citations48
- Gilles Barthe
- Article
Beyond provable security verifiable IND-CCA security of OAEP
- Gilles Barthe
IMDEA Software
, - Benjamin Grégoire
INRIA Sophia Antipolis-Méditerranée
, - Yassine Lakhnech
Université Grenoble 1, CNRS, Verimag
, - Santiago Zanella Béguelin
IMDEA Software
CT-RSA'11: Proceedings of the 11th international conference on Topics in cryptology: CT-RSA 2011•February 2011, pp 180-196OAEP is a widely used public-key encryption scheme based on trapdoor permutations. Its security proof has been scrutinized and amended repeatedly. Fifteen years after the introduction of OAEP, we present a machine-checked proof of its security against ...
- 12Citation
MetricsTotal Citations12
- Gilles Barthe
- article
Certifying compilers using higher-order theorem provers as certificate checkers
- Jan Olaf Blech
VERIMAG Laboratory, Université de Grenoble, Grenoble, France
, - Benjamin Grégoire
INRIA, Sophia Antipolis, France
Formal Methods in System Design, Volume 38, Issue 1•February 2011, pp 33-61 • https://doi.org/10.1007/s10703-010-0108-7Correct software requires compilers to work correctly. Especially code generation can be an error prone task, since it potentially uses sophisticated algorithms to produce efficient code.
In this paper we present an approach to guarantee the correctness ...
- 3Citation
MetricsTotal Citations3
- Jan Olaf Blech
- Article
On strong normalization of the calculus of constructions with type-based termination
- Benjamin Grégoire
INRIA Sophia Antipolis, Méditerranée, France
, - Jorge Luis Sacchini
INRIA Sophia Antipolis, Méditerranée, France
LPAR'10: Proceedings of the 17th international conference on Logic for programming, artificial intelligence, and reasoning•October 2010, pp 333-347Termination of recursive functions is an important property in proof assistants based on dependent type theories; it implies consistency and decidability of type checking. Type-based termination is a mechanism for ensuring termination that uses types ...
- 4Citation
MetricsTotal Citations4
- Benjamin Grégoire
- Article
A Machine-Checked Formalization of Sigma-Protocols
CSF '10: Proceedings of the 2010 23rd IEEE Computer Security Foundations Symposium•July 2010, pp 246-260• https://doi.org/10.1109/CSF.2010.24Zero-knowledge proofs have a vast applicability in the domain of cryptography, stemming from the fact that they can be used to force potentially malicious parties to abide by the rules of a protocol, without forcing them to reveal their secrets. Σ-...
- 10Citation
MetricsTotal Citations10
- Article
Extending coq with imperative features and its application to SAT verification
- Michaël Armand
INRIA Sophia Antipolis - Méditerranée, France
, - Benjamin Grégoire
INRIA Sophia Antipolis - Méditerranée, France
, - Arnaud Spiwack
LIX, École Polytechnique, France
, - Laurent Théry
INRIA Sophia Antipolis - Méditerranée, France
ITP'10: Proceedings of the First international conference on Interactive Theorem Proving•July 2010, pp 83-98• https://doi.org/10.1007/978-3-642-14052-5_8Coq has within its logic a programming language that can be used to replace many deduction steps into a single computation, this is the so-called reflection. In this paper, we present two extensions of the evaluation mechanism that preserve its ...
- 17Citation
MetricsTotal Citations17
- Michaël Armand
- Article
Programming language techniques for cryptographic proofs
- Gilles Barthe
IMDEA Software, Madrid, Spain
, - Benjamin Grégoire
INRIA Sophia Antipolis - Méditerranée, France
, - Santiago Zanella Béguelin
IMDEA Software, Madrid, Spain
ITP'10: Proceedings of the First international conference on Interactive Theorem Proving•July 2010, pp 115-130• https://doi.org/10.1007/978-3-642-14052-5_10CertiCrypt is a general framework to certify the security of cryptographic primitives in the Coq proof assistant. CertiCrypt adopts the code-based paradigm, in which the statement of security, and the hypotheses under which it is proved, are expressed ...
- 4Citation
MetricsTotal Citations4
- Gilles Barthe
- Article
Implementing a Direct Method for Certificate Translation
- Gilles Barthe
IMDEA Software, Spain
, - Benjamin Grégoire
INRIA Sophia Antipolis - Méditerranée, France
, - Sylvain Heraud
INRIA Sophia Antipolis - Méditerranée, France
, - César Kunz
IMDEA Software, Spain
, - Anne Pacalet
INRIA Sophia Antipolis - Méditerranée, France
ICFEM '09: Proceedings of the 11th International Conference on Formal Engineering Methods: Formal Methods and Software Engineering•November 2009, pp 541-560• https://doi.org/10.1007/978-3-642-10373-5_28Certificate translation is a method that transforms certificates of source programs into certificates of their compilation. It provides strong guarantees on low-level code, and is useful for eliminating trust in the compiler (for high assurance code) ...
- 2Citation
MetricsTotal Citations2
- Gilles Barthe
- chapter
A Tutorial on Type-Based Termination
- Gilles Barthe
IMDEA Software, Madrid, Spain
, - Benjamin Grégoire
INRIA Sophia-Antipolis, France
, - Colin Riba
INRIA Sophia-Antipolis, France
Language Engineering and Rigorous Software Development•July 2009, pp 100-152• https://doi.org/10.1007/978-3-642-03153-3_3Type-based termination is a method to enforce termination of recursive definitions through a non-standard type system that introduces a notion of size for inhabitants of inductively defined types. The purpose of this tutorial is to provide a gentle ...
- 4Citation
MetricsTotal Citations4
- Gilles Barthe
- research-articleOpen AccessPublished By ACMPublished By ACM
Certificate translation for optimizing compilers
- Gilles Barthe
IMDEA Software
, - Benjamin Grégoire
INRIA Sophia Antipolis—Méditerranée
, - César Kunz
INRIA Sophia Antipolis—Méditerranée
, - Tamara Rezk
INRIA Sophia Antipolis—Méditerranée
ACM Transactions on Programming Languages and Systems, Volume 31, Issue 5•June 2009, Article No.: 18, pp 1-45 • https://doi.org/10.1145/1538917.1538919Proof Carrying Code provides trust in mobile code by requiring certificates that ensure the code adherence to specific conditions. The prominent approach to generate certificates for compiled code is Certifying Compilation, that automatically generates ...
- 14Citation
- 581
- Downloads
MetricsTotal Citations14Total Downloads581Last 12 Months86Last 6 weeks21
- Gilles Barthe
- chapter
A New Elimination Rule for the Calculus of Inductive Constructions
- Bruno Barras
INRIA Saclay --- Île-de, France
, - Pierre Corbineau
Université Joseph Fourier, INPG, CNRS,
, - Benjamin Grégoire
INRIA Sophia Antipolis --- Méditerranée,
, - Hugo Herbelin
INRIA Saclay --- Île-de, France
, - Jorge Luis Sacchini
INRIA Sophia Antipolis --- Méditerranée,
Types for Proofs and Programs•June 2009, pp 32-48• https://doi.org/10.1007/978-3-642-02444-3_3In Type Theory, definition by dependently-typed case analysis can be expressed by means of a set of equations -- the semantic approach -- or by an explicit pattern-matching construction -- the syntactic approach. We aim at putting together the best of ...
- 1Citation
MetricsTotal Citations1
- Bruno Barras
- Article
Formally Certifying the Security of Digital Signature Schemes
SP '09: Proceedings of the 2009 30th IEEE Symposium on Security and Privacy•May 2009, pp 237-250• https://doi.org/10.1109/SP.2009.17We present two machine-checked proofs of the existentialunforgeability under adaptive chosen-message attacks of the FullDomain Hash signature scheme. These proofs formalize the originalargument of Bellare and Rogaway, and an optimal reduction by ...
- 5Citation
MetricsTotal Citations5
- chapter
Formal Certification of ElGamal Encryption
- Gilles Barthe
IMDEA Software, Madrid, Spain
, - Benjamin Grégoire
Microsoft Research - INRIA Joint Centre, France and INRIA Sophia Antipolis - Méditerranée, France
, - Sylvain Heraud
INRIA Sophia Antipolis - Méditerranée, France
, - Santiago Zanella Béguelin
Microsoft Research - INRIA Joint Centre, France and INRIA Sophia Antipolis - Méditerranée, France
Formal Aspects in Security and Trust•April 2009, pp 1-19• https://doi.org/10.1007/978-3-642-01465-9_1CertiCrypt [1] is a framework that assists the construction of machine-checked cryptographic proofs that can be automatically verified by third parties. To date, CertiCrypt has been used to prove formally the exact security of widely studied ...
- 5Citation
MetricsTotal Citations5
- Gilles Barthe
- research-articlePublished By ACMPublished By ACM
Formal certification of code-based cryptographic proofs
- Gilles Barthe
Instituto Madrileño de Estudios Avanzados, Madrid, Spain
, - Benjamin Grégoire
Institut National de Recherche en Informatique et en Automatique, Sophia Antipolis, France
, - Santiago Zanella Béguelin
Institut National de Recherche en Informatique et en Automatique, Sophia Antipolis, France
POPL '09: Proceedings of the 36th annual ACM SIGPLAN-SIGACT symposium on Principles of programming languages•January 2009, pp 90-101• https://doi.org/10.1145/1480881.1480894As cryptographic proofs have become essentially unverifiable, cryptographers have argued in favor of developing techniques that help tame the complexity of their proofs. Game-based techniques provide a popular approach in which proofs are structured as ...
Also Published in:
ACM SIGPLAN Notices: Volume 44 Issue 1, January 2009- 235Citation
- 1,122
- Downloads
MetricsTotal Citations235Total Downloads1,122Last 12 Months103Last 6 weeks10
- Gilles Barthe
- chapter
The MOBIUS Proof Carrying Code Infrastructure
- Gilles Barthe
IMDEA Software, Madrid, Spain
, - Pierre Crégut
France Télécom, France
, - Benjamin Grégoire
INRIA Sophia-Antipolis Méditerranée, France
, - Thomas Jensen
INRIA Rennes Bretagne, France
, - David Pichardie
INRIA Rennes Bretagne, France
Formal Methods for Components and Objects•December 2008, pp 1-24• https://doi.org/10.1007/978-3-540-92188-2_1The goal of the <Emphasis FontCategory="SansSerif">MOBIUS</Emphasis> project is to develop a Proof Carrying Code architecture to secure global computers that consist of Java-enabled mobile devices. In this overview, we present the consumer side of the <...
- 12Citation
MetricsTotal Citations12
- Gilles Barthe
- Article
Proof certificates for algebra and their application to automatic geometry theorem proving
- Benjamin Grégoire
INRIA Sophia Antipolis
, - Loïc Pottier
INRIA Sophia Antipolis
, - Laurent Théry
INRIA Sophia Antipolis
ADG'08: Proceedings of the 7th international conference on Automated deduction in geometry•September 2008, pp 42-59Integrating decision procedures in proof assistants in a safe way is a major challenge. In this paper, we describe how, starting from Hilbert's Nullstellensatz theorem, we combine a modified version of Buchberger's algorithm and some reflexive ...
- 4Citation
MetricsTotal Citations4
- Benjamin Grégoire
- Article
Type-Based Termination with Sized Products
- Gilles Barthe
IMDEA Software, Madrid, Spain
, - Benjamin Grégoire
INRIA Sophia-Antipolis, France
, - Colin Riba
INRIA Sophia-Antipolis, France
CSL '08: Proceedings of the 22nd international workshop on Computer Science Logic•September 2008, pp 493-507• https://doi.org/10.1007/978-3-540-87531-4_35Type-based termination is a semantically intuitive method that ensures termination of recursive definitions by tracking the size of datatype elements, and by checking that recursive calls operate on smaller arguments. However, many systems using type-...
- 14Citation
MetricsTotal Citations14
- Gilles Barthe
- Article
Preservation of Proof Obligations from Java to the Java Virtual Machine
- Gilles Barthe
IMDEA Software, Madrid, Spain
, - Benjamin Grégoire
INRIA Sophia-Antipolis Méditerranée, France
, - Mariela Pavlova
Trusted Labs, France
IJCAR '08: Proceedings of the 4th international joint conference on Automated Reasoning•August 2008, pp 83-99• https://doi.org/10.1007/978-3-540-71070-7_7While program verification environments typically target source programs, there is an increasing need to provide strong guarantees for executable programs.
We establish that it is possible to reuse the proof that a source Java program meets its ...
- 5Citation
MetricsTotal Citations5
- Gilles Barthe
- Article
Combining a verification condition generator for a bytecode language with static analyses
- Benjamin Grégoire
INRIA Sophia Antipolis, Méditerranée, France
, - Jorge Luis Sacchini
INRIA Sophia Antipolis, Méditerranée, France and FCEIA, Univesidad Nacional de Rosario, Argentina
In Proof-Carrying Code, the verification condition generator (VCgen) generates a set of formulas whose validity implies that the code satisfies the consumer policy. Applying a VCgen to a bytecode language with exceptions (such as Java bytecode) can ...
- 2Citation
- 3
- Downloads
MetricsTotal Citations2Total Downloads3
- Benjamin Grégoire
- Article
CIC∧: type-based termination of recursive definitions in the calculus of inductive constructions
- Gilles Barthe
INRIA Sophia-Antipolis, France
, - Benjamin Grégoire
INRIA Sophia-Antipolis, France
, - Fernando Pastawski
INRIA Sophia-Antipolis, France
LPAR'06: Proceedings of the 13th international conference on Logic for Programming, Artificial Intelligence, and Reasoning•November 2006, pp 257-271• https://doi.org/10.1007/11916277_18Sized types provides a type-based mechanism to enforce termination of recursive definitions in typed λ-calculi. Previous work has provided strong indications that type-based termination provides an appropriate foundation for proof assistants based on ...
- 11Citation
MetricsTotal Citations11
- Gilles Barthe
Author Profile Pages
- Description: The Author Profile Page initially collects all the professional information known about authors from the publications record as known by the ACM bibliographic database, the Guide. Coverage of ACM publications is comprehensive from the 1950's. Coverage of other publishers generally starts in the mid 1980's. The Author Profile Page supplies a quick snapshot of an author's contribution to the field and some rudimentary measures of influence upon it. Over time, the contents of the Author Profile page may expand at the direction of the community.
Please see the following 2007 Turing Award winners' profiles as examples: - History: Disambiguation of author names is of course required for precise identification of all the works, and only those works, by a unique individual. Of equal importance to ACM, author name normalization is also one critical prerequisite to building accurate citation and download statistics. For the past several years, ACM has worked to normalize author names, expand reference capture, and gather detailed usage statistics, all intended to provide the community with a robust set of publication metrics. The Author Profile Pages reveal the first result of these efforts.
- Normalization: ACM uses normalization algorithms to weigh several types of evidence for merging and splitting names.
These include:- co-authors: if we have two names and cannot disambiguate them based on name alone, then we see if they have a co-author in common. If so, this weighs towards the two names being the same person.
- affiliations: names in common with same affiliation weighs toward the two names being the same person.
- publication title: names in common whose works are published in same journal weighs toward the two names being the same person.
- keywords: names in common whose works address the same subject matter as determined from title and keywords, weigh toward being the same person.
The more conservative the merging algorithms, the more bits of evidence are required before a merge is made, resulting in greater precision but lower recall of works for a given Author Profile. Many bibliographic records have only author initials. Many names lack affiliations. With very common family names, typical in Asia, more liberal algorithms result in mistaken merges.
Automatic normalization of author names is not exact. Hence it is clear that manual intervention based on human knowledge is required to perfect algorithmic results. ACM is meeting this challenge, continuing to work to improve the automated merges by tweaking the weighting of the evidence in light of experience.
- Bibliometrics: In 1926, Alfred Lotka formulated his power law (known as Lotka's Law) describing the frequency of publication by authors in a given field. According to this bibliometric law of scientific productivity, only a very small percentage (~6%) of authors in a field will produce more than 10 articles while the majority (perhaps 60%) will have but a single article published. With ACM's first cut at author name normalization in place, the distribution of our authors with 1, 2, 3..n publications does not match Lotka's Law precisely, but neither is the distribution curve far off. For a definition of ACM's first set of publication statistics, see Bibliometrics
- Future Direction:
The initial release of the Author Edit Screen is open to anyone in the community with an ACM account, but it is limited to personal information. An author's photograph, a Home Page URL, and an email may be added, deleted or edited. Changes are reviewed before they are made available on the live site.
ACM will expand this edit facility to accommodate more types of data and facilitate ease of community participation with appropriate safeguards. In particular, authors or members of the community will be able to indicate works in their profile that do not belong there and merge others that do belong but are currently missing.
A direct search interface for Author Profiles will be built.
An institutional view of works emerging from their faculty and researchers will be provided along with a relevant set of metrics.
It is possible, too, that the Author Profile page may evolve to allow interested authors to upload unpublished professional materials to an area available for search and free educational use, but distinct from the ACM Digital Library proper. It is hard to predict what shape such an area for user-generated content may take, but it carries interesting potential for input from the community.
Bibliometrics
The ACM DL is a comprehensive repository of publications from the entire field of computing.
It is ACM's intention to make the derivation of any publication statistics it generates clear to the user.
- Average citations per article = The total Citation Count divided by the total Publication Count.
- Citation Count = cumulative total number of times all authored works by this author were cited by other works within ACM's bibliographic database. Almost all reference lists in articles published by ACM have been captured. References lists from other publishers are less well-represented in the database. Unresolved references are not included in the Citation Count. The Citation Count is citations TO any type of work, but the references counted are only FROM journal and proceedings articles. Reference lists from books, dissertations, and technical reports have not generally been captured in the database. (Citation Counts for individual works are displayed with the individual record listed on the Author Page.)
- Publication Count = all works of any genre within the universe of ACM's bibliographic database of computing literature of which this person was an author. Works where the person has role as editor, advisor, chair, etc. are listed on the page but are not part of the Publication Count.
- Publication Years = the span from the earliest year of publication on a work by this author to the most recent year of publication of a work by this author captured within the ACM bibliographic database of computing literature (The ACM Guide to Computing Literature, also known as "the Guide".
- Available for download = the total number of works by this author whose full texts may be downloaded from an ACM full-text article server. Downloads from external full-text sources linked to from within the ACM bibliographic space are not counted as 'available for download'.
- Average downloads per article = The total number of cumulative downloads divided by the number of articles (including multimedia objects) available for download from ACM's servers.
- Downloads (cumulative) = The cumulative number of times all works by this author have been downloaded from an ACM full-text article server since the downloads were first counted in May 2003. The counts displayed are updated monthly and are therefore 0-31 days behind the current date. Robotic activity is scrubbed from the download statistics.
- Downloads (12 months) = The cumulative number of times all works by this author have been downloaded from an ACM full-text article server over the last 12-month period for which statistics are available. The counts displayed are usually 1-2 weeks behind the current date. (12-month download counts for individual works are displayed with the individual record.)
- Downloads (6 weeks) = The cumulative number of times all works by this author have been downloaded from an ACM full-text article server over the last 6-week period for which statistics are available. The counts displayed are usually 1-2 weeks behind the current date. (6-week download counts for individual works are displayed with the individual record.)
ACM Author-Izer Service
Summary Description
ACM Author-Izer is a unique service that enables ACM authors to generate and post links on both their homepage and institutional repository for visitors to download the definitive version of their articles from the ACM Digital Library at no charge.
Downloads from these sites are captured in official ACM statistics, improving the accuracy of usage and impact measurements. Consistently linking to definitive version of ACM articles should reduce user confusion over article versioning.
ACM Author-Izer also extends ACM’s reputation as an innovative “Green Path” publisher, making ACM one of the first publishers of scholarly works to offer this model to its authors.
To access ACM Author-Izer, authors need to establish a free ACM web account. Should authors change institutions or sites, they can utilize the new ACM service to disable old links and re-authorize new links for free downloads from a different site.
How ACM Author-Izer Works
Authors may post ACM Author-Izer links in their own bibliographies maintained on their website and their own institution’s repository. The links take visitors to your page directly to the definitive version of individual articles inside the ACM Digital Library to download these articles for free.
The Service can be applied to all the articles you have ever published with ACM.
Depending on your previous activities within the ACM DL, you may need to take up to three steps to use ACM Author-Izer.
For authors who do not have a free ACM Web Account:
- Go to the ACM DL http://dl.acm.org/ and click SIGN UP. Once your account is established, proceed to next step.
For authors who have an ACM web account, but have not edited their ACM Author Profile page:
- Sign in to your ACM web account and go to your Author Profile page. Click "Add personal information" and add photograph, homepage address, etc. Click ADD AUTHOR INFORMATION to submit change. Once you receive email notification that your changes were accepted, you may utilize ACM Author-izer.
For authors who have an account and have already edited their Profile Page:
- Sign in to your ACM web account, go to your Author Profile page in the Digital Library, look for the ACM Author-izer link below each ACM published article, and begin the authorization process. If you have published many ACM articles, you may find a batch Authorization process useful. It is labeled: "Export as: ACM Author-Izer Service"
ACM Author-Izer also provides code snippets for authors to display download and citation statistics for each “authorized” article on their personal pages. Downloads from these pages are captured in official ACM statistics, improving the accuracy of usage and impact measurements. Consistently linking to the definitive version of ACM articles should reduce user confusion over article versioning.
Note: You still retain the right to post your author-prepared preprint versions on your home pages and in your institutional repositories with DOI pointers to the definitive version permanently maintained in the ACM Digital Library. But any download of your preprint versions will not be counted in ACM usage statistics. If you use these AUTHOR-IZER links instead, usage by visitors to your page will be recorded in the ACM Digital Library and displayed on your page.
FAQ
- Q. What is ACM Author-Izer?
A. ACM Author-Izer is a unique, link-based, self-archiving service that enables ACM authors to generate and post links on either their home page or institutional repository for visitors to download the definitive version of their articles for free.
- Q. What articles are eligible for ACM Author-Izer?
- A. ACM Author-Izer can be applied to all the articles authors have ever published with ACM. It is also available to authors who will have articles published in ACM publications in the future.
- Q. Are there any restrictions on authors to use this service?
- A. No. An author does not need to subscribe to the ACM Digital Library nor even be a member of ACM.
- Q. What are the requirements to use this service?
- A. To access ACM Author-Izer, authors need to have a free ACM web account, must have an ACM Author Profile page in the Digital Library, and must take ownership of their Author Profile page.
- Q. What is an ACM Author Profile Page?
- A. The Author Profile Page initially collects all the professional information known about authors from the publications record as known by the ACM Digital Library. The Author Profile Page supplies a quick snapshot of an author's contribution to the field and some rudimentary measures of influence upon it. Over time, the contents of the Author Profile page may expand at the direction of the community. Please visit the ACM Author Profile documentation page for more background information on these pages.
- Q. How do I find my Author Profile page and take ownership?
- A. You will need to take the following steps:
- Create a free ACM Web Account
- Sign-In to the ACM Digital Library
- Find your Author Profile Page by searching the ACM Digital Library for your name
- Find the result you authored (where your author name is a clickable link)
- Click on your name to go to the Author Profile Page
- Click the "Add Personal Information" link on the Author Profile Page
- Wait for ACM review and approval; generally less than 24 hours
- Q. Why does my photo not appear?
- A. Make sure that the image you submit is in .jpg or .gif format and that the file name does not contain special characters
- Q. What if I cannot find the Add Personal Information function on my author page?
- A. The ACM account linked to your profile page is different than the one you are logged into. Please logout and login to the account associated with your Author Profile Page.
- Q. What happens if an author changes the location of his bibliography or moves to a new institution?
- A. Should authors change institutions or sites, they can utilize ACM Author-Izer to disable old links and re-authorize new links for free downloads from a new location.
- Q. What happens if an author provides a URL that redirects to the author’s personal bibliography page?
- A. The service will not provide a free download from the ACM Digital Library. Instead the person who uses that link will simply go to the Citation Page for that article in the ACM Digital Library where the article may be accessed under the usual subscription rules.
However, if the author provides the target page URL, any link that redirects to that target page will enable a free download from the Service.
- Q. What happens if the author’s bibliography lives on a page with several aliases?
- A. Only one alias will work, whichever one is registered as the page containing the author’s bibliography. ACM has no technical solution to this problem at this time.
- Q. Why should authors use ACM Author-Izer?
- A. ACM Author-Izer lets visitors to authors’ personal home pages download articles for no charge from the ACM Digital Library. It allows authors to dynamically display real-time download and citation statistics for each “authorized” article on their personal site.
- Q. Does ACM Author-Izer provide benefits for authors?
- A. Downloads of definitive articles via Author-Izer links on the authors’ personal web page are captured in official ACM statistics to more accurately reflect usage and impact measurements.
Authors who do not use ACM Author-Izer links will not have downloads from their local, personal bibliographies counted. They do, however, retain the existing right to post author-prepared preprint versions on their home pages or institutional repositories with DOI pointers to the definitive version permanently maintained in the ACM Digital Library.
- Q. How does ACM Author-Izer benefit the computing community?
- A. ACM Author-Izer expands the visibility and dissemination of the definitive version of ACM articles. It is based on ACM’s strong belief that the computing community should have the widest possible access to the definitive versions of scholarly literature. By linking authors’ personal bibliography with the ACM Digital Library, user confusion over article versioning should be reduced over time.
In making ACM Author-Izer a free service to both authors and visitors to their websites, ACM is emphasizing its continuing commitment to the interests of its authors and to the computing community in ways that are consistent with its existing subscription-based access model.
- Q. Why can’t I find my most recent publication in my ACM Author Profile Page?
- A. There is a time delay between publication and the process which associates that publication with an Author Profile Page. Right now, that process usually takes 4-8 weeks.
- Q. How does ACM Author-Izer expand ACM’s “Green Path” Access Policies?
- A. ACM Author-Izer extends the rights and permissions that authors retain even after copyright transfer to ACM, which has been among the “greenest” publishers. ACM enables its author community to retain a wide range of rights related to copyright and reuse of materials. They include:
- Posting rights that ensure free access to their work outside the ACM Digital Library and print publications
- Rights to reuse any portion of their work in new works that they may create
- Copyright to artistic images in ACM’s graphics-oriented publications that authors may want to exploit in commercial contexts
- All patent rights, which remain with the original owner