February 2021 Commit Log

Number of Commits:
304
Number of Active Developers:
1
sbu062 2021-02-26 22:03 Rev.: 10658

doc: use symbols for volume consistently as in box 1

8 lines of code changed in 1 file:

sbu062 2021-02-26 20:57 Rev.: 10657

doc: small addition to t&t

12 lines of code changed in 1 file:

sbu062 2021-02-26 15:47 Rev.: 10656

doc: screenshot for cmd from Windows 10

0 lines of code changed in 1 file:

sbu062 2021-02-26 09:04 Rev.: 10655

set `rate_interval` in command line mode

20 lines of code changed in 2 files:

sbu062 2021-02-25 08:24 Rev.: 10654

doc: document `rate_interval` parameter

5 lines of code changed in 1 file:

sbu062 2021-02-25 08:21 Rev.: 10653

added `Global_Rate_Interval` and adapted GUI for arbitrary discretization interval, CMD need set function

42 lines of code changed in 5 files:

sbu062 2021-02-24 22:36 Rev.: 10652

additional entries for parameter plot menu

4 lines of code changed in 1 file:

sbu062 2021-02-24 11:55 Rev.: 10651

doc: document `show plots_scale_relative` command

3 lines of code changed in 1 file:

sbu062 2021-02-24 11:41 Rev.: 10650

doc: small fix

2 lines of code changed in 1 file:

sbu062 2021-02-24 11:38 Rev.: 10649

doc: add R example

29 lines of code changed in 1 file:

sbu062 2021-02-24 11:12 Rev.: 10648

doc: better text

7 lines of code changed in 1 file:

sbu062 2021-02-24 11:07 Rev.: 10647

document tags with `FFA_MODEL_OUTPUT_TAG`

24 lines of code changed in 1 file:

sbu062 2021-02-24 10:43 Rev.: 10646

digestibility is 90%

1 lines of code changed in 1 file:

sbu062 2021-02-24 10:42 Rev.: 10645

add tag defined by environment variable `FFA_MODEL_OUTPUT_TAG` to automatically generated file names

16 lines of code changed in 2 files:

sbu062 2021-02-24 10:21 Rev.: 10644

doc: small reformat

4 lines of code changed in 1 file:

sbu062 2021-02-23 17:12 Rev.: 10643

update screenshot for GUI

0 lines of code changed in 1 file:

sbu062 2021-02-23 16:57 Rev.: 10642

document `plots_scale_relative` parameter

8 lines of code changed in 1 file:

sbu062 2021-02-23 15:47 Rev.: 10641

in stomach and midgut plots, adapt Y-axis to the `Global_Time_Plots_IS_Relative_Scale` parameter

20 lines of code changed in 2 files:

sbu062 2021-02-23 15:35 Rev.: 10640

in GUI parameter table, n of digits number format is defined automatically
> SWGTBF (ID, XVAL, NDIG, IROW, ICOL, COPT)
> NDIG is the number of digits displayed after the decimal point (
> &ge -2). NDIG = -2 means that the number of digits is calculated
> by DISLIN.

2 lines of code changed in 1 file:

sbu062 2021-02-23 15:21 Rev.: 10639

added GUI control for `Global_Time_Plots_IS_Relative_Scale` : `plots_scale_relative`

19 lines of code changed in 1 file:

sbu062 2021-02-23 14:51 Rev.: 10638

implemented relative and absolute plot switch for Global_Time_Plots_IS_Relative_Scale in GUI

14 lines of code changed in 1 file:

sbu062 2021-02-23 13:20 Rev.: 10637

added model parameter `plots_scale_relative` for plotting stomach and midgut volume with relative scale (0:1), cmd interface done, GUI not done yet

48 lines of code changed in 4 files:

sbu062 2021-02-23 11:00 Rev.: 10636

comment only

1 lines of code changed in 1 file:

sbu062 2021-02-23 10:58 Rev.: 10635

reverted pre-TEST r10629
`svn merge -r HEAD:10629 .`

8 lines of code changed in 2 files:

sbu062 2021-02-23 08:47 Rev.: 10634

TEST: need miore debug printing, `n_food_items_midgut`

5 lines of code changed in 2 files:

sbu062 2021-02-23 08:37 Rev.: 10633

TEST: experimenting with 6-point sigmoid interpolation pattern for gastric midgut evacuation

27 lines of code changed in 2 files:

sbu062 2021-02-22 22:12 Rev.: 10632

TEST: try to use positive link between midgut filling and evacuation time
`htintrpl.exe [0 0.2 1] [1 1.7 50] [0.5] [splines]`

12 lines of code changed in 1 file:

sbu062 2021-02-22 21:26 Rev.: 10631

TEST: try to make gastric evacuation inversely dependent on midgut filling
The link is reverse, higher filling causes fast evacuation, empty midgut is slow evacuation, pattern exponential based on`DDPINTERPOL`
Link function : `htintrpl.exe [0 0.8 1] [8 1.2 1] [0.5] [splines]`

8 lines of code changed in 1 file:

sbu062 2021-02-22 16:55 Rev.: 10630

added code for Poisson direct method
> The hint’s in the title. I wrote a simple function in Fortran for simulating
> (or sampling) Poisson random variables. (More precisely, I should say
> that the function generates Poisson variates.) I used the simple direct
> method. This method is based on the exponential inter-arrival times of the
> Poisson (stochastic) process.
>
> My code should not be used for large Poisson parameter values (larger than,
> say, 20 or 30), as the code may be too slow. Other methods exist for larger
> parameter values, which I’ve discussed previously.
>
> I just use the standard Fortran function random_number for generating
> (pseudo-)random numbers. I am not an expert in Fortran, but my Poisson
> function seems to work fine. I wrote and ran a simple test that estimates
> the first and second moments, which should match for Poisson variables.

90 lines of code changed in 1 file:

sbu062 2021-02-22 15:59 Rev.: 10629

reformat code

4 lines of code changed in 1 file:

sbu062 2021-02-22 15:58 Rev.: 10628

obsolete condition deleted

0 lines of code changed in 1 file:

sbu062 2021-02-22 15:55 Rev.: 10627

additional debug check `DEBUG_CHECK_SUBZERO_FOOD`

14 lines of code changed in 1 file:

sbu062 2021-02-22 15:22 Rev.: 10626

fix: `max_time` must be integer

3 lines of code changed in 1 file:

sbu062 2021-02-22 15:17 Rev.: 10625

added `max_time` parameter to (check_disappear) method

20 lines of code changed in 1 file:

sbu062 2021-02-22 15:05 Rev.: 10624

revert debug to r10621

1 lines of code changed in 1 file:

sbu062 2021-02-22 14:30 Rev.: 10623

DEBUG: trying stochastic decay gastric evacuation, (food_item_eaten_mg_check_destruct_decay)

