Failed to execute the [velocity] macro. Cause: [Encountered "=" at 2788:xwiki:Main.Informations générales.Abonnement et tarifs.Subscriptions and prices.WebHome[line 8, column 11]
Was expecting one of:
<RPAREN> ...
"-" ...
"+" ...
"*" ...
"/" ...
"%" ...
<LOGICAL_AND> ...
<LOGICAL_OR> ...
<LOGICAL_LT> ...
<LOGICAL_LE> ...
<LOGICAL_GT> ...
<LOGICAL_GE> ...
<LOGICAL_EQUALS> ...
<LOGICAL_NOT_EQUALS> ...
]. Click on this message for details.org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Velocity Macro for content [#################
### VARIABLE ###
#################
#set ($absence = true)
#################
### MESSAGES ###
#################
#if($lang = "fr")
#set ($message = "ATTENTION : la création de nouveau compte ne sera pas possible entre le 27 octobre et le 4 novembre 2018 inclus. Les demandes effectuées durant cette période ne pourront être traitées qu'à partir du 5 novembre 2018.")
#end
#if($lang = "en")
#set ($message = "WARNING: the creation of a new account will not be possible between October 27 and November 4, 2018 inclusive. Requests made during this period can only be processed from November 5, 2018.")
#end
####################################
##### BANDEAU D'AVERTISSEMENT ######
####################################
#if($absence)
(% class="alert alert-danger alert-dismissible" role="alert" %)(((
{{html wiki="true"}}<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong>$message</strong>
{{/html}}
)))
#end]
at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:139)
at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:52)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:286)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:182)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:58)
at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:297)
at org.xwiki.rendering.internal.transformation.DefaultRenderingContext.transformInContext(DefaultRenderingContext.java:183)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:101)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:263)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:133)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:58)
at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:96)
at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:39)
at org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:123)
at org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:52)
at org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:68)
at org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:42)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1203)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1244)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1221)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1252)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:736)
at sun.reflect.GeneratedMethodAccessor462.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.xwiki.velocity.introspection.TryCatchDirective.render(TryCatchDirective.java:87)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:259)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222)
at com.xpn.xwiki.render.DefaultVelocityManager.evaluate(DefaultVelocityManager.java:358)
at com.xpn.xwiki.internal.template.InternalTemplateManager.evaluateContent(InternalTemplateManager.java:884)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:755)
at com.xpn.xwiki.internal.template.InternalTemplateManager.lambda$renderFromSkin$0(InternalTemplateManager.java:730)
at com.xpn.xwiki.internal.security.authorization.DefaultAuthorExecutor.call(DefaultAuthorExecutor.java:98)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:729)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:708)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:694)
at com.xpn.xwiki.internal.template.DefaultTemplateManager.render(DefaultTemplateManager.java:78)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:2419)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:2397)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:992)
at sun.reflect.GeneratedMethodAccessor224.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:259)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222)
at com.xpn.xwiki.render.DefaultVelocityManager.evaluate(DefaultVelocityManager.java:358)
at com.xpn.xwiki.internal.template.InternalTemplateManager.evaluateContent(InternalTemplateManager.java:884)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:755)
at com.xpn.xwiki.internal.template.InternalTemplateManager.lambda$renderFromSkin$0(InternalTemplateManager.java:730)
at com.xpn.xwiki.internal.security.authorization.DefaultAuthorExecutor.call(DefaultAuthorExecutor.java:98)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:729)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:708)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:694)
at com.xpn.xwiki.internal.template.DefaultTemplateManager.render(DefaultTemplateManager.java:78)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:2419)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:2397)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:992)
at sun.reflect.GeneratedMethodAccessor224.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:259)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222)
at com.xpn.xwiki.render.DefaultVelocityManager.evaluate(DefaultVelocityManager.java:358)
at com.xpn.xwiki.internal.template.InternalTemplateManager.evaluateContent(InternalTemplateManager.java:884)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:755)
at com.xpn.xwiki.internal.template.InternalTemplateManager.lambda$renderFromSkin$0(InternalTemplateManager.java:730)
at com.xpn.xwiki.internal.security.authorization.DefaultAuthorExecutor.call(DefaultAuthorExecutor.java:98)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:729)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:708)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:694)
at com.xpn.xwiki.internal.template.DefaultTemplateManager.render(DefaultTemplateManager.java:78)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:2419)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:179)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:491)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:212)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.xwiki.wysiwyg.filter.ConversionFilter.doFilter(ConversionFilter.java:109)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:134)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:609)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:810)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1623)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [xwiki:Main.Informations générales.Abonnement et tarifs.Subscriptions and prices.WebHome]
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:227)
at com.xpn.xwiki.render.DefaultVelocityManager.evaluate(DefaultVelocityManager.java:358)
at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:131)
... 157 more
Caused by: org.apache.velocity.runtime.parser.TemplateParseException: Encountered "=" at 2788:xwiki:Main.Informations générales.Abonnement et tarifs.Subscriptions and prices.WebHome[line 8, column 11]
Was expecting one of:
<RPAREN> ...
"-" ...
"+" ...
"*" ...
"/" ...
"%" ...
<LOGICAL_AND> ...
<LOGICAL_OR> ...
<LOGICAL_LT> ...
<LOGICAL_LE> ...
<LOGICAL_GT> ...
<LOGICAL_GE> ...
<LOGICAL_EQUALS> ...
<LOGICAL_NOT_EQUALS> ...
at org.apache.velocity.runtime.parser.Parser.parse(Parser.java:131)
at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1226)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:242)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222)
... 159 more
WARNING: the creation of a new account will not be possible between October 27 and November 4, 2018 inclusive. Requests made during this period can only be processed from November 5, 2018.
The consultation of the Frantext database is reserved for teaching and research purposes. This is possible on the basis of paid subscription and a partnership with the National Union of Publishers. The amount of the subscription is used to cover the maintenance costs of the database and its enrichment. The subscription is reserved for research centers, libraries, researchers, teacher-researchers and students, as well as scientific collaborators.
Institutional subscription
Researchers, teacher-researchers and students can first check if they do not already have access through the internet portal of their university, or from their university library.
Audience: teaching establishments, Universities, University Libraries, Laboratories or Research Centers, Information Centers, Libraries, Mediatheques, Editors, etc.
Duration of the subscription: 1 year. The subscription must be renewed each year. The subscription is open either for the calendar year, from January 1st to December 31st, or for the academic year, from October 1st to September 30th.
Annual price: 370 € excluding taxes. It allows the connection of 50 machines simultaneously by IPv4, EZproxy or CIDR address recognition. The cost is fixed. To benefit from more simultaneous connections, contract several subscriptions.
Subscription procedure
You can subscribe by purchase order, online payment, bank check, bank transfer or via a subscription organization:
By Order Form: You send us a clearly legible subscription form, by email or postal service, with the list of IPv4, EZproxy or CIDR addresses to access the resource. If you choose to send us your own order form, you must specify: the name and email address of the contact who will receive all subscription information, the subscription period chosen and the list of IPv4, EZproxy or CIDR addresses to access the resource.
By Credit Card: You pay directly your subscription with a credit card thanks to a secure access:
By Bank Check: You send us a clearly legible subscription form, by email or postal service. You attach your payment by check.
- Order : Agent Comptable Secondaire du CNRS
By Bank Transfer: You send us a clearly legible subscription form, by email or postal service. You attach a copy of the transfer order.
Bank code | 10071 | Branch identifier | TPNANCY TRES GALE |
---|
Branch code | 54000 | IBAN code | R76 1007 1540 0000 0010 0257 850 |
---|
Account Number | 00001002578 | BIC code | BDFEFRPPXXX |
---|
Key | 50 | Account holder | Agent Comptable secondaire du CNRS - DCE |
---|
By a Subscription Organization: The organization sends us, by email or post, the name and email address of the contact who will receive all subscription information, the subscription period chosen and the list of IPv4, EZproxy or CIDR addresses to access the resource. The organization can make a payment online, by bank check or direct bank transfer. For any transaction by purchase order, it is sufficient for us to send us the subscription form specifying the billing address. The Center-East regional delegation of the CNRS will send him the invoice.
Payment terms
After receiving your purchase order or subscription form, access to the online resource is activated, and the CNRS accounting department sends you the invoice you will then have to pay.
Individual subscriptions
Researchers, teacher-researchers and students can first check if they do not already have access through the internet portal of their university, or from their university library.
Audience: Researchers, teacher-researchers, doctoral students.
Duration of the subscription: 1 year. The subscription must be renewed each year. The subscription must be renewed each year. The subscription is open either for the calendar year, from January 1st to December 31st, or for the academic year, from October 1st to September 30th. Specify the desired period when ordering.
Annual price: 35 € excluding taxes. It is up to the subscriber and not the institution of attachment (university, ...) to ensure payment. After receiving the order or payment, the login information will be delivered to you by email. The cost is fixed.
Subscription procedure
You can subscribe by online payment, check or bank transfer:
- By Credit Card: You pay directly your subscription with a credit card thanks to a secure access:
- By Bank Check: You send us a clearly legible subscription form, by email or postal service. You attach your payment by bank check.
- Order : Agent Comptable Secondaire du CNRS
By Bank Transfer: You send us a clearly legible subscription form, by email or postal service. You attach a copy of the transfer order.
Bank code | 10071 | Branch identifier | TPNANCY TRES GALE |
---|
Branch code | 54000 | IBAN code | R76 1007 1540 0000 0010 0257 850 |
---|
Account Number | 00001002578 | BIC code | BDFEFRPPXXX |
---|
Key | 50 | Account holder | Agent Comptable secondaire du CNRS - DCE |
---|
Payment terms
After receiving your online payment, check or bank transfer, access to the online resource is activated, and the CNRS accounting department sends you an invoice you will then have to pay.
Renewal
WARNING: The subscription is valid for one year. There is no tacit renewal of the subscription.
Each subscriber must renew his subscription before December 31th (calendar year) or September 30th (academic year). A complete update of IP addresses and subscriber access codes is done on our servers on November 1st and February 1st. If no payment has been received after either of these dates, it will no longer be possible to maintain the supply of the service.
Cancellation
The subscription can be canceled at any time of the year. The price is fixed, there will be no refund.
Invoicing
After receiving your online payment, purchase order or bank transfer, access to the online resource is activated, and the accounting department of CNRS Center-East regional delegation issues an invoice you will then have to pay.
The pricing conditions are fixed by decision of the CNRS General Management, our services do not make any discount, quote or proforma invoice. Send us an order form directly.
Exclusivity
The brand FRANTEXT© is registered at the INPI (National Institute of Industrial Property), it is the exclusive property of the CNRS (National Center for Scientific Research). Only the ATILF Joint Research Unit is authorized by the CNRS to allow the French and international scientific community access to Frantext. An exclusivity certificate can be provided on request to frantext@atilf.fr.
Statistics
We do not have statistics related to the use of Frantext.
Given the different modes of connection to the tool (recognition of a user's IP number, administration by proxy or different types of classes), institutions wishing to obtain usage statistics must set up their own means of identification.
IT and freedom
In compliance with the French "Data Protection and Individual Liberties Act", you have the right to access, modify, and reject all personal data concerning you. You can exercise this right by sending an email to frantext@atilf.fr.
For any information concerning the management of your subscription or to subscribe, you can contact us by e-mail at frantext@atilf.fr, or by postal mail at:
ATILF - CNRS
FRANTEXT subscription
44, avenue de la Libération
B.P. 30687
F 54063 NANCY CEDEX
FRANCE