REVIEW 3 major objections 4 minor 56 references
CloudBreaker: Breaking the Cloud Covers of Sentinel-2 Images using Multi-Stage Trained Conditional Flow Matching on Sentinel-1
T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read CloudBreaker generates full multispectral Sentinel-2 output from Sentinel-1 radar data, including RGB, NDVI, and NDWI.
desk verdict Plausible approach to a real problem, but the FID 0.7432 is not credible as reported and the evaluation needs a major rework before the claims can be trusted. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is conditional latent flow matching: a generative model that learns a time-dependent vector field transporting a noise distribution toward the distribution of Sentinel-2 data in a compressed latent space, while the Sentinel-1 VV/VH channels are supplied as conditioning input throughout the trajectory. Cosine scheduling determines how the latent interpolation proceeds over time, and multi-stage training breaks the mapping into successive stages so the model can first capture coarse structure and then refine detail. The output is a single pass that produces RGB imagery plus NDVI and NDWI rather than separate models per product.
What would settle it
Take cloud-free Sentinel-2 scenes from regions and seasons not seen in training, run the trained CloudBreaker on their paired Sentinel-1 radar acquisitions, and compare the generated RGB, NDVI, and NDWI with the actual optical measurements; large systematic bias or near-zero spatial correlation on water and vegetation boundaries would falsify the claim that radar conditioning determines the optical signal.
Extended reading notes
Core claim
The paper's central claim is that CloudBreaker establishes a working conditional mapping from Sentinel-1 VV/VH radar backscatter to Sentinel-2 multispectral signals, producing synthetic RGB imagery and vegetation and water indices in the same pass. This mapping is learned by a multi-stage conditional latent flow-matching model in which cosine scheduling controls the interpolation between latent representations; the authors state they are the first to integrate cosine scheduling with flow matching. The reported performance, with FID 0.7432 and SSIM 0.6156 for NDWI and 0.6874 for NDVI, is offered as evidence that the synthetic optical products are faithful enough for remote-sensing situations where multispectral data is unavailable or unreliable.
Load-bearing premise
The load-bearing premise is that Sentinel-1 VV and VH radar backscatter carries enough information about the ground to determine what the Sentinel-2 reflectance, NDVI, and NDWI would be at the same location.
Editorial extensions
If this is right
- If CloudBreaker is correct, a cloud gap in optical data no longer forces a gap in the time series, because radar from the same overpass can generate the missing multispectral frame.
- The same trained model returns RGB, NDVI, and NDWI in one inference, so vegetation and water monitoring need only a single radar input rather than separate optical retrievals.
- The reported FID and SSIM values indicate that the synthetic outputs are close to real optical imagery in distribution and spatial structure, making them usable for visual inspection and change detection during overcast periods.
- The combination of cosine scheduling with conditional flow matching gives a training recipe that could be carried over to other paired image-translation problems beyond radar-to-optical remote sensing.
Reading between the lines
- We infer that the multi-stage design should transfer to other derived indices such as EVI or NDBI: the same conditional flow-matching pipeline would only need new target channels and retraining.
- We infer that the paper leaves temporal consistency untested; a natural extension is to condition on successive radar overpasses and check that generated optical frames vary smoothly instead of flickering.
- We infer that FID and SSIM capture realism and structure, not radiometric accuracy, so operational quantitative use would require a further check of predicted reflectance values against actual Sentinel-2 measurements.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CloudBreaker, a conditional latent flow matching model trained in multiple stages to generate cloud-free Sentinel-2 multispectral signals from Sentinel-1 VV/VH radar observations. The generated outputs include RGB imagery as well as NDVI and NDWI indices. The authors claim to be the first to combine cosine scheduling with flow matching, and report a headline FID of 0.7432 for generated optical imagery and SSIM values of 0.6156 (NDWI) and 0.6874 (NDVI). The central claim is that a single S1-conditioned framework can reconstruct cloud-free optical-like multispectral imagery and derived vegetation/water indices, with the evaluation presented as the primary evidence.
Significance. If the quantitative claims were fully substantiated, this would be a practically valuable contribution: Sentinel-1 is weather-independent, and jointly generating optical bands and derived indices within one flow-matching framework is a useful direction for cloud-covered remote sensing. The multi-stage training design and the cosine-scheduling integration are reasonable and well-motivated, and the application target is concrete. However, the reported evidence is not yet sufficient to support the headline claims. The lack of evaluation protocol details, baseline comparisons, and radiometric accuracy metrics means the current contribution is methodologically promising but quantitatively unverified. The paper also does not provide code or checkpoints, which limits reproducibility.
major comments (3)
- [Abstract / Section 4 (Evaluation)] The reported FID of 0.7432 is presented as evidence of 'high fidelity and realism,' but the paper does not specify the number of test images, the FID implementation, the band selection, the value range (uint8 vs. normalized float), or whether FID was computed on full scenes or patches. Standard FID is strongly biased downward for small sample sizes, and published SAR-to-optical methods typically report substantially higher FID values. Please report the exact evaluation protocol, the test-set size, the reference distribution used, and confidence intervals or bootstrap estimates so that the headline number can be assessed.
- [Section 4 (Evaluation)] No comparison baselines are reported. Absolute FID and SSIM values are not interpretable without reference methods evaluated on the same train/test split, such as pix2pix, CycleGAN, cGAN, or existing diffusion/flow-based SAR-to-optical models. Please add a systematic comparison with appropriate baselines, including per-seed variability, to support the claim that CloudBreaker achieves strong performance.
- [Abstract / Section 4 (NDVI and NDWI)] The claim that the model reconstructs NDVI and NDWI is supported only by SSIM, which measures structural similarity rather than pixel-wise radiometric accuracy. For vegetation and water indices, operational utility depends on accurate pixel values. Please report pixel-level metrics such as RMSE, MAE, bias, and R² for NDVI, NDWI, and the individual reflectance bands, ideally stratified by land-cover type. Without these, the abstract's claim that these indices are reliably reconstructed is not established.
minor comments (4)
- [Throughout] The version of the manuscript I received contains heavy character-encoding corruption in equations and tables, which prevented me from verifying several formulas and numerical entries. Please ensure that the camera-ready version renders all mathematical content correctly.
- [Abstract] The phrase 'high fidelity and realism' should be qualified as distribution-level fidelity measured by FID, not presented as an unqualified statement about visual or radiometric accuracy.
- [Section 2 (Method)] The multi-stage training procedure is described only at a high level; a pseudocode block or a diagram showing the stage ordering, losses, and how the stages combine into the final model would improve reproducibility.
- [Introduction / Related Work] The claim of being 'the first to integrate cosine scheduling with flow matching' needs a more careful literature statement; please either provide citations to prior cosine-scheduling work in diffusion/flow models and describe the specific difference, or soften the novelty claim.
Circularity Check
No significant circularity: CloudBreaker is a supervised conditional generative model evaluated on held-out data, and its reported FID and SSIM figures are empirical outcomes rather than fitted or self-referential inputs.
full rationale
CloudBreaker's derivation chain is an empirical training-and-evaluation loop, not an analytic derivation. The conditional flow-matching objective trains a network to map Sentinel-1 conditioning data to Sentinel-2 latent representations, and the resulting RGB images and derived indices are then compared with held-out real Sentinel-2 data using FID and SSIM. No equation in the paper defines the predicted output as the target by construction, and no parameter is fitted to the reported FID or SSIM values. The NDVI and NDWI indices, whether computed from generated bands or produced by a separate head, are still evaluated against real targets, so their reported similarity is not forced by the training objective. There is also no visible load-bearing self-citation chain: the paper does not invoke a prior uniqueness theorem or adopt an ansatz solely because the authors previously asserted it. Concerns that the FID value is implausibly low or that evaluation details are missing are correctness and reproducibility risks, not circularity, and under the hard rules they do not increase the circularity score.
Assumptions & free parameters
free parameters (3)
- Cosine schedule endpoints =
Not reported
- Multi-stage training loss weights and stage ordering =
Not reported
- Latent autoencoder compression ratio =
Not reported
assumptions (3)
- domain assumption Sentinel-1 VV/VH radar backscatter contains sufficient information to determine the conditional distribution of Sentinel-2 reflectance, NDVI, and NDWI.
- domain assumption Paired Sentinel-1 and Sentinel-2 acquisitions are spatially and temporally aligned well enough that the target S2 image is valid ground truth for the S1 input.
- standard math Flow matching and the latent flow matching objective correctly approximate the conditional target distribution given sufficient data.
Cite this review
Pith. "Pith review of CloudBreaker: Breaking the Cloud Covers of Sentinel-2 Images using Multi-Stage Trained Conditional Flow Matching on Sentinel-1." pith.science (2026). https://pith.science/paper/TCSM7RDK
@misc{pith2026250803608,
author = {Pith},
title = {Pith review of: CloudBreaker: Breaking the Cloud Covers of Sentinel-2 Images using Multi-Stage Trained Conditional Flow Matching on Sentinel-1},
year = {2026},
howpublished = {\url{https://pith.science/paper/TCSM7RDK}},
note = {Machine review of arXiv:2508.03608}
}
read the original abstract
Cloud cover and nighttime conditions remain significant limitations in satellite-based remote sensing, often restricting the availability and usability of multi-spectral imagery. In contrast, Sentinel-1 radar images are unaffected by cloud cover and can provide consistent data regardless of weather or lighting conditions. To address the challenges of limited satellite imagery, we propose CloudBreaker, a novel framework that generates high-quality multi-spectral Sentinel-2 signals from Sentinel-1 data. This includes the reconstruction of optical (RGB) images as well as critical vegetation and water indices such as NDVI and NDWI. We employed a novel multi-stage training approach based on conditional latent flow matching and, to the best of our knowledge, are the first to integrate cosine scheduling with flow matching. CloudBreaker demonstrates strong performance, achieving a Frechet Inception Distance (FID) score of 0.7432, indicating high fidelity and realism in the generated optical imagery. The model also achieved Structural Similarity Index Measure (SSIM) of 0.6156 for NDWI and 0.6874 for NDVI, indicating a high degree of structural similarity. This establishes CloudBreaker as a promising solution for a wide range of remote sensing applications where multi-spectral data is typically unavailable or unreliable
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline " cite write " FUNCTION editor.postfix editor num.names #1 > "( )" "( )" if FUNCTION editor.trans.postfix editor num.names #1 > "( )" "( )" if FUNCTION trans.postfix translator num.names #1 > "( )" "( )" if FUNCTION authors.editors.reflist.apa5 'field := 'dot := field num.names 'numnames := numnames 'format.num.names := format.num.names na...
-
[2]
sn-aps.bst
FUNCTION identify.aps.version "sn-aps.bst" " [2024/07/19 v1.1 APS bibliography style]" * top ENTRY address author booktitle chapter doi edition editor eid howpublished institution journal key keywords month note number organization pages publisher school series title type url volume year eprint archive archivePrefix primaryClass adsurl adsnote version lab...
2024
-
[3]
write newline
" write newline "" before.all 'output.state := FUNCTION if.digit duplicate "0" = swap duplicate "1" = swap duplicate "2" = swap duplicate "3" = swap duplicate "4" = swap duplicate "5" = swap duplicate "6" = swap duplicate "7" = swap duplicate "8" = swap "9" = or or or or or or or or or FUNCTION n.separate 't := "" #0 'numnames := t empty not t #-1 #1 subs...
-
[4]
botherref Copernicus Open Access Hub : Sentinel-2 Data. Accessed: 2025-05-01 (2024). https://dataspace.copernicus.eu/explore-data/data-collections/sentinel-data/sentinel-2 botherref
work page 2024
-
[5]
https://sentinels.copernicus.eu/copernicus/sentinel-2
botherref European Space Agency (ESA) : Copernicus Open Access Hub - Sentinel-2. https://sentinels.copernicus.eu/copernicus/sentinel-2. Accessed: 2025-04-30 (2015). https://sentinels.copernicus.eu/copernicus/sentinel-2 botherref
work page 2015
-
[6]
barticle Corbane , C. , Faure , J.-F. , Baghdadi , N. , Villeneuve , N. , Petit , M. : Rapid urban mapping using sar/optical imagery synergy . Sensors 8 ( 11 ), 7125 -- 7143 ( 2008 ) barticle
work page 2008
-
[7]
bchapter Bandarupally , H. , Talusani , H.R. , Sridevi , T. : Detection of military targets from satellite images using deep convolutional neural networks . In: 2020 IEEE 5th International Conference on Computing Communication and Automation (ICCCA) , pp. 531 -- 535 ( 2020 ). IEEE bchapter
work page 2020
-
[8]
bchapter Wang , Z.-g. , Kang , Q. , Xun , Y.-j. , Shen , Z.-q. , Cui , C.-b. : Military reconnaissance application of high-resolution optical satellite remote sensing . In: International Symposium on Optoelectronic Technology and Application 2014: Optical Remote Sensing Technology and Applications , vol. 9299 , pp. 301 -- 305 ( 2014 ). SPIE bchapter
work page 2014
Show all 56 references
-
[9]
, Milnes , M
barticle Quarmby , N. , Milnes , M. , Hindle , T. , Silleos , N. : The use of multi-temporal ndvi measurements from avhrr data for crop yield estimation and prediction . International Journal of Remote Sensing 14 ( 2 ), 199 -- 210 ( 1993 ) barticle
1993
-
[10]
, Gouveia , C.M
barticle Bento , V.A. , Gouveia , C.M. , DaCamara , C.C. , Libonati , R. , Trigo , I.F. : The roles of ndvi and land surface temperature when using the vegetation health index over dry regions . Global and Planetary Change 190 , 103198 ( 2020 ) barticle
2020
-
[11]
, Drozd , S
botherref Shelestov , A. , Drozd , S. , Mikava , P. , Barabash , I. , Yailymova , H. : War damage detection based on satellite data (2023) botherref
2023
-
[12]
, Themistocleous , K
bchapter Melillos , G. , Themistocleous , K. , Papadavid , G. , Agapiou , A. , Prodromou , M. , Michaelides , S. , Hadjimitsis , D.G. : Integrated use of field spectroscopy and satellite remote sensing for defence and security applications in cyprus . In: Fourth International ...
2016
-
[13]
, Shevchenko , A
botherref Vlasova , O. , Shevchenko , A. , Shevchenko , I. , Kozytsky , O. : Monitoring of water bodies and reclaimed lands affected by warfare using satellite data. Land Reclamation and Water Management (2), 59--68 (2023) botherref
2023
-
[14]
: Mon25-210 remote evaluation of post-military basin moshchunka of kyiv oblast, ukraine using spectral indices botherref
botherref Skyba , G. : Mon25-210 remote evaluation of post-military basin moshchunka of kyiv oblast, ukraine using spectral indices botherref
-
[15]
: Water body detection analysis using ndwi indices derived from landsat-8 oli
barticle \"O zelkan , E. : Water body detection analysis using ndwi indices derived from landsat-8 oli . Polish Journal of Environmental Studies 29 ( 2 ), 1759 -- 1769 ( 2020 ) barticle
2020
-
[16]
, Gioia , A
barticle Albertini , C. , Gioia , A. , Iacobellis , V. , Manfreda , S. : Detection of surface water and floods with multispectral satellites . Remote Sensing 14 ( 23 ), 6005 ( 2022 ) barticle
2022
-
[17]
https://sentinels.copernicus.eu/copernicus/sentinel-1
botherref European Space Agency (ESA) : Copernicus Open Access Hub - Sentinel-1. https://sentinels.copernicus.eu/copernicus/sentinel-1. Accessed: 2025-04-30 (2014). https://sentinels.copernicus.eu/copernicus/sentinel-1 botherref
2014
-
[18]
, Chung , D.-w
botherref Kim , S.-H. , Chung , D.-w. : Conditional brownian bridge diffusion model for vhr sar to optical image translation. arXiv preprint arXiv:2408.07947 (2024) botherref
2024 arXiv
-
[19]
, Xue , K
bchapter Li , B. , Xue , K. , Liu , B. , Lai , Y.-K. : Bbdm: Image-to-image translation with brownian bridge diffusion models . In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pp. 1952 -- 1961 ( 2023 ) bchapter
1952
-
[20]
, Hogan , D
bchapter Shermeyer , J. , Hogan , D. , Brown , J. , Van Etten , A. , Weir , N. , Pacifici , F. , Hansch , R. , Bastidas , A. , Soenen , S. , Bacastow , T. , : Spacenet 6: Multi-sensor all weather mapping dataset . In: Proceedings of the IEEE/CVF Conference on Computer Vision a...
2020
-
[21]
, Rahman Jony , S
botherref Sakib Ahmed , S. , Rahman Jony , S. , Toufikuzzaman , M. , Sayed , S. , Zzaman , R.U. , Nowreen , S. , Sohel Rahman , M. : A light-weight model to generate ndwi from sentinel-1. arXiv e-prints, 2501 (2025) botherref
2025
-
[22]
, Fischer , P
bchapter Ronneberger , O. , Fischer , P. , Brox , T. : U-net: Convolutional networks for biomedical image segmentation . In: Medical Image Computing and Computer-assisted intervention--MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings,...
2015
-
[23]
, Pouget-Abadie , J
botherref Goodfellow , I.J. , Pouget-Abadie , J. , Mirza , M. , Xu , B. , Warde-Farley , D. , Ozair , S. , Courville , A. , Bengio , Y. : Generative adversarial nets. Advances in neural information processing systems 27 (2014) botherref
2014
-
[24]
, Albrecht , S.V
botherref Wiatrak , M. , Albrecht , S.V. , Nystrom , A. : Stabilizing generative adversarial networks: A survey. arXiv preprint arXiv:1910.00927 (2019) botherref
2019 arXiv
-
[25]
, Natalie , T
botherref Henry , J. , Natalie , T. , Madsen , D. : Pix2pix gan for image-to-image translation. Research Gate Publication, 1--5 (2021) botherref
2021
-
[26]
, Park , T
bchapter Zhu , J.-Y. , Park , T. , Isola , P. , Efros , A.A. : Unpaired image-to-image translation using cycle-consistent adversarial networks . In: Proceedings of the IEEE International Conference on Computer Vision , pp. 2223 -- 2232 ( 2017 ) bchapter
2017
-
[27]
, Weiss , E
bchapter Sohl-Dickstein , J. , Weiss , E. , Maheswaranathan , N. , Ganguli , S. : Deep unsupervised learning using nonequilibrium thermodynamics . In: International Conference on Machine Learning , pp. 2256 -- 2265 ( 2015 ). pmlr bchapter
2015
-
[28]
, Chen , R.T
botherref Lipman , Y. , Chen , R.T. , Ben-Hamu , H. , Nickel , M. , Le , M. : Flow matching for generative modeling. arXiv preprint arXiv:2210.02747 (2022) botherref
2022 arXiv
-
[29]
, Phung , H
botherref Dao , Q. , Phung , H. , Nguyen , B. , Tran , A. : Flow matching in latent space. arXiv preprint arXiv:2307.08698 (2023) botherref
2023 arXiv
-
[30]
, Havasi , M
botherref Lipman , Y. , Havasi , M. , Holderrieth , P. , Shaul , N. , Le , M. , Karrer , B. , Chen , R.T. , Lopez-Paz , D. , Ben-Hamu , H. , Gat , I. : Flow matching guide and code. arXiv preprint arXiv:2412.06264 (2024) botherref
2024 arXiv
-
[31]
MeVisLab Module Documentation
botherref MeVisLab Documentation : NormalizeImageByPercentileMapping Module Reference. MeVisLab Module Documentation. https://mevislabdownloads.mevis.de/docs/current/FMEstable/ReleaseMeVis/Documentation/Publish/ModuleReference/NormalizeImageByPercentileMapping.html Accessed 20...
2025
-
[32]
, Buades , A
barticle Colom , M. , Buades , A. : Analysis and extension of the percentile method, estimating a noise curve from a single image . Image Processing On Line 2013 , 332 -- 359 ( 2013 ) barticle
2013
-
[33]
, Vinyals , O
botherref Van Den Oord , A. , Vinyals , O. , et al.: Neural discrete representation learning. Advances in neural information processing systems 30 (2017) botherref
2017
-
[34]
, Landau , B
barticle Dowson , D. , Landau , B. : The fr \'e chet distance between multivariate normal distributions . Journal of multivariate analysis 12 ( 3 ), 450 -- 455 ( 1982 ) barticle
1982
-
[35]
, Ramsauer , H
botherref Heusel , M. , Ramsauer , H. , Unterthiner , T. , Nessler , B. , Hochreiter , S. : Gans trained by a two time-scale update rule converge to a local nash equilibrium. Advances in neural information processing systems 30 (2017) botherref
2017
-
[36]
, Akenine-M \"o ller , T
botherref Nilsson , J. , Akenine-M \"o ller , T. : Understanding ssim. arXiv preprint arXiv:2006.13846 (2020) botherref
2020 arXiv
-
[37]
, Isola , P
bchapter Zhang , R. , Isola , P. , Efros , A.A. , Shechtman , E. , Wang , O. : The unreasonable effectiveness of deep features as a perceptual metric . In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pp. 586 -- 595 ( 2018 ) bchapter
2018
-
[38]
: Radar plots: a useful way for presenting multivariate health care data
barticle Saary , M.J. : Radar plots: a useful way for presenting multivariate health care data . Journal of clinical epidemiology 61 ( 4 ), 311 -- 317 ( 2008 ) barticle
2008
-
[39]
https://en.wikipedia.org/wiki/Hurricane_Harvey
botherref Hurricane Harvey . https://en.wikipedia.org/wiki/Hurricane_Harvey. Accessed July 13, 2025 (2025) botherref
2025
-
[40]
Accessed: 2025-07-14 (2024)
botherref Wikipedia contributors : 2024 Nepal floods. Accessed: 2025-07-14 (2024). https://en.wikipedia.org/wiki/2024_Nepal_floods botherref
2024
-
[41]
Accessed: 2025-07-13 (2024)
botherref Wikipedia contributors : Cyclone Remal. Accessed: 2025-07-13 (2024). https://en.wikipedia.org/wiki/Cyclone_Remal botherref
2024
-
[42]
Accessed: 2025-07-13 (2024)
botherref Wikipedia contributors : 2020–2022 Taal Volcano eruptions. Accessed: 2025-07-13 (2024). https://en.wikipedia.org/wiki/2020 botherref
2024
-
[43]
https://registry.opendata.aws/c2smsfloods
botherref Cloud to Street - Microsoft Flood and Clouds Dataset : Cloud to Street - Microsoft Flood and Clouds Dataset . https://registry.opendata.aws/c2smsfloods. Accessed: Feb 14, 2024 botherref
2024
-
[44]
, Begmatov , S
barticle Arabboev , M. , Begmatov , S. , Rikhsivoev , M. , Nosirov , K. , Saydiakbarov , S. : A comprehensive review of image super-resolution metrics: classical and ai-based approaches . Acta IMEKO 13 ( 1 ), 1 -- 8 ( 2024 ) barticle
2024
-
[45]
: R We Nearly Squared Yet? Why R² is a Poor Metric for Goodness-of-Fit
botherref Biostatistics , Q. : R We Nearly Squared Yet? Why R² is a Poor Metric for Goodness-of-Fit. Accessed: 2025-05-01 (2022). https://www.quantics.co.uk/blog/r-we-squared-yet-why-r-squared-is-a-poor-metric-for-goodness-of-fit/ botherref
2022
-
[46]
Accessed: 2025-05-01 (2024)
botherref Hugging Face : VQModel — Diffusers Documentation. Accessed: 2025-05-01 (2024). https://huggingface.co/docs/diffusers/main/en/api/models/vq botherref
2024
-
[47]
sn-basic.bst
FUNCTION identify.basic.version "sn-basic.bst" " [2024/07/19 v1.1 bibliography style]" * top ENTRY address archive author booktitle chapter doi edition editor eid eprint howpublished institution journal key keywords month note number organization pages publisher school series ...
2024
-
[48]
write newline
" write newline "" before.all 'output.state := FUNCTION add.period duplicate empty 'skip "." * add.blank if FUNCTION if.digit duplicate "0" = swap duplicate "1" = swap duplicate "2" = swap duplicate "3" = swap duplicate "4" = swap duplicate "5" = swap duplicate "6" = swap dupl...
-
[49]
write newline
" write newline "" before.all 'output.state := FUNCTION output.doi doi empty skip "doi:" doi * "" * output if FUNCTION format.archive archivePrefix empty "" archivePrefix ":" * if FUNCTION format.primaryClass primaryClass empty "" " [" primaryClass * "] " * if FUNCTION format....
-
[50]
write newline
" write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...
-
[51]
write newline
" write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...
-
[52]
sn-nature.bst
FUNCTION identify.nature.version "sn-nature.bst" " [2024/07/19 v1.1 bibliography style]" * top ENTRY address archive author booktitle chapter edition editor eprint howpublished institution journal key keywords month note number organization pages publisher school series title ...
2024
-
[53]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[54]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[55]
sn-vancouver-num.bst
FUNCTION identify.vancouver.version "sn-vancouver-num.bst" " [2024/07/19 v1.1 Vancouver bibliography style]" * top ENTRY address assignee author booktitle chapter cartographer day edition editor howpublished institution inventor journal key keywords month note number organizat...
2024
-
[56]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.