98 lines of code changed in 1 file:

sbu062 2021-02-22 11:37 Rev.: 10622

simple test code for decay

39 lines of code changed in 2 files:

sbu062 2021-02-22 08:23 Rev.: 10621

fix names of output plots

4 lines of code changed in 2 files:

sbu062 2021-02-22 08:16 Rev.: 10620

typo fixed

1 lines of code changed in 1 file:

sbu062 2021-02-22 08:15 Rev.: 10619

plotting script in Gnuplot

2 lines of code changed in 1 file:

sbu062 2021-02-21 23:06 Rev.: 10618

no need doi for books
some were wrong

0 lines of code changed in 1 file:

sbu062 2021-02-21 22:55 Rev.: 10617

obsolete piece deleted

3 lines of code changed in 1 file:

sbu062 2021-02-21 18:24 Rev.: 10616

better use the same default file for model output arrays

7 lines of code changed in 3 files:

sbu062 2021-02-21 08:41 Rev.: 10615

plot `type='l'`, `lines` obsolete in script

3 lines of code changed in 1 file:

sbu062 2021-02-20 18:13 Rev.: 10613

fix link

1 lines of code changed in 1 file:

sbu062 2021-02-20 18:12 Rev.: 10612

fix links in md

2 lines of code changed in 1 file:

sbu062 2021-02-20 18:09 Rev.: 10611

added links to repo and pdf

4 lines of code changed in 1 file:

sbu062 2021-02-20 18:04 Rev.: 10610

repo address in extensions

146 lines of code changed in 1 file:

sbu062 2021-02-20 18:01 Rev.: 10609

info on installation

171 lines of code changed in 1 file:

sbu062 2021-02-20 15:37 Rev.: 10608

make runnable script

4 lines of code changed in 1 file:

sbu062 2021-02-20 11:37 Rev.: 10607

absorption plot

2 lines of code changed in 1 file:

sbu062 2021-02-20 11:31 Rev.: 10606

better legend

2 lines of code changed in 2 files:

sbu062 2021-02-20 11:25 Rev.: 10605

formatting

13 lines of code changed in 1 file:

sbu062 2021-02-20 11:22 Rev.: 10604

added plot with absolute values

17 lines of code changed in 1 file:

sbu062 2021-02-20 11:13 Rev.: 10603

file name for plot defined

3 lines of code changed in 1 file:

sbu062 2021-02-20 11:09 Rev.: 10602

header description

3 lines of code changed in 1 file:

sbu062 2021-02-19 22:57 Rev.: 10601

plot 2: ingestion

5 lines of code changed in 1 file:

sbu062 2021-02-19 22:45 Rev.: 10600

use data from parameters file for plotting

9 lines of code changed in 1 file:

sbu062 2021-02-19 15:46 Rev.: 10599

doc: typo fixed

1 lines of code changed in 1 file:

sbu062 2021-02-19 15:44 Rev.: 10598

doc: small addition

4 lines of code changed in 1 file:

sbu062 2021-02-19 15:40 Rev.: 10597

doc: added cross-refs to parameters

7 lines of code changed in 1 file:

sbu062 2021-02-19 15:23 Rev.: 10596

doc: small typo fixed

1 lines of code changed in 1 file:

sbu062 2021-02-19 14:46 Rev.: 10595

need more format characters to displav integer, was `Food provisioning schedule: [ 10**** ] 'food_provision_pattern'`

2 lines of code changed in 2 files:

sbu062 2021-02-19 14:45 Rev.: 10594

use R style for arrays

5 lines of code changed in 1 file:

sbu062 2021-02-19 14:25 Rev.: 10593

doc: document the possibility to use the R array syntax for parameters file

9 lines of code changed in 1 file:

sbu062 2021-02-19 14:21 Rev.: 10592

added `c` symbol to ignore list, this allows definingn arrays in R style, e.g. `transport_pattern_r = c(1.0, 0.6 , 0.01, 0.0)`

1 lines of code changed in 1 file:

sbu062 2021-02-19 12:30 Rev.: 10591

R batch added for quick call

1 lines of code changed in 1 file:

sbu062 2021-02-19 12:27 Rev.: 10590

do svg

3 lines of code changed in 1 file:

sbu062 2021-02-19 11:54 Rev.: 10589

save plot to pdf
run `R CMD BATCH quick-plot.R`

10 lines of code changed in 1 file:

sbu062 2021-02-19 11:38 Rev.: 10588

better plot from output arrays

5 lines of code changed in 1 file:

sbu062 2021-02-19 11:29 Rev.: 10587

quick plot in R

3 lines of code changed in 1 file:

sbu062 2021-02-18 18:24 Rev.: 10586

added basic readme, need it for gitlab

9 lines of code changed in 1 file:

sbu062 2021-02-18 18:05 Rev.: 10585

extension updated to r10584

0 lines of code changed in 1 file:

sbu062 2021-02-18 18:04 Rev.: 10584

fix revert error dialog

1 lines of code changed in 1 file:

sbu062 2021-02-18 18:00 Rev.: 10583

updated extension to r10582

0 lines of code changed in 1 file:

sbu062 2021-02-18 17:59 Rev.: 10582

cleanup code for Windows version

14 lines of code changed in 1 file:

sbu062 2021-02-18 14:55 Rev.: 10581

normally output csv only cumulative absorption

2 lines of code changed in 1 file:

sbu062 2021-02-18 14:39 Rev.: 10580

removed debug code

7 lines of code changed in 1 file:

sbu062 2021-02-18 13:30 Rev.: 10579

DEBUG: debug code only

19 lines of code changed in 1 file:

sbu062 2021-02-18 10:01 Rev.: 10578

always plot cumulative absorption, total ansorption is a debug technical value
TODO: rename `food_volume_absorb_total_midgut` to make clear it is for debugging and internal use

2 lines of code changed in 2 files:

sbu062 2021-02-18 09:59 Rev.: 10577

more convenient to have extended output parameter at the top, avoids searching through the code

4 lines of code changed in 1 file:

sbu062 2021-02-18 09:08 Rev.: 10576

DEBUG: debugging and testing changes only

64 lines of code changed in 3 files:

sbu062 2021-02-17 21:42 Rev.: 10575

describe Windows version and screenshots

7327 lines of code changed in 1 file:

sbu062 2021-02-17 21:04 Rev.: 10574

exported r10573

0 lines of code changed in 1 file:

sbu062 2021-02-17 21:03 Rev.: 10573

loak and unlock better synchronous and closing main dialog

4 lines of code changed in 1 file:

sbu062 2021-02-17 15:59 Rev.: 10572

in commit, synchronous dialog works better

1 lines of code changed in 1 file:

sbu062 2021-02-17 15:51 Rev.: 10571

lock and unlock better without closing main dialog

2 lines of code changed in 1 file:

