CINXE.COM

CheckCIF

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="https://journals.iucr.org/javascript/analytics.js"></script> <title>CheckCIF</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="//journals.iucr.org/style/infoweb.css" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/> <link rel="manifest" href="/site.webmanifest"/> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#4e54de"/> <meta name="msapplication-TileColor" content="#da532c"/> <meta name="theme-color" content="#ffffff"/> <style> body { margin-left: 10%; margin-top: 20px; } /* * this is the same as writing * body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;} * I'm adding px here for clarity sake but the unit is not really needed if you have 0 * look into em, pt and % for other unit types * the rules are always clockwise: top, right, bottom, left */ .column { float: left; } .left { width: 65%; } .right { width: 15%; } /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width : 600px) { .column { width: 100%; } } .windows8 { position: absolute; width: 78px; height: 78px; left:30%; top:70%; margin: auto; } .windows8 .wBall { position: absolute; width: 74px; height: 74px; opacity: 0; transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); animation: orbit 6.96s infinite; -o-animation: orbit 6.96s infinite; -ms-animation: orbit 6.96s infinite; -webkit-animation: orbit 6.96s infinite; -moz-animation: orbit 6.96s infinite; } .windows8 .wBall .wInnerBall { position: absolute; width: 10px; height: 10px; background: rgb(0, 0, 0); left: 0px; top: 0px; border-radius: 10px; } .windows8 #wBall_1 { animation-delay: 1.52s; -o-animation-delay: 1.52s; -ms-animation-delay: 1.52s; -webkit-animation-delay: 1.52s; -moz-animation-delay: 1.52s; } .windows8 #wBall_2 { animation-delay: 0.3s; -o-animation-delay: 0.3s; -ms-animation-delay: 0.3s; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; } .windows8 #wBall_3 { animation-delay: 0.61s; -o-animation-delay: 0.61s; -ms-animation-delay: 0.61s; -webkit-animation-delay: 0.61s; -moz-animation-delay: 0.61s; } .windows8 #wBall_4 { animation-delay: 0.91s; -o-animation-delay: 0.91s; -ms-animation-delay: 0.91s; -webkit-animation-delay: 0.91s; -moz-animation-delay: 0.91s; } .windows8 #wBall_5 { animation-delay: 1.22s; -o-animation-delay: 1.22s; -ms-animation-delay: 1.22s; -webkit-animation-delay: 1.22s; -moz-animation-delay: 1.22s; } @keyframes orbit { 0% { opacity: 1; z-index:99; transform: rotate(180deg); animation-timing-function: ease-out; } 7% { opacity: 1; transform: rotate(300deg); animation-timing-function: linear; origin:0%; } 30% { opacity: 1; transform:rotate(410deg); animation-timing-function: ease-in-out; origin:7%; } 39% { opacity: 1; transform: rotate(645deg); animation-timing-function: linear; origin:30%; } 70% { opacity: 1; transform: rotate(770deg); animation-timing-function: ease-out; origin:39%; } 75% { opacity: 1; transform: rotate(900deg); animation-timing-function: ease-out; origin:70%; } 76% { opacity: 0; transform:rotate(900deg); } 100% { opacity: 0; transform: rotate(900deg); } } @-o-keyframes orbit { 0% { opacity: 1; z-index:99; -o-transform: rotate(180deg); -o-animation-timing-function: ease-out; } 7% { opacity: 1; -o-transform: rotate(300deg); -o-animation-timing-function: linear; -o-origin:0%; } 30% { opacity: 1; -o-transform:rotate(410deg); -o-animation-timing-function: ease-in-out; -o-origin:7%; } 39% { opacity: 1; -o-transform: rotate(645deg); -o-animation-timing-function: linear; -o-origin:30%; } 70% { opacity: 1; -o-transform: rotate(770deg); -o-animation-timing-function: ease-out; -o-origin:39%; } 75% { opacity: 1; -o-transform: rotate(900deg); -o-animation-timing-function: ease-out; -o-origin:70%; } 76% { opacity: 0; -o-transform:rotate(900deg); } 100% { opacity: 0; -o-transform: rotate(900deg); } } @-ms-keyframes orbit { 0% { opacity: 1; z-index:99; -ms-transform: rotate(180deg); -ms-animation-timing-function: ease-out; } 7% { opacity: 1; -ms-transform: rotate(300deg); -ms-animation-timing-function: linear; -ms-origin:0%; } 30% { opacity: 1; -ms-transform:rotate(410deg); -ms-animation-timing-function: ease-in-out; -ms-origin:7%; } 39% { opacity: 1; -ms-transform: rotate(645deg); -ms-animation-timing-function: linear; -ms-origin:30%; } 70% { opacity: 1; -ms-transform: rotate(770deg); -ms-animation-timing-function: ease-out; -ms-origin:39%; } 75% { opacity: 1; -ms-transform: rotate(900deg); -ms-animation-timing-function: ease-out; -ms-origin:70%; } 76% { opacity: 0; -ms-transform:rotate(900deg); } 100% { opacity: 0; -ms-transform: rotate(900deg); } } @-webkit-keyframes orbit { 0% { opacity: 1; z-index:99; -webkit-transform: rotate(180deg); -webkit-animation-timing-function: ease-out; } 7% { opacity: 1; -webkit-transform: rotate(300deg); -webkit-animation-timing-function: linear; -webkit-origin:0%; } 30% { opacity: 1; -webkit-transform:rotate(410deg); -webkit-animation-timing-function: ease-in-out; -webkit-origin:7%; } 39% { opacity: 1; -webkit-transform: rotate(645deg); -webkit-animation-timing-function: linear; -webkit-origin:30%; } 70% { opacity: 1; -webkit-transform: rotate(770deg); -webkit-animation-timing-function: ease-out; -webkit-origin:39%; } 75% { opacity: 1; -webkit-transform: rotate(900deg); -webkit-animation-timing-function: ease-out; -webkit-origin:70%; } 76% { opacity: 0; -webkit-transform:rotate(900deg); } 100% { opacity: 0; -webkit-transform: rotate(900deg); } } @-moz-keyframes orbit { 0% { opacity: 1; z-index:99; -moz-transform: rotate(180deg); -moz-animation-timing-function: ease-out; } 7% { opacity: 1; -moz-transform: rotate(300deg); -moz-animation-timing-function: linear; -moz-origin:0%; } 30% { opacity: 1; -moz-transform:rotate(410deg); -moz-animation-timing-function: ease-in-out; -moz-origin:7%; } 39% { opacity: 1; -moz-transform: rotate(645deg); -moz-animation-timing-function: linear; -moz-origin:30%; } 70% { opacity: 1; -moz-transform: rotate(770deg); -moz-animation-timing-function: ease-out; -moz-origin:39%; } 75% { opacity: 1; -moz-transform: rotate(900deg); -moz-animation-timing-function: ease-out; -moz-origin:70%; } 76% { opacity: 0; -moz-transform:rotate(900deg); } 100% { opacity: 0; -moz-transform: rotate(900deg); } }</style> <script type="text/javascript"> function emailyes() { var elmsup = document.getElementById('EMAILbox'); elmsup.style.display = "block"; } function emailno() { var elmsup = document.getElementById('EMAILbox'); elmsup.style.display = "none"; } $(window).on('load', function () { $("#xspinner").hide(); //alert("HIDE") }); $(document).ready(function () { $("form").submit(function () { //alert("Submitted"); $("#xspinner").show(); }); });</script> </head> <body> <div id="xspinner" class="windows8"> <div class="wBall" id="wBall_1"> <div class="wInnerBall"></div> </div> <div class="wBall" id="wBall_2"> <div class="wInnerBall"></div> </div> <div class="wBall" id="wBall_3"> <div class="wInnerBall"></div> </div> <div class="wBall" id="wBall_4"> <div class="wInnerBall"></div> </div> <div class="wBall" id="wBall_5"> <div class="wInnerBall"></div> </div> </div> <div class="row"> <div class="left column"> <h1 style="font-size: 18px;display:none;">checkCIF</h1> <!-- <table style="border-radius: 5px; margin-bottom: 5px; border: 1px solid rgb(221, 221, 221);" align="center" bgcolor="#ffece6" cellpadding="8" width="60%"><tbody><tr><td align="center"><b>NOTICE</b><br />IUCr network services will be down for a short maintenance period on Tuesday 27th June 2023</td></tr></tbody></table> --> <p> <img src="./checkCIF_v2.5.jpg" style="width:35%;max-width:160px;min-width:64px;" /> </p> <p> <a target="_blank" href="http://www.iucr.org" style="font-size: 9pt;">A service of the<br /> <b>International Union of Crystallography</b></a> </p> <p> <b>checkCIF</b> reports on the consistency and integrity of crystal structure determinations reported in <a target="_blank" href="http://www.iucr.org/iucr-top/cif/index.html">CIF</a> format. </p> <p><font color="red">Please upload your CIF using the form below.</font> <a target="_blank" href="help.html"><img src="//checkcif.iucr.org/logos/info.gif" alt="[Help]" /></a> </p> <form method="post" enctype="multipart/form-data" action="//checkcif.iucr.org/cgi-bin/checkcif_hkl.pl"> <span style="font-size: 9pt;">File name:</span><br /> <input name="filecif" type="file" /> <input type="hidden" name="from_index" value="from_index" /> <input type="hidden" name="runtype" value="symmonly" /> <input type="hidden" name="referer" value="checkcif_server" /> <br /><br style="line-height:30%;" /> <br />Select form of checkCIF report<br /> <input type="radio" name="outputtype" value="HTML" onclick="emailno()" checked="checked" />HTML<br /> <input type="radio" name="outputtype" value="PDF" onclick="emailno()" />PDF <br /> <input type="radio" name="outputtype" value="PDFEMAIL" onclick="emailyes()" />PDF email (recommended for CIFs that might take a long time to check) <div id="EMAILbox" style="display: none;"> <br /> <b>Please enter your email address here if you would like the report to be sent to you by email</b> <br /> <input type="text" name="Qemailaddress" size="25" maxlength="255" /> </div> <br /> <br />Select validation type<br /> <input type="radio" name="validtype" value="checkcif_with_hkl" checked="checked" />Full validation of CIF and structure factors <br /> <input type="radio" name="validtype" value="iucr_checkcif_with_hkl" />Full IUCr publication validation of CIF and structure factors <br /> <input type="radio" name="validtype" value="checkcif_only" />Validation of CIF only (no structure factors)<br /> <br />Output Validation Response Form<br /> <input type="radio" name="valout" value="vrfa" checked="" />Level A alerts only<br /> <input type="radio" name="valout" value="vrfab" checked="" />Level A and B alerts<br /> <input type="radio" name="valout" value="vrfabc" checked="" />Level A, B and C alerts<br /> <input type="radio" name="valout" value="vrfno" checked="checked" />None<br /> <br /> <input name="UPLOAD" value="Send CIF for checking" type="submit" /><br /> </form> <hr /> <div class="collapsable"> <p>This version of checkCIF includes checks on: <br /><br />&#160; &#8226; CIF syntax and construction <br />&#160; &#8226; Cell and geometry details <br />&#160; &#8226; Space-group symmetry <br />&#160; &#8226; Anisotropic displacement parameters <br />&#160; &#8226; Structure factors <br /> </p> </div> <p> <b><br /> Useful links</b><br /> <a href="http://journals.iucr.org/services/cif/checking/checkfull.html" target="_blank"><b>Prepublication check for submissions to IUCr journals</b></a><br /> <a href="http://journals.iucr.org/services/cif/datavalidation.html" target="_blank">Details of checkCIF/PLATON tests</a><br /> <a href="http://www.iucr.org/resources/cif/dictionaries" target="_blank">CIF dictionary</a><br /> <a href="http://journals.iucr.org/services/cif/publcif/"> Download CIF editor (publCIF) from the IUCr </a><br /> <a href="http://www.ccdc.cam.ac.uk/free_services/encifer/"> Download CIF editor (enCIFer) from the CCDC </a><br /> <br /> </p> </div> <div class="right column"> <p> <span style="font-size: 9pt;"><b>checkCIF</b> is <br />sponsored by</span><br /><br /><br /> <a target="_blank" href="//journals.iucr.org/"> <img src="//journals.iucr.org/logos/iucr_journals_logo_banner_small.png " alt="[IUCr Journals]" style="border: 1px solid #efefef;" /></a> <br /><br /> <a target="_blank" href="http://www.ccdc.cam.ac.uk/free_services/encifer/"> <img src="//checkcif.iucr.org/logos/ccdc.gif" alt="[Cambridge Crystallographic Data Centre]" height="59" width="150" /></a> <br /><br /> <a target="_blank" href="http://pubs.acs.org/"> <img src="//checkcif.iucr.org/logos/logo_acs60d.gif" alt="[American Chemical Society]" height="60" width="60" /></a> <br /><br /> <a target="_blank" href="http://www.elsevier.com/"> <img src="//checkcif.iucr.org/logos/Elsevierlogo85.gif" alt="[Elsevier]" height="85" width="77" /></a> <br /><br /> <a target="_blank" href="http://www.wiley.com/"> <img src="//checkcif.iucr.org/logos/wiley_logo.gif" alt="[Wiley]" height="58" width="144" /></a> <br /><br /> <a target="_blank" href="http://iucrdata.iucr.org/"> <img src="//journals.iucr.org/logos/jicons/x_96x112.png" alt="[IUCrData]" height="70" width="60" /></a> <br /><br /> <a target="_blank" href="http://www.rsc.org/publishing"> <img src="//checkcif.iucr.org/logos/rsc_logo.png" alt="[Royal Society of Chemistry]" /></a> <br /><br /> <a target="_blank" href="http://www.chemistry.or.jp/index-e.html"> <img src="//checkcif.iucr.org/logos/csj.gif" alt="[Chemical Society of Japan]" height="96" width="96" /></a> <br /><br /> <a target="_blank" href="http://www.mdpi.com/journal/crystals"> <img src="//checkcif.iucr.org/logos/crystals.png" alt="[Crystals]" height="55" width="165" /></a> <br /><br /> </p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10