woshixuhao commited on
Commit
0f3b466
·
1 Parent(s): 65876cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -276,10 +276,12 @@ if __name__=='__main__':
276
  input: smiles of one compound, such as CC(OCC)=O, and the ratio of five solvents, example: 20 1 0 0 0 for PE:EA=20:1\n
277
  output: the predicted Rf value.\n\n
278
  ## Citation\n
279
- Please cite our work if it does help you:\n
280
- H. Xu, J. Lin, Q. Liu, Y. Chen, J. Zhang, Y. Yang, M.C. Young, Y. Xu, D. Zhang, F. Mo
 
281
  High-throughput discovery of chemical structure-polarity relationships combining automation and machine-learning techniques
282
- Chem (2022), 3202–3214, 10.1016/j.chempr.2022.08.008
 
283
  """
284
 
285
 
 
276
  input: smiles of one compound, such as CC(OCC)=O, and the ratio of five solvents, example: 20 1 0 0 0 for PE:EA=20:1\n
277
  output: the predicted Rf value.\n\n
278
  ## Citation\n
279
+ We would like appreciate if you use our software and give us credit in acknowledgement section of your paper:
280
+ We used Rf prediction software in our synthesis work.[Citation1, Citation2]\n
281
+ Citation1: H. Xu, J. Lin, Q. Liu, Y. Chen, J. Zhang, Y. Yang, M.C. Young, Y. Xu, D. Zhang, F. Mo
282
  High-throughput discovery of chemical structure-polarity relationships combining automation and machine-learning techniques
283
+ Chem (2022), 3202–3214, 10.1016/j.chempr.2022.08.008\n
284
+ Citation2: https://huggingface.co/spaces/woshixuhao/Rf_compare
285
  """
286
 
287