sbu062 2021-02-17 15:43 Rev.: 10570

revert better with synchronous gui

1 lines of code changed in 1 file:

sbu062 2021-02-17 15:41 Rev.: 10569

use asynchronous operations with Tortoisesvn

8 lines of code changed in 1 file:

sbu062 2021-02-17 12:08 Rev.: 10568

exported extension with fix r10567

0 lines of code changed in 1 file:

sbu062 2021-02-17 12:07 Rev.: 10567

document must be read-only for revert on Windows to avoid sharing violation error, it is locked

9 lines of code changed in 1 file:

sbu062 2021-02-17 11:38 Rev.: 10566

consistent names

513 lines of code changed in 2 files:

sbu062 2021-02-17 11:37 Rev.: 10565

Tortoise version for Windows is enough

0 lines of code changed in 1 file:

sbu062 2021-02-17 11:28 Rev.: 10564

export Windows extension making use of TortoiseSVN

0 lines of code changed in 1 file:

sbu062 2021-02-17 11:26 Rev.: 10563

diffodt works on Windows now, delete debugging

0 lines of code changed in 1 file:

sbu062 2021-02-17 11:20 Rev.: 10562

use the CreateUnoService for shell exec

10 lines of code changed in 1 file:

sbu062 2021-02-17 10:48 Rev.: 10561

bug fixes from r10558 and r10559

11 lines of code changed in 1 file:

sbu062 2021-02-17 10:33 Rev.: 10560

merged r10559: need to go to drive where the temp directory is located in stupid Windows cmd, otherwise it does not ener `TEMPDIR`

4 lines of code changed in 1 file:

sbu062 2021-02-17 10:32 Rev.: 10559

need to go to drive where the temp directory is located in stupid Windows cmd, otherwise it does not ener `TEMPDIR`

4 lines of code changed in 1 file:

sbu062 2021-02-17 10:12 Rev.: 10558

merged r10557: fix bug deleting original file, fix bug wrong file name, `%FILENAME%` must be quoted on Windows

7 lines of code changed in 1 file:

sbu062 2021-02-17 10:10 Rev.: 10557

fix bug deleting original file, fix bug wrong file name, `%FILENAME%` must be quoted on Windows

7 lines of code changed in 1 file:

sbu062 2021-02-17 09:19 Rev.: 10556

working with simplified dialog on Windows, diffodt does not call, needs debugging

24 lines of code changed in 2 files:

sbu062 2021-02-17 08:57 Rev.: 10555

need a simplified dialog without showing the current revision number and main document URL
This is becase `cmd.exe` must be called on Windows to run the `svn` commands and this causes ugly terminal windows flashing quickly. A simplest solution is to get rid of allo additional informatyion and kust use the TortoiseSVN native dialogs from the simplified dialog buttons

44 lines of code changed in 1 file:

sbu062 2021-02-16 17:32 Rev.: 10554

added full project pdf

33196 lines of code changed in 1 file:

sbu062 2021-02-16 14:55 Rev.: 10553

updated for TortoiseSVN API

36 lines of code changed in 1 file:

sbu062 2021-02-16 14:25 Rev.: 10552

two branches for bare svn and tortoisesvn on Windows platform

270 lines of code changed in 3 files:

sbu062 2021-02-16 01:23 Rev.: 10551

check commit from windows, code with minimum tmp delete, ro

8 lines of code changed in 1 file:

sbu062 2021-02-16 01:18 Rev.: 10550

test LO code

5 lines of code changed in 1 file:

sbu062 2021-02-16 01:11

test LO code

19 lines of code changed in 2 files:

sbu062 2021-02-16 01:01 Rev.: 10547

commit ro 776

8 lines of code changed in 1 file:

sbu062 2021-02-16 00:54 Rev.: 10546

try commit from windows 000 readonly

8 lines of code changed in 1 file:

sbu062 2021-02-16 00:50

try commit from windows

15 lines of code changed in 2 files:

sbu062 2021-02-16 00:29 Rev.: 10543

commit 3 readonly

8 lines of code changed in 1 file:

sbu062 2021-02-16 00:26 Rev.: 10542

check if commit works from windows 2

11 lines of code changed in 1 file:

sbu062 2021-02-16 00:23 Rev.: 10541

check if commit works from windows

98 lines of code changed in 1 file:

sbu062 2021-02-16 00:11 Rev.: 10540

windows code working, but retains multiple cmd windows

14 lines of code changed in 1 file:

sbu062 2021-02-15 23:49 Rev.: 10539

substituted all bash calls to object.exec method

32 lines of code changed in 1 file:

sbu062 2021-02-15 23:43 Rev.: 10538

working windows code

12 lines of code changed in 1 file:

sbu062 2021-02-15 23:23 Rev.: 10537

working prototype for shell, using global CreateUnoService('com.sun.star.system.SystemShellExecute')

12 lines of code changed in 1 file:

sbu062 2021-02-15 20:24 Rev.: 10536

added property with Revision tag

63 lines of code changed in 1 file:

sbu062 2021-02-15 20:19 Rev.: 10535

export extension from LO Basic code r10532

0 lines of code changed in 1 file:

sbu062 2021-02-15 16:38 Rev.: 10534

name at start of title helps in PDF navigation bar, parenthetical note (for researcher) is not really needed

0 lines of code changed in 1 file:

sbu062 2021-02-15 16:35 Rev.: 10533

added property `svn:needs-lock` to libreoffice files
`svn propset 'svn:needs-lock' 1 document_file_name`

8 lines of code changed in 15 files:

sbu062 2021-02-15 16:23 Rev.: 10532

use a single temporary file, with random name per user instance to avoid conflicts; function (random_string_hex) for this

191 lines of code changed in 2 files:

sbu062 2021-02-15 15:56 Rev.: 10531

better UI message

1 lines of code changed in 1 file:

sbu062 2021-02-15 13:25 Rev.: 10530

formatting and refs

367 lines of code changed in 1 file:

sbu062 2021-02-15 10:59 Rev.: 10529

copied diffodt from the original, it's better to keep all files/tools as a package

322 lines of code changed in 3 files:

sbu062 2021-02-15 10:10 Rev.: 10528

moe on installing

125 lines of code changed in 1 file:

sbu062 2021-02-15 10:04 Rev.: 10527

added label to screenshot

68 lines of code changed in 1 file:

sbu062 2021-02-15 09:46 Rev.: 10526

very small changes

44 lines of code changed in 1 file:

sbu062 2021-02-15 09:40 Rev.: 10525

added document foundation text on using LO with version control

44 lines of code changed in 1 file:

sbu062 2021-02-15 09:36 Rev.: 10524

added author

41 lines of code changed in 1 file:

sbu062 2021-02-15 09:32 Rev.: 10523

added a bit on installation and adding icon

97 lines of code changed in 1 file:

sbu062 2021-02-15 09:19 Rev.: 10522

small additional changes, seems finished

70 lines of code changed in 1 file:

sbu062 2021-02-15 09:14 Rev.: 10521

added refs

90 lines of code changed in 1 file:

sbu062 2021-02-15 09:08 Rev.: 10520

formatting

114 lines of code changed in 1 file:

sbu062 2021-02-15 09:01 Rev.: 10519

added revision keyword/tag

118 lines of code changed in 1 file:

sbu062 2021-02-15 08:58 Rev.: 10518

added Lo_SVN extension brief doc, with workflows

1349 lines of code changed in 1 file:

sbu062 2021-02-15 08:09 Rev.: 10517

added diffodt description

8411 lines of code changed in 1 file:

sbu062 2021-02-13 00:22 Rev.: 10516

started brief manual for Lo_SVN

547 lines of code changed in 1 file:

sbu062 2021-02-13 00:16 Rev.: 10515

use string for file read convert to integer with `cint`

285 lines of code changed in 2 files:

sbu062 2021-02-12 23:40 Rev.: 10514

more usage tips

1 lines of code changed in 1 file:

sbu062 2021-02-12 23:34 Rev.: 10513

make a separate project directory for Lo_SVN

808 lines of code changed in 3 files:

sbu062 2021-02-12 23:26 Rev.: 10512

additional tips

1 lines of code changed in 1 file:

sbu062 2021-02-12 23:06 Rev.: 10511

very short wait delay also started to work

1 lines of code changed in 1 file:

sbu062 2021-02-12 23:04 Rev.: 10510

reduce wait duration, with synchronous operations and correct `Shell` syntax (single command + separate options) delay is not needed

1 lines of code changed in 1 file:

sbu062 2021-02-12 22:59 Rev.: 10509

adhere to syntax rules
`Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) `

22 lines of code changed in 1 file:

sbu062 2021-02-12 22:28 Rev.: 10508

delete obsolete

1 lines of code changed in 1 file:

sbu062 2021-02-12 22:23 Rev.: 10507

better comments

4 lines of code changed in 1 file:

sbu062 2021-02-12 22:21 Rev.: 10506

commit function now reports errors

47 lines of code changed in 1 file:

sbu062 2021-02-12 19:15 Rev.: 10505

added error analysis and reporting to lock and unlock functions

128 lines of code changed in 1 file:

sbu062 2021-02-12 15:08 Rev.: 10504

set `svn:needs-lock` property, lock-to-edit policy enabled

0 lines of code changed in 4 files:

sbu062 2021-02-12 15:04 Rev.: 10503

release sync with r10502: diffodt system-wide

0 lines of code changed in 1 file:

sbu062 2021-02-12 14:56 Rev.: 10502

diffodt refers to system-wide, no user directory; deleted outdated dialog description, all in xml config exported

1 lines of code changed in 1 file:

sbu062 2021-02-12 13:46 Rev.: 10501

pause after async to make sure the following stat command result is correct

4 lines of code changed in 1 file:

sbu062 2021-02-12 12:56 Rev.: 10500

this Lo_SVN code is Linux-specific

24 lines of code changed in 1 file:

sbu062 2021-02-12 12:50 Rev.: 10499

this Lo_SVN extension is Linux-specific

0 lines of code changed in 1 file:

sbu062 2021-02-12 12:48 Rev.: 10498

output extension with upper repo URL, Linux only

0 lines of code changed in 1 file:

sbu062 2021-02-12 12:46 Rev.: 10497

show main repository URI in the dialog, upper text box

19 lines of code changed in 1 file:

sbu062 2021-02-12 12:44 Rev.: 10496

show main repository URI in the dialog, upper text box

52 lines of code changed in 1 file:

sbu062 2021-02-12 12:01 Rev.: 10495

show current revision in dialog

11 lines of code changed in 1 file:

sbu062 2021-02-12 11:21 Rev.: 10494

force save before commit; show dialog after commit

33 lines of code changed in 1 file:

sbu062 2021-02-11 21:45 Rev.: 10492

unlock button addad

7 lines of code changed in 1 file:

sbu062 2021-02-11 21:44 Rev.: 10491

unlock function

28 lines of code changed in 1 file:

sbu062 2021-02-11 21:26 Rev.: 10490

list properties at info, this is useful for checking `svn:needs-lock`

15 lines of code changed in 1 file:

sbu062 2021-02-11 20:23 Rev.: 10489

wait delay enabled in commit, without it document can reload too quickly with lock-to-edit workflow scenario, in wrong read-write mode

1 lines of code changed in 1 file:

sbu062 2021-02-11 20:09 Rev.: 10488

delete wait before reload, works immediately

0 lines of code changed in 1 file:

sbu062 2021-02-11 20:03 Rev.: 10487

update function: close main svn commit dialog and reload after update

12 lines of code changed in 1 file:

sbu062 2021-02-11 19:52 Rev.: 10486

dialog with lock-to-edit button

12 lines of code changed in 1 file:

sbu062 2021-02-11 19:49 Rev.: 10485

implemented lock-to-edit function; force reload document after commit to sync with the latest commit: it is safe and works well with "svn:needs-lock" property-enabled documents

46 lines of code changed in 1 file:

sbu062 2021-02-11 13:53 Rev.: 10484

close main svn dialog after revert

4 lines of code changed in 1 file:

sbu062 2021-02-11 13:48 Rev.: 10483

fixed update function (no shell called) and implemented new Revert function

31 lines of code changed in 1 file:

sbu062 2021-02-11 13:03 Rev.: 10482

comment on getting directory from `Environ(TEMP)`

2 lines of code changed in 1 file:

sbu062 2021-02-11 12:10 Rev.: 10481

new version of extension, deleted private directories, Linux only

0 lines of code changed in 1 file:

sbu062 2021-02-11 12:09 Rev.: 10480

moved to library Lo_SVN

7 lines of code changed in 1 file:

sbu062 2021-02-11 12:06 Rev.: 10479

this is moved to Lo_SVN library, remove user directories

4 lines of code changed in 1 file:

sbu062 2021-02-11 08:58 Rev.: 10477

exported extension Lo_SVN

0 lines of code changed in 1 file:

sbu062 2021-02-11 08:05 Rev.: 10476

added Dialog (exported) for LibreOffice svn macro

7 lines of code changed in 1 file:

sbu062 2021-02-11 00:08 Rev.: 10475

do not reload document at update, more ibntuitive

3 lines of code changed in 1 file:

sbu062 2021-02-10 23:59 Rev.: 10474

notes on dialog structure

9 lines of code changed in 1 file:

sbu062 2021-02-10 23:55 Rev.: 10473

use line input for strings, better resilence

2 lines of code changed in 1 file:

sbu062 2021-02-10 23:52 Rev.: 10472

procedure to show svn info added

54 lines of code changed in 1 file:

sbu062 2021-02-10 22:57 Rev.: 10471

check if document under version control, forgotten stub implemented

5 lines of code changed in 1 file:

sbu062 2021-02-10 22:35 Rev.: 10470

procedure to reload the document

22 lines of code changed in 1 file:

sbu062 2021-02-10 21:49 Rev.: 10469

formatted MsgBox constructs

29 lines of code changed in 2 files:

sbu062 2021-02-10 21:27 Rev.: 10468

basic Subversion integration macro for LibreOffice Basic

20 lines of code changed in 1 file:

sbu062 2021-02-09 10:33 Rev.: 10467

a few typos fixed

0 lines of code changed in 1 file:

sbu062 2021-02-09 08:17 Rev.: 10466

added 'Simulation' in peer-review

0 lines of code changed in 1 file:

sbu062 2021-02-08 20:09 Rev.: 10465

format legend fig. 3

0 lines of code changed in 1 file:

sbu062 2021-02-08 20:02 Rev.: 10464

Ivar's changes
> From: Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>, Jarl Giske <Jarl.Giske@uib.no>
> Subject: Comments and corrections from me
> Date: Mon, 8 Feb 2021 14:55:15 +0000
>
> Pls find enclosed.
>
> IvarR

0 lines of code changed in 1 file:

sbu062 2021-02-08 19:52 Rev.: 10463

fixed some comments from Ivar

> From: Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>, Jarl Giske <Jarl.Giske@uib.no>
> Subject: Comments and corrections from me
> Date: Mon, 8 Feb 2021 14:55:15 +0000
>
> Pls find enclosed.
>
> IvarR

Except serial comma before 'and', we use UK style.

0 lines of code changed in 1 file:

sbu062 2021-02-08 08:10 Rev.: 10462

wre not masters

0 lines of code changed in 1 file:

sbu062 2021-02-08 07:55 Rev.: 10461

next paragraphs should refer to project description, as relevance is now separate

0 lines of code changed in 1 file:

sbu062 2021-02-08 07:43 Rev.: 10460

darker font

19 lines of code changed in 2 files:

sbu062 2021-02-08 07:40 Rev.: 10459

added calendar yea bar below

165 lines of code changed in 2 files:

sbu062 2021-02-07 22:26 Rev.: 10458

typo fixed

0 lines of code changed in 1 file:

sbu062 2021-02-07 19:40 Rev.: 10457

better text callout
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: HAVBRUK revision r10452 (relevance r10454)
> Date: Sun, 7 Feb 2021 19:38:21 +0000
>
> Not it may seems as reduce and replace is the goal of the model
> I would either skip this sentence
>
> The model will replace and reduce the use of live fish in research.
>
> Or I would add an "also":
>
>
> The model will also replace and reduce the use of live fish in research.

0 lines of code changed in 1 file:

sbu062 2021-02-07 19:33 Rev.: 10456

a different callout text, it should be short max. 4 lines to fit all to one page
>From: Jarl Giske <Jarl.Giske@uib.no>
>To: Sergei Budaev <Sergey.Budaev@uib.no>
>Subject: RE: HAVBRUK revision r10452 (relevance r10454)
>Date: Sun, 7 Feb 2021 19:16:14 +0000
>
>But why do you want to say the same about the 3Rs twice in the short
>relevance text?

0 lines of code changed in 1 file:

sbu062 2021-02-07 19:28 Rev.: 10455

added reduce and replace in calout text

0 lines of code changed in 1 file:

sbu062 2021-02-07 18:42 Rev.: 10454

merged Jarl's changes

> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: [automatic] New HAVBRUK revision r10452
> Date: Sun, 7 Feb 2021 13:41:18 +0000
>
> I keep suggesting these changes.
> -j

We cannot delete "Aquaculture research" under the project title because it
will then not agree with the NFR template

0 lines of code changed in 1 file:

sbu062 2021-02-07 12:33 Rev.: 10453

added CVs, docx converted to Word XML

0 lines of code changed in 3 files:

sbu062 2021-02-07 12:23 Rev.: 10452

foresee -> forecast

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:39 Rev.: 10451

changed callout (yellow)
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: HAVBRUK revision r10444
> Date: Sun, 7 Feb 2021 10:39:41 +0000
>
> Can you also change this to the yellow text in the Relevance document?
>
> Fish welfare is a major component in sea lice infestations, which again is
> the main reason the government has introduced the traffic light system to
> regulate the industry (Myksvoll et al 2020)⁠, and for the very few new
> permits for increased salmon production since 2013.
>
> (There is not full stop, but close to.)
>
> Jarl

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:34 Rev.: 10450

font fix

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:27 Rev.: 10449

added a note on references
> The relevance document also needs a line that the references are in the
> project description, or else the references should be at the end of the
> relevance text. (I do not know whether the reviewers will get to read the
> relevance document, or only the RCN aquaculture staff.)

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:22 Rev.: 10448

fig. 5 slightly up

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:20 Rev.: 10447

very small change in footnote

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:18 Rev.: 10446

fixed fish-talk-to-me in relevance

> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>, Sergey Budaev <sbudaev@gmx.com>
> CC: Ivar Rønnestad <Ivar.Ronnestad@uib.no>, Floriana Lai <Floriana.Lai@uib.no>
> Subject: RE: HAVBRUK revision r10444
> Date: Sun, 7 Feb 2021 10:20:56 +0000
>
> Good to see that the text is getting close!
> 1) Once we have decided on which reviewers we shall suggest, we should
> make sure they find themselves in the text. Maybe we should suggest Marion
> Dawkins? (I was also thinking of Donald Broom, but he is almost 80 years old.)
>
> 2) There is a mismatch between the explanation for "fish talk to me" in the
> footnote on Harald Sveier and Lerøy SG versus in the relevance document. I
> think we shall change the footnote (from referring to PFF to referring to
> coping) by using (almost) the same wording as in the relevance document.

FIXED, DONE

>
> 3) The relevance document does not tell the reader that it is about
> relevance. I suggest you change the title from "Aquaculture Research" to
> "Relevance for aquaculture". The relevance document also needs a line that
> the references are in the project description, or else the references should
> be at the end of the relevance text. (I do not know whether the reviewers
> will get to read the relevance document, or only the RCN aquaculture staff.)

There is a clear header text: - "Relevance of the project to the selected
topics under the call for proposals" with red tag "FPRV (do not remove)". So
it is clear. The "Aquaculture research" is the verbatim name of the research
topic, as stated in the template. I do not think we need to change it here.

>
> 4) (And the budget may need a revision to include TDI, will talk to Heidi
> on Monday.)
>
> Jarl

0 lines of code changed in 1 file:

sbu062 2021-02-07 11:06 Rev.: 10445

title of the document includes sergey budaev, then the name appears in the index panel for easy navigation

0 lines of code changed in 1 file:

sbu062 2021-02-07 00:17 Rev.: 10444

removed revision tags from text (footer)

0 lines of code changed in 2 files:

sbu062 2021-02-07 00:16 Rev.: 10443

small reformat style

0 lines of code changed in 1 file:

sbu062 2021-02-06 23:50 Rev.: 10442

deleted revision tags from figures

697 lines of code changed in 8 files:

sbu062 2021-02-06 23:43 Rev.: 10441

relevance section deleted from project description, figure position etc fixed acordingly

0 lines of code changed in 2 files:

sbu062 2021-02-05 21:01 Rev.: 10440

attach relevance document to email target

1 lines of code changed in 1 file:

sbu062 2021-02-05 20:56 Rev.: 10439

use pattern rules

3 lines of code changed in 1 file:

sbu062 2021-02-05 20:46 Rev.: 10438

add relevance doc in notification message

1 lines of code changed in 1 file:

sbu062 2021-02-05 20:41 Rev.: 10437

added relevance document to makefile

33 lines of code changed in 1 file:

sbu062 2021-02-05 19:57 Rev.: 10436

formatting

0 lines of code changed in 1 file:

sbu062 2021-02-05 19:53 Rev.: 10435

separate relevance document

0 lines of code changed in 1 file:

sbu062 2021-02-05 18:36 Rev.: 10434

fix empty p 12, last empty paragraph after references section 1pt

0 lines of code changed in 1 file:

sbu062 2021-02-05 18:34 Rev.: 10433

figure 2 goes up

0 lines of code changed in 1 file:

sbu062 2021-02-05 18:15 Rev.: 10432

typo

0 lines of code changed in 1 file:

sbu062 2021-02-05 15:14 Rev.: 10431

delete tag on footer

0 lines of code changed in 1 file:

sbu062 2021-02-05 15:13 Rev.: 10430

fix footer

0 lines of code changed in 1 file:

sbu062 2021-02-05 15:11 Rev.: 10429

added tags to doc properties

0 lines of code changed in 1 file:

sbu062 2021-02-05 15:09 Rev.: 10428

added and edited cv

0 lines of code changed in 1 file:

sbu062 2021-02-05 14:41 Rev.: 10427

fix year in LeuSENSE
> From: Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: Re: CVs
> Date: Fri, 5 Feb 2021 14:37:31 +0000
>
> 2017-21
>

0 lines of code changed in 1 file:

sbu062 2021-02-05 14:32 Rev.: 10426

fixed LeuSENSE years
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: LeuSENSE: 2017-2020
> Date: Fri, 5 Feb 2021 14:23:27 +0000
>
> https://www.uib.no/en/persons/Ana.Gomes#uib-tabs-current-projects
> 2017-2020
>
> (Research collaborator in the RCN project LeuSENSE (2017-2020) - Exploring
> leucine’s role in feed intake and growth under stress: from sensing to
> action (PI: Ivar Rønnestad, UiB; Grant no. 267626).)

0 lines of code changed in 1 file:

sbu062 2021-02-05 14:16 Rev.: 10425

add Floriana to notifications

1 lines of code changed in 1 file:

sbu062 2021-02-05 14:07 Rev.: 10424

added frame with major challenge at p1
> 2)
> It would be good to have this red text (or a modification) at page 1,
> rather saying that these concepts will be explained at p 2-3. "Red text"
> deep into the document is not so effective.

0 lines of code changed in 1 file:

sbu062 2021-02-05 13:39 Rev.: 10423

merged Jarl's comments from email, red text not placed on p1 so far
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>,
> Ivar Rønnestad <Ivar.Ronnestad@uib.no>,
> Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: HAVBRUK revision r10422
> Date: Fri, 5 Feb 2021 12:40:47 +0000
>
> Very good!
> Three things:
>
> 1)
> I suggest we change
>
> The major knowledge challenge is therefore to develop a predictive model
> that can be integrated into the precision aquaculture environment, to foresee
> troubles before they grow big.
>
> to
>
> The major knowledge challenge for fish wellbeing is therefore to develop a
> predictive model that can foresee troubles before they grow big.
>
> 2)
> It would be good to have this red text (or a modification) at page 1,
> rather saying that these concepts will be explained at p 2-3. "Red text"
> deep into the document is not so effective.
>
> 3)
> Fig 5: this indicates 4 full year. Either change text to a first (short)
> year or change label to say a year starts 1 Oct.
>
> It is still possible to sva space by another look at the figures. Move them
> to the right margin, and cut the tail of the fish. Fig 1 can be shrinked.
>
> Jarl

0 lines of code changed in 1 file:

sbu062 2021-02-05 12:16 Rev.: 10422

moved figures for fit, deleted highlights

0 lines of code changed in 1 file:

sbu062 2021-02-05 11:44 Rev.: 10421

further abridging of references and some text

got 11 pages total

0 lines of code changed in 1 file:

sbu062 2021-02-05 11:14 Rev.: 10420

reference style condension done, need to do more

0 lines of code changed in 1 file:

sbu062 2021-02-05 10:43 Rev.: 10419

mobe fig. 5 to fil reference list

0 lines of code changed in 1 file:

sbu062 2021-02-05 10:40 Rev.: 10418

started manual editing reference list: deleted doi (`doi:.*$`) etc

0 lines of code changed in 1 file:

sbu062 2021-02-05 10:27 Rev.: 10417

merged Jarl's suggestions for changes unchanged
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: FW: NFR project, with deadline 10 Feb
> Date: Fri, 5 Feb 2021 09:43:46 +0000
>
> Suggestions for PFF removals

0 lines of code changed in 1 file:

sbu062 2021-02-05 10:19 Rev.: 10416

reviewed and deleted some references

0 lines of code changed in 1 file:

sbu062 2021-02-05 08:48 Rev.: 10415

reference style Aquaculure with abbreviated journals

0 lines of code changed in 1 file:

sbu062 2021-02-04 23:25 Rev.: 10414

anchor fig 3 to page, better text flow, switched to LibreOffice 7.1

0 lines of code changed in 1 file:

sbu062 2021-02-04 20:35 Rev.: 10413

style change: titles, reduced top spacing to 0.05 cm, as below

0 lines of code changed in 1 file:

sbu062 2021-02-04 20:28 Rev.: 10412

merged Jarl's small changes from 'project 04 Feb jg.docx'
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Ivar Rønnestad <Ivar.Ronnestad@uib.no>, Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: HAVBRUK revision r10411
> Date: Thu, 4 Feb 2021 18:01:06 +0000
>
> Here I have deleted one paragraph and many small words etc to save a
> line here and there. The next job may be to shrink the literature list
> substantially. This will also save space in the main text. (Very seldom use
> more than 3 citations to back a statement, maybe not more than 1-2.)
> I agree with Ivar: some extra space (like 4pt) should be above all headings.
> Thereafter one should consider if the figures could be smaller.
> And then consider if we repeat ourselves in the text, that is quite likely.
> -j

Note:
Left a reduced paragraph
"The main participants of the project maintain close links with the salmon
industry ..." - this is a crucial positive message for reviewers!

0 lines of code changed in 1 file:

sbu062 2021-02-04 15:18 Rev.: 10411

fixed highlighted remains, moved figures in place

0 lines of code changed in 1 file:

sbu062 2021-02-04 14:58 Rev.: 10410

check and fix refs: n.d. unpublished; TEG and MDB groups abbreviation

0 lines of code changed in 1 file:

sbu062 2021-02-04 14:48 Rev.: 10409

merged Jarl's small changes from 'ch 2.3-4 jg.docx'
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: sharepoint versions
> Date: Thu, 4 Feb 2021 13:33:22 +0000
>
> Just some small things from the last sections of the text

0 lines of code changed in 1 file:

sbu062 2021-02-04 14:39 Rev.: 10408

merged suggested changes by Jarl from 'suggested WP5.docx'

0 lines of code changed in 1 file:

sbu062 2021-02-04 14:29 Rev.: 10407

merged Ivar's comments and changes from 'project – endret av Ivar Rønnestad 0402.docx

1. Relevance to the call is minimally changed to fix the side comment:
> unclear:
> model (Digital twin) of what (lack of) welfare is for a fish with tools

Jarl did huge changes yo it before then.

0 lines of code changed in 1 file:

sbu062 2021-02-04 12:53 Rev.: 10406

merged changes by Jarl from `project jg0402.docx`

EXCLUSIONS/QUESTIONS:

1. The sense of the phrase completely altered:

> Most animals will detect such problems much earlier than they become apparent
> to the human observer who then can respond to avoid or mitigate them (Broom &
> Johnson, 2019; Dawkins, 1998; Kristiansen, Fernö, et al., 2020; Kristiansen,
> Madaro, et al., 2020)⁠. However, maintenance in captivity largely precludes
> the fish from solving many of their coping problems on their own

The original idea was that animals are more efficient in managing their own
needs, responding to their subjective states etc. than the humans. But when
animals are kept by humans, they cannot execute this capacity and management
by humans is the only option. It is therefore implied that humans MUST
understand the animals' internal state to care for them efficiently.

2. I do not agree with the idea that model is (much or always) better than
intuition

> A model is much better than our intuition to interpret what these data tell
> about the fish.

Perhaps, a very experienced fish culturist can detect many problems early
from his/her intuition better than many models (all models are bad and
grossly incomplete!). A major advantage of the model is that model allows
to not relay on unique capacities of the best human exemplars and do more
or less satisfactory in majority of cases. So even mediocre workers (lacking
much experience and intuition) can be at least efficient.

0 lines of code changed in 1 file:

sbu062 2021-02-04 10:11 Rev.: 10405

small fix: we won't collect new data and do new experiments

0 lines of code changed in 1 file:

sbu062 2021-02-03 22:34 Rev.: 10404

fix some refs

0 lines of code changed in 1 file:

sbu062 2021-02-03 18:54 Rev.: 10403

add reference to Changes.html

1 lines of code changed in 1 file:

sbu062 2021-02-03 18:46 Rev.: 10402

removed obsolete placeholders

0 lines of code changed in 1 file:

sbu062 2021-02-03 18:40 Rev.: 10401

added timing of WPs, fig.4 reduced

0 lines of code changed in 1 file:

sbu062 2021-02-03 18:32 Rev.: 10400

reduced margins to minimum

242 lines of code changed in 2 files:

sbu062 2021-02-03 17:26 Rev.: 10399

fix font colour

25 lines of code changed in 2 files:

sbu062 2021-02-03 17:20 Rev.: 10398

color coding and small rewording

0 lines of code changed in 1 file:

sbu062 2021-02-03 17:20 Rev.: 10397

use color coding as in fig. 5

80 lines of code changed in 2 files:

sbu062 2021-02-03 15:50 Rev.: 10396

added fig. 5 gnatt diagram with time course

0 lines of code changed in 1 file:

sbu062 2021-02-03 15:48 Rev.: 10395

small modification wp4

46 lines of code changed in 2 files:

sbu062 2021-02-03 15:34 Rev.: 10394

replace tag

68 lines of code changed in 2 files:

sbu062 2021-02-03 15:31 Rev.: 10393

added fig 5 to make

1 lines of code changed in 1 file:

sbu062 2021-02-03 15:28 Rev.: 10392

added gnatt chart fig. 5

202 lines of code changed in 2 files:

sbu062 2021-02-03 14:53 Rev.: 10391

added 4.2 Project organisation and management

43 lines of code changed in 3 files:

sbu062 2021-02-03 14:49 Rev.: 10390

add fig.4

1 lines of code changed in 1 file:

sbu062 2021-02-03 14:08 Rev.: 10389

more compact figure 4

96 lines of code changed in 3 files:

sbu062 2021-02-03 13:51 Rev.: 10388

added figure 4

0 lines of code changed in 1 file:

sbu062 2021-02-03 13:47 Rev.: 10387

figure 4: relationships betwen all WPs

133 lines of code changed in 2 files:

sbu062 2021-02-03 13:24 Rev.: 10386

Word docx file should be last to upload to safeguard against file locking by another online user on sharepoint. Then the target does not fail other uploads
{{{
rclone copy project.docx uib_sharepoint:TEGsvn/project-havbruk-21/
2021/02/03 14:13:10 ERROR : project.docx: Failed to copy: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
2021/02/03 14:13:10 ERROR : Attempt 1/3 failed with 1 errors and: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
2021/02/03 14:13:10 ERROR : project.docx: Failed to copy: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
2021/02/03 14:13:10 ERROR : Attempt 2/3 failed with 1 errors and: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
2021/02/03 14:13:11 ERROR : project.docx: Failed to copy: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
2021/02/03 14:13:11 ERROR : Attempt 3/3 failed with 1 errors and: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
2021/02/03 14:13:11 Failed to copy: nameAlreadyExists: An upload session already exists for this file (is it a OneNote file?)
Makefile:119: recipe for target 'push' failed
}}}

4 lines of code changed in 1 file:

sbu062 2021-02-03 13:12 Rev.: 10385

Ivar's changes on chapter 3.1
> From: Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> To: Jarl Giske <Jarl.Giske@uib.no>, Sergei Budaev <Sergey.Budaev@uib.no>
> CC: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: Re: chapter 3.1
> Date: Wed, 3 Feb 2021 12:54:32 +0000
>
> Minor changes suggested.
>
> IvarR
>
> **************************************************
> Ivar Rønnestad, PhD, Professor
> Department of Biological Sciences, University of Bergen, Bergen, NORWAY
>
> Cell: +47 926 47 219

0 lines of code changed in 1 file:

sbu062 2021-02-03 13:06 Rev.: 10384

Jarl's ch 4.1
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: ch 4.1
> Date: Wed, 3 Feb 2021 12:14:06 +0000
>
> A start on this section ..

0 lines of code changed in 1 file:

sbu062 2021-02-03 13:00 Rev.: 10383

some small changes to Jarl's text
- reduce emphasis on digital twin

0 lines of code changed in 1 file:

sbu062 2021-02-03 12:15 Rev.: 10382

Jarl's new chapter 3.1
> Date: Wed, 3 Feb 2021 11:44:56 +0000
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Cc: Sergei Budaev <Sergey.Budaev@uib.no>, Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> Subject: chapter 3.1
>
> Suggestion for new text
>

0 lines of code changed in 1 file:

sbu062 2021-02-03 11:27 Rev.: 10381

fisk to fish

0 lines of code changed in 1 file:

sbu062 2021-02-03 10:48 Rev.: 10380

Jarl's changes in novelty and ambition
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> CC: Sergei Budaev <Sergey.Budaev@uib.no>, Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> Subject: Novelty and ambitions
> Date: Wed, 3 Feb 2021 10:15:57 +0000
>
> Suggestion for new text

0 lines of code changed in 1 file:

sbu062 2021-02-03 10:43 Rev.: 10379

changes to relevance: Tried to make it more acceptable by fish people by avoiding such worda as "feeling"

0 lines of code changed in 1 file:

sbu062 2021-02-03 10:31 Rev.: 10378

Jarl's new relevance
> Date: Wed, 3 Feb 2021 08:39:42 +0000
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Cc: Ivar Rønnestad <Ivar.Ronnestad@uib.no>
> Subject: RE: [automatic] New HAVBRUK revision r10377
>
> Suggestion for a new take on the relevance chapter.
> -j

0 lines of code changed in 1 file:

sbu062 2021-02-03 07:55 Rev.: 10377

digestion submodel renamed to feeding submodel throughout the text

0 lines of code changed in 1 file:

sbu062 2021-02-03 07:49 Rev.: 10376

`all` target includes `figs`

1 lines of code changed in 1 file:

sbu062 2021-02-03 07:47 Rev.: 10375

small alterations behor I go to office

0 lines of code changed in 1 file:

sbu062 2021-02-03 07:36 Rev.: 10374

attention on top less confusing

332 lines of code changed in 2 files:

sbu062 2021-02-02 21:21 Rev.: 10373

auto-lock with `svn:needs-lock` requires more hassle on non intensely shared files

0 lines of code changed in 1 file:

sbu062 2021-02-02 21:05 Rev.: 10372

reorder text

2 lines of code changed in 1 file:

sbu062 2021-02-02 21:02 Rev.: 10371

added `mime-type` and `needs-lock` svn keywords

9 lines of code changed in 1 file:

sbu062 2021-02-02 20:58 Rev.: 10370

set default locking `svn propset svn:needs-lock "true" project.fodt`

1 lines of code changed in 1 file:

sbu062 2021-02-02 19:07 Rev.: 10369

properties

0 lines of code changed in 1 file:

sbu062 2021-02-02 19:01 Rev.: 10368

add tag in document properties

4 lines of code changed in 1 file:

sbu062 2021-02-02 18:57 Rev.: 10367

added keywords

1 lines of code changed in 1 file:

sbu062 2021-02-02 18:57 Rev.: 10366

temlate for howto doc

271 lines of code changed in 2 files:

sbu062 2021-02-02 15:37 Rev.: 10365

fix path

1 lines of code changed in 1 file:

sbu062 2021-02-02 15:23 Rev.: 10364

added another tag in description

0 lines of code changed in 1 file:

sbu062 2021-02-02 15:19 Rev.: 10363

added svn tags to document properties

0 lines of code changed in 1 file:

sbu062 2021-02-02 15:02 Rev.: 10362

some changes suggested by Ivar, after Zoom meeting Tuesday

0 lines of code changed in 1 file:

sbu062 2021-02-02 14:16 Rev.: 10361

enable non-debug `MAILTO`

2 lines of code changed in 2 files:

sbu062 2021-02-02 14:11 Rev.: 10360

email target: more instructions text and better message formatting

5 lines of code changed in 1 file:

sbu062 2021-02-02 13:39 Rev.: 10359

shorter title to fit NFR web form 140 chars

0 lines of code changed in 1 file:

sbu062 2021-02-01 16:31 Rev.: 10358

added info on growth submodel unit

0 lines of code changed in 1 file:

sbu062 2021-02-01 14:04 Rev.: 10357

WP5 added social acceptance
> Challenge: up to now we have not shown how the model may
> impact wellbeing, and how it may impact social acceptance.
> Are they coming after here?

0 lines of code changed in 1 file:

sbu062 2021-02-01 12:55 Rev.: 10356

replace figures 2 and 3 to agree with fig refs

0 lines of code changed in 1 file:

sbu062 2021-02-01 12:47 Rev.: 10355

Jarl's comments on r10350: Challenges added to WPs
> Date: Mon, 1 Feb 2021 10:55:18 +0000
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: [automatic] New HAVBRUK revision r10352
>
> Here are some suggestions for the WPs.
> I think we need to be very clear that the project is good for fish welfare.
> -j

0 lines of code changed in 1 file:

sbu062 2021-02-01 10:47 Rev.: 10354

fix ref and rebuild

0 lines of code changed in 1 file:

sbu062 2021-02-01 10:35 Rev.: 10353

better notification, figs after master fodt

1 lines of code changed in 1 file:

sbu062 2021-02-01 10:29 Rev.: 10352

more recent citate to Sterling on allostasis: book 2020

0 lines of code changed in 1 file:

sbu062 2021-02-01 07:57 Rev.: 10351

good to have more info in files: master doc and figures

1 lines of code changed in 1 file:

sbu062 2021-02-01 01:33 Rev.: 10350

integrated Jarl's comments and changes
> Date: Sun, 31 Jan 2021 16:07:55 +0000
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: [automatic] New HAVBRUK revision r10346
>
> Suggestion for a slight rewrite of the Relevance chapter attached.
> -j
> ---------------------------------------------------------------------
> Date: Sun, 31 Jan 2021 17:24:13 +0000
> From: Jarl Giske <Jarl.Giske@uib.no>
> To: Sergei Budaev <Sergey.Budaev@uib.no>
> Subject: RE: [automatic] New HAVBRUK revision r10346
>
> Some comments and suggestions on the text, before the WP descriptions.
> -j

0 lines of code changed in 1 file:

January 2021 »

Generated by StatSVN 0.7.0